This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: sparc, ia64: Compute cos(M_PI_2l) for your 128-bit long double please.


On 04/10/2013 11:38 PM, David Miller wrote:
> From: "Carlos O'Donell" <carlos@redhat.com>
> Date: Wed, 10 Apr 2013 16:47:26 -0400
> 
>> Could you check the answer for cos(M_PI_2l) on sparc for 128-bit long double?
> 
> 1) printf ("%.100Le\n", (long double)(M_PI_2l/2.0L));

Should be "M_PIl/2.0L" e.g. PI/2 not PI/4.

>    gives: 7.8539816339744830961566084581987569936976702453432389325112608296857417966574388401568285189568996429e-01
> 
> 2) cos(7.8539816339744830961566084581987569936976702453432389325112608296857417966574388401568285189568996429e-01)
> 
>    gives: 0.70710678118654752440084436210484905461457530812028064619302572691711829699877130198437540242002772658213137205447353618...

Could you recompute please?

Cheers,
Carlos.


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