Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (48 loc) · 1.35 KB

CEIL.org

File metadata and controls

55 lines (48 loc) · 1.35 KB

Top | Up (Rounding) | < Previous (ROUND) | Next (PAGE NAME) >

CEIL

Rounds upwards to the nearest whole number (towards infinity).

Syntax

CEIL number# OUT whole_number#
CEIL integer% OUT integer%

Examples

PRINT CEIL(6.2) '7
PRINT CEIL(10.5) '11
PRINT CEIL(-2.5) '-2
InputOutput
-0-0
infinityinfinity
-infinity-infinity
NaNNaN