Skip to content

Commit

Permalink
Fix cos() table (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Oct 30, 2024
1 parent bda88ea commit 099d149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/functions/mathematical-trigonometric.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ The arctangent2 of `0.5` and `0.6` is returned.

.Details
|===
| *Syntax* 3+| `acos(input)`
| *Description* 3+| Returns the arccosine of a `FLOAT` in radians.
| *Syntax* 3+| `cos(input)`
| *Description* 3+| Returns the cosine of a `FLOAT` in radians.
.2+| *Arguments* | *Name* | *Type* | *Description*
| `input` | `FLOAT` | An angle in radians.
| *Returns* 3+| `FLOAT`
Expand Down

0 comments on commit 099d149

Please sign in to comment.