lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
NAME
	pow - compute power function

SYNOPSIS
	float pow(float x, float y)

DESCRIPTION
	The value x ** y is computed and returned. The argument x must
	not be negative, or E_INVARG will be generated.

	If the result is too large or too small, E_OVERFL is generated.

SEE ALSO
	exp, log, log10