Method: Integer to numeric decimal
Function name: to decimal
Parameter list: (INTEGER input)
Return type: DECIMAL
What the method does: Inputs an integer value and creates an explicit decimal value. It is like casting an integer to a decimal and might be useful in arithmetic expression (like dividing by an integer) where one wants the result to be a decimal value instead of an integer value.