Haskell: https://github.com/haskell/math-functions
Score: 18.03879893093034
Last synced: 1 day ago
JSON representation
Repository metadata:
Special mathematical functions
- Host: GitHub
- URL: https://github.com/haskell/math-functions
- Owner: haskell
- License: bsd-2-clause
- Created: 2011-12-12T17:09:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2026-01-04T11:39:44.000Z (3 months ago)
- Last Synced: 2026-01-27T16:51:29.499Z (about 2 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/math-functions
- Size: 702 KB
- Stars: 44
- Watchers: 4
- Forks: 30
- Open Issues: 15
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- License: LICENSE
Owner metadata:
- Name: Haskell
- Login: haskell
- Email:
- Kind: organization
- Description:
- Website: http://www.haskell.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/450574?v=4
- Repositories: 91
- Last Synced at: 2024-04-16T00:27:22.397Z
- Profile URL: https://github.com/haskell
GitHub Events
Total
- Fork event: 1
- Issue comment event: 4
- Issues event: 3
- Watch event: 4
- Total: 12
Last Year
- Issue comment event: 1
- Issues event: 1
- Watch event: 2
- Total: 4
Committers metadata
Last synced: about 2 months ago
Total Commits: 381
Total Committers: 12
Avg Commits per committer: 31.75
Development Distribution Score (DDS): 0.129
Commits in past year: 3
Committers in past year: 1
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Alexey Khudyakov | a****y@g****m | 332 |
| Bryan O'Sullivan | b****s@s****m | 36 |
| Oleg Grenrus | o****s@i****i | 4 |
| askeblad | 7****d | 1 |
| Peter Simons | s****s@c****o | 1 |
| Mihaly Barasz | k****o@n****m | 1 |
| Matt von Hagen | p****t@g****m | 1 |
| Javran Cheng | J****c@g****m | 1 |
| Herbert Valerio Riedel | h****r@g****g | 1 |
| Edward Betts | e****d@4****m | 1 |
| Bodigrim | a****o@g****m | 1 |
| Eric Lindblad | a****d@o****m | 1 |
Issue and Pull Request metadata
Last synced: 2 months ago
Total issues: 57
Total pull requests: 26
Average time to close issues: 11 months
Average time to close pull requests: about 1 month
Total issue authors: 19
Total pull request authors: 13
Average comments per issue: 1.72
Average comments per pull request: 2.19
Merged pull request: 17
Bot issues: 0
Bot pull requests: 0
Past year issues: 2
Past year pull requests: 1
Past year average time to close issues: 4 days
Past year average time to close pull requests: 28 minutes
Past year issue authors: 2
Past year pull request authors: 1
Past year average comments per issue: 1.5
Past year average comments per pull request: 0.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- Shimuuar (35)
- treeowl (5)
- bos (1)
- 23Skidoo (1)
- vcunat (1)
- yellowbean (1)
- Jaxan (1)
- felixonmars (1)
- aezarebski (1)
- atodorov (1)
- snoyberg (1)
- ghost (1)
- vmchale (1)
- ggreif (1)
- peti (1)
Top Pull Request Authors
- Shimuuar (10)
- phadej (3)
- treeowl (2)
- ghost (2)
- idontgetoutmuch (1)
- EdwardBetts (1)
- peti (1)
- Javran (1)
- Bodigrim (1)
- 414owen (1)
- klao (1)
- parsonsmatt (1)
- hvr (1)
Top Issue Labels
- help needed (15)
- bug (12)
- enhancement (10)
- test suite (7)
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- hackage: 96,116 total
- Total docker downloads: 89
- Total dependent packages: 14 (may contain duplicates)
- Total dependent repositories: 186 (may contain duplicates)
- Total versions: 27
- Total maintainers: 2
hackage.haskell.org: math-functions
This library contain collection of various utilities for numerical computing. So far there're special mathematical functions, compensated summation algorithm, summation of series, root finding for real functions, polynomial summation and Chebyshev polynomials.
- Homepage: https://github.com/haskell/math-functions
- Licenses: BSD-2-Clause
- Latest release: 0.3.4.4 (published almost 2 years ago)
- Last Synced: 2026-02-11T16:49:35.826Z (about 1 month ago)
- Versions: 26
- Dependent Packages: 14
- Dependent Repositories: 186
- Downloads: 96,116 Total
- Docker Downloads: 89
-
Rankings:
- Docker downloads count: 1.288%
- Downloads: 1.441%
- Dependent packages count: 1.673%
- Dependent repos count: 2.391%
- Average: 4.461%
- Forks count: 7.386%
- Stargazers count: 12.585%
- Maintainers (2)
debian-13: haskell-math-functions
- Homepage: https://github.com/haskell/math-functions
- Documentation: https://packages.debian.org/trixie/haskell-math-functions
- Licenses:
- Latest release: 0.3.4.4-1 (published about 1 month ago)
- Last Synced: 2026-02-12T04:13:19.591Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
Dependencies
- actions/cache v1 composite
- actions/checkout v2 composite
- haskell/actions/setup v2 composite
- base >=4.5 && <5 benchmark
- data-default-class * benchmark
- math-functions * benchmark
- random * benchmark
- tasty-bench >=0.3.4 benchmark
- vector * benchmark
- base >=4.9 && <5
- data-default-class >=0.1.2.0
- deepseq *
- primitive *
- vector >=0.11
- QuickCheck >=2.7 test
- base >=4.5 && <5 test
- data-default-class >=0.1.2.0 test
- deepseq * test
- erf * test
- math-functions * test
- primitive * test
- tasty >=1.2 test
- tasty-hunit >=0.10 test
- tasty-quickcheck >=0.10 test
- vector >=0.7 test
- vector-th-unbox * test