tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
atanh.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto atanh (double arg) noexcept -> double
 Computes the inverse hyperbolic tangent of arg.
 
constexpr auto atanh (float arg) noexcept -> float
 Computes the inverse hyperbolic tangent of arg.
 
constexpr auto atanh (integral auto arg) noexcept -> double
 Computes the inverse hyperbolic tangent of arg.
 
constexpr auto atanh (long double arg) noexcept -> long double
 Computes the inverse hyperbolic tangent of arg.
 
constexpr auto atanhf (float arg) noexcept -> float
 Computes the inverse hyperbolic tangent of arg.
 
constexpr auto atanhl (long double arg) noexcept -> long double
 Computes the inverse hyperbolic tangent of arg.