$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe A. Bouchard (philippe_at_[hidden])
Date: 2003-08-21 12:16:27
Stefan Slapeta wrote:
>
> Is there any special reason why there has never been any fixed point
> library submitted to boost? IMHO, there would be much more reasonable
> applications for that than for a floating point lib.
Yeah, a fixed point library is also interesting but first of all we have to
find a precise pow() function that can handle rational exponents. I do not
recommend using x^y = e^(x * ln(y))... for those who have encountered the
problem.
-- Philippe A. Bouchard