Math.Exp2¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input float or sequence of floats used as the exponent for the base 2 exponential function. | Float Float2 Float3 Float4 Color [Any] |
||
Output ➡️ |
Outputs the result of the exponential operation. | Float Float2 Float3 Float4 Color [Any] |
This shard calculates the exponential function with base 2 for the given input. The exponential function with base 2 is equivalent to raising 2 to the power of the input.
Examples¶
1 2 |
|
[info] [sample-wire] 32