mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Corrects the documentation examples and adds History for arithemetic functions `add`, `cbrt`, `ceil`, `exp`, `expm1`, `fix`, `floor`, `mod`, `nthRoot`, and `nthRoots`; for relational functions `compareNatural`, `deepEqual`, `equal`, and `unequal`; and for utility function `isFinite`. Also adds `...` continuation notation for doc example tests and allows Complex arrays and matrices as expected values. --------- Co-authored-by: Anadian <willanad@yandex.com>