jos
|
2353c4a61e
|
Renamed folders util to utils
|
2015-07-18 13:22:38 +02:00 |
|
Max Bruckner
|
21bd67980a
|
Remove LaTeX of probability functions from util/latex.js
|
2015-06-14 02:23:41 +02:00 |
|
jos
|
6c7bf4acf0
|
Removed boolean, string, and null from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (boolean, string, number, null) and non-primitive types uppercase (Complex, BigNumber, Function, Array, ...).
|
2015-05-20 21:08:26 +02:00 |
|
jos
|
1d5a972a58
|
Refactored combinations, factorial, gamma, permutations, pickRandom, random, randomInt to typed-functions
|
2015-04-15 21:30:32 +02:00 |
|
jos
|
40986a1325
|
Using strict mode now in all files (added 'use strict'; on top of every file)
|
2014-07-18 23:19:14 +02:00 |
|
jos
|
7d84e4daf0
|
Math.js now immediately returns a default instance of mathjs, no need to create an instance every time you want to use the library.
|
2014-06-20 23:11:14 +02:00 |
|
jos
|
6c8104f938
|
More docs added
|
2014-05-15 21:43:08 +02:00 |
|
josdejong
|
97cbb0093f
|
Moved errors to their own namespace and folder
|
2014-04-11 18:02:29 +02:00 |
|
josdejong
|
922ce679e6
|
Moved UnsupportedTypeError to the others, and made it independent of the math namespace
|
2014-04-11 17:44:55 +02:00 |
|
josdejong
|
492d7f4c4f
|
Moved ArgumentsError from lib/type/ to lib/util/
|
2014-04-06 21:25:46 +02:00 |
|
josdejong
|
ad554ef1f7
|
Updates and fixes to work with a different BigNumber instance per math.js instance
|
2014-04-05 22:42:03 +02:00 |
|
josdejong
|
d19e7ea570
|
Switched to module decimal.js for BigNumber support, instead of bignumber.js.
|
2014-04-04 21:08:33 +02:00 |
|
josdejong
|
b520a198ac
|
Fixed #134: error in function combinations for large numbers
|
2014-01-31 23:23:57 +01:00 |
|
josdejong
|
8ce1a122bb
|
Some minor code rearrangement
|
2014-01-07 14:25:32 +01:00 |
|
Daniel Levin
|
a6878572b9
|
added n <= k condition to permutations, combinations
|
2014-01-07 13:32:26 +02:00 |
|
Daniel Levin
|
f6fa5bf575
|
Added BigNumber support to combinations (and tests)
|
2014-01-07 13:27:56 +02:00 |
|
Daniel Levin
|
17acaaf9eb
|
added BigNumber support to permutations (with tests)
|
2014-01-07 13:19:58 +02:00 |
|
Daniel Levin
|
365490cf11
|
Changed parseInt to Math.floor
also added vim swap files to .gitignore
|
2014-01-07 12:58:09 +02:00 |
|
Daniel Levin
|
fc1ac7efa4
|
changed x to n in permutations
|
2014-01-06 12:02:00 +02:00 |
|
josdejong
|
965f4232ad
|
Added docs on combinations / permutations
|
2014-01-06 10:43:31 +01:00 |
|
Daniel Levin
|
6c88d7b58a
|
added more tests for combinations. Fixes #99
|
2014-01-05 14:16:14 +02:00 |
|
Daniel Levin
|
45b619cf84
|
added combinations function
|
2014-01-05 13:44:45 +02:00 |
|
Daniel Levin
|
b2acc29d04
|
added more tests
|
2014-01-04 18:01:21 +02:00 |
|
Daniel Levin
|
987111aefd
|
removed useless imports
|
2014-01-04 17:51:08 +02:00 |
|
Daniel Levin
|
a1b8588bdd
|
added tests for permutations function
|
2014-01-04 17:41:41 +02:00 |
|
Daniel Levin
|
d8f926bbb6
|
added permutations function addressing #99
|
2014-01-04 17:28:25 +02:00 |
|