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
/
type
/
unit
History
jos
d81fe279cc
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
...
strings to numbers and add them.
2015-05-19 22:18:40 +02:00
..
function
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
2015-05-19 22:18:40 +02:00
Unit.test.js
Attached properties like
.type === 'Complex'
and
.isComple
to all data types
2015-05-05 14:35:45 +02:00