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
/
expression
/
function
History
jos
d2e8ec06f2
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
..
compile.js
Method
Node.compile()
no longer needs
math
to be passed as argument.
2015-05-27 13:30:35 +02:00
eval.js
Method
Node.compile()
no longer needs
math
to be passed as argument.
2015-05-27 13:30:35 +02:00
help.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
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
parse.js
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
parser.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