jos
|
b60fa54d43
|
Fixed #645: Added documentation about engineering notation of function math.format
|
2016-04-11 20:28:47 +02:00 |
|
jos
|
bbfa7d51df
|
Fixed #484, #555: inaccuracy of math.sinh. Also using ES6 Math functions when available
|
2016-04-03 13:47:57 +02:00 |
|
jos
|
b3c1d63133
|
Throw an error when functions min, max, mean, or median are invoked with multiple matrices as arguments (see #598)
|
2016-03-24 21:22:33 +01:00 |
|
jos
|
41949b2253
|
Fixed IndexError not always providing a max property
|
2016-02-29 20:41:52 +01:00 |
|
jos
|
a1d91e0f84
|
Implemented nearly equal comparison for relational functions (equal, larger, smaller, etc.) when using BigNumbers
|
2016-02-28 14:03:40 +01:00 |
|
jos
|
fb141fb885
|
Merge branch 'decimal_v5' into develop
Conflicts:
HISTORY.md
test/function/trigonometry/cot.test.js
|
2016-02-27 11:39:56 +01:00 |
|
jos
|
e0c82f1b01
|
Removed a few redundant clone operations
|
2016-02-26 21:08:37 +01:00 |
|
jos
|
034b74c3f2
|
Removed redundant trigonometric util functions
|
2016-02-21 13:23:28 +01:00 |
|
jos
|
c558cf496e
|
Fixed all broken unit tests
|
2016-02-14 21:51:37 +01:00 |
|
jos
|
60cf4781e8
|
Upgraded to decimal.js v5. Replaced .constructor with .clone. Still lots of issues to fix
|
2016-02-13 15:48:54 +01:00 |
|
jos
|
61f6ab0667
|
Merge branch 'develop' into feature/objectsupport
Conflicts:
HISTORY.md
|
2016-01-03 19:49:06 +01:00 |
|
jos
|
96891dd6c5
|
Implemented support for JSON objects in the function math.format
|
2016-01-03 19:47:06 +01:00 |
|
john marinelli
|
715efa4ae4
|
condense long line
|
2015-12-25 01:02:48 -08:00 |
|
john marinelli
|
4fa19f3adc
|
made algorithm clearer
|
2015-12-23 12:20:22 -08:00 |
|
john marinelli
|
5b9f8cc90d
|
add comments
|
2015-12-21 07:49:35 -08:00 |
|
john marinelli
|
47c152d4a3
|
all tests run
|
2015-12-20 16:30:18 -08:00 |
|
john marinelli
|
ce1f5c7c60
|
integers
|
2015-12-20 16:01:19 -08:00 |
|
john marinelli
|
2e1bbd14e5
|
initial commit
|
2015-12-18 18:57:27 -08:00 |
|
jos
|
15724283b1
|
Fixed #502: Issue with format in some JavaScript engines.
|
2015-11-13 20:50:55 +01:00 |
|
jos
|
667139f439
|
Fixed a bug in functions sin and cos, which gave wrong results for BigNumber integer values around multiples of tau (i.e. sin(bignumber(7))).
|
2015-10-09 09:32:05 +02:00 |
|
Holman Gao
|
de235ff2f4
|
Update defineProperty check
|
2015-08-13 14:23:30 -07:00 |
|
jos
|
ec2da034a2
|
Halfway implementing lazy loading
|
2015-07-22 20:37:34 +02:00 |
|
jos
|
bc5d2fe9e4
|
Added example on how to fallback from fraction to bignumber. Reorganized index.js a bit.
|
2015-07-18 22:39:44 +02:00 |
|
jos
|
8158dafd3d
|
Moved the trigonometric functions in util/bignumber.js into separate files
|
2015-07-18 20:37:32 +02:00 |
|
jos
|
8757e9febb
|
Minor refactoring
|
2015-07-18 17:25:48 +02:00 |
|
jos
|
14b41b202e
|
Reworked the BigNumber constants (pi, tau, e, phi) to be created by passing a BigNumber constuctor instead of a precision
|
2015-07-18 17:20:22 +02:00 |
|
jos
|
9d5799f5ca
|
Extended memoize with support for a custom hasher.
|
2015-07-18 13:41:06 +02:00 |
|
jos
|
2353c4a61e
|
Renamed folders util to utils
|
2015-07-18 13:22:38 +02:00 |
|