72 Commits

Author SHA1 Message Date
josdejong
c7ffb60634 Added reference docs for cube, exp, pow, square 2014-02-16 20:32:31 +01:00
josdejong
a09e302b97 Added reference docs for ceil, fix, floor, and round 2014-02-16 18:07:27 +01:00
josdejong
f5177f7b03 Updated examples 2014-02-16 17:49:57 +01:00
josdejong
42424d5ffe Fixed broken links 2014-02-16 17:48:35 +01:00
josdejong
5d1997cc61 Added reference docs for abs, add, divide, multiply, subtract 2014-02-16 17:45:47 +01:00
josdejong
32aa26e768 Merge branch 'develop' into reference 2014-02-15 19:05:15 +01:00
josdejong
b7826bf65a Implemented function compile 2014-02-15 17:59:19 +01:00
josdejong
a16bdac0c4 Reference documentation for abs and add 2014-01-31 19:55:47 +01:00
josdejong
8226e524f9 Added plurals and aliases for units. 2014-01-18 14:19:08 +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
36a65785fb Merge branch 'develop' into expression_compilation
Conflicts:
	HISTORY.md
2014-01-07 21:45:51 +01:00
josdejong
bc157eb400 Updated docs and examples 2014-01-07 21:44:00 +01:00
josdejong
8ce1a122bb Some minor code rearrangement 2014-01-07 14:25:32 +01:00
josdejong
965f4232ad Added docs on combinations / permutations 2014-01-06 10:43:31 +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
e4cf5395a5 Improved documentation on the number configuration 2014-01-03 22:34:41 +01:00
josdejong
31a05db32d Updated description on installation with component 2014-01-02 21:48:53 +01:00
Jos de Jong
e4507f4ec9 Merge pull request #126 from marcusandre/patch-2
Add `component install` into Getting Started docs.
2014-01-02 12:43:34 -08:00
Marcus André
a695dac821 Add component install into Getting Started docs. 2014-01-02 21:35:59 +01:00
josdejong
af04f24882 Updated docs and examples for renamed operator to. 2013-12-21 21:30:10 +01:00
josdejong
2b98831d84 Fixed #119: bug with negative temperatures 2013-12-14 14:26:30 +01:00
josdejong
d22168ea88 Added script for coverage report 2013-12-14 13:20:27 +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
a9b49bf929 Fixed some typos in the docs 2013-11-28 21:55:44 +01:00
josdejong
ed3e450ccb Fixed a type in the docs 2013-11-28 17:51:33 +01:00
josdejong
04980af87f Added some more explanation on bignumbers 2013-11-28 17:44:52 +01:00
josdejong
0210ec0d41 UnsupportedTypeError can now determine the type of values 2013-11-28 17:15:28 +01:00
josdejong
5baa3901cd Fixed some typos 2013-11-27 13:07:05 +01:00
josdejong
335dccfa5b Moved docs on data types in a separate directory 2013-11-27 12:14:47 +01:00
josdejong
ffababc92d Splitted page numbers in pages numbers and bignumbers 2013-11-27 12:09:20 +01:00
josdejong
7ab15f1d29 Implemented bignumber support for functions eye, ones, resize, size, zeros, factorial 2013-11-23 20:48:01 +01:00
josdejong
ee77138060 Updated docs on configuration 2013-11-21 14:15:15 +01:00
josdejong
bf8eb9a01b Implemented setting number.precision for big numbers. 2013-11-21 14:05:23 +01:00
josdejong
3a4c1c5ef0 Internally renamed variable options to settings 2013-11-21 13:39:24 +01:00
josdejong
80b8b34042 Implemented function config 2013-11-21 13:13:26 +01:00
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