Skip to content

other-math

Other Math

This category holds other math functions not otherwise covered.


Methods

degreesToRadians()

degreesToRadians(degrees)

Description

Converts degrees to radians.

Parameters

ParameterTypeDescription
degreesNumberThe value (in degrees) to convert to radians

Returns

Number


radiansToDegrees()

radiansToDegrees(radians)

Description

Converts radians to degrees.

Parameters

ParameterTypeDescription
radiansNumberThe value (in radians) to convert to degrees

Returns

Number