a authored by Phillip's avatar Phillip
...@@ -17,7 +17,7 @@ Functions ...@@ -17,7 +17,7 @@ Functions
--------- ---------
| Functions | Example | | Functions | Example |
|:---------------------------------------------------------:|:-----------:| |:---------------------------------------------------------------:|:-----------:|
| absolute value | abs(x) | | absolute value | abs(x) |
| arc cosine | acos(x) | | arc cosine | acos(x) |
| arc sine | asin(x) | | arc sine | asin(x) |
...@@ -44,4 +44,4 @@ Functions ...@@ -44,4 +44,4 @@ Functions
| converts from radians to degrees | todegree(x) | | converts from radians to degrees | todegree(x) |
| minimum | min(x, y) | | minimum | min(x, y) |
| maximum | max(x, y) | | maximum | max(x, y) |
| principal value of the arc tangent of y/x, expressed in s | atan2(y, x) | | principal value of the arc tangent of y/x, expressed in radians | atan2(y, x) |