elasticsearch/docs/reference/esql/functions/parameters/hypot.asciidoc
Larisa Motova 2155f1bed5
[ES|QL] Add hypot function (#114382)
Adds a hypotenuse function
2024-10-11 09:33:45 -10:00

9 lines
275 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Parameters*
`number1`::
Numeric expression. If `null`, the function returns `null`.
`number2`::
Numeric expression. If `null`, the function returns `null`.