jos
526c1ddfc8
Fixed #503 : Removed trailing commas and the use of keyword import as
...
property, as this gives issues with old JavaScript engines
2015-11-13 21:10:00 +01:00
jos
a404a7d16e
Fixed docs of logical not
2015-10-25 12:34:09 +01:00
jos
b0b1e296c9
Added missing docs for distance
2015-09-19 20:42:55 +02:00
jos
54e922d736
Implemented function hypot.
2015-09-17 20:39:29 +02:00
jos
d818e48321
Added support for units to cbrt
2015-09-17 19:48:25 +02:00
jos
a21b4da999
Updated docs an added unit test for returning all cubic roots of a real number.
2015-09-17 09:22:57 +02:00
jos
4d18dcb3e4
Implemented function cbrt for numbers, BigNumbers, and complex numbers
2015-09-16 22:37:06 +02:00
jos
fc3555119e
Released v2.2.0
2015-08-30 15:38:31 +02:00
jos
b7206b1c7f
Added some more missing docs
2015-08-11 21:07:38 +02:00
Kunal Vyas
ea2f1343c7
Added Mode Function
...
- Added the function in mode.js
- wrote the test cases.
2015-08-04 02:32:21 -04:00
jos
154577d1be
Updated docs, examples, history
2015-07-27 21:26:50 +02:00
jos
1fe4dc899d
Merged latest develop to v2
2015-06-07 16:53:24 +02:00
jos
a92b978036
Merged develop into v2
2015-06-07 15:57:41 +02:00
Jos de Jong
2705fd7bac
Merge pull request #380 from kv-kunalvyas/develop
...
Added intersection function
2015-06-07 13:57:38 +02:00
Kunal Vyas
58cfb20ffd
Wrote unit tests
...
- Added intersect.js file in lib/expression/docs
- added an entry in the index.js file in expression/docs
- modified intersect.js to give appropriate error messages
- added an entry in lib/math.js so that the test case file could find
the function
- wrote the test cases for intersect
2015-06-06 22:44:32 -04:00
jos
2d84debd6c
Added/updated missing docs
2015-05-31 14:29:42 +02:00
jos
82ed4ca497
Fixed #381 : issue in docs of randomInt (see also #382 )
2015-05-31 14:01:59 +02:00
Rogelio J. Baucells
d927b08945
Merge remote-tracking branch 'origin/v2-Index' into v2-sparse
2015-05-22 15:25:21 -04:00
jos
be98cf613d
Updated docs of add to reflect changed behavior for strings
2015-05-20 19:59:43 +02:00
Rogelio J. Baucells
737d476970
slu() and lusolve()
2015-05-08 15:45:03 -04:00
rjbaucells
dd6335a6db
lsolve() and usolve()
2015-05-07 23:43:28 -04:00
rjbaucells
2512b74b85
Matrix datatype
2015-04-28 20:11:32 -04:00
jos
27b436d108
Released version 1.4.0
2015-02-28 22:02:12 +01:00
jos
beb4e2e536
Released version 1.3.0
2015-02-09 21:43:00 +01:00
jos
79f4d7fbe3
Some minor fixes in the docs
2014-12-30 19:57:34 +01:00
jos
2614ca6203
Added docs for xor, removed docs of _divide
2014-12-25 14:11:15 +01:00
jos
5a3e55f39b
Added docs on bitwise and logical functions for expression parser
2014-12-23 21:25:34 +01:00
jos
5f4603bfcb
Added docs for gamma function
2014-12-23 14:21:44 +01:00
jos
bc15efbc68
Fixed #219 : implemented function nthRoot
2014-11-09 14:18:30 +01:00
jos
8f37893c61
Implemented function cross (cross product for vectors).
2014-11-08 17:57:51 +01:00
jos
50fb91346b
Implemented function dot (dot product for vectors).
2014-11-08 16:13:32 +01:00
jos
41db497289
Removed references in documentation to the "distribution" function
2014-09-08 11:30:48 +02:00
jos
f1313d8be7
Implemented a function filter(x, test)
2014-09-04 20:52:51 +02:00
jos
fa4a23c34b
math.number can convert units to numbers (requires a second argument)
2014-09-03 21:29:16 +02:00
jos
41663147e6
Implemented function sort
2014-08-14 22:24:15 +02:00
jos
7f6b13a797
Changed the default value of new entries in resized matrices to zero.
2014-08-12 22:35:56 +02:00
jos
0860c70a6e
Implemented function flatten
2014-08-12 21:17:27 +02:00
jos
e5ce909524
Reworked the way matrices are resized when dimensions are added/removed
2014-08-03 15:56:39 +02:00
jos
8c224d3e71
Moved transformation of error messages (zero-based to one-based) to the expression/transform section
2014-07-20 20:45:10 +02:00
jos
59de16801e
Renamed function category "Comparison" with "Relational"
2014-07-20 12:40:34 +02:00
jos
4645529f40
Removed function ifElse
2014-06-30 14:52:54 +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
0ae566db8d
Renamed functions edivide, emultiply, and epow to dotdivide, dotmultiply, and dotpow respectively.
2014-06-09 11:09:06 +02:00
jos
91cdad78b7
Removed automatic assignment of expression results to variable ans
2014-06-08 21:55:38 +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
9ebc24662f
More reference docs added
2014-05-22 21:17:53 +02:00