Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ operator /
Method
operator /
libraries/FLE/FLE.cpp:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
FLE FLE::operator / (const FLE &in)
75
{
76
float val = _v / in._v;
77
float err = (relError() + in.relError()) * val;
78
return FLE(val, err);
79
}
80
81
82
FLE FLE::operator += (const FLE &in)
Callers
nothing calls this directly
Calls
2
FLE
Class · 0.85
relError
Method · 0.80
Tested by
no test coverage detected