User Tools

Site Tools


syntax:functions: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
syntax:functions:sqrt [2016/06/20 11:58] dmitrysyntax:functions:sqrt [2021/08/11 15:35] (current) – [Examples] craigt
Line 1: Line 1:
-===== Sqrt(number) =====+====== Sqrt(number) =====
 +Category:  Number function
  
-Square root of a positive number.+\\  
 +=====Description===== 
 +This function returns the square root of //number//.
  
- Example   Result  +\\  
-sqrt(25 |  5 | +=====Arguments===== 
-sqrt(625)   25 |+^Argument^Type^Description
 +|number|Number (positive, >=0)|The value from which the square root is calculated.| 
 +\\  
 +**Return value type:**  Number 
 + 
 +\\  
 +=====Examples===== 
 + 
 +  sqrt(25) //Returns 
 + 
 +  sqrt(9//Returns 3 
 + 
 +  sqrt(14.5) //Returns 3.80788655293195 
 + 
 +\\  
 +===== See also ===== 
 +  * [[syntax:functions:square|Square(number)]]
  
-Returns error for negative numbers. 
syntax/functions/sqrt.1466438315.txt.gz · Last modified: 2016/06/20 11:58 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki