# IMCSC

## Content

This function calculates the cosecant of specified complex number.

## Syntax

`IMCSC(complex_num)`

## Arguments

[Required] The *complex\_num* argument is a complex number to return the cosecant for.

## Remarks

An error is returned if the *complex\_num* argument is not in the form "x+yi" or "x+yj".

## Examples

`IMCSC("13+3i")` gives the result 0.0420
`IMCSC("7+2i")` gives the result 0.1819