33#include <itpp/itexports.h>
42inline double sinc(
double x)
101ITPP_EXPORT vec
asinh(
const vec &x);
103ITPP_EXPORT mat
asinh(
const mat &x);
105ITPP_EXPORT vec
acosh(
const vec &x);
107ITPP_EXPORT mat
acosh(
const mat &x);
109ITPP_EXPORT vec
atanh(
const vec &x);
111ITPP_EXPORT mat
atanh(
const mat &x);
vec asinh(const vec &x)
Inverse sine hyperbolic function.
vec tanh(const vec &x)
Tan hyperbolic function.
vec sinh(const vec &x)
Sine hyperbolic function.
vec cosh(const vec &x)
Cosine hyperbolic function.
vec acosh(const vec &x)
Inverse cosine hyperbolic function.
vec atanh(const vec &x)
Inverse tan hyperbolic function.
vec sin(const vec &x)
Sine function.
vec cos(const vec &x)
Cosine function.
vec tan(const vec &x)
Tan function.
vec asin(const vec &x)
Inverse sine function.
vec atan(const vec &x)
Inverse tan function.
double sinc(double x)
Sinc function: sinc(x) = sin(pi*x)/pi*x.
vec acos(const vec &x)
Inverse cosine function.
Help functions to make functions with vec and mat as arguments.
const double pi
Constant Pi.