MCPcopy 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
74FLE 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
82FLE FLE::operator += (const FLE &in)

Callers

nothing calls this directly

Calls 2

FLEClass · 0.85
relErrorMethod · 0.80

Tested by

no test coverage detected