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
2353c4a61e
Renamed folders
util
to
utils
2015-07-18 13:22:38 +02:00
..
compile.js
Renamed folders
util
to
utils
2015-07-18 13:22:38 +02:00
eval.js
Renamed folders
util
to
utils
2015-07-18 13:22:38 +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