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