Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ operator /=
Method
operator /=
libraries/FLE/FLE.cpp:107–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
107
FLE FLE::operator /= (const FLE &in)
108
{
109
float sum = relError() + in.relError();
110
_v /= in._v;
111
_e = sum * _v;
112
return *this;
113
}
114
115
116
/////////////////////////////////////////////////
Callers
nothing calls this directly
Calls
1
relError
Method · 0.80
Tested by
no test coverage detected