Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ relError
Method
relError
libraries/FLE/FLE.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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; };
36
float low() const{ return _v - _e; };
37
Callers
5
operator *
Method · 0.80
operator /
Method · 0.80
operator *=
Method · 0.80
operator /=
Method · 0.80
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64