Changelog
2022-05-11, version 10.5.3
Changelog
2022-05-09, version 10.5.2
@types/mocha
defined in dependencies
instead of
devDependencies
, causing problems in projects that use a different version
of this dependency. Thanks @Kolahzary.examples/node_modules
folder from the npm package.SymbolNode.onUndefinedSymbol
and
FunctionNode.onUndefinedFunction
.Changelog
2022-05-02, version 10.5.1
round
, fix
,
floor
, ceil
, and nthRoot
, and improved the number only implementations
of those functions (#2531, #2539). Thanks @simlaticak and @gwhitney.end
not working when used inside
a sub-expression.resolve
(#2536). Thanks @mattvague.Changelog
2022-04-19, version 10.5.0
pinv
, Moore–Penrose inverse (#2521).
Thanks @HanchaiN.det
for integers by switching to the Bareiss algorithm:
no more round-off errors for integer input (#2516). Thanks @HanchaiN.lgamma
function (defined as log(gamma(z))) for number and
Complex types. Supersedes #320. (#2417). Thanks @yifanwww.sin(z)
for small
im(z)
(#2525). Thanks @gwhitney.ceil
(#2531). Thanks @simlaticakChangelog
2022-04-08, version 10.4.3
base
in the number implementation
of function log
(#2515). Thanks @gwhitney.;
(#2512). Thanks @gwhitney.Changelog
2022-03-29, version 10.4.2
log()
for complex numbers in which the imaginary
part is much larger in absolute value than the real part, fixed in
complex.js@2.1.0
(#2505), thanks @gwhitney, @infusion.forEach
example in embedded docs (#2507). Thanks @dvd101x.Changelog
2022-03-23, version 10.4.1
unit
(#2479).
Thanks @SinanAkkoyun.std
and variance
(make dimension parameter optional, #2474). Thanks @NattapongSiri.isMatrix
etc: Provide TypeScript definitions of "is" functions and
make them type guards. (#2432). Thanks @ChristopherChudzicki.Changelog
2022-03-07, version 10.4.0
simplifyCore
recurses over all binary nodes (#2462).
Thanks @gwhitney.std
and variance
(#2455). Thanks @NattapongSiri.cumsum
function generating cumulative sums of a list
of values or a matrix. (#1870). Thanks @hjonasson.Fraction.js
, having more strict input,
only accepting an integer numerator and denominator. See #2427.format
. (#2468) Thanks @abranhe.Changelog
2021-03-02, version 10.3.0
symbolicEqual
(#2424). Thanks @gwhitney.complexEigs
in which real-valued norms were
inadvertently being typed as complex numbers (#2445). Thanks @gwhitney.map
(#2457).
Thanks @gwhitney.Changelog
2022-03-01, version 10.2.0
simplify
,
see #2399, #2391. Thanks @gwhitney.leafCount
as a first simple measure of the complexity
of an expression, see #2411, #2389. Thanks @gwhitney.combinations
to return an integer result without rounding
errors for larger values, see #2414. Thanks @gwhitney.rotate
missing in TypeScript definitions.
Thanks @DIVYA-19.math.unit
and add TypeScript
types for Unit.simplify
and Unit.units
(#2353). Thanks @joshhansen.simplify
(#2405). Thanks @gwhitney.