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
/
test
/
function
/
probability
History
Favian Contreras
05c6dcaae5
Guard digits now a function of n. Updated Infinity! to be accurate (Infinity! == sqrt(tau)). Updated and cleaned up test cases.
2015-01-14 18:15:03 -08:00
..
combinations.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
distribution.test.js
Removed
math.distribution
for now, needs some rethinking
2014-08-28 21:46:56 +02:00
factorial.test.js
Guard digits now a function of n. Updated Infinity! to be accurate (Infinity! == sqrt(tau)). Updated and cleaned up test cases.
2015-01-14 18:15:03 -08:00
gamma.test.js
Guard digits now a function of n. Updated Infinity! to be accurate (Infinity! == sqrt(tau)). Updated and cleaned up test cases.
2015-01-14 18:15:03 -08:00
permutations.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
pickRandom.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
random.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
randomInt.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00