E.V.E
v2023.02.15
Inverse hyperbolic

Detailed Description

These functions allows performing unverse hyperbolic computations

Variables

constexpr callable_acosh_ eve::acosh = {}
 Callable object computing \(\log(x+\sqrt{x^2-1})\). More...
 
constexpr callable_acoth_ eve::acoth = {}
 Callable object computing \(\frac{1}{2}\log((x+1)/(x-1))\). More...
 
constexpr callable_acsch_ eve::acsch = {}
 Callable object computing \(\log(1/x+\sqrt{1/x^2+1})\). More...
 
constexpr callable_agd_ eve::agd = {}
 Callable object computing the inverse gudermanian, i.e. \(2\tanh(\tan(x/2))\). More...
 
constexpr callable_asech_ eve::asech = {}
 Callable object computing \(\log(1/x+\sqrt{1/x^2-1})\). More...
 
constexpr callable_asinh_ eve::asinh = {}
 Callable object computing \(\log(x+\sqrt{x^2+1})\). More...
 
constexpr callable_atanh_ eve::atanh = {}
 Callable object computing \(\frac{1}{2}\log((1+x)/(1-x))\). More...