degrees - nodef/extra-math GitHub Wiki
Convert radians to degrees.
function degrees(x)
// x: radians
const xmath = require('extra-math');
xmath.degrees(3);
// → 171.88733853924697
xmath.degrees(1);
// → 57.29577951308232
Convert radians to degrees.
function degrees(x)
// x: radians
const xmath = require('extra-math');
xmath.degrees(3);
// → 171.88733853924697
xmath.degrees(1);
// → 57.29577951308232