Math PHP v0.26.0 Release Notes

Release Date: 2017-04-15 // about 7 years ago
  • ๐Ÿ†• New Features

    • ๐ŸŽ‰ Initial Complex number class
    • ๐Ÿ‘ Complex number support to quadratic and cubic equations
    • ๐ŸŽ‰ Initial Eigenvalue strategy class (2x2 and 3x3 matrices using root equations)
    • Matrix
      • isLowerTriangular
      • isUpperTriangular
      • isTriangular
      • isDiagonal
    • Beta function convenience method

    ๐Ÿ‘Œ Improvements

    • โž• Add BadDataException to LeastSquares regression method trait if degrees of freedom is 0
    • Complex Root of Quadratic Function