ceiling | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | ceil | ||||||
Summary | Returns the smallest integer greater than or equal to number. | ||||||
Introduced | 7.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer Function: trunc, abs, floor Glossary: return Control Structure: function | ||||||
Description | Use the ceiling function to return the greatest integer less than or equal to a number. The ceiling function does not always return the
integer closest to the number. For example, | ||||||
Tags | math |