Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Infinity
Function
Infinity
libs/base/fast_math.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
return std::numeric_limits<double>::quiet_NaN();
10
}
11
double Infinity()
12
{
13
return std::numeric_limits<double>::infinity();
14
}
15
bool is_finite(double t)
16
{
17
return std::isfinite(t);
Callers
1
UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.68