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-18 14:59:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
History
jos
166d3aa0be
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).
2015-05-20 20:49:19 +02:00
..
algebra
usolve() update
2015-05-08 10:36:58 -04:00
arithmetic
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).
2015-05-20 20:49:19 +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).
2015-05-20 20:49:19 +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).
2015-05-20 20:49:19 +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).
2015-05-20 20:49:19 +02:00
matrix
Replaced ugly structure
new x.constructor(...)
with
new type.BigNumber(...)
and
new type.Complex(...)
2015-05-12 13:29:23 +02: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).
2015-05-20 20:49:19 +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).
2015-05-20 20:49:19 +02:00
statistics
Use number configuration for return type of sum with empty array
2015-05-18 14:08:15 +02:00
trigonometry
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).
2015-05-20 20:49:19 +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
Added support for fractions to function
math.format
(including output option fraction='decimal' | 'ratio')
2015-05-12 19:43:11 +02:00