Home
>
Commands
>
Core
> Sqrt
Sqrt
Description
Returns the square root of a float value.
Definition
float Sqrt( a )
float agk::Sqrt( float a )
Parameters
a
- The value to square root.