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
	exp - calculate floating point exponentiation

SYNOPSIS
	float exp(float)

DESCRIPTION
	The math constant e is raised to the power of the argument, and
	the result is returned.

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

SEE ALSO
	log, log10, pow