ceiling
Module Export
number |> number
Rounds a number up to the nearest integer.
Examples
import 'math'
from 1.56 ceiling
// Returns:2
Module Export
number |> number
Rounds a number up to the nearest integer.
import 'math'
from 1.56 ceiling
// Returns:2