sqrt

Example

 float sqrt ( float $arg ) 

Description

Returns the square root of arg.

Return Values

The square root of arg or the special value NAN for negative numbers.