Jos de Jong
|
1f05a35d68
|
chore: convert CJS files to ESM (#3204)
|
2024-05-22 08:46:14 +02:00 |
|
Vincent Tam
|
4a26b068d8
|
docs: fix typo in p.set example in the documentation of matrices (#3080)
|
2023-10-16 12:50:50 +02:00 |
|
Jos de Jong
|
f9b944acfe
|
Fix #2613: describe matrix methods get and set in the docs and example
|
2022-07-04 09:51:09 +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
|
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
|
99ab11b234
|
Dropped constant uninitialized
|
2018-02-04 13:09:09 +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
|
ddb707e9b8
|
Updated some more docs, examples, history
|
2015-07-28 09:51:31 +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
|
6994c00593
|
Released version 1.5.0
|
2015-03-28 16:23:03 +01:00 |
|
Favian Contreras
|
baba377619
|
Did slightly more testing than previously commited (matrices).
|
2014-11-25 02:49:55 -08:00 |
|
jos
|
7f6b13a797
|
Changed the default value of new entries in resized matrices to zero.
|
2014-08-12 22:35:56 +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 |
|
josdejong
|
bc157eb400
|
Updated docs and examples
|
2014-01-07 21:44:00 +01:00 |
|
josdejong
|
b366d97a20
|
Function resize now has an extra optional parameter defaultValue
|
2013-11-21 12:09:12 +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
|
47c4b4c3a7
|
Replaced functions get and set of Matrix with a single function subset
|
2013-08-31 21:20:02 +02:00 |
|
josdejong
|
9746dc37c2
|
Changed matrix indexes of expression parser to one-based (Fixed #66)
|
2013-08-29 22:11:30 +02:00 |
|
josdejong
|
2158a28e33
|
Changed matrix index notation of expression parser from round brackets (...) to square brackets [...]
|
2013-08-21 13:41:15 +02:00 |
|
josdejong
|
4d7dcfbdf3
|
Examples and docs updated
|
2013-08-18 20:04:18 +02:00 |
|
josdejong
|
7935546630
|
Removed type Range. function math.range now returns an expanded series
|
2013-08-17 13:42:57 +02:00 |
|
Sebastien Piquemal
|
1c85b5f7ed
|
fixed examples
|
2013-08-14 15:54:24 +04:00 |
|
josdejong
|
52ed2826f5
|
Updated docs and examples for changed range syntax
|
2013-08-11 14:46:23 +02:00 |
|
josdejong
|
aa471db411
|
Upperbound of range is now excluded
|
2013-08-09 22:09:46 +02: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
|
e9b9f0c4e3
|
Changed matrix indexes from one-based to zero-based (Fixed #23)
|
2013-07-21 22:11:11 +02:00 |
|
josdejong
|
fdfc6697e1
|
Implemented constants true, false.
Implemented function boolean(value)
|
2013-07-21 14:12:37 +02:00 |
|
josdejong
|
eccc5a5b72
|
Added some examples on matrix indexes
|
2013-05-09 20:50:52 +02:00 |
|
josdejong
|
c1ff11f48b
|
Updated matrix example
|
2013-04-20 14:58:55 +02:00 |
|
josdejong
|
d423ff0382
|
Added examples on matrices and units
|
2013-04-20 14:56:08 +02:00 |
|
josdejong
|
7d5982035b
|
Updated documentation of all methods. Changed cube and square to evaluate matrices element wise.
|
2013-04-20 14:04:34 +02:00 |
|