ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:ceil

Table of Contents

ceil

fixed ceil(fixed x)

Description

Returns x rounded up as a fixed-point number.

See the article on Rounding for all rounding modes.

Examples

ceil(2.3) -> 3.0
ceil(3.8) -> 4.0
ceil(5.5) -> 5.0
ceil(-2.3) -> -2.0
ceil(-3.8) -> -3.0
ceil(-5.5) -> -5.0
functions/ceil.1489588144.txt.gz ยท Last modified: 2017/03/15 16:29 by korshun