mathjs v0.11.0 Release Notes

Release Date: 2013-07-23 // almost 11 years ago
    • ๐Ÿ”„ Changed math.js from one-based to zero-based indexes.
      • Getting and setting matrix subset is now zero-based.
      • The dimension argument in function concat is now zero-based.
    • ๐Ÿ‘Œ Improvements in the string output of function help.
    • โž• Added constants true and false.
    • โž• Added constructor function boolean.
    • ๐Ÿ›  Fixed function select not accepting 0 as input. Thanks Elijah Manor (@elijahmanor).
    • ๐Ÿ“œ Parser now supports multiple unary minus operators after each other.
    • ๐Ÿ›  Fixed not accepting empty matrices like [[], []].
    • ๐Ÿ“š Some fixes in the end user documentation.