NAME
ceil - round a float towards infinity
SYNOPSIS
float ceil(float x)
DESCRIPTION
Round the argument towards positive infinity.
ceil - round a float towards infinity
float ceil(float x)
Round the argument towards positive infinity.