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
/
function
History
Rogelio J. Baucells
9eaafcbc5c
Merge branch 'josdejong/v2' into v2-sparse
2015-05-29 21:20:09 -04:00
..
algebra
lusolve() and slu() tests
2015-05-17 10:34:15 -04:00
arithmetic
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
bitwise
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
complex
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
logical
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
matrix
Merge remote-tracking branch 'origin/v2-Index' into v2-sparse
2015-05-22 15:25:21 -04:00
probability
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
relational
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
statistics
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
trigonometry
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
units
Moved collection.js and Matrix.js under ./lib/type/matrix, moved construction functions matrix.js and sparse.js to ./lib/type/matrix/function, and created an index file.
2015-05-05 12:00:07 +02:00
utils
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