mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
* Basic untested support for parsing non decimal numbers with radix point. * Added some documentation for function parseNonDecimalWithRadix. * Renamed variable in BigNumber constructor. Not related to current feature branch but is a good change. * Improved some variable and function names in number.js and fixed an error when parsing octal numbers with radix point. * Added some tests and fixed linter issues. * Added some documentation on new syntax. * Added more tests. * Added more tests for edge cases.