These functions allows performing hyperbolic computations
Variables | |
constexpr callable_cosh_ | eve::cosh = {} |
Callable object computing \(\frac{e^x+e^{-x}}2\). More... | |
constexpr callable_coth_ | eve::coth = {} |
Callable object computing \(\frac{e^x+e^{-x}}{e^x-e^{-x}}\). More... | |
constexpr callable_csch_ | eve::csch = {} |
Callable object computing \(\frac2{e^x+e^{-x}}\). More... | |
constexpr callable_gd_ | eve::gd = {} |
Callable object computing the gudermanian gd: \(\int_0^\infty 1/\cosh x dx\). More... | |
constexpr callable_sech_ | eve::sech = {} |
Callable object computing \(\frac2{e^x-e^{-x}}\). More... | |
constexpr callable_sinh_ | eve::sinh = {} |
Callable object computing \(\frac{e^x-e^{-x}}2\). More... | |
constexpr callable_sinhc_ | eve::sinhc = {} |
Callable object computing \(\frac{e^x-e^{-x}}{2x}\). More... | |
constexpr callable_sinhcosh_ | eve::sinhcosh = {} |
Callable object performing the simultaneous computations of the hyperbolic sine and cosine. More... | |
constexpr callable_tanh_ | eve::tanh = {} |
Callable object computing \(\frac{e^x-e^{-x}}{e^x+e^{-x}}\). More... | |