This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mathjs
Watch
1
Star
0
Fork
0
You've already forked mathjs
mirror of
https://github.com/josdejong/mathjs.git
synced
2025-12-08 19:46:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
/
probability
History
Favian Contreras
a85df3fcea
Fixed precision variable problem (config.precision instead of math.precision), and round-off errors. Updated test cases.
2015-01-13 04:41:53 -08:00
..
combinations.js
Using strict mode now in all files (added
'use strict';
on top of every file)
2014-07-18 23:19:14 +02:00
distribution.js
Removed
math.distribution
for now, needs some rethinking
2014-08-28 21:46:56 +02:00
factorial.js
Fixed precision variable problem (config.precision instead of math.precision), and round-off errors. Updated test cases.
2015-01-13 04:41:53 -08:00
gamma.js
Migrated for Numbers to .
2014-12-25 02:26:52 -05:00
permutations.js
Using strict mode now in all files (added
'use strict';
on top of every file)
2014-07-18 23:19:14 +02:00
pickRandom.js
Removed references in documentation to the "distribution" function
2014-09-08 11:30:48 +02:00
random.js
More clear explanation of included/excluded boundaries in
random
and
randomInt
docs (See
#222
)
2014-10-14 09:21:21 +02:00
randomInt.js
More clear explanation of included/excluded boundaries in
random
and
randomInt
docs (See
#222
)
2014-10-14 09:21:21 +02:00