Skip to content

degToRad()

Converts degrees to radians.

Example:

ts
degToRad(180); // Math.PI

Released under the MIT License.