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

Function cos8

src/platforms/trig8.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56inline u8 cos8(u8 theta) { return sin8(theta + 64); }
57
58#endif
59

Callers 3

trig8.cppFile · 0.50
getFirePaletteIndexFunction · 0.50
getPaletteIndexFunction · 0.50

Calls 1

sin8Function · 0.70

Tested by

no test coverage detected