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

◆ radians()

template<typename T>
T fl::radians ( T deg)
inlineconstexpr

Definition at line 522 of file math.h.

522 {
523 return deg * static_cast<T>(0.017453292519943295); // PI / 180
524}

Referenced by FL_DISABLE_WARNING().

+ Here is the caller graph for this function: