Skip to main content
Version: v1

Integer functions

float()

Description

The float function is used to convert an integer to a float.

Arguments

None

Input example

<b>{{ 5.float() }}</b>

Output

<b>5.0</b>