Built-in FunctionsInteger FunctionsVersion: v1On this pageInteger 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>