Skip to content

other-math

This category holds other math functions not otherwise covered.


degreesToRadians(degrees)

Converts degrees to radians.

ParameterTypeDescription
degreesNumberThe value (in degrees) to convert to radians

Number


radiansToDegrees(radians)

Converts radians to degrees.

ParameterTypeDescription
radiansNumberThe value (in radians) to convert to degrees

Number