We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac9500 commit ca71ca9Copy full SHA for ca71ca9
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# MathPHP Change Log
2
3
+## v2.5.0 - 2021-11-21
4
+
5
+### New Features
6
+* Special function `logbeta`
7
+* Special function `logGamma`
8
+* Special function `logGammaCorr`
9
+* Special function `stirlingError`
10
11
+### Improvements
12
+* Improvements in StudentT continuous distribution
13
+* Improvements in special function `gamma`
14
+* Improvements in special function `beta`
15
16
+### Bug Fixes
17
+* Issue 393 (regularizedIncompleteBeta NAN)
18
+* Issue 429 (Linear regression CI division by zero)
19
20
## v2.4.0 - 2021-07-27
21
22
### New Features
0 commit comments