complex

Corinna Vinschen vinschen@redhat.com
Sat Oct 2 19:34:00 GMT 2010


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/


-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat



More information about the Newlib mailing list