elasticsearch/docs/reference/query-languages/esql/_snippets/functions/parameters/scalb.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
319 B
Markdown
Raw Normal View History

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