tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | tanh (double arg) noexcept -> double |
Computes e (Euler's number, 2.7182...) raised to the given power arg. | |
constexpr auto | tanh (float arg) noexcept -> float |
Computes e (Euler's number, 2.7182...) raised to the given power arg. | |
constexpr auto | tanh (integral auto arg) noexcept -> double |
Computes e (Euler's number, 2.7182...) raised to the given power arg. | |
constexpr auto | tanh (long double arg) noexcept -> long double |
Computes e (Euler's number, 2.7182...) raised to the given power arg. | |
constexpr auto | tanhf (float arg) noexcept -> float |
Computes e (Euler's number, 2.7182...) raised to the given power arg. | |
constexpr auto | tanhl (long double arg) noexcept -> long double |
Computes e (Euler's number, 2.7182...) raised to the given power arg. | |