mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Updated history and docs
This commit is contained in:
parent
7c5b457c19
commit
3e66fcd9ab
@ -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.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "1.3.1-SNAPSHOT",
|
||||
"version": "1.4.0-SNAPSHOT",
|
||||
"main": "./dist/math.min.js",
|
||||
"ignore": [
|
||||
"coverage",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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.*
|
||||
|
||||
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user