Math PHP v0.29.0 Release Notes

Release Date: 2017-05-21 // almost 7 years ago
  • ๐Ÿ†• New Features

    • Matrix rank
    • ObjectArithmetic interface
    • Polynomial implements ObjectArithmetic
    • ObjectSquareMatrix
    • Polynomial negate

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”จ Refactor Matrix REF algorithm
    • ๐Ÿ”จ Refactor Matrix RREF algorithm
    • ๐Ÿ‘Œ Support functions for better handling of infinitesimal floating-point zero-like quantities
    • ๐Ÿ›  Fix bug in Polynomial degree calculation
    • ๐Ÿ”จ Refactored Polynomial::add() to be simpler and faster