There was an error while loading. Please reload this page.
Convert radians to degrees.
Similar: radians, degrees.
function degrees(x) // x: radians
const xmath = require('extra-math'); xmath.degrees(3); // → 171.88733853924697 xmath.degrees(1); // → 57.29577951308232