MCPcopy Create free account
hub / github.com/FastLED/FastLED / toRads

Function toRads

examples/Chromancer/gen.py:30–31  ·  view source on GitHub ↗
(angle: float)

Source from the content-addressed store, hash-verified

28
29
30def toRads(angle: float) -> float:
31 return angle * (pi / 180)
32
33
34@dataclass

Callers 1

next_pointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected