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
	log10 - compute logarithm to base 10

SYNOPSIS
	float log10(float)

DESCRIPTION
	The logarithm to base 10 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
	log, pow