Skip to content

ceiling

Module Export

number |> number

Rounds a number up to the nearest integer.

Examples

import 'math'
from 1.56 ceiling
// Returns:
2