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
jos
e2a3878ba9
Moved functions
format
and
print
to section
string
2016-03-03 20:17:41 +01:00
..
clone.test.js
Added unit test for math.clone(Fraction)
2015-07-18 09:56:04 +02:00
isInteger.test.js
Implemented function
isPositive
and some refinements
2015-06-07 22:06:03 +02:00
isNegative.test.js
Implemented util function
isNegative
2015-06-07 22:10:45 +02:00
isNumeric.test.js
Implemented util function
isNumeric
2015-06-07 21:35:05 +02:00
isPositive.test.js
Implemented function
isPositive
and some refinements
2015-06-07 22:06:03 +02:00
isZero.test.js
Implemented function
isPositive
and some refinements
2015-06-07 22:06:03 +02:00
typeof.test.js
Function
typeof
no longer returns lower case names, but now returns lower case names for primitives (like
number
,
boolean
,
string
), and upper-camel-case for non-primitives (like
Array
,
Complex
,
Function
).
2015-05-22 21:05:35 +02:00