John Smith
john@example.com
---
title: "ceil"
excerpt: "Computes the smallest integer greater than or equal to a number."
layout: manual
Computes the smallest integer greater than or equal to a number.
```js
ceil(num: number) -> number
```
### Examples
const myVar = ceil(4.5)
### Arguments
* `num`: `number` (REQUIRED)
### Returns
`number`