Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ Math_Ceil
Function
Math_Ceil
src/ExtMath.c:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
int Math_Ceil(float value) {
19
int valueI = (int)value;
20
return valueI < value ? valueI + 1 : valueI;
21
}
22
23
int Math_ilog2(cc_uint32 value) {
24
cc_uint32 r = 0;
Callers
7
ScrollbarWidget_GetScrollbarCoords
Function · 0.85
HotbarWidget_Reposition
Function · 0.85
SysFont_TextWidth
Function · 0.85
LTable_GetScrollbarCoords
Function · 0.85
DisconnectScreen_UpdateReconnect
Function · 0.85
DisconnectScreen_Update
Function · 0.85
IsometricDrawer_Flat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected