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

Method operator *

libraries/float16/float16.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108float16 float16::operator * (const float16 &f)
109{
110 return float16(this->toDouble() * f.toDouble());
111}
112
113float16 float16::operator / (const float16 &f)
114{

Callers

nothing calls this directly

Calls 2

toDoubleMethod · 0.95
float16Class · 0.85

Tested by

no test coverage detected