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
Rogelio J. Baucells
8fb42ee11b
fix tests
2015-05-29 21:34:29 -04:00
..
algebra
fix tests
2015-05-29 21:34:29 -04:00
arithmetic
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
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
Merge branch 'josdejong/v2' into v2-Index
2015-05-21 00:38:58 -04: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
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
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