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
Favian Contreras
98040be7e1
Shortened up some of the more verbose test cases for which simplifications are possible. Used config.number on ConstantNodes that I missed on my original commits.
2015-07-25 07:29:17 -07:00
..
core
Added test cases for trig functions, C^x, FunctionAssignmentNode, and some error cases.
2015-06-13 09:42:40 -07: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
Method
Node.compile()
no longer needs
math
to be passed as argument.
2015-05-27 13:30:35 +02:00
function
Shortened up some of the more verbose test cases for which simplifications are possible. Used config.number on ConstantNodes that I missed on my original commits.
2015-07-25 07:29:17 -07: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
Range.forEach() and map() API changes
2015-05-21 13:17:17 -04:00
util
Function
typeof
no longer returns lower case names, but now returns lower case names for primitives (like
number
,
boolean
,
string
), and upper-camel-case for non-primitives (like
Array
,
Complex
,
Function
).
2015-05-22 21:05:35 +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