|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| constexpr auto | sqrt (double arg) noexcept -> double |
| Computes the square root of arg. | |
| constexpr auto | sqrt (float arg) noexcept -> float |
| constexpr auto | sqrt (long double arg) noexcept -> long double |
| Computes the square root of arg. | |
| template<integral T> | |
| constexpr auto | sqrt (T arg) noexcept -> double |
| Computes the square root of arg. | |
| constexpr auto | sqrtf (float arg) noexcept -> float |
| Computes the square root of arg. | |
| constexpr auto | sqrtl (long double arg) noexcept -> long double |
| Computes the square root of arg. | |