We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d4708 commit d0ab1c2Copy full SHA for d0ab1c2
1 file changed
_build/reference/728-math-deg.markdown
@@ -1,8 +1,10 @@
1
# DEG
2
3
-> DEG (x)
+> f = DEG (x)
4
5
-Radians to degrees.
+Converts radians `x` to degrees.
6
+
7
+### Example
8
9
```
10
a = deg(pi)
0 commit comments