Spread.NET 17 Formula Reference
Formula Functions / Functions A to C / ACOT
In This Topic
    ACOT
    In This Topic

    This function returns the arccotangent (inverse of the cotangent) of the specified numeric value.

    Syntax

    ACOT(value)

    Arguments

    For the argument, you can specify the cotangent of the angle you want to return. The argument should be a real number.

    Remarks

    The resultant angle is in radians and its value lies between 0 (zero) and PI (pi). If you want to convert the result from radians to degrees, multiply the resultant value by 180/PI.

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    ACOT(5) gives the result 0.1973

    ACOT(10) gives the result 0.0996

    ACOT(15) gives the result 0.0665

    Version Available

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