This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: complex
- From: Marco Atzeri <marco_atzeri at yahoo dot it>
- To: newlib at sourceware dot org
- Date: Sat, 2 Oct 2010 12:27:56 +0000 (GMT)
- Subject: Re: complex
--- Sab 2/10/10, Corinna Vinschen ha scritto:
> On Oct? 1 17:49, Marco Atzeri
> wrote:
> > Hi,
> > I am wondering why the complex math is
> >
> > only available under
> > libc/sys/linux/include/complex.h
> > libc/sys/linux/cmath
> >
> > instead of
> >
> > libm/math*
> > where I would expcet to find it.
> >
> > There is any limitation to extend the C99 complex
> math
> > to the other platforms ?
>
> License.? The extra Linux stuff is mostly under
> GPL.? This isn't
> feasible for many projects using newlib.? If you want
> to provide a C99
> complex lib under BSD or similar license, it would be
> highly
> appreciated.? NetBSD, for instance, has one(*).?
> Probably it just needs
> some tweaking to fit into the newlib build system.
>
>
> Corinna
>
> (*) http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libm/complex/
>
Thanks Corinna,
for the clarification and the link, I will try it
and I will let you know
Marco