Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
float16 float16::operator / (const float16 &f)
114
{
115
return float16(this->toDouble() / f.toDouble());
116
}
117
118
float16& float16::operator += (const float16 &f)
119
{
Callers
nothing calls this directly
Calls
2
toDouble
Method · 0.95
float16
Class · 0.85
Tested by
no test coverage detected