tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
sqrt.hpp File Reference

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
 Computes the square root of arg.
 
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.