*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> frexp (3)              
Title
Content
Arch
Section
 

FREXP(3)

Contents


NAME    [Toc]    [Back]

     frexp -- convert floating-point number to fractional and integral components

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <math.h>

     double
     frexp(double value, int *exp);

DESCRIPTION    [Toc]    [Back]

     The frexp() function breaks a floating-point number into a normalized
     fraction and an integral power of 2.  It stores the integer in the int
     object pointed to by exp.

RETURN VALUES    [Toc]    [Back]

     The frexp() function returns the value x, such that x is a double with
     magnitude in the interval [1/2, 1) or zero, and value equals x times 2
     raised to the power *exp.	If value is zero, both parts of the result are
     zero.

SEE ALSO    [Toc]    [Back]

      
      
     ldexp(3), math(3), modf(3)

STANDARDS    [Toc]    [Back]

     The frexp() function conforms to ISO/IEC 9899:1990 (``ISO C89'').


FreeBSD 5.2.1			 June 4, 1993			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
modf FreeBSD extract signed integral and fractional values from floating-point number
modf NetBSD extract signed integral and fractional values from floating-point number
ldexp NetBSD multiply floating-point number by integral power of 2
ldexp OpenBSD multiply floating-point number by integral power of 2
ldexp Linux multiply floating-point number by integral power of 2
ldexp FreeBSD multiply floating-point number by integral power of 2
ecvt Linux convert a floating-point number to a string.
gcvt Linux convert a floating-point number to a string.
ecvt IRIX convert floating-point number to string
strtod Linux convert ASCII string to floating point number
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service