Skip to content

Commit

Permalink
added input in radians to docs for tan and sin
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Dec 8, 2023
1 parent 3a819cb commit eb18bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/sin.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[.text-center]
image::esql/functions/signature/sin.svg[Embedded,opts=inline]

https://en.wikipedia.org/wiki/Sine_and_cosine[Sine] trigonometric function.
https://en.wikipedia.org/wiki/Sine_and_cosine[Sine] trigonometric function. Input expected in radians.

[source.merge.styled,esql]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/tan.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[.text-center]
image::esql/functions/signature/tan.svg[Embedded,opts=inline]

https://en.wikipedia.org/wiki/Sine_and_cosine[Tangent] trigonometric function.
https://en.wikipedia.org/wiki/Sine_and_cosine[Tangent] trigonometric function. Input expected in radians.

[source.merge.styled,esql]
----
Expand Down

0 comments on commit eb18bc8

Please sign in to comment.