josdejong
|
91e520dfb4
|
Implemented Array support for methods with one parameter
|
2013-03-09 20:55:03 +01:00 |
|
josdejong
|
4f422a34e2
|
Updated readme. Improved Complex data type.
|
2013-03-09 10:47:10 +01:00 |
|
josdejong
|
739c53444a
|
Implemented methods cot, csc, sec
|
2013-03-06 21:15:54 +01:00 |
|
josdejong
|
4c2c06d979
|
Implemented Workspace
|
2013-03-04 19:34:16 +01:00 |
|
josdejong
|
c1fa8d8231
|
Fixed an issue in the Parser not resolving variables later on when undefined in first instance.
|
2013-02-25 21:09:05 +01:00 |
|
josdejong
|
6faacfb120
|
Moved Complex and Unit to the main namespace math
|
2013-02-25 20:44:37 +01:00 |
|
josdejong
|
ed36dd796b
|
Implemented methods cube, factiorial, log(x, base), log10, sign, square
|
2013-02-25 20:18:03 +01:00 |
|
josdejong
|
57c4055458
|
Implemented methods mod, equal, unequal, smallereq, largereq
|
2013-02-24 20:51:35 +01:00 |
|
josdejong
|
93e4a9d397
|
Implemented methods re, im, arg, conj
|
2013-02-24 20:28:36 +01:00 |
|
josdejong
|
47464fec65
|
Implemented method import
|
2013-02-24 20:12:39 +01:00 |
|
josdejong
|
3b9c24fe72
|
Documentation updated
|
2013-02-24 14:21:05 +01:00 |
|
josdejong
|
699705086f
|
Implemented methods parser.get and parser.put.
|
2013-02-24 13:06:09 +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
|
a91169e098
|
Updated jake build script and some restructuring of the code
|
2013-02-20 13:52:41 +01:00 |
|
josdejong
|
2b976b59e8
|
Implemented/updated methods help, typeof, pow, round
|
2013-02-20 13:51:56 +01:00 |
|
josdejong
|
0b7ca1ca52
|
Implemented method help to get documentation on methods, constants, and data types
|
2013-02-18 22:24: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 |
|
josdejong
|
16c64dffda
|
Implemented methods ceil, fix, floor, round, random, atan2
|
2013-02-17 20:21:46 +01:00 |
|
josdejong
|
27b96f31e9
|
Implemented methods asin, acos, atan
|
2013-02-17 15:54:48 +01:00 |
|
josdejong
|
3f93052359
|
Logo created
|
2013-02-17 14:01:31 +01:00 |
|
josdejong
|
17cb48b7d0
|
Renamed project from math2 to mathjs
|
2013-02-17 01:36:22 +01:00 |
|
josdejong
|
67a5076f6c
|
Function in(x, unit) implemented
|
2013-02-16 21:41:44 +01:00 |
|
josdejong
|
b721f4e2ce
|
First few functions implemented (abs, exp, log, sqrt, sin, cos, tan)
|
2013-02-16 20:59:41 +01:00 |
|
josdejong
|
a673b6e3f2
|
Type Unit added
|
2013-02-16 20:58:57 +01:00 |
|
josdejong
|
21386ff3d2
|
Jake build script implemented
|
2013-02-16 14:23:37 +01:00 |
|