Synopsis
float ceilf(float x);
Description

ceilf computes the smallest integer value not less than x.

ceilf (±0) is ±0. ceilf (± ∞) is ± ∞.