14 lines
264 B
Markdown
14 lines
264 B
Markdown
|
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
||
|
|
||
|
**Example**
|
||
|
|
||
|
```esql
|
||
|
row x = 3.0, y = 10 | eval z = scalb(x, y)
|
||
|
```
|
||
|
|
||
|
| x:double | y:integer | z:double |
|
||
|
| --- | --- | --- |
|
||
|
| 3.0 | 10 | 3072.0 |
|
||
|
|
||
|
|