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
/
utils
History
Matt Traynham
7d26235842
Adds support for IfElse ternary operation functions. These can be used in the compiler as well. Much easier than adding basic parse support for ternary operands '?' & ':'.
2014-03-11 20:07:02 -04:00
..
clone.test.js
Implemented bignumber downgrading for all not-supported functions
2013-11-23 14:14:44 +01:00
forEach.test.js
Math.js must be instantiated now, static calls are no longer supported
2013-10-26 15:00:06 +02:00
format.test.js
Ranges and indexes can now handle big numbers by downgrading to numbers
2013-11-27 14:16:46 +01:00
ifElse.test.js
Adds support for IfElse ternary operation functions. These can be used in the compiler as well. Much easier than adding basic parse support for ternary operands '?' & ':'.
2014-03-11 20:07:02 -04:00
import.test.js
Math.js must be instantiated now, static calls are no longer supported
2013-10-26 15:00:06 +02:00
map.test.js
Math.js must be instantiated now, static calls are no longer supported
2013-10-26 15:00:06 +02:00
print.test.js
Math.js must be instantiated now, static calls are no longer supported
2013-10-26 15:00:06 +02:00
typeof.test.js
Integrating the bignumber.js library in math.js. This is awesome!
2013-11-16 14:34:35 +01:00