RADIAN_TO_DEGREE()

RADIAN_TO_DEGREE(A)

RETURNS IN DEGREES THE VALUE OF ANGLE A IN RADIANS

  • Type: Function
  • Parameter: 1
  • Group: Mathematics

ACTION

The function RADIAN_TO_DEGREE(A) returns in degrees the value of angle A expressed in radians.

SYNTAX: Result=RADIAN_TO_DEGREE(A)

  • A = real or integer value.

USE

  • The function RADIAN_TO_DEGREE() is used to convert an angle from degrees to radians.

ERROR

  • None.

EXAMPLE

print radian_to_degree(pi)

print 180

SEE ALSO

DEGREES

RADIANS

DEGREE_TO_RADIAN()