RETURNS IN RADIANS THE VALUE OF ANGLE A IN DEGREES
ACTION
The function DEGREE_TO_RADIAN(A) returns in radians the value of angle A expressed in degrees.
SYNTAX:
Result=DEGREE_TO_RADIAN(A)
USE ERROR EXAMPLE
print degree_to_radian(180)
print pi
DEGREE_TO_RADIAN()
DEGREE_TO_RADIAN(A)
SEE ALSO
DEGREES
RADIANS
RADIAN_TO_DEGREE()