Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Ceil
Function
Ceil
TSMath.h:300–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
inline float Ceil(const float& x)
301
{
302
float result;
303
304
VecStoreX(VecCeilScalar(VecLoadScalar(&x)), &result);
305
return (result);
306
}
307
308
#else
309
Callers
5
PositiveCeil
Function · 0.70
NegativeCeil
Function · 0.70
FloorCeil
Function · 0.70
PositiveFloorCeil
Function · 0.70
NegativeFloorCeil
Function · 0.70
Calls
3
VecStoreX
Function · 0.85
VecCeilScalar
Function · 0.85
VecLoadScalar
Function · 0.85
Tested by
no test coverage detected