This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:sqrt [2021/02/05 16:44] – Rmoved discussion tag Karsten75 | crpl:docs:sqrt [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <- [[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. | ||
| </ | </ | ||