Nodes > Math > Exponential > Reciprocal Sqrt

Returns 1 divided by the square root of the input value. Equivalent to 1/sqrt(A).
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | Input value |
Outputs
| Name | Type | Description |
|---|---|---|
| rsqrt( A ) | float | 1 divided by the square root of A |
Was this page helpful?