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_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... | |
| constexpr callable_invgd_ | eve::invgd = {} |
| Callable object computing the inverse gudermanian. More... | |