FastLED 3.9.15
Loading...
Searching...
No Matches

◆ sqrt8()

LIB8STATIC_ALWAYS_INLINE uint8_t sqrt8 ( uint8_t x)

Definition at line 553 of file math8.h.

553 {
554 return sqrt16(map8_to_16(x));
555}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
LIB8STATIC uint8_t sqrt16(uint16_t x)
Square root for 16-bit integers.
Definition math8.h:524
LIB8STATIC_ALWAYS_INLINE uint16_t map8_to_16(uint8_t x)
Definition intmap.h:25

References LIB8STATIC_ALWAYS_INLINE, map8_to_16(), sqrt16(), and x.

+ Here is the call graph for this function: