CSC

CSC(number)

Returns the cosecant of a number.

numberThe number you want the cosecant of.

REMARKS
* For an illustrated example refer to the [[Trigonometric Functions]] page.
* 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.
* This function was added in Excel 2013.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=CSC(0.25) = 4.04197250122107
2=1/SIN(0.25) = 4.04197250122107
3=CSC("some text") = #VALUE!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top