Jos de Jong
|
1f05a35d68
|
chore: convert CJS files to ESM (#3204)
|
2024-05-22 08:46:14 +02:00 |
|
Jos de Jong
|
68c6a91801
|
Update devDependencies
|
2020-11-02 09:33:11 +01:00 |
|
jos
|
794803c0cd
|
Updated readme, history, and some examples
|
2019-04-30 21:06:08 +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
|
078f1dd69f
|
Renamed methods .eval to .evaluate, updated all docs and examples accordingly
|
2019-01-16 10:11:32 +01:00 |
|
jos
|
8b5eb89a02
|
Minor tweaks in the docs
|
2018-06-16 14:57:28 +02:00 |
|
jos
|
dff0a57219
|
Some fixes in examples
|
2018-06-16 14:32:47 +02: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 |
|
jos
|
15aca5e4d0
|
Changed casing of the values of config options number and matrix to match the actual name of the classes.
|
2016-03-04 19:41:54 +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
|
6c7bf4acf0
|
Removed boolean, string, and null from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (boolean, string, number, null) and non-primitive types uppercase (Complex, BigNumber, Function, Array, ...).
|
2015-05-20 21:08:26 +02:00 |
|
jos
|
0c1e9deeeb
|
Implemented configuration value {number: 'fraction'}. Added docs and example for fractions.
|
2015-05-12 14:40:47 +02:00 |
|
jos
|
8a12c8e9bc
|
Fixed #200: A new instanceof of math.js must now be created as math.create([options]) instead of math([options])
|
2014-08-03 21:42:12 +02:00 |
|
jos
|
7d84e4daf0
|
Math.js now immediately returns a default instance of mathjs, no need to create an instance every time you want to use the library.
|
2014-06-20 23:11:14 +02:00 |
|
josdejong
|
45550e5ffb
|
Changed configuration option decimals to precision
|
2014-04-06 11:14:01 +02:00 |
|
josdejong
|
d19e7ea570
|
Switched to module decimal.js for BigNumber support, instead of bignumber.js.
|
2014-04-04 21:08:33 +02:00 |
|
josdejong
|
f2f1ae1f72
|
Renamed and flattened configuration settings
|
2013-12-07 11:39:45 +01:00 |
|
josdejong
|
7b3e822d3f
|
Fixed a typo in the bignumbers example
|
2013-11-28 20:12:45 +01:00 |
|
josdejong
|
fb5e41bf65
|
Extended bignumber examples
|
2013-11-21 14:12:31 +01:00 |
|
josdejong
|
d3d9148489
|
Outputting all results now
|
2013-11-16 22:39:00 +01:00 |
|
josdejong
|
fa661785a6
|
more examples added for big numbers
|
2013-11-16 22:37:51 +01:00 |
|
josdejong
|
f91d82fb9a
|
Added some examples for bignumbers
|
2013-11-16 22:30:05 +01:00 |
|