You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This function converts an angle x measured in radians to an approximately equivalent angle measured in degrees.

Syntax
 toDegrees(x) #Output: Number
Examples
Parser expressionDescription
toDegrees(0)
This example returns 0.0
toDegrees(3.14)
This example returns 179.90874767107852


Additional information

Parameters used in this function

ParameterInput (data type)Description
x

NUMBER

Any given number or numeric field code.
Output

This function returns a NUMBER