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
|
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
|
7d5982035b
|
Updated documentation of all methods. Changed cube and square to evaluate matrices element wise.
|
2013-04-20 14:04:34 +02:00 |
|
josdejong
|
4914084e3f
|
Removed Range from the function comments
|
2013-04-14 21:16:30 +02:00 |
|
josdejong
|
50276ee814
|
Removed the build-in parser documentation from the core library.
|
2013-04-11 19:52:18 +02:00 |
|
josdejong
|
04f51c5beb
|
Implemented Matrix support for all methods
|
2013-04-01 15:30:25 +02:00 |
|
josdejong
|
0309f62e3f
|
Renamed method eye to identity
|
2013-03-28 20:17:21 +01:00 |
|
josdejong
|
c080426140
|
Rearrangements in the utility methods (format, size, map, forEach)
|
2013-03-23 12:33:48 +01:00 |
|
josdejong
|
936542e988
|
Separated method size into utility methods size and validate
|
2013-03-19 21:04:00 +01:00 |
|
josdejong
|
cf8cf46d63
|
Renamed methods 'copy' to 'clone'
|
2013-03-19 20:34:21 +01:00 |
|
josdejong
|
0c41367b6f
|
Implemented fallback to primitive value of objects for all methods
|
2013-03-19 20:25:06 +01:00 |
|
josdejong
|
8a6548027f
|
Implemented array support for all methods
|
2013-03-13 21:45:05 +01:00 |
|
josdejong
|
3b9c24fe72
|
Documentation updated
|
2013-02-24 14:21:05 +01:00 |
|
josdejong
|
c896eae319
|
Parser implemented
|
2013-02-23 23:45:51 +01:00 |
|
josdejong
|
61b2a45a9a
|
Added check for correct argument count to all functions
|
2013-02-23 14:13:17 +01:00 |
|
josdejong
|
2b976b59e8
|
Implemented/updated methods help, typeof, pow, round
|
2013-02-20 13:51:56 +01:00 |
|
josdejong
|
55e37b3fc3
|
Added methods add, divide, larger, multiply, pow, smaller, subtract, unaryminus, max, min. Library is now fully compatible with the standard Math library.
|
2013-02-18 20:49:01 +01:00 |
|