Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ IsIntegral
Function
IsIntegral
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1349–1352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1347
//# endif
1348
1349
static bool IsIntegral(double d) {
1350
double integral_part;
1351
return modf(d, &integral_part) == 0.0;
1352
}
1353
1354
bool Value::isNull() const { return type_ == nullValue; }
1355
Callers
5
isInt
Method · 0.85
isUInt
Method · 0.85
isInt64
Method · 0.85
isUInt64
Method · 0.85
isIntegral
Method · 0.85
Calls
1
modf
Function · 0.50
Tested by
no test coverage detected