![]() |
WPILibC++ 2025.3.2
|
Go to the source code of this file.
Namespaces | |
| namespace | gcem |
| namespace | gcem::internal |
Functions | |
| template<typename T > | |
| constexpr T | gcem::internal::inv_sqrt_recur (const T x, const T xn, const int count) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::inv_sqrt_check (const T x) noexcept |
| template<typename T > | |
| constexpr return_t< T > | gcem::inv_sqrt (const T x) noexcept |
| Compile-time inverse-square-root function. | |