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
|
f568ae75c1
|
More unit tests added
|
2014-04-03 20:58:43 +02:00 |
|
josdejong
|
f1ea498927
|
Added some more unit tests
|
2014-03-15 15:27:05 +01:00 |
|
josdejong
|
b7826bf65a
|
Implemented function compile
|
2014-02-15 17:59:19 +01:00 |
|
josdejong
|
b214cdbd54
|
Fixed broken example old_browsers.html
|
2014-01-20 16:12:07 +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
|
d4e8d2064f
|
Created a web worker example
|
2014-01-11 11:47:46 +01:00 |
|
josdejong
|
efdcfbab16
|
Moved browser examples to a separate directory
|
2014-01-11 11:46:57 +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
|
d8f3b97e9f
|
Fixed support for old browsers (IE6 - IE8), compatible when using es5-shim.
|
2013-12-12 10:24:07 +01: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
|
390d597ab2
|
Fixed an example
|
2013-11-28 17:27:41 +01:00 |
|
josdejong
|
fb5e41bf65
|
Extended bignumber examples
|
2013-11-21 14:12:31 +01:00 |
|
josdejong
|
b366d97a20
|
Function resize now has an extra optional parameter defaultValue
|
2013-11-21 12:09:12 +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 |
|
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
|
717ea9f8f4
|
Updated example on units
|
2013-10-08 17:49:42 +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
|
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
|
7c650e22f6
|
Added and renamed an example
|
2013-05-31 22:29:25 +02:00 |
|
josdejong
|
9d225d1979
|
Added an example file extend.js, updated readme
|
2013-05-27 21:12:55 +02:00 |
|
josdejong
|
19f7150b23
|
Updated documentation on eval, parse, and parser
|
2013-05-24 19:57:41 +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 |
|
josdejong
|
34df0963ae
|
Created a number of example files
|
2013-04-19 21:43:28 +02:00 |
|