How to test your Pentium P90 ?
Function TestPentium90 ()
'With this function if you get 0 it's OK, but if the result is 256!
Dim x As Double
Dim y As Double
Dim z As Double
x = 4195835#
y = 3145727#
z = x - (x / y) * y
TestPentium90 = z
End Function

