MCPcopy Create free account
hub / github.com/Prograda/Skybolt / posInfinity

Function posInfinity

src/Skybolt/SkyboltSim/SimMath.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22double posInfinity()
23{
24 constexpr auto r = std::numeric_limits<double>::infinity();
25 return r;
26}
27
28double negInfinity()
29{

Callers 1

toLatLonWithMinAltFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected