Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ IEEE_NegINF
Function
IEEE_NegINF
libraries/IEEE754tools/IEEE754tools.h:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
boolean IEEE_NegINF(float number)
216
{
217
return (* ((uint16_t*) &number + 1) ) == 0xFF80;
218
}
219
220
221
//
Callers
1
unittest
Function · 0.85
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.68