Guillermo Indalecio
|
b0ce2686c3
|
Added min test for n-dimensional matrices
|
2013-10-22 19:16:50 +02:00 |
|
Guillermo Indalecio
|
d4f41af2c4
|
Added reduce call in function "min"
|
2013-10-22 19:15:16 +02:00 |
|
Guillermo Indalecio
|
49429a5e49
|
Fixed small typo
|
2013-10-22 19:04:13 +02:00 |
|
Guillermo Indalecio
|
42560704b8
|
Fixing reduce function to the pull request
|
2013-10-22 19:02:35 +02:00 |
|
Guillermo Indalecio
|
297e1869af
|
Added another multidimensional test for max
|
2013-10-22 16:24:14 +02:00 |
|
Guillermo Indalecio Fernandez
|
020dfa0e46
|
Added test for max, it seems to work in 2D
|
2013-10-22 11:06:00 +02:00 |
|
Guillermo Indalecio Fernandez
|
8db830c31d
|
Added full reduce capabilities not tested
|
2013-10-22 10:49:29 +02:00 |
|
josdejong
|
1db989a2d7
|
Changed scientific notation of number formatting back
|
2013-10-21 20:51:48 +02:00 |
|
josdejong
|
17f208df18
|
Some nice improvements to formatting numbers
|
2013-10-21 12:07:07 +02:00 |
|
josdejong
|
432d3e0574
|
Fixed a bug in formatting numbers with a limited precision. Added more unit tests.
|
2013-10-21 11:18:59 +02:00 |
|
josdejong
|
c8a289a08c
|
Removed unnecessary .js suffix in module require statements
|
2013-10-20 14:01:31 +02:00 |
|
josdejong
|
f42f5698cb
|
Removed global option options.format.precision. When formatted, numbers are no longer rounded to 5 digits by default.
|
2013-10-20 13:40:28 +02:00 |
|
josdejong
|
250836a4af
|
Simplified loading options
|
2013-10-19 22:21:24 +02:00 |
|
josdejong
|
c40a327b10
|
Implemented a factory function for the library
|
2013-10-19 22:17:58 +02:00 |
|
josdejong
|
fb59d5c7e6
|
Removed global file options
|
2013-10-19 22:06:44 +02:00 |
|
josdejong
|
abff8efdbc
|
Mixed matrix input now always returns a Matrix (needed to mace collection static)
|
2013-10-19 22:01:10 +02:00 |
|
josdejong
|
e61d2f965b
|
Fixes in the new function math.format(precision). Updated docs and tests.
|
2013-10-19 21:44:54 +02:00 |
|
josdejong
|
524a915beb
|
Updated comments
|
2013-10-19 18:12:20 +02:00 |
|
josdejong
|
a4bda611df
|
Implemented function print (splitted from function format)
|
2013-10-19 18:10:50 +02:00 |
|
josdejong
|
608462c843
|
Updated docs on options
|
2013-10-19 15:05:07 +02:00 |
|
josdejong
|
3c7174c764
|
Renamed options to math.options.format.precision and math.options.matrix.defaultType
|
2013-10-19 15:00:32 +02:00 |
|
josdejong
|
71c36a94cf
|
Statistics functions max and min now return the max and min of the flattened array in case of multidimensional arrays.
|
2013-10-18 10:47:43 +02:00 |
|
josdejong
|
eb9ffdeadf
|
Removed support for comparing complex numbers
|
2013-10-17 14:49:30 +02:00 |
|
josdejong
|
c3d5edf4bb
|
Implemented support for multiplying vectors with matrices
|
2013-10-14 13:14:16 +02:00 |
|
josdejong
|
35cafbfa67
|
Fixed function mean to support complex values, added more tests to min and max.
|
2013-10-14 11:40:20 +02:00 |
|
Jos de Jong
|
5aff4f4247
|
Merge pull request #102 from guillermobox/develop
Added mean for statistical functions
|
2013-10-14 02:16:47 -07:00 |
|
Guillermo Indalecio Fernandez
|
a5d3fcc4e7
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2013-10-13 15:53:41 +02:00 |
|
Guillermo Indalecio Fernandez
|
0bd2db9f2b
|
Fixed bugs and deployed tests
|
2013-10-13 15:49:45 +02:00 |
|
josdejong
|
5a829ea3f8
|
Fixed #100: Formatting numbers as scientific notation in some cases returned a zero digit left from the decimal point
|
2013-10-11 14:01:42 +02:00 |
|
Guillermo Indalecio
|
97563106c2
|
Added function/statistics/mean.js
|
2013-10-10 13:33:47 +02:00 |
|
Jos de Jong
|
55af524f14
|
Merge pull request #98 from guillermobox/develop
Doc typo: Fixed the argument in pickRandom from [min,max] to array
|
2013-10-09 02:44:48 -07:00 |
|
guillermobox
|
5537e9896f
|
Doc typo: Fixed the argument in pickRandom from [min,max] to array
|
2013-10-09 10:30:08 +02:00 |
|
josdejong
|
307e40cc9c
|
Few updates in the docs
|
2013-10-08 19:06:01 +02:00 |
|
josdejong
|
717ea9f8f4
|
Updated example on units
|
2013-10-08 17:49:42 +02:00 |
|
josdejong
|
fffbc78e7f
|
Fixed two broken links in the readme
|
2013-10-08 17:40:56 +02:00 |
|
josdejong
|
521f5ac988
|
Updated version number to 0.15.0-SNAPSHOT
|
2013-10-08 17:25:34 +02:00 |
|
josdejong
|
8b8c56ad91
|
Released version 0.14.0
v0.14.0
|
2013-10-08 17:07:15 +02:00 |
|
josdejong
|
cc42c7dc26
|
Re-enabled test for mod operator
|
2013-10-08 17:03:15 +02:00 |
|
josdejong
|
3393ff3c79
|
Added documentation on unit prefixes
|
2013-10-08 16:53:45 +02:00 |
|
josdejong
|
c031a4248e
|
Added a test with mixed matrix types
|
2013-10-08 16:30:06 +02:00 |
|
josdejong
|
e5d7b73f2e
|
Added documentation on options
|
2013-10-08 15:51:41 +02:00 |
|
josdejong
|
eaea042cdf
|
Added some documentation on matrices
|
2013-10-08 15:38:34 +02:00 |
|
josdejong
|
6e65e03d60
|
Extended documentation on complex numbers
|
2013-10-08 15:25:25 +02:00 |
|
josdejong
|
799819423c
|
Implemented a function equals for complex numbers.
|
2013-10-08 15:12:11 +02:00 |
|
josdejong
|
9e233e31db
|
Extended docs on complex values and cli
|
2013-10-08 15:07:21 +02:00 |
|
josdejong
|
90e467f8e8
|
Added documentation on units
|
2013-10-08 14:33:19 +02:00 |
|
josdejong
|
f4e2b9bbd2
|
Merge branch 'master' into develop
|
2013-10-08 11:50:25 +02:00 |
|
Jos de Jong
|
482b7bd5d6
|
Merge pull request #97 from guillermobox/master
Fixed small typo in exception message
|
2013-10-08 02:48:56 -07:00 |
|
josdejong
|
0d42ee782a
|
Updated history
|
2013-10-08 11:45:09 +02:00 |
|
Guillermo Indalecio
|
cce3edd614
|
Fixed small typo in exception message
|
2013-10-08 10:31:46 +02:00 |
|