You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 205 created by brazilofmux on 2006-10-30T23:10:59.000Z:
Because IEEE format is base-2, subtraction would be more accurate if
performed using base-10 operations instead of converting to and from a
double type. It would need to implement all the precision, range, and
special names of the existing 'double' code.
The text was updated successfully, but these errors were encountered:
Original issue 205 created by brazilofmux on 2006-10-30T23:10:59.000Z:
Because IEEE format is base-2, subtraction would be more accurate if
performed using base-10 operations instead of converting to and from a
double type. It would need to implement all the precision, range, and
special names of the existing 'double' code.
The text was updated successfully, but these errors were encountered: