Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace math
6
{
7
double Nan()
8
{
9
return std::numeric_limits<double>::quiet_NaN();
10
}
11
double Infinity()
12
{
13
return std::numeric_limits<double>::infinity();
Callers
1
UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.68