| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''DCOSEC(x)'''</div><br/> | + | <div style="font-size:30px">'''DCOSEC(Number)'''</div><br/> |
| − | * where '''x''' is the angle in degrees | + | * <math>Number</math> is the angle in degrees. |
| | + | **DCOSEC(),returns the double-precision cosecant of the given angle |
| | | | |
| | [[Manuals/calci/COSEC| COSEC]] can be used if the angle is in Radians.<br/> | | [[Manuals/calci/COSEC| COSEC]] can be used if the angle is in Radians.<br/> |
| Line 8: |
Line 9: |
| | | | |
| | ==Description== | | ==Description== |
| − | *This function is used to obtain the Cosecant value of 'x' in degrees.<br/> | + | *This function is used to obtain the Cosecant value of any Number in degrees. |
| − | *It is the reciprocal of SIN function i.e, '''COSEC(x) = 1 / SIN(x)'''.<br/> | + | *It is the reciprocal of SIN function i.e, '''COSEC(x) = 1 / SIN(x)''' |
| − | *In a right angled triangle '''COSEC(x) = Hypotenuse / Opposite side'''.<br/> | + | *In a right angled triangle '''COSEC(x) = Hypotenuse / Opposite side'''. |
| | *To obtain the value in Radians multiply with PI()/180 or use COSEC function COSEC(X) | | *To obtain the value in Radians multiply with PI()/180 or use COSEC function COSEC(X) |
| | *DCOSEC returns NaN if 'x' is not real | | *DCOSEC returns NaN if 'x' is not real |
| Line 44: |
Line 45: |
| | | | |
| | == Examples == | | == Examples == |
| − | '''DCOSEC(x)''' | + | '''DCOSEC(Number)''' |
| − | *'''x ''' is the angle in Degrees. | + | *'''Number''' is the angle in Degrees. |
| | * Result shows DCOSEC(abc)= NAN | | * Result shows DCOSEC(abc)= NAN |
| | | | |
| Line 67: |
Line 68: |
| | | | |
| | |} | | |} |
| | + | |
| | + | ==Related Videos== |
| | + | |
| | + | {{#ev:youtube|Kz6tCMgat94|280|center|Trig Function Values in Degrees}} |
| | | | |
| | ==See Also== | | ==See Also== |
| Line 77: |
Line 82: |
| | | | |
| | *[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | | *[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] |
| | + | |
| | + | |
| | + | |
| | + | |
| | + | *[[Z_API_Functions | List of Main Z Functions]] |
| | + | |
| | + | *[[ Z3 | Z3 home ]] |