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