Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ radians
Function
radians
src/fl/math/math.h:522–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
521
template<typename T>
522
constexpr inline T radians(T deg) FL_NOEXCEPT {
523
return deg * static_cast<T>(0.017453292519943295); // PI / 180
524
}
525
526
template<typename T>
527
constexpr inline T degrees(T rad) FL_NOEXCEPT {
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected