MCPcopy 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
70float
71floatPosInfinity ()
72{
73 half::uif x;
74 x.i = 0x7f800000;
75 return x.f;
76}
77
78float
79floatNegInfinity ()

Callers 1

testClassificationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected