Difference between revisions of "Manuals/calci/SQRT"

From ZCubes Wiki
Jump to navigation Jump to search
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''SQRT(Value)'''</div><br/>
 +
*<math>Value</math>  is any positive number.
 +
**SQRT(), returns a positive square root.
  
Syntax
+
==Description==
 +
*This function gives the square root of a positive real number.
 +
*Squaring is the value that can be multiplied by itself to give the original number.
 +
*The square root of a number is the inverse operation of squaring that number.
 +
*The root of a number is an equal factor of the number.
 +
*Every non-negative real number a has only one non-negative square root, called the principal square root, which is denoted by <math>\sqrt{a}</math>, where <math>\sqrt{}</math> is called the radical sign or radix.
 +
*Square roots of positive whole numbers that are not perfect squares are always irrational numbers.
 +
*Numbers not expressible as a ratio of two integers .
 +
    This function will give the result as NaN when n is a negative number.
  
It is the number for which you want the square root.
+
==Examples==
 +
#=SQRT(0)=0
 +
#=SQRT(1)=1
 +
#=SQRT(136)= 11.661903789690601
 +
#=SQRT(ABS(-625))= 25
 +
#=1..10@SQRT
 +
{| class="wikitable"
 +
|+1..10@SQRT
 +
|-
 +
! Number !! Square Root 
 +
|-
 +
| 1 || 1
 +
|-
 +
| 2 || 1.4142135623730951
 +
|-
 +
|3 || 1.7320508075688772
 +
|-
 +
|4 || 2
 +
|-
 +
| 5 || 2.23606797749979
 +
|-
 +
| 6 || 2.449489742783178
 +
|-
 +
| 7 || 2.6457513110645907
 +
|-
 +
| 8 || 2.8284271247461903
 +
|-
 +
| 9 || 3
 +
|-
 +
| 10 || 3.1622776601683795
 +
|}
  
SQRT gives a positive square root.
+
==Related Videos==
  
If number is negative, SQRT gives ‘NaN‘ an error
+
{{#ev:youtube|ROIfbUQrSY4|280|center|SQRT}}
  
''' '''Consider n = 625 then
+
==See Also==
 +
*[[Manuals/calci/SQRTPI | SQRTPI ]]
 +
*[[Manuals/calci/POWER | POWER ]]
  
=SQRT(625) gives 25
+
==References==
 +
*[http://en.wikipedia.org/wiki/Square_root Square Root]
  
''' '''
 
 
</div></div>
 
 
<div id="6SpaceContent" class="zcontent" align="left">
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="    " | Column2
 
| class="  " | Column3
 
| class="  " |
 
| Column4
 
|
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 625
 
| class="                                                                                        sshl_f  " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 25
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|
 
|- class="odd"
 
| Row3
 
| class="                            sshl_f  " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|
 
|- class="even"
 
| Row4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|
 
|- class="odd"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" SelectTD  SelectTD" |
 
<div id="6Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="6Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|}
 
  
<div align="left"></div>''''''</div></div>
 
----
 
<div id="13SpaceContent" class="zcontent" align="left"><br /><br /><div id="1Space" class="gamizbox" title="1Space"><div id="1SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="1SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="1SpaceRollupContent" align="center"></span></span></div><div id="1SpaceCover"><div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">
 
  
 +
*[[Z_API_Functions | List of Main Z Functions]]
  
----
+
*[[ Z3 |  Z3 home ]]
</div></div></div></div></div></div></div></div></div></div></div>
 

Latest revision as of 15:20, 22 April 2019

SQRT(Value)


  • is any positive number.
    • SQRT(), returns a positive square root.

Description

  • This function gives the square root of a positive real number.
  • Squaring is the value that can be multiplied by itself to give the original number.
  • The square root of a number is the inverse operation of squaring that number.
  • The root of a number is an equal factor of the number.
  • Every non-negative real number a has only one non-negative square root, called the principal square root, which is denoted by , where is called the radical sign or radix.
  • Square roots of positive whole numbers that are not perfect squares are always irrational numbers.
  • Numbers not expressible as a ratio of two integers .
    This function will give the result as NaN when n is a negative number.

Examples

  1. =SQRT(0)=0
  2. =SQRT(1)=1
  3. =SQRT(136)= 11.661903789690601
  4. =SQRT(ABS(-625))= 25
  5. =1..10@SQRT
1..10@SQRT
Number Square Root
1 1
2 1.4142135623730951
3 1.7320508075688772
4 2
5 2.23606797749979
6 2.449489742783178
7 2.6457513110645907
8 2.8284271247461903
9 3
10 3.1622776601683795

Related Videos

SQRT

See Also

References