This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/23195] [4.0/4.1 Regression] Using frexp with fabs produces negative result


------- Additional Comments From schwab at suse dot de  2005-08-02 13:06 -------
The C standard says: 
 
  [...], the frexp functions return the value x, such that x has a magnitude 
  in the interval [1/2, 1) or zero, and value equals x × 2^*exp. 
 
The magnitude is also known as the absolute value. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23195


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]