MCPcopy Create free account
hub / github.com/comaps/comaps / Nan

Function Nan

libs/base/fast_math.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace math
6{
7double Nan()
8{
9 return std::numeric_limits<double>::quiet_NaN();
10}
11double Infinity()
12{
13 return std::numeric_limits<double>::infinity();

Callers 1

UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.68