mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Released version 0.2.0
This commit is contained in:
parent
c1fa8d8231
commit
fc55f35ef9
@ -2,7 +2,7 @@
|
||||
https://github.com/josdejong/mathjs
|
||||
|
||||
|
||||
## <not yet released>, version 0.2.0
|
||||
## 2013-02-25, version 0.2.0
|
||||
|
||||
- Parser, Scope, and Node tree implemented.
|
||||
- Implemented method import which makes it easy to extend math.js.
|
||||
|
||||
14
README.md
14
README.md
@ -324,13 +324,17 @@ from the source files, and will test the library.
|
||||
|
||||
## Roadmap
|
||||
|
||||
- Version 0.1.0:
|
||||
- Version 0.1.0 (2013-02-18):
|
||||
- Implement all methods and constants available in the built-in Math library
|
||||
- Implement data types Complex and Unit
|
||||
- Version 0.2.0: Implement Parser and Scope
|
||||
- Version 0.3.0: Implement Workspace
|
||||
- Version 0.4.0: Implement a larger set of methods
|
||||
- Version 0.5.0: Implement Matrices
|
||||
- Version 0.2.0 (2013-02-25):
|
||||
- Implement Parser, Scope, Node tree
|
||||
- Implement more methods
|
||||
- Version 0.3.0:
|
||||
- Implement Workspace
|
||||
- Extensive testing
|
||||
- Version 0.4.0: Implement Arrays and Matrices
|
||||
- Version 0.5.0: Implement more methods
|
||||
- ...
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user