MCPcopy 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}
11double Infinity()
12{
13 return std::numeric_limits<double>::infinity();
14}
15bool is_finite(double t)
16{
17 return std::isfinite(t);

Callers 1

UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.68