#include <Hyperbolic.h>
Static Public Member Functions | |
| double | Cosh (const double x) |
| Evaluate cosh(x). | |
| Dpair | CoshErr (const double x) |
| Evaluate cosh(x) and estimate the error. | |
| Dcomplex | Cosh (const Dcomplex z) |
| Evaluate cosh(z) for complex z. | |
| Cpair | CoshErr (const Dcomplex z) |
| Evaluate cosh(z) for complex z and estimate the error. | |
| double | Sinh (const double x) |
| Evaluate sinh(x). | |
| Dpair | SinhErr (const double x) |
| Evaluate sinh(x) and estimate the error. | |
| Dcomplex | Sinh (const Dcomplex z) |
| Evaluate sinh(z) for complex z. | |
| Cpair | SinhErr (const Dcomplex z) |
| Evaluate sinh(z) for complex z and estimate the error. | |
| double | Tanh (const double x) |
| Evaluate tanh(x). | |
| Dpair | TanhErr (const double x) |
| Evaluate tanh(x) and estimate the error. | |
| Dcomplex | Tanh (const Dcomplex z) |
| Evaluate tanh(z) for complex z. | |
| Cpair | TanhErr (const Dcomplex z) |
| Evaluate tanh(z) for complex z and estimate the error. | |
| double | Acosh (const double x) |
| Evaluate acosh(x). | |
| Dpair | AcoshErr (const double x) |
| Evaluate acosh(x) and estimate the error. | |
| double | Asinh (const double x) |
| Evaluate asinh(x). | |
| Dpair | AsinhErr (const double x) |
| Evaluate asinh(x) and estimate the error. | |
| double | Atanh (const double x) |
| Evaluate atanh(x). | |
| Dpair | AtanhErr (const double x) |
| Evaluate atanh(x) and estimate the error. | |
Definition at line 28 of file Hyperbolic.h.
|
|
Evaluate acosh(x).
|
|
|
Evaluate acosh(x) and estimate the error.
|
|
|
Evaluate asinh(x).
|
|
|
Evaluate asinh(x) and estimate the error.
|
|
|
Evaluate atanh(x).
|
|
|
Evaluate atanh(x) and estimate the error.
|
|
|
Evaluate cosh(z) for complex z.
|
|
|
Evaluate cosh(x).
|
|
|
Evaluate cosh(z) for complex z and estimate the error.
|
|
|
Evaluate cosh(x) and estimate the error.
|
|
|
Evaluate sinh(z) for complex z.
|
|
|
Evaluate sinh(x).
|
|
|
Evaluate sinh(z) for complex z and estimate the error.
|
|
|
Evaluate sinh(x) and estimate the error.
|
|
|
Evaluate tanh(z) for complex z.
|
|
|
Evaluate tanh(x).
|
|
|
Evaluate tanh(z) for complex z and estimate the error.
|
|
|
Evaluate tanh(x) and estimate the error.
|
1.3.4