This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:sqrt [2013/10/28 14:57] – created Grayzzur | crpl:docs:sqrt [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
<- [[crpl: | <- [[crpl: | ||
===== sqrt===== | ===== sqrt===== | ||
- | sqrt^Arguments^Result^Notation^ | + | |
- | |Number|Square root of Number|'' | + | <-value SQRT -<sqRoot |
=== Description === | === Description === | ||
Returns the square root of n1 to the stack. | Returns the square root of n1 to the stack. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
ShowTraceLog | ShowTraceLog | ||
9 sqrt Trace | 9 sqrt Trace | ||
#Takes the square root of 9, then traces the result. | #Takes the square root of 9, then traces the result. | ||
</ | </ |