Haskell: https://github.com/haskell/math-functions
Score: 18.119660728630336
Last synced: about 5 hours 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-02-25T15:30:52.000Z (about 1 month ago)
- Last Synced: 2026-03-10T22:53:32.052Z (17 days ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/math-functions
- Size: 704 KB
- Stars: 44
- Watchers: 4
- Forks: 31
- 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
- Watch event: 2
- Total: 2
Committers metadata
Last synced: 22 days ago
Total Commits: 382
Total Committers: 13
Avg Commits per committer: 29.385
Development Distribution Score (DDS): 0.131
Commits in past year: 4
Committers in past year: 2
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.25
| 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 |
| Eisuke Kawashima | e****b@g****m | 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: about 5 hours ago
Total issues: 57
Total pull requests: 27
Average time to close issues: 11 months
Average time to close pull requests: about 1 month
Total issue authors: 19
Total pull request authors: 14
Average comments per issue: 1.72
Average comments per pull request: 2.15
Merged pull request: 18
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 2
Past year average time to close issues: N/A
Past year average time to close pull requests: about 11 hours
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.5
Past year merged pull request: 2
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)
- e-kwsm (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,195 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-03-13T05:17:49.731Z (14 days ago)
- Versions: 26
- Dependent Packages: 14
- Dependent Repositories: 186
- Downloads: 96,195 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-03-13T22:11:34.609Z (14 days 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