CSC |
CSC(number) |
Returns the cosecant of a number. |
number | The number you want the cosecant of. |
REMARKS |
* Added in Excel 2013. * This function does not have an inverse. * The cosecant of a number is 1/SIN. * The "number" is the angle in radians. * If "number" is not numeric, the #VALUE is returned. * If Abs(number) > 2^27, then #NUM is returned. * If your argument is in degrees, multiply it by PI/180 to convert it to radians. * You can use the DEGREES function to convert from radians to degrees. * You can use the SIN function to return the sine. * For a working example refer to the Quant > Trigonometric Functions page. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top