mathjs v3.16.1 Release Notes

Release Date: 2017-08-12 // over 6 years ago
    • ๐Ÿ”’ For security reasons, type checking is now done in a more strict way using functions like isComplex(x) instead of duck type checking like x && x.isComplex === true.
    • ๐Ÿ›  Fixed #915: No access to property "name".
    • ๐Ÿ›  Fixed #901: Simplify units when calling unit.toNumeric(). Thanks @AlexanderBeyn.
    • ๐Ÿ›  Fixed toString of a parsed expression tree containing an immediately invoked function assignment not being wrapped in parenthesis (for example (f(x) = x^2)(4)).