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