dgd/
dgd/doc/net/
dgd/src/host/unix/
dgd/src/host/win32/res/
dgd/src/lpc/
dgd/src/parser/
NAME
	exp - compute exponential

SYNOPSIS
	float exp(float x)


DESCRIPTION
	Return the exponential value of the given argument.

ERRORS
	If the computed exponential is too large, an error will result.

SEE ALSO
	kfun/log, kfun/log10, kfun/pow