Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ operator *
Method
operator *
libraries/FLE/FLE.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
FLE FLE::operator * (const FLE &in)
67
{
68
float val = _v * in._v;
69
float err = (relError() + in.relError()) * val;
70
return FLE(val, err);
71
}
72
73
74
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