Implementation of math related algorithms. More...
#include <concepts>Go to the source code of this file.
Namespaces | |
| namespace | Ikarus |
Functions | |
| template<typename T > requires std::integral<T> | |
| constexpr T | Ikarus::ct_sqrt (T x) |
| Compile-time square root for integer types. More... | |