Black Ops III

Sqrt

Returns the square-root of floating point value <a>.

Example:

c = sqrt( (a*a) + (b*b) )

Parameters

ParameterSummary
*aA float or integer value.

* = mandatory