ultrix man page for ldexp

Query: ldexp

OS: ultrix

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

frexp(3)						     Library Functions Manual							  frexp(3)

Name
       frexp, ldexp, modf - split into mantissa and exponent

Syntax
       #include <math.h>

       double frexp(value, eptr)
       double value;
       int *eptr;

       double ldexp(value, exp)
       double value;

       double modf(value, iptr)
       double value, *iptr;

Description
       The  subroutine returns the mantissa of a double value as a double quantity, x, of magnitude less than 1.0 and greater than or equal to 0.5
       (0.5 <= |x| < 1) and stores an integer n such that value = x*2**n indirectly through eptr.

       The returns the quantity value*2**exp.

       The returns the positive fractional part of value and stores the integer part indirectly through iptr.

Return Values
       If would cause overflow, +-HUGE_VAL is returned (according to the sign of value) and errno is set to ERANGE.  If would cause  underflow,  0
       is returned and errno is set to ERANGE.

																	  frexp(3)
Related Man Pages
modf(3) - suse
frexpf(3m) - sunos
modf(3m) - sunos
modff(3m) - sunos
modfl(3m) - opensolaris
Similar Topics in the Unix Linux Community
LinuxWorld Expo this week
sendmail problem on Solaris 10
Missing efix on AIX 4.3.3
Reported Post by drl
Perl:: mass replacement of converting C code formats to tgmath.h