UNPKG

trigonometry-js

Version:
5 lines (4 loc) 92 B
"use strict"; Math.toRadian = function (value) { return value * (Math.PI / 180); };