Skip to content

Commit 099d149

Browse files
Fix cos() table (#1087)
1 parent bda88ea commit 099d149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/functions/mathematical-trigonometric.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ The arctangent2 of `0.5` and `0.6` is returned.
186186

187187
.Details
188188
|===
189-
| *Syntax* 3+| `acos(input)`
190-
| *Description* 3+| Returns the arccosine of a `FLOAT` in radians.
189+
| *Syntax* 3+| `cos(input)`
190+
| *Description* 3+| Returns the cosine of a `FLOAT` in radians.
191191
.2+| *Arguments* | *Name* | *Type* | *Description*
192192
| `input` | `FLOAT` | An angle in radians.
193193
| *Returns* 3+| `FLOAT`

0 commit comments

Comments
 (0)