logb:

Syntax:	logb ( A )

Description:
	
	Logb returns the unbiased exponent of its REAL argument.

	This function depends upon operating system support. Logb is
	part of the IEEE-754 standard, and should be available on most
	machines that implement this standard in one form or another.

See Also: frexp
