tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | acosh (double arg) noexcept -> double |
Computes the inverse hyperbolic cosine of arg. | |
constexpr auto | acosh (float arg) noexcept -> float |
Computes the inverse hyperbolic cosine of arg. | |
constexpr auto | acosh (integral auto arg) noexcept -> double |
Computes the inverse hyperbolic cosine of arg. | |
constexpr auto | acosh (long double arg) noexcept -> long double |
Computes the inverse hyperbolic cosine of arg. | |
constexpr auto | acoshf (float arg) noexcept -> float |
Computes the inverse hyperbolic cosine of arg. | |
constexpr auto | acoshl (long double arg) noexcept -> long double |
Computes the inverse hyperbolic cosine of arg. | |