$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost.math
From: John Maddock (john_at_[hidden])
Date: 2009-10-29 08:51:40
>I can't use NTL because i'm working on a commercial software.
Nod, understood.
>About the "error": my english is quite bad, maybe "imprecision" should
>be the real word. I have a serie of computacions, and at each step, i
>lose a bit o precision. I just want to minimise this imprecision.
Right, and as I said, you really need to work out *why* you're loosing
precision at each step, once you have that information then you can do
something about it - usually!
John.