#include "../numerics.h"
Go to the source code of this file.
Functions | |
double | acosh (double x) |
double | asinh (double x) |
double | atanh (double x) |
double acosh | ( | double | x | ) |
Returns the inverse hyperbolic cosine.
x | the value. cosh-1(x). |
double asinh | ( | double | x | ) |
Returns the inverse hyperbolic sine.
x | the value. sinh-1(x). |
double atanh | ( | double | x | ) |
Returns the inverse hyperbolic tangent.
x | the value. tanh-1(x). |