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