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 5173a73 commit 1052140Copy full SHA for 1052140
CHANGELOG.md
@@ -1,5 +1,25 @@
1
# MathPHP Change Log
2
3
+## v2.12.0 - 2025-10-17
4
+
5
+### New Features
6
+* Matrix Hessenberg decomposition
7
+* New special functions
8
+ * Bessel functions
9
+ * Airy functions
10
+ * Legendre polynomials
11
+ * Chebyshev polynomials
12
+ * Hermite polynomials
13
+ * Laguerre polynomials
14
15
+### Bug Fixes
16
+* Fixed issue 487 in t-test with data with no variance: throws proper exception
17
+* Fixed issue with Set `isProperSubset` where it didn't take into account identical sets
18
19
+### Improvements
20
+* Numerical precision improvements to numerous special functions
21
+* Documentation improvements and fixes
22
23
## v2.11.0 - 2025-01-26
24
25
### Improvements
0 commit comments