All Versions
82
Latest Version
Avg Release Cycle
34 days
Latest Release
718 days ago

Changelog History
Page 8

  • v0.11.0 Changes

    October 01, 2016

    Backwards Incompatible Changes

    • ๐Ÿ”„ Change root namespace from Math to MathPHP
      • (Run composer update to update autoloader)
  • v0.10.0 Changes

    September 28, 2016

    ๐Ÿ†• New Features

    • Clamped Cubic Spline Interpolation
    • Custom variable in Polynomial class
  • v0.9.0 Changes

    September 27, 2016

    ๐Ÿ†• New Features

    • Natural cubic spline interpolation
    • Vector direct product
  • v0.8.0 Changes

    September 22, 2016

    ๐Ÿ†• New Features

    • Set Theory
    • Matrix kronecker product
    • Matrix augment below

    Backwards Incompatible Changes

    • Some null return values changed to NAN when computation is invalid
  • v0.7.0 Changes

    September 19, 2016

    ๐Ÿ†• New Features

    • Matrix solve linear system of equations
    • Noncentral T distribution
    • Piecewise function class
    • ๐ŸŽ‰ Initial Finance class (pmt function)
    • Vector scalar multiplication
    • Vector normalization
    • Vector scalar division
    • Vector perpendicular operator
    • Vector projections
    • Vector perp and perp dot product

    ๐Ÿ‘Œ Improvements

    • โž• Add getters to Polynomial for degree and coefficients
    • ๐Ÿ‘Œ Improvements to gamma function
  • v0.6.1 Changes

    September 11, 2016

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ›  Fix matrix determinant calculation
  • v0.6.0 Changes

    September 10, 2016

    ๐Ÿ†• New Features

    • Polynomial class
    • Vector cross product
  • v0.5.0 Changes

    September 07, 2016

    ๐Ÿ†• New Features

    • Numerical Differentiation (\Math\NumericalAnalysis\NumericalDifferentiation)
      • Three Point Formula (\Math\NumericalAnalysis\NumericalDifferentiation\ThreePointFormula)
      • Five Point Formula (\Math\NumericalAnalysis\NumericalDifferentiation\FivePointFormula)
      • SecondDerivativeMidpointFormula (\Math\NumericalAnalysis\NumericalDifferentiation\SecondDerivativeMidpointFormula)
    • Two-way ANOVA (\Math\Statistics\ANOVA)
  • v0.4.0 Changes

    September 07, 2016

    ๐Ÿ†• New Features

    • Nevilles Method (\Math\NumericalAnalysis\Interpolation)
    • ๐Ÿ†• Newton Polynomial (\Math\NumericalAnalysis\Interpolation)
  • v0.3.0 Changes

    September 06, 2016

    ๐Ÿ†• New Features

    • Lagrange polynomials (\Math\NumericalAnalysis\Interpolation)
    • Function arithmetic (\Math\Functions\Arithmetic)