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

Method value

libraries/FLE/FLE.h:32–32  ·  view source on GitHub ↗

BASE FUNCTIONS

Source from the content-addressed store, hash-verified

30
31 // BASE FUNCTIONS
32 float value() const{ return _v; };
33 float error() const{ return _e; };
34 float relError() const{ return (_v == 0 ? 0 : abs(_e / _v)); };
35 float high() const{ return _v + _e; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36