| Parameter | Description |
|---|---|
| x | Input value. |
float The reciprocal of the input.
Returns the reciprocal a float value.
| Parameter | Description |
|---|---|
| x | Input value. |
float2 The componentwise reciprocal of the input.
Returns the componentwise reciprocal a float2 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
float3 The componentwise reciprocal of the input.
Returns the componentwise reciprocal a float3 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
float4 The componentwise reciprocal of the input.
Returns the componentwise reciprocal a float4 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
double The reciprocal of the input.
Returns the reciprocal a double value.
| Parameter | Description |
|---|---|
| x | Input value. |
double2 The componentwise reciprocal of the input.
Returns the componentwise reciprocal a double2 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
double3 The componentwise reciprocal of the input.
Returns the componentwise reciprocal a double3 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
double4 The componentwise reciprocal of the input.
Returns the componentwise reciprocal a double4 vector.