4118 Commits

Author SHA1 Message Date
josdejong
6f357a2207 Moved content of ./index.js to ./lib/math.js 2013-11-21 10:44:06 +01:00
josdejong
ea51c6c86c math.options is no longer exposed as property 2013-11-21 10:37:04 +01:00
josdejong
bcb1eaa790 CLI now outputs values with maximum precision instead of 5. 2013-11-21 09:52:51 +01:00
josdejong
21e4f7f160 Neatly splitted calculations with Numbers and Booleans 2013-11-19 21:34:20 +01:00
josdejong
65c0b47411 Merge branch 'master' into develop 2013-11-19 14:13:54 +01:00
Jos de Jong
2d7e398ddb Merge pull request #109 from waldir/patch-1
update docs/constants.md to match lib/constants.js
2013-11-19 05:12:22 -08:00
Waldir Pimenta
384681b36e update to match current contents of lib/constants.js 2013-11-18 18:22:25 +00: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
77fbefe781 Documented big numbers 2013-11-16 22:21:26 +01:00
josdejong
eaee6a0152 code restructured 2013-11-16 21:07:42 +01:00
josdejong
3f11056330 Implemented BigNumber support for math.format. 2013-11-16 19:27:18 +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
dd662ba948 Functions don't allow arguments of unknown type anymore 2013-11-15 21:33:38 +01:00
josdejong
d9090588b0 Implemented function math.resize 2013-11-15 21:23:22 +01:00
josdejong
55caaa3910 Updated contributors 2013-11-15 13:58:11 +01:00
josdejong
a70a0df39b More detailed description on now to build and test 2013-11-14 10:36:09 +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
e22e7915d0 Range operator has a higher precedence now 2013-11-12 22:14:36 +01:00
josdejong
98cb6dcd31 Bug fix for nested matrix indexes using context variable end 2013-11-12 22:14:12 +01:00
josdejong
0a0596bd7e Simplified and reworked the Matrix class. Implemented functions Matrix.get and Matrix.set 2013-11-09 21:36:03 +01:00
josdejong
652054bc41 Implemented functions min and max for Range and Index 2013-11-09 15:06:32 +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
a19b1a1285 Functions ones and zeros now return an empty matrix instead of a number 1 or 0 when no arguments are provided 2013-11-07 17:16:34 +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
9485cb2459 Simplified/improved typeof function 2013-10-31 11:52:03 +01:00
josdejong
b071e5daba Removed utility functions isScalar, toScalar, isVector, toVector from Matrix and Range. 2013-10-31 10:54:42 +01:00
josdejong
49a8f66c5f Updated getting started example code 2013-10-29 19:16:29 +01:00
josdejong
cef51e2819 Changed precision of cli to 5 digits 2013-10-26 15:54:39 +02:00
josdejong
7393cb04f6 Updated version to 0.15.1-SNAPSHOT 2013-10-26 15:54:23 +02:00
josdejong
25844683db Released version 0.15.0 v0.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
e521d4699d Removed function format from Selector again (conflict) 2013-10-26 14:17:58 +02:00
josdejong
e1ead2f7a6 Added function format to Selector 2013-10-26 14:07:47 +02:00
josdejong
ced03dd1fb Fixed missing math namespace in ArrayNode 2013-10-26 13:50:54 +02:00
josdejong
af286e482a Updated docs on min, max, mean 2013-10-24 15:18:21 +02:00
josdejong
04c41fb42e Implemented advanced options in format to customize precision, scientific/fixed/auto notation (see #100). 2013-10-24 15:12:04 +02:00
Jos de Jong
9f68a1292a Merge pull request #105 from guillermobox/develop
Fixed mean to use "size" instead of calculating it
2013-10-24 05:43:11 -07:00
Guillermo Indalecio Fernandez
cd03fa1e62 Fixed mean to use "size" instead of calculating it 2013-10-24 14:07:47 +02:00
Jos de Jong
13b7e6acee Merge pull request #103 from guillermobox/develop
Reduce functionality
2013-10-24 04:31:44 -07:00
Guillermo Indalecio Fernandez
a998e4bb86 Added more powerful tests and fixed code for mean 2013-10-24 13:22:41 +02:00
Guillermo Indalecio Fernandez
540bb7af9b Changed reduce calls from one-based to zero-based 2013-10-24 12:49:36 +02:00
Guillermo Indalecio Fernandez
da1d23bc0a Fixed tests and reduce function 2013-10-22 20:16:04 +02:00
Guillermo Indalecio
c72da9f8e2 Fixed small typo 2013-10-22 19:32:05 +02:00
Guillermo Indalecio
f43523b301 Added reduce calls from "mean" function 2013-10-22 19:27:05 +02:00