Post Reply 
newRPL: inexact numbers
12-23-2014, 09:42 PM
Post: #2
RE: newRPL: inexact numbers
I'd have though implementing interval arithmetic would be more useful. So you not only know that the result isn't exact, you also have bounds on its inexactness.

Unfortunately, the inexact flag is set for almost all floating point operations which means having numbers inherit it will make almost all number inexact very quickly (assuming an operation on an inexact number remains inexact regardless). It is best used for checking single operations when you really need to know if there is a rounding step and completely ignored the rest of the time.


- Pauli
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
newRPL: inexact numbers - Claudio L. - 12-23-2014, 05:34 PM
RE: newRPL: inexact numbers - Paul Dale - 12-23-2014 09:42 PM
RE: newRPL: inexact numbers - Claudio L. - 12-24-2014, 02:32 AM
RE: newRPL: inexact numbers - Claudio L. - 12-29-2014, 05:32 PM



User(s) browsing this thread: 1 Guest(s)