The radianstodegrees( function converts an angle from radians to degrees.
Parameters
This function has one parameter:angle – angle ,in radians.
Description
This function converts an angle from radians to degrees.
radianstodegrees(1) ☞ 57.2957795130824
Note: This function is equivalent to:
theangle*180/pi()
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |