Implement missing Math Inverse Hyperbolic functions (#3675)

Math.acosh, Math.asinh, Math.acosh

C implementation ported from fdlibm

Part of Issue #3568

JerryScript-DCO-1.0-Signed-off-by: Rafal Walczyna r.walczyna@samsung.com
This commit is contained in:
Rafal Walczyna
2020-04-20 15:41:06 +02:00
committed by GitHub
parent 453da11398
commit 9c7a699d10
11 changed files with 554 additions and 12 deletions
+4
View File
@@ -88,6 +88,10 @@ double cos (double x);
double sin (double x);
double tan (double x);
double acosh (double x);
double asinh (double x);
double atanh (double x);
double exp (double x);
double expm1 (double x);
double log (double x);