Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 470 Bytes

ROADMAP.md

File metadata and controls

18 lines (13 loc) · 470 Bytes

Roadmap

A rough roadmap for math.js.

Version 1.0

  • An expression parser.
  • A basic set of functions and constants.
  • Data types Number, Complex, Matrix, Unit, String.
  • Examples and documentation.
  • Extensive testing.

Version 2.0

  • Library has a plugin architecture.
  • A basic set of functions covering all common mathematical areas.
  • Functions and data types for numeral systems: Bin, Oct, Hex, Dec.
  • Support for derived units (like km/h, kg*m/s2, etc).