dgd/
dgd/doc/net/
dgd/src/host/unix/
dgd/src/host/win32/res/
dgd/src/lpc/
dgd/src/parser/
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.