jos
|
6081360d6a
|
Merged develop into modular_architecture
|
2019-04-13 16:51:51 +02:00 |
|
jos
|
70cbc3ec30
|
Replace http urls with https where supported
|
2019-02-27 13:08:42 +01:00 |
|
jos
|
078f1dd69f
|
Renamed methods .eval to .evaluate, updated all docs and examples accordingly
|
2019-01-16 10:11:32 +01:00 |
|
jos
|
b0ec2d4739
|
Fixed undefined variables/globals
|
2018-06-13 18:09:19 +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
|
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
|
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
|
d4e8d2064f
|
Created a web worker example
|
2014-01-11 11:47:46 +01:00 |
|