------- Comment #7 from joseph at codesourcery dot com 2010-03-18 21:36 ------- Subject: Re: sinl is not computed correctly
On Thu, 18 Mar 2010, bangerth at gmail dot com wrote: > Also: 1e22 is not exactly representable as a floating point number. By 5**22 is smaller than 2**53, so 1e22 (= 5**22 * 2**22) *is* exactly representable in double or formats with more bits than double. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43405