Reference FQL API reference Math Math.radians() Math.radians() Convert the value of a Number in degrees to radians. Signature Math.radians(x: Number) => Number Description Gets the value of a Number in degrees, in radians. Parameters Parameter Type Required Description x Number true Number of degrees. Return value Type Description Number Value of the provided degrees converted to radians. Examples Math.radians(1) 0.017453292519943295 Math.pow() Math.round()