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


 toRadians(number) #Output: Number



Parser expressionDescription


toRadians(180)


This example returns:

3.141592653589793





toRadians(90)


This example returns:

1.5707963267948966




Parameters used in this function

ParameterInput (data type)Description
number

Any given number or numeric field code.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible because that kind of information is not available.






Status
Tech review

Style guide




Short descriptionConverts an angle measured in degrees to an approximately equivalent angle measured in radians.
Output

Label