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
/
test
/
function
History
jos
d81fe279cc
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
...
strings to numbers and add them.
2015-05-19 22:18:40 +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
Moved all data types and their construction functions into a folder of their own under ./lib/type
2015-05-05 13:51:24 +02:00