Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
float16 float16::operator * (const float16 &f)
109
{
110
return float16(this->toDouble() * f.toDouble());
111
}
112
113
float16 float16::operator / (const float16 &f)
114
{
Callers
nothing calls this directly
Calls
2
toDouble
Method · 0.95
float16
Class · 0.85
Tested by
no test coverage detected