MCPcopy 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}
69double ceil(double num, void* unused)
70{
71 return ceil(num);
72}
73double floor(double num, void* unused)
74{
75 return floor(num);

Callers 3

CeilFunction · 0.85
round_nearest_nzeroFunction · 0.85
eval_numberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected