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>