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 c/14621] libm tan failure for pi/2 argument


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-17 22:04 -------
Go read a book about floating point math and how floating point in the computer is represented, it has 
to be represented in a finite precision so M_PI_2 can never be ?/2 and tan(M_PI_2) will never be INF.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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