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
/
core
History
Favian Contreras
3591b7597d
Added test cases for trig functions, C^x, FunctionAssignmentNode, and some error cases.
2015-06-13 09:42:40 -07:00
..
config.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
core.js
Implemented a new configuration option
predictable
, which can be set to true in order to ensure predictable function output types.
2015-05-23 21:00:08 +02:00
import.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
typed.js
Added test cases for trig functions, C^x, FunctionAssignmentNode, and some error cases.
2015-06-13 09:42:40 -07:00