Back to Elasticsearch

Atanh

docs/reference/query-languages/esql/kibana/docs/functions/atanh.md

9.4.1287 B
Original Source

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

ATANH

Returns the inverse hyperbolic tangent of a number.

esql
ROW a=0.5
| EVAL atanh=ATANH(a)