Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ floatPosInfinity
Function
floatPosInfinity
src/ImathTest/testClassification.cpp:70–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
float
71
floatPosInfinity ()
72
{
73
half::uif x;
74
x.i = 0x7f800000;
75
return x.f;
76
}
77
78
float
79
floatNegInfinity ()
Callers
1
testClassification
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected