MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / range

Method range

libraries/Interval/Interval.h:33–33  ·  view source on GitHub ↗

assumption

Source from the content-addressed store, hash-verified

31 // BASE FUNCTIONS
32 float value() { return (_hi /2 + _lo /2); }; // assumption
33 float range() { return _hi -_lo; };
34 float high() { return _hi; };
35 float low() { return _lo; };
36 float relAccuracy();

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64