Check out v4 of the Fauna CLI

v4 of the Fauna CLI is now in beta.

The new version introduces enhancements to the developer experience, including an improved authentication workflow. To get started, check out the CLI v4 quick start.

Math.ceil()

Round up a Number.

Signature

Math.ceil(x: Number) => Number

Description

Gets the value of a provided Number rounded up.

Parameters

Parameter Type Required Description

x

Number

true

Number to round up.

Return value

Type Description

Number

Value of the provided number rounded up.

Examples

Math.ceil(7.004)
8.0

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!