Remhos
Remhos copied to clipboard
Use std::numeric_limits<double>::max() instead of inf()
I noticed sometimes we run into floating point issues using inf(). Could we consider using max() instead?
yes