Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 533 Bytes

ROADMAP.md

File metadata and controls

19 lines (14 loc) · 533 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.
  • Arbitrary precision calculations with a BigNumber data type.
  • Support for derived units (like km/h, kg*m/s2, etc).