
8 Jul
2007
8 Jul
'07
8:13 p.m.
On Sun, Jul 08, 2007 at 10:07:29PM +0400, Marat Khalili <0x8.0p15@rol.ru> wrote:
Hello to everyone,
I'm developing a library for working with inexact quantities, like (0.3162 +- 0.0079), in other words, for auto-estimating the propagation of errors in calculations. I plan to release it under Boost license when ready. Any comments (including sensibility of the whole project) are welcome.
This looks like interval arithmetic: http://www.boost.org/libs/numeric/interval/doc/interval.htm and: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2006/n2067.pdf Regards Andreas Pokorny