jos
|
64368ec4ad
|
Added unit drop (gtt)
|
2014-06-09 09:34:53 +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
|
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
|
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
|
830367a494
|
More docs added
|
2014-05-18 22:21:00 +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
|
6c8104f938
|
More docs added
|
2014-05-15 21:43:08 +02:00 |
|
jos
|
504fef7231
|
Merge branch 'develop' into reference
|
2014-05-14 09:12:53 +02:00 |
|
jos
|
d83e5b8d43
|
Updated docs
|
2014-05-13 20:16:55 +02:00 |
|
jos
|
86f2b6103d
|
Updated list with function not supporting bignumbers
|
2014-05-07 21:16:12 +02:00 |
|
jos
|
f6fe12d452
|
Added more reference docs (not all docs are complete yet)
|
2014-04-28 22:08:11 +02:00 |
|
jos
|
47ff033538
|
Merge branch 'develop' into reference
|
2014-04-25 17:22:40 +02:00 |
|
jos
|
1a4c700276
|
Updated function overview
|
2014-04-19 20:50:26 +02:00 |
|
jos
|
d369733d09
|
Documented complex polar coordinates
|
2014-04-16 09:55:55 +02:00 |
|
jos
|
e5cddb66ed
|
Merge remote-tracking branch 'origin/develop' into develop
|
2014-04-16 09:29:02 +02:00 |
|
jos
|
3e62516909
|
Documented new option epsilon for comparison. Changed default value to 1e-14
|
2014-04-16 09:28:03 +02:00 |
|
rjbaucells
|
423b159283
|
norm documentation
|
2014-04-12 20:18:23 -04:00 |
|
josdejong
|
730782ec21
|
Merge branch 'develop' into reference
Conflicts:
lib/function/arithmetic/exp.js
|
2014-04-09 16:07:49 +02:00 |
|
josdejong
|
83b41a16ab
|
Implemented BigNumber support for functions exp, log, and log10.
|
2014-04-06 12:01:10 +02:00 |
|
josdejong
|
8cea27406b
|
Some internal refactoring
|
2014-04-06 11:22:13 +02:00 |
|
josdejong
|
45550e5ffb
|
Changed configuration option decimals to precision
|
2014-04-06 11:14:01 +02:00 |
|
josdejong
|
d19e7ea570
|
Switched to module decimal.js for BigNumber support, instead of bignumber.js.
|
2014-04-04 21:08:33 +02:00 |
|
josdejong
|
f568ae75c1
|
More unit tests added
|
2014-04-03 20:58:43 +02:00 |
|
josdejong
|
b3ab923a69
|
Implemented conditional operator a ? b : c in expression parser
|
2014-04-01 20:49:55 +02:00 |
|
josdejong
|
0b52130f06
|
Merge branch 'develop' into reference
Conflicts:
gulpfile.js
lib/function/arithmetic/round.js
package.json
|
2014-03-29 22:39:53 +01:00 |
|
josdejong
|
b333ad073a
|
Implemented function median
|
2014-03-29 22:26:12 +01:00 |
|
josdejong
|
763abb425e
|
Implemented function compare
|
2014-03-29 21:43:22 +01:00 |
|
josdejong
|
a073a95859
|
Implemented functions sum, prod, var, std. Reducing a matrix over a specified dimension still missing
|
2014-03-29 14:45:09 +01:00 |
|
josdejong
|
3fcbb02197
|
Merge branch 'master' into develop
|
2014-03-15 15:27:50 +01:00 |
|
josdejong
|
f1ea498927
|
Added some more unit tests
|
2014-03-15 15:27:05 +01:00 |
|
Jos de Jong
|
6295b5eb53
|
Merge pull request #147 from fcolas6013/patch-3
Correct typo in numbers.md
|
2014-03-13 09:18:17 +01:00 |
|
Jos de Jong
|
2de982893c
|
Merge pull request #146 from fcolas6013/patch-2
Correct some typos in expressions.md
|
2014-03-13 09:17:45 +01:00 |
|
Jos de Jong
|
ea195eed24
|
Merge pull request #148 from fcolas6013/patch-4
Correct typo in bignumbers.md
|
2014-03-13 09:15:38 +01:00 |
|
Jos de Jong
|
a9458d2612
|
Merge pull request #149 from fcolas6013/patch-5
Correct typo in command_line_interface.md
|
2014-03-13 09:14:52 +01:00 |
|
Fabrice Colas
|
c7df20ebe6
|
Correct typo in command_line_interface.md
|
2014-03-12 23:15:44 -07:00 |
|
Fabrice Colas
|
1da52c2837
|
Correct typo in bignumbers.md
|
2014-03-12 23:02:20 -07:00 |
|
Fabrice Colas
|
08cbc3dfa2
|
Correct typo in numbers.md
|
2014-03-12 22:59:24 -07:00 |
|
Fabrice Colas
|
7dec53330e
|
Correct some typos in expressions.md
|
2014-03-12 22:54:35 -07:00 |
|
Fabrice Colas
|
8e427406c1
|
Correct typo in getting_started.md
|
2014-03-12 22:27:49 -07:00 |
|
josdejong
|
f45c0be17e
|
Updated note about non-stabilized API
|
2014-02-26 21:22:56 +01:00 |
|
josdejong
|
0511edd934
|
Updated index and getting started
|
2014-02-19 22:43:09 +01:00 |
|
josdejong
|
b37b7fc697
|
yihaa, the first automatically generated reference docs for functions
|
2014-02-19 21:56:03 +01:00 |
|
josdejong
|
c7ffb60634
|
Added reference docs for cube, exp, pow, square
|
2014-02-16 20:32:31 +01:00 |
|