MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / operator *=

Method operator *=

libraries/FLE/FLE.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98FLE FLE::operator *= (const FLE &in)
99{
100 float sum = relError() + in.relError();
101 _v *= in._v;
102 _e = sum * _v;
103 return *this;
104}
105
106
107FLE FLE::operator /= (const FLE &in)

Callers

nothing calls this directly

Calls 1

relErrorMethod · 0.80

Tested by

no test coverage detected