dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
NAME
	atan2 - compute arc tangent of two variables

SYNOPSIS
	float atan2(float y, float x)


DESCRIPTION
	Return the arc tangent of y/x, using the signs of the arguments to
	determine the quadrant of the result.

SEE ALSO
	kfun/atan