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.
