Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost.Math pow and __int64
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-09-27 10:35:45


> Not sure if this zero warning policy is in effect, but if so maybe Boost
> can
> have a look at use of __int64 and pow (e.g. boost::math::pow<2, __int64>
> gives
> a warning)?

Fixed in Trunk: please note that pow<2, __int64> returns double, the "fixed"
version performs calculations at double precision internally as well. These
aren't intended as *integer* routines if that's what you're looking for...

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net