Synopsis
double ceil(double x);
Description

ceil computes the smallest integer value not less than x.

ceil (±0) is ±0. ceil (± ∞) is ± ∞.