WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
template<typename T > | |
constexpr T | internal::inv_sqrt_recur (const T x, const T xn, const int count) noexcept |
template<typename T > | |
constexpr T | internal::inv_sqrt_check (const T x) noexcept |
template<typename T > | |
constexpr return_t< T > | inv_sqrt (const T x) noexcept |
Compile-time inverse-square-root function. More... | |
|
constexprnoexcept |
Compile-time inverse-square-root function.
x | a real-valued input. |