#include "precompiled.h"
#include "Sqrt.h"
Go to the source code of this file.
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.