Changes

Jump to navigation Jump to search
No change in size ,  08:52, 1 November 2013
Line 11: Line 11:  
==Description==
 
==Description==
 
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=COSEC(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
 
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=COSEC(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
*This function gives the cosecant of angle 'x'.
+
*This function gives the Cosecant of angle 'x'.
*This function is the reciprocal of SIN function. i.e.,cosec(x)=1/sin(x).
+
*This function is the reciprocal of SIN function. i.e, Cosec(x)=1/Sin(x).
*In a right angled triangle cosec(x)=hypotenuse/opposite side.
+
*In a right angled triangle Cosec(x)=Hypotenuse/Opposite side.
*Here x is in radians.  
+
*Here x is in Radians.  
 
*To convert Radian to Degree  multiply 'x' with 180/PI() or we have to use the Radians function COSEC(RADIANS(x))or DCOSEC(x).
 
*To convert Radian to Degree  multiply 'x' with 180/PI() or we have to use the Radians function COSEC(RADIANS(x))or DCOSEC(x).
 
*To convert a degree value to radian, multiply 'x' with PI()/180 or use the radians function RADIANS(X).
 
*To convert a degree value to radian, multiply 'x' with PI()/180 or use the radians function RADIANS(X).
3,314

edits

Navigation menu