1 Jul
2005
1 Jul
'05
3:18 a.m.
Hi, I wrote some code using the Boost matrix library and CLN. But I get 'floating point underflow' errors every time. I thought by using CLN, I would not have problems with very small and very large numbers. Is there anything I can do.. I really need this to work! Sincerely, Elvis Dieguez
1 Jul
1 Jul
10:27 a.m.
Hi,
I wrote some code using the Boost matrix library and CLN. But I get 'floating point underflow' errors every time.
The documentation section Customizing / Floating-point underflow answers this question. But since floating point underflow means a 100% rounding error, you might afterwards run the computation with larger precision, to see if these rounding errors are harmful (produce really wrong results) or not. Bruno
7312
Age (days ago)
7312
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bruno Haible
-
Elvis Dieguez