ceil function

Syntax

  • float ceil(float value)

Returns

The rounded integer value. If value is integral, value is returned.

Description

The ceil function rounds value up to the nearest integer.

Related


In this topic