Changes

Jump to navigation Jump to search
87 bytes added ,  08:51, 1 November 2013
Line 15: Line 15:  
*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 a degree value to radian, multiply 'x' with PI()/180 or use the radians function RADIANS(X). This function is also denoted by CSC(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).
    
The following example shows how COSEC is applied to an array of numbers containing numbers 1..10.
 
The following example shows how COSEC is applied to an array of numbers containing numbers 1..10.
3,314

edits

Navigation menu