Mathias Polligkeit
|
b5a9695746
|
code formatting
|
2016-10-18 01:45:06 +02:00 |
|
Mathias Polligkeit
|
78f0c942bd
|
clean up distribution.js
|
2016-10-18 01:43:49 +02:00 |
|
Mathias Polligkeit
|
f81abbab25
|
add type validation
|
2016-10-18 01:43:19 +02:00 |
|
Mathias Polligkeit
|
239cabec37
|
Revert "add an intermediary typed function that will fail a test"
This reverts commit fc2b730e044d3ec5a93c010d789eac47768fccc2.
|
2016-10-18 01:27:18 +02:00 |
|
Mathias Polligkeit
|
94d102e758
|
Revert "add randomHelper function for duplicate logic of random/randomInt; fails"
This reverts commit c464010234c73144df142cdb6fb7d32d0533bdf3.
|
2016-10-18 01:27:13 +02:00 |
|
Mathias Polligkeit
|
bfcfeafd2e
|
Revert "refactor distribution.js"
This reverts commit ed0df31293f92171c44d06d5bdc04d408b967402.
|
2016-10-18 01:25:08 +02:00 |
|
Mathias Polligkeit
|
ed0df31293
|
refactor distribution.js
|
2016-08-02 02:43:51 +02:00 |
|
Mathias Polligkeit
|
c464010234
|
add randomHelper function for duplicate logic of random/randomInt; fails
|
2016-08-02 01:16:04 +02:00 |
|
Mathias Polligkeit
|
fc2b730e04
|
add an intermediary typed function that will fail a test
|
2016-08-01 23:54:53 +02:00 |
|
Mathias Polligkeit
|
2a98231966
|
add default max value if undefined in randomInt
|
2016-07-30 20:13:06 +02:00 |
|
Mathias Polligkeit
|
21570cda0b
|
turn randomInt into a typed function
|
2016-07-30 18:53:06 +02:00 |
|
Mathias Polligkeit
|
832f280196
|
rewrite pickRandom as typed function
|
2016-07-18 02:17:27 +02:00 |
|
Mathias Polligkeit
|
fe972bacf6
|
extend pickRandom function to allow multiple picks and weighted distribution, remove pickMultipleRandom
|
2016-07-16 17:55:38 +02:00 |
|
Mathias Polligkeit
|
c5e40b40ef
|
add pickMultipleRandom function
|
2016-06-30 02:19:09 +02:00 |
|
jos
|
b2066e53f6
|
Replaced toTex definitions using the default toTex template with "undefined" and a comment (see #636)
|
2016-04-15 11:00:03 +02:00 |
|
jos
|
8068f4afa8
|
Fixed #636: More strict toTex templates, reckon with number of arguments
|
2016-04-11 21:31:15 +02:00 |
|
jos
|
b60fa54d43
|
Fixed #645: Added documentation about engineering notation of function math.format
|
2016-04-11 20:28:47 +02:00 |
|
jos
|
2127047948
|
Extended callback example of math.format (see #628)
|
2016-04-05 09:23:26 +02:00 |
|
jos
|
bfc60ec199
|
Improved docs on math.format
|
2016-04-03 19:41:31 +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
|
f47b22cde5
|
Released v3.1.3 (fixed broken bundle)
|
2016-03-24 22:31:11 +01: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
|
ab454c0750
|
Fixed #623: nthRoot of zero with a negative root returned 0 instead of Infinity
|
2016-03-24 20:25:14 +01:00 |
|
jos
|
15aca5e4d0
|
Changed casing of the values of config options number and matrix to match the actual name of the classes.
|
2016-03-04 19:41:54 +01:00 |
|
jos
|
f4b794100e
|
Replaced tabs with spaces
|
2016-03-03 20:29:08 +01:00 |
|
jos
|
126622337d
|
Renamed section 'units' to 'unit'
|
2016-03-03 20:21:08 +01:00 |
|
jos
|
e2a3878ba9
|
Moved functions format and print to section string
|
2016-03-03 20:17:41 +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
|
0922121e82
|
Added core functions config, import, and typed to the docs. Updated other docs
|
2016-02-27 20:37:26 +01:00 |
|
jos
|
12eee9e856
|
Moved filter, forEach, map, partitionSelect, sort from utils to matrix section
|
2016-02-27 20:00:42 +01:00 |
|
jos
|
499830c307
|
Fixed #88: typo in the docs of eye
|
2016-02-27 19:47:23 +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
|
94986762fb
|
Merge branch 'develop' into feature/objectsupport
Conflicts:
HISTORY.md
|
2016-02-24 08:58:01 +01:00 |
|
jos
|
034b74c3f2
|
Removed redundant trigonometric util functions
|
2016-02-21 13:23:28 +01:00 |
|
jos
|
e075ed776e
|
Refactored all trigonometric functions to using decimal.js. Still awaiting decimal.js v5.0.5 for a bug fix.
|
2016-02-21 12:55:45 +01:00 |
|
jos
|
73cb353260
|
Refactored bignumber implementations of acos, acosh, asinh, atan, atan2, atanh, cosh, sinh, tanh, cbrt
|
2016-02-14 22:23:18 +01:00 |
|
jos
|
988e200782
|
Refactored bignumber implementations of asin, cos, sin, tan
|
2016-02-14 21:54:53 +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
|
e0bba8ff88
|
Merge branch 'develop' into complex
Conflicts:
lib/core/import.js
|
2016-02-13 13:52:48 +01:00 |
|
jos
|
8639f85dab
|
Updated history and extended docs
|
2016-02-13 13:48:09 +01:00 |
|
jos
|
33ddfb70a5
|
Updated docs for pow (see #525)
|
2016-02-13 13:44:12 +01:00 |
|
Jos de Jong
|
90c0d7c274
|
Merge pull request #525 from ericman314/realmode-exponentiation
Realmode exponentiation
|
2016-02-13 13:35:52 +01:00 |
|
Eric
|
d6769b8cd5
|
Removed 'realmode' config option and replaced with 'predictable'
|
2016-02-13 04:21:11 +00:00 |
|
Robert Eisele
|
16b68d2b86
|
Ups, copy and paste error
|
2016-02-11 03:54:23 +01:00 |
|
Robert Eisele
|
e6d4e40d7c
|
Changed some tests to match new requirements
|
2016-02-07 14:57:02 +01:00 |
|
jos
|
86a3af26f3
|
Merge branch 'develop' into feature/objectsupport
Conflicts:
HISTORY.md
|
2016-02-03 21:17:51 +01:00 |
|
Robert Eisele
|
fcfd43a218
|
Added complex.js
|
2016-01-29 01:56:06 +01:00 |
|