math.js 72 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
export var deg2rad = Math.PI / 180;
export var rad2deg = 180 / Math.PI;