MCPcopy Create free account
hub / github.com/WheretIB/nullc / Floor

Function Floor

NULLC/includes/math.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 double Floor(double num)
71 {
72 return floor(num);
73 }
74
75 double Exp(double num)
76 {

Callers

nothing calls this directly

Calls 1

floorFunction · 0.85

Tested by

no test coverage detected