User Tools

Site Tools


crpl:docs:sqrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:sqrt [2014/10/01 15:02] – external edit 127.0.0.1crpl:docs:sqrt [2022/08/01 12:49] (current) – Reformat Karsten75
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]]
 ===== sqrt===== ===== sqrt=====
-sqrt^Arguments^Result^Notation^ + 
-|Number|Square root of Number|''n1 -- n2 ''|+<-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 ===
-<code>+<code 4RPL>
 ShowTraceLog ShowTraceLog
 9 sqrt Trace 9 sqrt Trace
 #Takes the square root of 9, then traces the result.  You should see a 3 appear in the trace log. #Takes the square root of 9, then traces the result.  You should see a 3 appear in the trace log.
 </code>  </code> 
crpl/docs/sqrt.1412190170.txt.gz · Last modified: 2014/10/01 15:02 by 127.0.0.1