User Tools

Site Tools


el:sqr

Differences

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

Link to this comparison view

el:sqr [2016/01/01 22:40]
el:sqr [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Sqr or Sqrt =====
  
 +==== Format ====
 +
 +**sqr** ( //expression// )\\
 +**sqrt** ( //expression// )
 +
 +==== Description ====
 +
 +Returns the square root of the number //expression//.
 +
 +==== Example ====
 +
 +<code>
 +print sqr(2)
 +print sqrt(10)
 +</code>
 +will print
 +<code>
 +1.414214
 +3.162278
 +</code>
 +
 +==== New To Version ==== 
 +0.9.6.51
el/sqr.txt ยท Last modified: 2020/02/28 10:46 (external edit)