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-25 15:07:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
History
Rogelio J. Baucells
96a9805ee8
v2-sync
2015-05-21 00:40:10 -04:00
..
core
v2-sync
2015-05-21 00:40:10 -04:00
error
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
expression
Merge branch 'josdejong/v2' into v2-Index
2015-05-21 00:38:58 -04:00
function
Merge branch 'josdejong/v2' into v2-Index
2015-05-21 00:38:58 -04:00
json
Added a few more index.js files. Removed caching mechanism for function transforms (will be improved upon later again)
2015-04-27 14:54:03 +02:00
type
v2-sync
2015-05-21 00:40:10 -04:00
util
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
constants.js
Introduced event emitter, and events
config
and
import
. Renamed loader.js to core.js
2015-05-01 14:03:29 +02:00
header.js
Released version 1.3.0
2015-02-09 21:43:00 +01:00
version.js
Bumped version number to 1.6.1-SNAPSHOT
2015-04-22 21:33:58 +02:00