28 Apr
2015
28 Apr
'15
5:58 a.m.
On Mon, Apr 27, 2015 at 9:42 PM, Emil Dotchevski
With
#include
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