We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Convert degrees to radians.
Similar: radians, degrees.
function radians(x) // x: degrees
const xmath = require('extra-math'); xmath.radians(180); // → 3.141592653589793 xmath.radians(60); // → 1.0471975511965976