Top | Up (Math) | < Previous (PI) | Next (DEG) >
DEG finds degree values from radians values.
More information on converting radians from degrees can be found here.
RAD degrees# OUT radians#
parameter | description |
---|---|
degrees# | Value in degrees |
output | description |
radians# | Value in radians |
VAR X# = RAD(45) ' (45 * (PI / 180)) = 0.78539816
VAR Y# = DEG(X#) ' (0.78529816 / (PI / 180)) = 45
Error | Cause |
---|---|
Illegal function call | degrees# is unspecified |
Type mismatch | degrees# is a string or array |
Function: exists.