| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
float The square root.
Returns the square root of a float value.
| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
float2 The componentwise square root.
Returns the componentwise square root of a float2 vector.
| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
float3 The componentwise square root.
Returns the componentwise square root of a float3 vector.
| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
float4 The componentwise square root.
Returns the componentwise square root of a float4 vector.
| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
double The square root.
Returns the square root of a double value.
| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
double2 The componentwise square root.
Returns the componentwise square root of a double2 vector.
| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
double3 The componentwise square root.
Returns the componentwise square root of a double3 vector.
| Parameter | Description |
|---|---|
| x | Value to use when computing square root. |
double4 The componentwise square root.
Returns the componentwise square root of a double4 vector.