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
josdejong
524a915beb
Updated comments
2013-10-19 18:12:20 +02:00
..
arithmetic
Removed support for comparing complex numbers
2013-10-17 14:49:30 +02:00
complex
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
construction
Implemented function
print
(splitted from function
format
)
2013-10-19 18:10:50 +02:00
expression
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
matrix
Implemented function
print
(splitted from function
format
)
2013-10-19 18:10:50 +02:00
probability
Implemented function
print
(splitted from function
format
)
2013-10-19 18:10:50 +02:00
statistics
Statistics functions
max
and
min
now return the max and min of the flattened array in case of multidimensional arrays.
2013-10-18 10:47:43 +02:00
trigonometry
Merge branch 'master' into develop
2013-10-08 11:50:25 +02:00
units
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
utils
Updated comments
2013-10-19 18:12:20 +02:00