| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.Mathematics.math-exp2.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| x | Input value. |
float The base-2 exponential of the input.
Returns the base-2 exponential of x.
| Parameter | Description |
|---|---|
| x | Input value. |
float2 The componentwise base-2 exponential of the input.
Returns the componentwise base-2 exponential of x.
| Parameter | Description |
|---|---|
| x | Input value. |
float3 The componentwise base-2 exponential of the input.
Returns the componentwise base-2 exponential of x.
| Parameter | Description |
|---|---|
| x | Input value. |
float4 The componentwise base-2 exponential of the input.
Returns the componentwise base-2 exponential of x.
| Parameter | Description |
|---|---|
| x | Input value. |
double The base-2 exponential of the input.
Returns the base-2 exponential of x.
| Parameter | Description |
|---|---|
| x | Input value. |
double2 The componentwise base-2 exponential of the input.
Returns the componentwise base-2 exponential of x.
| Parameter | Description |
|---|---|
| x | Input value. |
double3 The componentwise base-2 exponential of the input.
Returns the componentwise base-2 exponential of x.
| Parameter | Description |
|---|---|
| x | Input value. |
double4 The componentwise base-2 exponential of the input.
Returns the componentwise base-2 exponential of x.
| Web Proxy Viewer | New URL | Original Page |