Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ sin16
Function
sin16
src/platforms/trig8.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
#if defined(USE_SIN_32)
43
44
inline i16 sin16(u16 theta) { return fl::sin16lut(theta); }
45
inline i16 cos16(u16 theta) { return fl::cos16lut(theta); }
46
47
// 8-bit wrappers derived from 16-bit LUTs.
Callers
5
sin8
Function · 0.70
pacifica_one_layer
Method · 0.50
draw
Method · 0.50
beat.h
File · 0.50
transform
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected