Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutdigital/mcut
/ compare
Function
compare
tutorials/TextureCoordinates/TextureCoordinates.cpp:62–65 ·
view source on GitHub ↗
basic comparison of doubles
Source
from the content-addressed store, hash-verified
60
61
// basic comparison of doubles
62
McBool compare(McDouble x, McDouble y)
63
{
64
return std::fabs(x - y) < 1e-6;
65
}
66
67
std::string resolve_cc_name_string(McContext context,
68
McConnectedComponent cc,
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected