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:
@@ -56,6 +56,11 @@ double asin (double);
|
||||
double atan (double);
|
||||
double atan2 (double, double);
|
||||
|
||||
/* Inverse hyperbolic functions */
|
||||
double acosh (double);
|
||||
double asinh (double);
|
||||
double atanh (double);
|
||||
|
||||
/* Exponential and logarithmic functions. */
|
||||
double exp (double);
|
||||
double expm1 (double);
|
||||
|
||||
Reference in New Issue
Block a user