Commit 0c41812
authored
* Throw `MethodError` instead of `StackOverflowError` for `gamma`,`loggamma` and `logabsgamma`
* Bump version
* Fix `logabsgamma(::Float16)`
* Remove whitespace
* Dispatch to internal functions
According to @stevengj's suggestion
* Load `logtwo`
* Fix tests
* Fix type stability issue
1 parent 74fd16f commit 0c41812
File tree
4 files changed
+130
-180
lines changed- src
- test
4 files changed
+130
-180
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments