Subject: Re: [Boost-users] [multiprecision] mpfi_sqr function
From: John Maddock (john_at_[hidden])
Date: 2013-08-24 14:07:15


> Is mpfi_sqr (square) function supported by Boost.Multiprecision? This
> function may give better results (interval with less length) than simple
> multiplication.

Good point, no it's not currently, but I've just updated SVN.Trunk to make
use of it (and the same with mpfr).

John.