Jos de Jong
|
1f05a35d68
|
chore: convert CJS files to ESM (#3204)
|
2024-05-22 08:46:14 +02:00 |
|
josdejong
|
28b7a02f01
|
Fix #1834: value Infinity cannot be serialized and deserialized
|
2020-05-03 15:41:03 +02:00 |
|
jos
|
ecaa30c05e
|
Update urls of examples to point to root instead of index.js
|
2019-04-24 10:50:54 +02:00 |
|
jos
|
2d15621a3b
|
Fixes in examples (WIP)
|
2019-02-11 21:38:53 +01:00 |
|
jos
|
f6b524a966
|
Use object destructuring in factory function callback. Rename typeof to typeOf. Only pass dependencies in scope to factory function.
|
2018-11-06 09:17:21 +01:00 |
|
jos
|
b3b96749bf
|
Refactored var into const/let, and removed a lot of semicolons
|
2018-06-13 12:21:14 +02:00 |
|
jos
|
024b2a9e26
|
Fix most lint errors using npx standard --fix
|
2018-06-10 20:28:27 +02:00 |
|
jos
|
633445c077
|
Explain that the examples loads math.js in node.js (see #613)
|
2016-03-18 21:41:40 +01:00 |
|
Robert Eisele
|
fcfd43a218
|
Added complex.js
|
2016-01-29 01:56:06 +01:00 |
|
jos
|
3a1dea00b0
|
Function typeof no longer returns lower case names, but now returns lower case names for primitives (like number, boolean, string), and upper-camel-case for non-primitives (like Array, Complex, Function).
|
2015-05-22 21:05:35 +02:00 |
|
jos
|
538ea10e15
|
Changed the json field type name from @type to a safer mathjs.
|
2015-02-18 22:11:54 +01:00 |
|
jos
|
71897e430f
|
Added docs and examples about serialization
|
2015-02-18 22:01:05 +01:00 |
|