4118 Commits

Author SHA1 Message Date
jos
30b953c728 Released version 0.24.0 v0.24.0 2014-06-20 21:32:29 +02:00
jos
dd65864d6c Fixed a test 2014-06-20 21:29:57 +02:00
jos
a9226ef70d Fixed #187: changed the behavior of the conditional operator (a ? b : c) to lazy evaluation. 2014-06-20 21:14:58 +02:00
jos
64c8693f82 Objects Complex, Unit, and Help now return their string representation when calling .valueOf() (see #190) 2014-06-17 22:14:12 +02:00
jos
b2a103a505 Functions equal and unequal support null and undefined now (see #190) 2014-06-17 22:01:15 +02:00
jos
a7151aab1a Whoops removed accidentally pasted code 2014-06-17 21:20:47 +02:00
jos
2a5483dda6 Extended the documentation of function typeof 2014-06-17 21:10:50 +02:00
jos
0bc0dc8b5d Function typeof now recognizes regular expressions as well. 2014-06-17 20:52:37 +02:00
jos
082265a184 Changed the default number of significant digits for BigNumbers from 20 to 64. 2014-06-11 21:56:58 +02:00
jos
4b35ae1556 Added constant null 2014-06-11 20:26:25 +02:00
jos
aa80ae8fc8 Fixed #190: imported, wrapped functions not accepting null and undefined as function arguments. 2014-06-11 20:21:41 +02:00
jos
0fea9f0a1b Updated version number to 0.23.1-SNAPSHOT 2014-06-11 20:17:09 +02:00
jos
b9ec058af0 Released version 0.23.0 v0.23.0 2014-06-10 21:43:08 +02:00
jos
9f346f19bc Changed signature of math.parse(expr, nodes) to math.parse(expr, options) 2014-06-10 21:35:06 +02:00
jos
2fe9f0d736 Fixed #151: end is now a reserved keyword 2014-06-10 21:13:27 +02:00
jos
a7b2c2f6c3 Added ans to cli 2014-06-09 18:04:12 +02:00
jos
875fa8e60c Changed behavior of equal and unequal back to element wise, added function deepEqual. 2014-06-09 18:03:54 +02:00
jos
40d66224e8 Moved the comparison functions from section "arithmetic" to a new section "comparison" 2014-06-09 14:21:54 +02:00
jos
ced18ecfca Implemented functions dotEqual and dotUnequal, renamed functions smallereq to smallerEq and largereq to largerEq (all functions are now camelcase) 2014-06-09 14:07:21 +02:00
jos
1691c701dd A few more unit tests added 2014-06-09 11:19:33 +02:00
jos
a765d06007 Added reference docs of renamed functions 2014-06-09 11:09:33 +02:00
jos
0ae566db8d Renamed functions edivide, emultiply, and epow to dotdivide, dotmultiply, and dotpow respectively. 2014-06-09 11:09:06 +02:00
jos
64368ec4ad Added unit drop (gtt) 2014-06-09 09:34:53 +02:00
jos
490494d8ef Fixed #65: Fixed random functions not accepting Matrix as input, and always returning a Matrix as output 2014-06-08 23:05:38 +02:00
jos
fc6a1c52c3 Fixed random functions returning a Matrix on Array input 2014-06-08 22:55:40 +02:00
jos
64aa6375f5 Moved functions random, randomInt and pickRandom to a separate file 2014-06-08 22:36:23 +02:00
jos
91cdad78b7 Removed automatic assignment of expression results to variable ans 2014-06-08 21:55:38 +02:00
jos
dcf5ec49fb Implemented constant version, returnin the current version of math.js 2014-06-08 21:23:14 +02:00
jos
45982fbba0 Removed array/matrix support from function ifElse 2014-06-08 21:22:57 +02:00
jos
3399909318 Implemented unary plus 2014-06-08 20:49:52 +02:00
jos
abf1b02ee9 Renamed function unary to unaryminus. Documented and tested constant phi. 2014-06-08 20:12:07 +02:00
jos
acec9f95af Fixed #168: added constant phi, the golden ratio 2014-06-08 19:53:09 +02:00
jos
2f467002d8 Upgraded to decimal.js v3.0.0. Fixed #189: not being able to load math.js using require.js. 2014-06-05 21:21:14 +02:00
jos
8a8b916a5a Updated version number to 0.22.1-SNAPSHOT 2014-05-22 22:48:35 +02:00
jos
0c9cdea866 Released version 0.22.0 v0.22.0 2014-05-22 22:20:18 +02:00
jos
31aa5655b1 Added a section "Where:" to some of the reference docs 2014-05-22 22:15:40 +02:00
jos
9ebc24662f More reference docs added 2014-05-22 21:17:53 +02:00
jos
44a84c4707 Updated docs, added MathJax example 2014-05-20 21:33:10 +02:00
Jos de Jong
4322075757 Merge pull request #184 from nheisterkamp/feature/106-LaTeX-toTex
Added LaTeX conversion of expressions using toTex() on expression.
2014-05-20 20:49:28 +02:00
Niels Heisterkamp
086e59061a Fixed test and removed remaining console.log. 2014-05-19 20:32:25 +02:00
Niels Heisterkamp
12147b3bd4 Some tweaks and fixes 2014-05-19 19:27:42 +02:00
Niels Heisterkamp
837306ac3e Test failed because of missing check of parameter type. 2014-05-19 15:18:45 +02:00
Niels Heisterkamp
fa643a485c Allow using symbols in subscript. 2014-05-19 14:33:55 +02:00
Niels Heisterkamp
f6990b16b0 Changed boolean true and false symbols 2014-05-19 08:20:06 +02:00
Niels Heisterkamp
b7fe0bfbf1 Added LaTeX conversion of expressions using toTex() on expression.
Also added some basic tests, which cover some use cases; but should be expanded.
2014-05-19 08:20:06 +02:00
jos
830367a494 More docs added 2014-05-18 22:21:00 +02:00
jos
7dbba81eca Output of matrix multiplication is now consistently squeezed 2014-05-18 15:14:09 +02:00
jos
37f97625c8 Fixed #185: a bug in multiplying two matrices containing vectors (worked fine for arrays) 2014-05-18 14:58:35 +02:00
jos
38066a9335 More docs added 2014-05-17 12:21:31 +02:00
jos
e536410b77 More docs added 2014-05-16 22:24:07 +02:00