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

Method operator /

libraries/float16/float16.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113float16 float16::operator / (const float16 &f)
114{
115 return float16(this->toDouble() / f.toDouble());
116}
117
118float16& float16::operator += (const float16 &f)
119{

Callers

nothing calls this directly

Calls 2

toDoubleMethod · 0.95
float16Class · 0.85

Tested by

no test coverage detected