Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ Ceil
Function
Ceil
NULLC/includes/math.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
double Ceil(double num)
66
{
67
return ceil(num);
68
}
69
70
double Floor(double num)
71
{
Callers
nothing calls this directly
Calls
1
ceil
Function · 0.85
Tested by
no test coverage detected