Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

Ceil

Name

Ceil — ceiling

Syntax

Ceil( expression )

Domain

Ceil : R -> N

Example

Ceil( 2.1 ) = 3

Ceil( -2.1 ) = -2

Description

Ceiling of an expression, the closest bigger number in N.