util.Math.toRadians
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
Syntax
util.Math.toRadians(
   x FLOAT )
  RETURNS FLOAT- x is a floating point value to be converted to radians.
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
util.Math.toRadians(
   x FLOAT )
  RETURNS FLOAT