Changes

Line 10: Line 10:     
==Description==
 
==Description==
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=TAN(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
+
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=ACOS(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
 
This function is the inverse function of cos in trignometry,and also it is called as cyclometric function.ACOS is described as arcCOS and denoted by cos-1 (x).In  ACOS(X) ,x value should be with in -1&1.Here x is in radians. To convert a degree value to radian, multiply 'x' with PI()/180 or use the radians function RADIANS(X)
 
This function is the inverse function of cos in trignometry,and also it is called as cyclometric function.ACOS is described as arcCOS and denoted by cos-1 (x).In  ACOS(X) ,x value should be with in -1&1.Here x is in radians. To convert a degree value to radian, multiply 'x' with PI()/180 or use the radians function RADIANS(X)
  
3,314

edits