ANGLES ARE EXPRESSED IN DEGREES
ACTION
The command DEGREES selects degrees as angle unity. After this command, the functions COS(), SIN(), TAN() return a result expressed in degrees, and the functions ACOS(V), ASIN(V) and ATN(V) use a parameter expressed in degrees.
Remark: by default, angles are expressed in radians.
SYNTAX:
DEGREES
USE ERROR EXAMPLE
degrees
print cos(180)
print "Result = -1"
DEGREES
DEGREES
SEE ALSO
RADIANS
COS()
SIN()
TAN()
ACOS()
ASIN()
ATN()
DEGREE_TO_RADIAN()
RADIAN_TO_DEGREE()