mathjs/CHANGELOG.md
josdejong 3e882c3c0d - Improved the complex number parser
- Improved method typeof
2013-03-12 21:09:46 +01:00

1.1 KiB

math.js changelog

https://github.com/josdejong/mathjs

2013-03-12, version 0.4.0

  • Improved parser for complex values (math.Complex.parse(str));
  • Fixed method typeof which was not working well with minified and mangle code.

2013-03-09, version 0.3.0

  • Implemented Workspace
  • Implemented methods cot, csc, sec.
  • Implemented Array support for methods with one parameter.

2013-02-25, version 0.2.0

  • Parser, Scope, and Node tree implemented.
  • Implemented method import which makes it easy to extend math.js.
  • Implemented methods arg, conj, cube, equal, factorial, im, largereq, log(x, base), log10, mod, re, sign, smallereq, square, unequal.

2013-02-18, version 0.1.0

  • Reached full compatibility with Javascripts built-in Math library.
  • More functions implemented.
  • Some bugfixes.

2013-02-16, version 0.0.2

  • All constants of Math implemented, plus the imaginary unit i.
  • Data types Complex and Unit implemented.
  • First set of functions implemented.

2013-02-15, version 0.0.1

  • First publish of the mathjs package. (package is still empty)