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

    This function calculates the cotangent of specified complex number.

    Syntax

    IMCOT(complex_num)

    Arguments

    The complex_num argument is a complex number to return the cotangent for.

    Remarks

    An error is returned if the complexn_um argument is not in the form "x+yi" or "x+yj".

    Data Types

    Accepts numeric and string data. Returns string data.

    Examples

    IMCOT("2-3i") gives the result -0.0037

    IMCOT("1-3i") gives the result 0.0044

    Version Available

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