Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ ceil
Function
ceil
NULLC/translation/std_math_bind.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
return atan(deg);
68
}
69
double ceil(double num, void* unused)
70
{
71
return ceil(num);
72
}
73
double floor(double num, void* unused)
74
{
75
return floor(num);
Callers
3
Ceil
Function · 0.85
round_nearest_nzero
Function · 0.85
eval_number
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected