Jos de Jong
|
1f05a35d68
|
chore: convert CJS files to ESM (#3204)
|
2024-05-22 08:46:14 +02:00 |
|
Akira Cai
|
8c5c5b03b6
|
Update expressions.js (#2366)
|
2021-12-22 08:25:01 +01:00 |
|
SungJinWoo-SL
|
98ce1fe437
|
g != h (#1897)
ik it's small but I was reading and it was kind of annoying
|
2020-06-27 09:41:30 +02:00 |
|
jos
|
d8a4f3a00a
|
Update to standard@13.0.2
|
2019-07-20 13:46:31 +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
|
078f1dd69f
|
Renamed methods .eval to .evaluate, updated all docs and examples accordingly
|
2019-01-16 10:11:32 +01: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
|
a7751f72a5
|
Update/fix examples where needed
|
2018-02-04 15:05:00 +01:00 |
|
jos
|
633445c077
|
Explain that the examples loads math.js in node.js (see #613)
|
2016-03-18 21:41:40 +01:00 |
|
jos
|
f19cfb4394
|
Reintroduced node.eval(scope). Updated some docs and examples
|
2015-07-18 10:21:48 +02:00 |
|
jos
|
c810981238
|
Method Node.compile() no longer needs math to be passed as argument.
|
2015-05-27 13:30:35 +02: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
|
3cc93fd0b9
|
Minor tweaks in the examples
|
2014-07-01 10:28:31 +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 |
|
jos
|
91cdad78b7
|
Removed automatic assignment of expression results to variable ans
|
2014-06-08 21:55:38 +02:00 |
|
josdejong
|
b7826bf65a
|
Implemented function compile
|
2014-02-15 17:59:19 +01:00 |
|
josdejong
|
97be029d6e
|
Removed need to use the function keyword for function assignments in the expression parser
|
2014-01-18 11:18:29 +01:00 |
|
josdejong
|
bc157eb400
|
Updated docs and examples
|
2014-01-07 21:44:00 +01:00 |
|
josdejong
|
bc05d8b9e8
|
Changed matrix index notation of expression parser from round brackets to square brackets
|
2014-01-05 21:52:13 +01:00 |
|
josdejong
|
af04f24882
|
Updated docs and examples for renamed operator to.
|
2013-12-21 21:30:10 +01:00 |
|
josdejong
|
ac41566de8
|
Wrapped all bignumber functions available in the bignumber.js library
|
2013-11-16 17:49:16 +01:00 |
|
josdejong
|
d2e55a0132
|
Math.js must be instantiated now, static calls are no longer supported
|
2013-10-26 15:00:06 +02:00 |
|
josdejong
|
f48c07bdd8
|
Getting or setting a subset of a matrix will automatically squeezed/unsqueezed the submatrix
|
2013-09-25 21:59:35 +02:00 |
|
josdejong
|
0dfdf3b2a2
|
Removed concatenation of nested arrays
|
2013-09-25 21:17:28 +02:00 |
|
josdejong
|
9746dc37c2
|
Changed matrix indexes of expression parser to one-based (Fixed #66)
|
2013-08-29 22:11:30 +02:00 |
|
Sebastien Piquemal
|
1c85b5f7ed
|
fixed examples
|
2013-08-14 15:54:24 +04:00 |
|
josdejong
|
c5edb419d8
|
Moved the library builds math.js and math.min.js to subfolder dist
|
2013-08-04 14:39:42 +02:00 |
|
josdejong
|
19b507b9f0
|
Refactored all code to 2 space indentation
|
2013-08-04 14:07:47 +02:00 |
|
josdejong
|
19f7150b23
|
Updated documentation on eval, parse, and parser
|
2013-05-24 19:57:41 +02:00 |
|
josdejong
|
34df0963ae
|
Created a number of example files
|
2013-04-19 21:43:28 +02:00 |
|