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

Method toDouble

libraries/float16/float16.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29double float16::toDouble() const
30{
31 return f16tof32(_value);
32}
33
34
35//////////////////////////////////////////////////////////

Callers 6

operator +Method · 0.95
operator -Method · 0.95
operator *Method · 0.95
operator /Method · 0.95
float16.cppFile · 0.45
unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36