ceil function

This 2019.1 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

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