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