36 Commits

Author SHA1 Message Date
josdejong
ea51c6c86c math.options is no longer exposed as property 2013-11-21 10:37:04 +01:00
josdejong
65c0b47411 Merge branch 'master' into develop 2013-11-19 14:13:54 +01:00
Waldir Pimenta
384681b36e update to match current contents of lib/constants.js 2013-11-18 18:22:25 +00:00
josdejong
f91d82fb9a Added some examples for bignumbers 2013-11-16 22:30:05 +01:00
josdejong
77fbefe781 Documented big numbers 2013-11-16 22:21:26 +01:00
josdejong
ac41566de8 Wrapped all bignumber functions available in the bignumber.js library 2013-11-16 17:49:16 +01:00
josdejong
52337e4b94 Integrating the bignumber.js library in math.js. This is awesome! 2013-11-16 14:34:35 +01:00
josdejong
d9090588b0 Implemented function math.resize 2013-11-15 21:23:22 +01:00
josdejong
d955b64914 Fixed some typos in the docs 2013-11-14 10:28:06 +01:00
josdejong
a3fb579e5c Documented the expression parser 2013-11-14 10:19:01 +01:00
josdejong
bd318ad837 Function size now adheres to the option matrix.defaultType for scalar input 2013-11-07 22:56:21 +01:00
josdejong
5f1aee3550 Some fixes and improvements in the resize function 2013-11-07 22:42:21 +01:00
josdejong
5974d98bb2 Extended documentation on matrices 2013-11-07 17:13:51 +01:00
josdejong
569f9ec113 Fixed indentation 2013-10-31 20:21:05 +01:00
josdejong
49a8f66c5f Updated getting started example code 2013-10-29 19:16:29 +01:00
josdejong
25844683db Released version 0.15.0 2013-10-26 15:20:13 +02:00
josdejong
d2e55a0132 Math.js must be instantiated now, static calls are no longer supported 2013-10-26 15:00:06 +02:00
josdejong
f42f5698cb Removed global option options.format.precision. When formatted, numbers are no longer rounded to 5 digits by default. 2013-10-20 13:40:28 +02:00
josdejong
abff8efdbc Mixed matrix input now always returns a Matrix (needed to mace collection static) 2013-10-19 22:01:10 +02:00
josdejong
e61d2f965b Fixes in the new function math.format(precision). Updated docs and tests. 2013-10-19 21:44:54 +02:00
josdejong
a4bda611df Implemented function print (splitted from function format) 2013-10-19 18:10:50 +02:00
josdejong
608462c843 Updated docs on options 2013-10-19 15:05:07 +02:00
josdejong
3c7174c764 Renamed options to math.options.format.precision and math.options.matrix.defaultType 2013-10-19 15:00:32 +02:00
josdejong
35cafbfa67 Fixed function mean to support complex values, added more tests to min and max. 2013-10-14 11:40:20 +02:00
guillermobox
5537e9896f Doc typo: Fixed the argument in pickRandom from [min,max] to array 2013-10-09 10:30:08 +02:00
josdejong
307e40cc9c Few updates in the docs 2013-10-08 19:06:01 +02:00
josdejong
3393ff3c79 Added documentation on unit prefixes 2013-10-08 16:53:45 +02:00
josdejong
e5d7b73f2e Added documentation on options 2013-10-08 15:51:41 +02:00
josdejong
eaea042cdf Added some documentation on matrices 2013-10-08 15:38:34 +02:00
josdejong
6e65e03d60 Extended documentation on complex numbers 2013-10-08 15:25:25 +02:00
josdejong
799819423c Implemented a function equals for complex numbers. 2013-10-08 15:12:11 +02:00
josdejong
9e233e31db Extended docs on complex values and cli 2013-10-08 15:07:21 +02:00
josdejong
90e467f8e8 Added documentation on units 2013-10-08 14:33:19 +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
625fe4a847 Moved most documentation from readme to separate pages in folder docs 2013-09-22 21:31:45 +02:00