---
title: "Ceil ViewHelper <f:ceil>"
manual: "Fluid ViewHelper Reference"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3viewhelper:typo3fluid-fluid-ceil@main"
source: "Global/Ceil.rst"
modified: "2026-09-17T05:12:06+00:00"
---

# Ceil ViewHelper `<f:ceil>`

The CeilViewHelper rounds up a float value to the next integer.
The ViewHelper mimics PHP's `ceil()` function.

Go to the source code of this ViewHelper: [CeilViewHelper.php (GitHub)](https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/CeilViewHelper.php).

## Arguments of the `<f:ceil>` ViewHelper

-   **value**

    -   *Type:* float

    The number that should be rounded up
