2 Oct
2011
2 Oct
'11
6:22 p.m.
Hi. I cannot get this option to work. I set is globally as follows
using namespace std; using namespace cln;
bool cl_inhibit_floating_point_underflow = true;
But the program still aborts with the following error message:
terminate called after throwing an instance of 'cln::floating_point_underflow_exception' what(): floating point underflow.
Am I doing something wrong? Regards, Kåre Olaussen