So it's fine the way it is, yes? Am I missing the point...?
On Wed, 2011-04-13 at 22:46 +0100, Brian Gough wrote:
> Here's the test program I used
>
> #include <stdio.h>
> #include <gsl/gsl_math.h>
>
> int main () {
> double x = GSL_NEGZERO;
> double y = -0.0;
> printf("%a %a %a\n", 0.0, x, y);
> }
>
>
> $ ./a.out
> 0x0p+0 0x0p+0 -0x0p+0
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl
