Released version 0.3.0

This commit is contained in:
josdejong 2013-03-09 21:03:26 +01:00
parent 91e520dfb4
commit 70ea077bcf
4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
https://github.com/josdejong/mathjs
## <not yet released>, version 0.3.0
## 2013-03-09, version 0.3.0
- Implemented Workspace
- Implemented methods cot, csc, sec.

View File

@ -16,7 +16,7 @@
* * Note: arrays and matrices are to be implemented.
*
* @version 2013-03-09
* @date 0.3.0-SNAPSHOT
* @date 0.3.0
*
* @license
* Copyright (C) 2013 Jos de Jong <wjosdejong@gmail.com>

6
math.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "0.3.0-SNAPSHOT",
"version": "0.3.0",
"description": "An extensive math library for JavaScript and Node.js. Includes an advanced expression parser. Supports numbers, complex numbers, units, strings, and matrices. Contains a large set of functions and constants.",
"author": "Jos de Jong <wjosdejong@gmail.com>",
"contributors": [