INT_TO_FLOAT(A)
Converts an integer to a float
Float INT_TO_FLOAT(Integer A)
A - Integer value
Float value
> PRINT INT_TO_FLOAT(3)
3.000000