DEGREE_TO_RADIAN()

DEGREE_TO_RADIAN(A)

RETURNS IN RADIANS THE VALUE OF ANGLE A IN DEGREES

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

ACTION

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

SYNTAX: Result=DEGREE_TO_RADIAN(A)

  • A = real or integer value.

USE

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

ERROR

  • None.

EXAMPLE

print degree_to_radian(180)

print pi

SEE ALSO

DEGREES

RADIANS

RADIAN_TO_DEGREE()