DEGREES function
This topic describes the formula syntax and usage of the DEGREES function in the Data Quality Execute Formula transform.
Description
Converts radians to degrees.
Syntax
DEGREES(angle)
The DEGREES function syntax has the following argument:
angle
Required. The angle in radians to convert to degrees.
Example
Data:
3.1415927
in the Angle field (π rounded to 7 decimal digits).Formula | Description | Result |
---|---|---|
DEGREES([Angle]) | Convert π-radians to degrees. | 180 |