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
	ldexp - add an integer to the exponent of a float

SYNOPSIS
	float ldexp(float x, int n)

DESCRIPTION
	The value x * 2 ** n is returned. If the result is too small or
	too large, E_OVERFL will be generated.

SEE ALSO
	frexp, modf