other-math
Other Math
Section titled “Other Math”This category holds other math functions not otherwise covered.
Methods
Section titled “Methods”degreesToRadians()
Section titled “degreesToRadians()”degreesToRadians(degrees)
Description
Section titled “Description”Converts degrees to radians.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
degrees | Number | The value (in degrees) to convert to radians |
Returns
Section titled “Returns”Number
radiansToDegrees()
Section titled “radiansToDegrees()”radiansToDegrees(radians)
Description
Section titled “Description”Converts radians to degrees.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
radians | Number | The value (in radians) to convert to degrees |
Returns
Section titled “Returns”Number