tan.asciidoc 429 B

12345678910111213141516171819
  1. [[esql-tan]]
  2. === `TAN`
  3. [.text-center]
  4. image::esql/functions/signature/tan.svg[Embedded,opts=inline]
  5. https://en.wikipedia.org/wiki/Sine_and_cosine[Tangent] trigonometric function.
  6. [source.merge.styled,esql]
  7. ----
  8. include::{esql-specs}/floats.csv-spec[tag=tan]
  9. ----
  10. [%header.monospaced.styled,format=dsv,separator=|]
  11. |===
  12. include::{esql-specs}/floats.csv-spec[tag=tan-result]
  13. |===
  14. Supported types:
  15. include::types/tan.asciidoc[]