| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
float The result of raising x to the power y.
Returns x raised to the power y.
| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
float2 The componentwise result of raising x to the power y.
Returns the componentwise result of raising x to the power y.
| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
float3 The componentwise result of raising x to the power y.
Returns the componentwise result of raising x to the power y.
| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
float4 The componentwise result of raising x to the power y.
Returns the componentwise result of raising x to the power y.
| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
double The result of raising x to the power y.
Returns x raised to the power y.
| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
double2 The componentwise result of raising x to the power y.
Returns the componentwise result of raising x to the power y.
| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
double3 The componentwise result of raising x to the power y.
Returns the componentwise result of raising x to the power y.
| Parameter | Description |
|---|---|
| x | The exponent base. |
| y | The exponent power. |
double4 The componentwise result of raising x to the power y.
Returns the componentwise result of raising x to the power y.