Skip to content

degrees

Subhajit Sahu edited this page Aug 8, 2022 · 15 revisions

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


References

Clone this wiki locally