... | ... | @@ -17,7 +17,7 @@ Functions |
|
|
---------
|
|
|
|
|
|
| Functions | Example |
|
|
|
|:---------------------------------------------------------:|:-----------:|
|
|
|
|:---------------------------------------------------------------:|:-----------:|
|
|
|
| absolute value | abs(x) |
|
|
|
| arc cosine | acos(x) |
|
|
|
| arc sine | asin(x) |
|
... | ... | @@ -44,4 +44,4 @@ Functions |
|
|
| converts from radians to degrees | todegree(x) |
|
|
|
| minimum | min(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) | |