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