Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
double posInfinity()
23
{
24
constexpr auto r = std::numeric_limits<double>::infinity();
25
return r;
26
}
27
28
double negInfinity()
29
{
Callers
1
toLatLonWithMinAlt
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected