MCPcopy 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}
15bool is_finite(double t)
16{
17 return std::isfinite(t);
18}
19} // namespace math

Callers 5

Prefix2DoubleFunction · 0.85
ToRealFunction · 0.85
UNIT_TESTFunction · 0.85
FromStringArrayFunction · 0.85
OSMDistanceToMetersFunction · 0.85

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.68