mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Released version 0.3.0
This commit is contained in:
parent
91e520dfb4
commit
70ea077bcf
@ -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.
|
||||
|
||||
2
math.js
2
math.js
@ -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
6
math.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user