rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
gear_detector.cpp File Reference

Functions

static constexpr float geometricMean (float x, float y)
 

Function Documentation

◆ geometricMean()

static constexpr float geometricMean ( float  x,
float  y 
)
staticconstexpr

Definition at line 4 of file gear_detector.cpp.

4 {
5 return sqrtf(x * y);
6}

Referenced by GearDetector::initGearDetector().

Here is the caller graph for this function:

Go to the source code of this file.