|
FastLED 3.9.15
|
|
inline |
Integer square root using digit-by-digit algorithm Computes floor(sqrt(n)) for positive integers Uses only shifts, adds, and comparisons — no division.
Definition at line 12 of file integer_math.h.
References fl::t.