<- CRPL reference <- Math Commands

sqrt

<-value SQRT -<sqRoot

Description

Returns the square root of n1 to the stack.

Examples

ShowTraceLog
9 sqrt Trace
#Takes the square root of 9, then traces the result.  You should see a 3 appear in the trace log.