mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
533 B
533 B
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).