Package: C
C
C reference: ceil
ceil
func ceil(x: float64) -> float64;
cbrtf
Computes cube root.
ceilf
Computes smallest integer not less than the given value.
On this page