Scale by Power of 2

Multiplies the input by 2 raised to a specified power.

1378

Inputs/Outputs

datatype_icon

n

The power to raise the input by.

This input supports scalar numbers, arrays or clusters of numbers, and arrays of clusters of numbers. Any value larger than 32 bits wraps to a 32-bit signed or unsigned integer.

Rounding and Coercion Behavior

If n is a floating-point number, this function rounds n before it scales x (0.5 rounds to 0; 0.51 rounds to 1). If n is a 64-bit integer, this function coerces n to a 32-bit integer.

datatype_icon

x

The value to multiply by 2 raised to the specified power.

This input supports scalar numbers, arrays or clusters of numbers, and arrays of clusters of numbers.
datatype_icon

x * 2^n

The result of multiplying the input by 2 raised to the specified power.