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
jos
3a1dea00b0
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
..
clone.test.js
Merge branch 'develop' into v2
2015-04-22 21:43:56 +02:00
filter.test.js
Proper toTex for units and symbols.
2015-04-27 11:08:31 +02:00
forEach.test.js
Proper toTex for units and symbols.
2015-04-27 11:08:31 +02:00
format.test.js
Merge branch 'develop' into v2
2015-04-22 21:43:56 +02:00
map.test.js
Proper toTex for units and symbols.
2015-04-27 11:08:31 +02:00
print.test.js
Proper toTex for units and symbols.
2015-04-27 11:08:31 +02:00
sort.test.js
Merge branch 'develop' into v2
2015-04-22 21:43:56 +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