<- CRPL reference <- Math Commands
<-integer1 asfloat ->float1
Converts an item on the stack to a floating point number and pushes it back onto the stack.
4 3 div trace # yields 1 4 asFloat 3 div trace # yields 1.333..