github bornova/numara-calculator v6.6.0

10 hours ago
  • Integrated Nerdamer library. You can now use all Nerdamer functions such as:
    nerdamer.solve('x^2-4', 'x')    // [2,-2]
    nerdamer.integrate('2*x^2+x', 'x').   // (1/2)*x^2+(2/3)*x^3
    For more information about all Nerdamer functions, please visit https://nerdamer.com/
  • Improved evaluate method for better performance
  • Minor bug fixes and improvements
  • Updated dependencies

Breaking change:
Prefix for Formula.js functions has changed from xls to formulajs for consistency.

Old -> xls.ABS(-2)
New -> formulajs.ABS(-2)

Don't miss a new numara-calculator release

NewReleases is sending notifications on new releases.