mathjs v0.9.1 Release Notes

Release Date: 2013-06-14 // almost 11 years ago
    • Implemented element-wise functions and operators: emultiply (x .* y), edivide (x ./ y), epow (x .^ y).
    • โž• Added constants Infinity and NaN.
    • โœ‚ Removed support for Workspace to keep the library focused on its core task.
    • ๐Ÿ›  Fixed a bug in the Complex constructor, not accepting NaN values.
    • ๐Ÿ›  Fixed division by zero in case of pure complex values.
    • ๐Ÿ›  Fixed a bug in function multiply multiplying a pure complex value with Infinity.