Spread.NET 17 Formula Reference
Formula Functions / Functions H to L / IMCSC
In This Topic
    IMCSC
    In This Topic

    This function calculates the cosecant of specified complex number.

    Syntax

    IMCSC(complex_num)

    Arguments

    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".

    Data Types

    Accepts numeric and string data. Returns string data.

    Examples

    IMCSC("13+3i") gives the result 0.0420

    IMCSC("7+2i") gives the result 0.1819

    Version Available

    This function is available in Spread for Windows Forms 11.0 or later.