Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 1995 11:34:18 -0600 (CST)
From:      Mark Tinguely <tinguely@plains.nodak.edu>
To:        bmk@dtr.com, p.richards@elsevier.co.uk
Cc:        questions@freebsd.org
Subject:   Re: Pentium FPU bug
Message-ID:  <199511301734.LAA08947@plains.nodak.edu>

next in thread | raw e-mail | index | archive | help

>  
>  No, but I'd like to test it.  Know where I can get a copy of the test?

#include <stdio.h>

int main()
{
    double x,y,z;

    x = 4195835.0;
    y = 3145727.0;
    z = x - (x / y) * y;
    printf("%f\n",z);
    return 0;
}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511301734.LAA08947>