FastLED 3.9.15
Loading...
Searching...
No Matches

◆ exp2_frac()

u64 fl::detail::gamma_constexpr::exp2_frac ( u64 fr)
constexpr

Definition at line 131 of file gamma_lut.h.

131 {
132 return (1ULL << FRAC) + exp2_h0(fr);
133}
constexpr u64 exp2_h0(u64 fr) FL_NOEXCEPT
Definition gamma_lut.h:128

References exp2_h0(), FL_NOEXCEPT, and FRAC.

Referenced by exp2_pos().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: