MCPcopy 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
66FLE 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
74FLE FLE::operator / (const FLE &in)

Callers

nothing calls this directly

Calls 2

FLEClass · 0.85
relErrorMethod · 0.80

Tested by

no test coverage detected