% This is generated by ESQL's AbstractFunctionTestCase. Do not 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 |


