xs_rsqrt
Syntax
stock Float:xs_rsqrt(Float:x)
Usage
| Parameter | Description |
|---|---|
| x | The input value. |
Description
Calculates the reciprocal of the square root of the input value.
Return
The reciprocal of the square root of the input value.
stock Float:xs_rsqrt(Float:x)
| Parameter | Description |
|---|---|
| x | The input value. |
Calculates the reciprocal of the square root of the input value.
The reciprocal of the square root of the input value.