Updated history and docs

This commit is contained in:
jos 2015-02-17 15:15:47 +01:00
parent 7c5b457c19
commit 3e66fcd9ab
5 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,11 @@
# History
## not yet released, version 1.3.1-SNAPSHOT
## not yet released, version 1.4.0-SNAPSHOT
- Implemented trigonometric functions:
`acosh`, `acoth`, `acsch`, `asech`, `asinh`, `atanh`. Thanks @BigFav.
- Implemented BigNumber support for functions: `cot`, `csc`, `sec`, `coth`,
`csch`, `sech`. Thanks @BigFav.
- Fixed #281: improved formatting complex numbers. Round the real or imaginary
part to zero when the difference is larger than the configured precision.

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "1.3.1-SNAPSHOT",
"version": "1.4.0-SNAPSHOT",
"main": "./dist/math.min.js",
"ignore": [
"coverage",

View File

@ -2,7 +2,7 @@
"name": "mathjs",
"repo": "josdejong/mathjs",
"description": "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.",
"version": "1.3.1-SNAPSHOT",
"version": "1.4.0-SNAPSHOT",
"main": "dist/math.min.js",
"keywords": [
"math",

View File

@ -37,8 +37,7 @@ BigNumber is not supported by the following functions:
gcd, lcm, xgcd,
arg,
random,
atan2, cot, csc, sec,
coth, csch, sech.
atan2.
These functions will downgrade BigNumber to Number, and return a Number.*

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "1.3.1-SNAPSHOT",
"version": "1.4.0-SNAPSHOT",
"description": "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.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [