We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda88ea commit 099d149Copy full SHA for 099d149
modules/ROOT/pages/functions/mathematical-trigonometric.adoc
@@ -186,8 +186,8 @@ The arctangent2 of `0.5` and `0.6` is returned.
186
187
.Details
188
|===
189
-| *Syntax* 3+| `acos(input)`
190
-| *Description* 3+| Returns the arccosine of a `FLOAT` in radians.
+| *Syntax* 3+| `cos(input)`
+| *Description* 3+| Returns the cosine of a `FLOAT` in radians.
191
.2+| *Arguments* | *Name* | *Type* | *Description*
192
| `input` | `FLOAT` | An angle in radians.
193
| *Returns* 3+| `FLOAT`
0 commit comments