Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ checkNan
Method
checkNan
src/test/java/com/amazon/ion/FloatTest.java:169–172 ·
view source on GitHub ↗
(IonFloat actual)
Source
from the content-addressed store, hash-verified
167
}
168
169
public
void
checkNan(IonFloat actual)
170
{
171
checkSpecial(Float.NaN, Double.NaN,
"nan"
, actual);
172
}
173
174
public
void
checkPosInf(IonFloat actual)
175
{
Callers
2
testParsingSpecialFloats
Method · 0.95
testCreatingSpecialFloats
Method · 0.95
Calls
1
checkSpecial
Method · 0.95
Tested by
no test coverage detected