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
2026-01-18 14:59:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
test
/
function
/
utils
History
josdejong
f42f5698cb
Removed global option
options.format.precision
. When formatted, numbers are no longer rounded to 5 digits by default.
2013-10-20 13:40:28 +02:00
..
clone.test.js
refactored test/function/unit and test/function/utils to mocha
2013-08-17 16:45:52 +04:00
forEach.test.js
added math.forEach + tests
2013-08-30 13:16:59 +04:00
format.test.js
Removed global option
options.format.precision
. When formatted, numbers are no longer rounded to 5 digits by default.
2013-10-20 13:40:28 +02:00
import.test.js
Neatly separated unit tests for parse, eval, parser from each other
2013-08-31 13:45:57 +02:00
map.test.js
math.map should return a matrix when input is a matrix
2013-08-30 13:23:31 +04:00
print.test.js
Implemented function
print
(splitted from function
format
)
2013-10-19 18:10:50 +02:00
typeof.test.js
refactored test/function/unit and test/function/utils to mocha
2013-08-17 16:45:52 +04:00