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
/
lib
/
error
History
jos
bc5d2fe9e4
Added example on how to fallback from fraction to bignumber. Reorganized index.js a bit.
2015-07-18 22:39:44 +02:00
..
ArgumentsError.js
Removed
boolean
,
string
, and
null
from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (
boolean
,
string
,
number
,
null
) and non-primitive types uppercase (
Complex
,
BigNumber
,
Function
,
Array
, ...).
2015-05-20 21:08:26 +02:00
DimensionError.js
Removed more instanceof checks
2015-05-05 15:21:57 +02:00
index.js
Added example on how to fallback from fraction to bignumber. Reorganized index.js a bit.
2015-07-18 22:39:44 +02:00
IndexError.js
Removed more instanceof checks
2015-05-05 15:21:57 +02:00