xs_rsqrt

Syntax

stock Float:xs_rsqrt(Float:x)

Usage

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.