FunctionsMath$ceilOn this page$ceil Rounds a number up to the nearest integer. Parameters ParameterDescriptionnumberThe number to round Example <AoiClient>.addCommand({ name: "round-up", code: ` $ceil[5.3] `,});