843 Commits

Author SHA1 Message Date
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
jos
37a7494a2f Some fixes in docgenerator 2014-05-16 20:20:13 +02:00
jos
2f200d7c60 Fixed a bug in multiplying units without value with a number (like 5 * cm). 2014-05-16 20:10:54 +02:00
jos
479e284088 Merge remote-tracking branch 'origin/develop' into develop 2014-05-15 21:44:49 +02:00
jos
6c8104f938 More docs added 2014-05-15 21:43:08 +02:00
Jos de Jong
addc52ecea updated roadmap 2014-05-14 09:34:00 +02:00
jos
a8ccff8217 Updated roadmap 2014-05-14 09:32:51 +02:00
jos
504fef7231 Merge branch 'develop' into reference 2014-05-14 09:12:53 +02:00
jos
5fda4e0f83 Updated version number to 0.21.2-SNAPSHOT 2014-05-13 21:19:35 +02:00
jos
bf4c8db46c Released version 0.21.1 v0.21.1 2014-05-13 21:01:49 +02:00
jos
3276b036a6 Fixed #172: parser not being able to evaluate an exponent followed by a unary minus like 2^-3, and a transpose followed by an index like [3]'[1]. 2014-05-13 20:57:32 +02:00
jos
d83e5b8d43 Updated docs 2014-05-13 20:16:55 +02:00
jos
6e3cc82cdd Deprecated functions Parser.parse and Parser.compile. Use math.parse and math.compile instead. 2014-05-13 20:14:52 +02:00
jos
a7267063e2 Excluded crypto library from bundle 2014-05-09 11:52:32 +02:00
jos
b211042e39 Fixed typo 2014-05-08 21:20:37 +02:00
jos
9d44c4fadd Added a few advanced examples 2014-05-08 21:18:29 +02:00
jos
86f2b6103d Updated list with function not supporting bignumbers 2014-05-07 21:16:12 +02:00
jos
ae42bdd9a5 Fixed an implicit require path to an index file 2014-05-07 21:15:43 +02:00
jos
2ac75d8b9f Removed testing unstable node.js 0.9 from Travis 2014-05-05 09:43:53 +02:00
jos
5ddc735983 Fixed #177: function add not adding strings and matrices element wise 2014-05-05 09:38:52 +02:00
jos
f6fe12d452 Added more reference docs (not all docs are complete yet) 2014-04-28 22:08:11 +02:00
jos
a737849f7d Docgenerator now supports descriptions with multiple paragraphs. 2014-04-26 16:31:54 +02:00
jos
34744bec32 Described how to generate documentation in how_to_publish.md 2014-04-26 15:35:17 +02:00