mathjs/docs/expressions
Colin Holzman 90e15c6d95
Support for parsing non decimal numbers with radix point (#2122)
* 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.
2021-03-10 09:01:08 +01:00
..
2020-06-28 22:14:44 +02:00
2018-06-16 14:57:28 +02:00
2017-03-31 10:26:04 +02:00
2019-07-31 19:27:02 +02:00