mathjs
Version:
Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.
19 lines (13 loc) • 470 B
Markdown
# 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).