Skip to content

Integer Functions

float()

Description

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

Arguments

None

Input Example

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

Output

html
<b>5.0</b>