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

Method max

src/fl/math/fixed_point.h:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371
372 // Component-wise maximum: max(3.0, 1.5) → 3.0
373 static constexpr FASTLED_FORCE_INLINE fixed_point max(fixed_point a, fixed_point b) FL_NOEXCEPT {
374 return from_raw(Base::max(a, b).raw());
375 }
376
377 // ---- Trigonometry ----
378 // Angles are in radians (not degrees, not 0-65535 "brev" units).

Callers 15

JsonInspectorClass · 0.45
minMaxFunction · 0.45
seekMethod · 0.45
updateCanvasMethod · 0.45
computeScreenMapBoundsFunction · 0.45
createGridMethod · 0.45
_calculateDotSizesMethod · 0.45
_updateAutoBrightnessMethod · 0.45
calculateTabletLayoutMethod · 0.45

Calls 2

maxFunction · 0.85
rawMethod · 0.45

Tested by

no test coverage detected