Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
Sqrt.h File Reference

Go to the source code of this file.

Functions

u32 isqrt64 (u64 n)
 64-bit integer square root. More...
 

Function Documentation

u32 isqrt64 ( u64  n)

64-bit integer square root.

Returns r such that r^2 <= n < (r+1)^2, for the complete u64 range.

Definition at line 23 of file Sqrt.cpp.