sqrt( <x> )
Module: Utils
Summary:
Returns the square root of x.
Example:
root = sqrt( 16 );
Required Args:
1 : <x> Value whose square root is computed