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.