FastLED 3.9.15
|
LIB8STATIC uint8_t sqrt16 | ( | uint16_t | x | ) |
Square root for 16-bit integers.
About three times faster and five times smaller than Arduino's general sqrt
on AVR.
Definition at line 524 of file math8.h.
References LIB8STATIC, and x.
Referenced by rgb2hsv_approximate(), and sqrt8().