⇐ Index ⇐ Math
SQRT (<-value)
Pops an item from the stack and pushes the square root of that number to the stack.
trace(sqrt(9)) #prints '3'
⇐ Index