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
/
lib
/
type
/
complex
History
jos
4469f6bd0c
Remove support for implicit conversion of
null
to
0
. See
#830
.
2018-01-23 20:26:38 +01:00
..
function
Remove support for implicit conversion of
null
to
0
. See
#830
.
2018-01-23 20:26:38 +01:00
Complex.js
Refactored
x && x.isUnit === true
into
type.isUnit(x)
2017-08-12 12:07:03 +02:00
index.js
Moved all data types and their construction functions into a folder of their own under ./lib/type
2015-05-05 13:51:24 +02:00