tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | erf (double arg) noexcept -> double |
Computes the error function of arg. | |
constexpr auto | erf (float arg) noexcept -> float |
Computes the error function of arg. | |
constexpr auto | erf (integral auto arg) noexcept -> double |
Computes the error function of arg. | |
constexpr auto | erf (long double arg) noexcept -> long double |
Computes the error function of arg. | |
constexpr auto | erff (float arg) noexcept -> float |
Computes the error function of arg. | |
constexpr auto | erfl (long double arg) noexcept -> long double |
Computes the error function of arg. | |