Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (34 loc) · 1.18 KB

DEG.org

File metadata and controls

40 lines (34 loc) · 1.18 KB

Top| Up (Math) | < Previous (RAD) | Next (SIN) >

DEG

DEG finds degree values from radians values.

More information on converting degrees from radians can be found here.

Syntax

DEG radians# OUT degrees#
parameterdescription
radians#Value in radians
outputdescription
degrees#Value in degrees

Examples

VAR X# = DEG(0.78629816) ' (0.78529816 / (PI / 180)) = 45
VAR Y# = RAD(X#)         ' (45 * (PI / 180)) = 0.78539816

Possible Errors

ErrorCause
Illegal function callradians# is unspecified
Type mismatchradians# is a string or array

Version Information

3.0.0

Function: exists.

See Also

References


Top | Up (Math) | < Previous (RAD) | Next (SIN) >