-
The following is the output when comparing complex numbers.
```
var a = math.complex("2 + 3i");
var b = math.complex("3 + 4i");
math.larger(a, b)
math.js:5309 Uncaught TypeError: No ordering re…
-
The following code crashes:
```
var math = require('mathjs');
math.config({number: 'BigNumber', precision: 64});
math.eval("random(number(1)) * 1")
```
The error message is:
```
TypeErro…
ellis updated
8 years ago
-
nerdamer.solveEquations(['x+y=1', '2_x=6', '4_z+y=6']) throws "System must contain all linear equations!"
JanMP updated
8 years ago
-
By "built-in constants" I mean these: https://github.com/josdejong/mathjs/blob/1588b0ebe0e4789f6b7ca3f4887fe7c83667daae/lib/constants.js
For example, if I `math.parse("pi");`, the parser returns a Sy…
-
`math.mod(8.5, 0.017)` should return `0`, instead, it returns `0.01699999999999946`
-
[According to the bep_0044](http://bittorrent.org/beps/bep_0044.html), it should be possible to set an integer to MAX_INT64, (i.e. 0x7fffffffffffffff). [libtorrent successfully bencode this number](ht…
-
```
It looks like the enumerable can only be enumerated once in the javascript
generated
static void btnTest_click(HtmlDomEventArgs e)
{
J(document.body).append("Hello world");
var someNumb…
-
The UI presently uses BigNumbers for a variety of things where they are unhelpful or inappropriate (e.g., market IDs are sometimes BigNumbers, sometimes hex strings). I think we should minimize BigNu…
-
Is there a possibility to get a 32 decimal places result for the expression of asin(0.5) in radian mode?
Hoping to get: math.eval('asin(0.5)') = 0.52359877559829887307710723054658
The configuration …
-
```
It looks like the enumerable can only be enumerated once in the javascript
generated
static void btnTest_click(HtmlDomEventArgs e)
{
J(document.body).append("Hello world");
var someNumb…