Skip to content

degrees

Subhajit Sahu edited this page Feb 3, 2021 · 15 revisions

Converts radians to degrees. 📦 😺 🏃 📼 🌔 📜 📰 📘

Similar: radians, degrees.


math.degrees(x);
// x: radians
const math = require("extra-math");

math.degrees(3);
// 171.88733853924697

math.degrees(1);
// 57.29577951308232


References

Clone this wiki locally