From 3e66fcd9abcbc07b3ba6ed4fcdb20aabfea43c20 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 17 Feb 2015 15:15:47 +0100 Subject: [PATCH] Updated history and docs --- HISTORY.md | 6 +++++- bower.json | 2 +- component.json | 2 +- docs/datatypes/bignumbers.md | 3 +-- package.json | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9716312bc..bf1581b20 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/bower.json b/bower.json index 3fb3cc06e..3a1442c18 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "1.3.1-SNAPSHOT", + "version": "1.4.0-SNAPSHOT", "main": "./dist/math.min.js", "ignore": [ "coverage", diff --git a/component.json b/component.json index 0b9f15183..3fe3fc274 100644 --- a/component.json +++ b/component.json @@ -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", diff --git a/docs/datatypes/bignumbers.md b/docs/datatypes/bignumbers.md index 0fbf56b9b..f36474cde 100644 --- a/docs/datatypes/bignumbers.md +++ b/docs/datatypes/bignumbers.md @@ -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.* diff --git a/package.json b/package.json index 189b11037..e035bf255 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/josdejong)", "contributors": [