Changes
Page history
a
authored
Jul 11, 2022
by
Phillip
Show whitespace changes
Inline
Side-by-side
Skills/Math.md
View page @
dc79fb8e
...
@@ -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
radian
s | atan2(y, x) |