vec asinh(const vec &x)
Inverse sine hyperbolic function.
vec acosh(const vec &x)
Inverse cosine hyperbolic function.
vec atanh(const vec &x)
Inverse tan hyperbolic function.
Vec< T > apply_function(T(*f)(T), const Vec< T > &v)
Help function to call for a function: Vec<T> function(Vec<T>)
IT++ compatibility types and functions.
Trigonometric and hyperbolic functions - header file.