Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The performance of the digamma( x ) function is in O(|x|) for negative values. Implementing the reflection formula (https://en.wikipedia.org/wiki/Digamma_function#Reflection_formula) can improve the performance in that case.
new pull request: https://github.com/apache/commons-math/pull/32