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
/
test
/
function
History
jos
3a1dea00b0
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
..
algebra
lsolve() and usolve()
2015-05-07 23:43:28 -04:00
arithmetic
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
2015-05-19 22:18:40 +02:00
bitwise
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
2015-05-19 22:18:40 +02:00
complex
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
2015-05-19 22:18:40 +02:00
logical
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
2015-05-19 22:18:40 +02:00
matrix
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
2015-05-19 22:18:40 +02:00
probability
Dropped support for module names from function
import
2015-05-01 23:00:58 +02:00
relational
Added Fraction support for
cube
and
square
. Fixed operations on Fractions mutating the original fraction.
2015-05-12 21:26:51 +02:00
statistics
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
2015-05-19 22:18:40 +02:00
trigonometry
atan2 updates
2015-05-03 23:39:06 -04:00
units
to updates
2015-05-04 09:41:59 -04: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