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
	log - compute natural logarithm

SYNOPSIS
	float log(float)

DESCRIPTION
	The natural logarithm of the argument is computed and returned.

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

SEE ALSO
	exp, log10