josdejong
|
7f58398053
|
Completed missing descriptions in tests
|
2013-08-19 21:07:45 +02:00 |
|
josdejong
|
e704c79e17
|
Removed the feature to automatically convert a complex
value with an imaginary part equal to zero to a number (see #59)
|
2013-08-14 14:41:35 +02:00 |
|
Sebastien Piquemal
|
a6b4ad7526
|
fixed tests
|
2013-08-14 15:43:32 +04:00 |
|
Sebastien Piquemal
|
aa0249d458
|
fixed npm install, changed src to lib
|
2013-08-14 15:00:12 +04:00 |
|
josdejong
|
d76602a2ee
|
Changed syntax of range to range(start, end [, step])
|
2013-08-09 22:33:58 +02:00 |
|
josdejong
|
aa471db411
|
Upperbound of range is now excluded
|
2013-08-09 22:09:46 +02:00 |
|
Sebastien Piquemal
|
1e7603488c
|
refactored refactored tests/functions/arithmetic
|
2013-08-08 15:31:37 +04:00 |
|
josdejong
|
fe06d514e0
|
Created shared module math.js for all functions (resolves circular references)
|
2013-08-06 21:50:15 +02:00 |
|
josdejong
|
8cc9ceb980
|
Changed all source files into node.js modules
|
2013-08-05 23:05:23 +02:00 |
|
josdejong
|
d9f34677b4
|
Renamed all test files to *.test.js
|
2013-08-04 14:46:22 +02:00 |
|
josdejong
|
c5edb419d8
|
Moved the library builds math.js and math.min.js to subfolder dist
|
2013-08-04 14:39:42 +02:00 |
|
josdejong
|
6a6b5c3e61
|
Replaced all x instanceof Array with Array.isArray(x)
|
2013-08-04 14:30:38 +02:00 |
|
josdejong
|
19b507b9f0
|
Refactored all code to 2 space indentation
|
2013-08-04 14:07:47 +02:00 |
|
josdejong
|
881889dec0
|
Renamed unaryminus to unary
|
2013-07-08 14:11:42 +02:00 |
|
josdejong
|
76b154e285
|
Complex computations will return a (real) Number instead of Complex(x,0) when possible.
|
2013-06-16 14:46:42 +02:00 |
|
josdejong
|
7df862b7fa
|
Made function multiply a little smarter in dealing with complex calculations and reducing complex results to a number when possible
|
2013-06-16 14:05:15 +02:00 |
|
josdejong
|
43cc541762
|
Fixed #14: wrong calculation of i/0, also fixed i*Infinity
|
2013-06-14 21:18:14 +02:00 |
|
josdejong
|
01400af0db
|
Fixed Complex constructor not accepting NaN as parameter (see also issue 14)
|
2013-06-13 20:11:50 +02:00 |
|
josdejong
|
f2b1b2ad9f
|
Implemented element wise functions edivide, emultiply, and epow
|
2013-05-31 20:47:45 +02:00 |
|
josdejong
|
0b2e28403b
|
Fixed in mod for negative numerators. Added more input validation. Added tests
|
2013-05-29 20:14:51 +02:00 |
|
josdejong
|
f010032683
|
Updated version to 0.8.2-SNAPSHOT
|
2013-05-17 18:37:35 +02:00 |
|
josdejong
|
f93dcfbc44
|
More tests
|
2013-05-10 21:53:05 +02:00 |
|
josdejong
|
738bd1350f
|
More tests
|
2013-05-07 22:06:36 +02:00 |
|
josdejong
|
922e12073b
|
Implemented command line interface. soo coool.
|
2013-05-06 22:25:00 +02:00 |
|
josdejong
|
84552d133e
|
More tests
|
2013-05-06 21:54:57 +02:00 |
|
josdejong
|
30274bfec8
|
Few more tests and type checks
|
2013-05-05 21:07:25 +02:00 |
|
josdejong
|
9f91213ea6
|
Fixed non-working unequal operator != in the parser
|
2013-05-05 20:22:59 +02:00 |
|
josdejong
|
31a034cc2c
|
Splitted all tests in separate files: one file per function
|
2013-05-05 15:38:28 +02:00 |
|