Spread WPF 17
Spread WPF Documentation / Formula Reference / Formula Functions / DEGREES
In This Topic
    DEGREES
    In This Topic

    Summary

    This function converts the specified value from radians to degrees.

    Syntax

    DEGREES(angle)

    Arguments

    This function takes any real number angle value as the argument.

    Remarks

    This function converts angle in radians to angle in degrees.

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    DEGREES(B3)

    DEGREES(R1C2)

    DEGREES(PI()) gives the result 180

    See Also