Re: [sage-devel] portable libm

2010-03-09 Thread Mike Hansen
On Tue, Mar 9, 2010 at 7:11 AM, Jason Grout wrote: > Has anyone looked at http://lipforge.ens-lyon.fr/www/crlibm/index.html? That only provides double precision versions and is missing things like C99 complex support. For Cygwin, I've been playing around the packages at http://www.netlib.org/cep

[sage-devel] portable libm

2010-03-09 Thread Jason Grout
On the GSOC page, there is this item: Sage relies on a fairly complete C99 libm. In particular, it expects the "long double" and "complex" variants of most functions to be present. Not all these functions are present on Cygwin, FreeBSD or older Solaris, causing porting problems on those plat