IT++ Logo
trig_hyp.cpp
Go to the documentation of this file.
1
30#include <itpp/base/itcompat.h>
31
32namespace itpp
33{
34
36vec asinh(const vec &x) { return apply_function<double>(::asinh, x); }
38mat asinh(const mat &x) { return apply_function<double>(::asinh, x); }
40vec acosh(const vec &x) { return apply_function<double>(::acosh, x); }
42mat acosh(const mat &x) { return apply_function<double>(::acosh, x); }
44vec atanh(const vec &x) { return apply_function<double>(::atanh, x); }
46mat atanh(const mat &x) { return apply_function<double>(::atanh, x); }
47
48} // namespace itpp
vec asinh(const vec &x)
Inverse sine hyperbolic function.
Definition trig_hyp.cpp:36
vec acosh(const vec &x)
Inverse cosine hyperbolic function.
Definition trig_hyp.cpp:40
vec atanh(const vec &x)
Inverse tan hyperbolic function.
Definition trig_hyp.cpp:44
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.
itpp namespace
Definition itmex.h:37
Trigonometric and hyperbolic functions - header file.
SourceForge Logo

Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0