xs_sqrt
Syntax
stock Float:xs_sqrt(Float:x)
Usage
| Parameter | Description |
|---|---|
| x | The input value. |
Description
Calculates the square root of the input value.
Note
This is an alias for floatsqroot().
Return
The square root of the input value.
stock Float:xs_sqrt(Float:x)
| Parameter | Description |
|---|---|
| x | The input value. |
Calculates the square root of the input value.
This is an alias for floatsqroot().
The square root of the input value.