Re: patch to add C99 complex

2010-10-08 Thread Marco Atzeri
--- Ven 8/10/10, Christopher Faylor ha scritto: > On Fri, Oct 08, 2010 at 12:56:56PM > +0200, Corinna Vinschen wrote: > >On Oct  6 08:01, Marco Atzeri wrote: > >> here is the cygwin follow up of the patch > >> sent to newlib mailing list. > >> > >> Marco > >> > >> +        * cygwin.din ( cacos

Re: patch to add C99 complex

2010-10-08 Thread Christopher Faylor
On Fri, Oct 08, 2010 at 12:56:56PM +0200, Corinna Vinschen wrote: >On Oct 6 08:01, Marco Atzeri wrote: >> here is the cygwin follow up of the patch >> sent to newlib mailing list. >> >> Marco >> >> +* cygwin.din ( cacos cacosf cacosh cacoshf carg cargf >> + casin casinf casinh ca

Re: patch to add C99 complex

2010-10-08 Thread Corinna Vinschen
On Oct 6 08:01, Marco Atzeri wrote: > here is the cygwin follow up of the patch > sent to newlib mailing list. > > Marco > > +* cygwin.din ( cacos cacosf cacosh cacoshf carg cargf > +casin casinf casinh casinhf catan catanf catanh catanhf > +ccos ccosf ccosh ccoshf cexp

patch to add C99 complex

2010-10-06 Thread Marco Atzeri
here is the cygwin follow up of the patch sent to newlib mailing list. Marco --- Mer 6/10/10, Marco Atzeri ha scritto: > The attached patch add C99 Complex to > newlib > using all NETBSD source except "long double" ones. > > Tested on cygwin: > > a = 1.00+1.00I > b = 3.141590+1.2000