tetl 0.1.0
Embedded Template Library
|
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. | |