MCPcopy 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}
73double floor(double num, void* unused)
74{
75 return floor(num);
76}
77double exp(double num, void* unused)
78{
79 return exp(num);

Callers 5

fpartFunction · 0.85
FloorFunction · 0.85
round_nearestFunction · 0.85
round_nearest_nzeroFunction · 0.85
eval_numberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected