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
Ganga Christopher
12514a7bc4
calculating root of complex numbers using De Moviers, returns array of n complex roots in polar form
2015-07-21 17:10:49 -07:00
..
algebra
lusolve() and slu() tests
2015-05-17 10:34:15 -04:00
arithmetic
calculating root of complex numbers using De Moviers, returns array of n complex roots in polar form
2015-07-21 17:10:49 -07: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
combinatorics
Conversions after merging
develop
into
v2
2015-06-07 15:57:58 +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
geometry
Conversions to v2
2015-06-07 16:53:40 +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
Conversions after merging
develop
into
v2
2015-06-07 15:57:58 +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
Conversions after merging
develop
into
v2
2015-06-07 15:57:58 +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
Conversions after merging
develop
into
v2
2015-06-07 15:57:58 +02:00