Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
double 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.cpp
File · 0.45
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36