Changelog
2013-07-23, version 0.11.0
concat
is now zero-based.true
and false
.boolean
.select
not accepting 0
as input.
Thanks Elijah Manor (@elijahmanor).[[], []]
.Changelog
2013-07-08, version 0.10.0
2i * 2i
now returns a
Number -4
instead of a Complex -4 + 0i
).help
function.size
and squeeze
now return a Matrix instead of an Array as
output on Matrix input.unaryminus
to unary
.Changelog
2013-06-14, version 0.9.1
emultiply
(x .* y
),
edivide
(x ./ y
), epow
(x .^ y
).Infinity
and NaN
.Changelog
2013-05-29, version 0.9.0
math.parse(expr [,scope])
. Optional parameter scope can
be a plain JavaScript Object containing variables.math.expr(expr [, scope])
with an additional parameter
scope
, similar to parse
. Example: math.eval('x^a', {x:3, a:2});
.subset
, to get or set a subset from a matrix, string,
or other data types.det
. Thanks Bryan Cuccioli (@bcuccioli).Changelog
2013-05-18, version 0.8.2
Changelog
2013-05-10, version 0.8.0
end
keyword for index operator, and added support for implicit
start and end (expressions like a(2,:)
and b(2:end,3:end-1)
are supported
now).Changelog
2013-05-04, version 0.7.2
Changelog
2013-04-27, version 0.7.1
2.3.4
.