IMCSC

IMCSC(inumber)

Returns the cosecant ratio of a complex number.

inumberThe complex number.

REMARKS
* If "inumber" is not in the form x + yi or x + yj, then #NUM! is returned.
* If "inumber" is not text, then #VALUE! is returned.
* You can use the CSC function to return the cosecant ratio of an angle.
* You can use the IMSEC function to return the secant ratio of a complex number.
* You can use the IMCOT function to return the cotangent ratio of a complex number.
* You can use the COMPLEX function to convert real and imaginary coefficients into a complex number.
* You can use the IMCOS function to return the cosine ratio of a complex number.
* You can use the IMSIN function to return the sine ratio of a complex number.
* You can use the IMTAN function to return the tangent ratio of a complex number.
* You can use the IMCSCH function to return the hyperbolic cosecant of a complex number.
* You can use the TEXT function to return the number as a formatted text string.
* This function was added in Excel 2013.
* For the Microsoft documentation refer to support.microsoft.com

 A
1=IMCSC("1+i") = 0.621518017170428-0.303931001628427i
2=IMCSC("i") = -0.850918128239322i
3=TEXT(IMCSC("i"), "0.000") = -0.850918128239322i
4=IMCSC("text") = #NUM!


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