Signature
stock Float:xs_rsqrt(Float:x){ return 1.0 / floatsqroot(x);}
Description
Calculates the reciprocal of the square root of the input value.
Parameters
- x — The input value.
Returns
The reciprocal of the square root of the input value.