Math PHP v2.4.0 Release Notes

Release Date: 2021-07-27 // almost 3 years ago
  • ๐Ÿ†• New Features

    • Complex Exponential (exp)
    • Complex Exponentiation (pow)
    • Zipf's Law Discrete Distribution
    • Generalized harmonic non-integer sequence

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ›  Fixed Complex polarForm to compute the right values
    • ๐Ÿ›  Fixed hyperharnomic non-integer sequence. Previously was computing the wrong thing
    • ๐Ÿ›  Fixed how ArbitraryInterger handles pow of negative exponents

    Backwards Incompatible Changes

    • Complex polarForm now returns an array rather than a Complex number, as the Complex return was incorrect
    • Interface to hyperharmonic non-integer sequence changed due to previous implementation being incorrect