lowerSqrtShift

Undocumented in source. Be warned that the author may not have intended to support it.
uint
lowerSqrtShift
(
uint value
)

Examples

assert(lowerSqrtShift(8) == 1); 

Meta