degrees
Converts degrees to radians.
Syntax
-
degrees(x)
-
x
is a real or complex number
-
Description
This function performs the mapping x ↦ x⋅π/180
, thus converting its argument from degrees to radians.
Notes
This is the function behind the postfix operator °. Typically you use the operator instead of calling the degrees
function directly.
Examples
sin(90°)
1
120° + 60°
3.14159265359 (=π)
∫(sin(x), x, 0°, 180°)
1.99999999984