Boost logo

Boost :

Subject: Re: [boost] [test] floating point comparison
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2015-04-28 01:58:58


On Mon, Apr 27, 2015 at 9:42 PM, Emil Dotchevski <emil_at_[hidden]>
wrote:

> With
>
> #include <boost/test/tools/floating_point_comparison.hpp>
>
> bool check( float a, float b, float tolerance )
> {
> using namespace boost::math::fpc;
> close_at_tolerance<float> obj(tolerance);
> obj(a,b);
> }
>
> I get "type 'float' unexpected".
>

Please disregard the above.

Thanks!
Emil


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk