Open antoineMoPa opened 8 years ago
MathJS has an issue open for this, both functions (bin, oct, hex, etc.) and litterals (0x, 0b, ...). See https://github.com/josdejong/mathjs/issues/95
It dates back from 2013, so I don't think this will be added into MathJS anytime soon. But the code is there that you could just add to the calculator.
I could add that.
There is this scary part though:
Conversion object from "BaseNumber" to "number" causes infinite loop
Thank you for finding that!
MathJS has an issue open for this, both functions (bin, oct, hex, etc.) and litterals (0x, 0b, ...). See https://github.com/josdejong/mathjs/issues/95
It dates back from 2013, so I don't think this will be added into MathJS anytime soon. But the code is there that you could just add to the calculator.