Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ sin
Method
sin
src/fl/math/fixed_point/base.h:274–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
FASTLED_FORCE_INLINE Derived sin() const {
275
return sin(*static_cast<const Derived*>(this));
276
}
277
278
FASTLED_FORCE_INLINE Derived cos() const {
279
return cos(*static_cast<const Derived*>(this));
Callers
nothing calls this directly
Calls
1
sin
Function · 0.50
Tested by
no test coverage detected