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