- Integrated Nerdamer library. You can now use all Nerdamer functions such as:
For more information about all Nerdamer functions, please visit https://nerdamer.com/
nerdamer.solve('x^2-4', 'x') // [2,-2] nerdamer.integrate('2*x^2+x', 'x'). // (1/2)*x^2+(2/3)*x^3
- 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)