NAME
sqrt - compute square root
SYNOPSIS
float sqrt(float x)
DESCRIPTION
Return the square root of the argument.
ERRORS
An error will result if the argument is negative.
sqrt - compute square root
float sqrt(float x)
Return the square root of the argument.
An error will result if the argument is negative.