CoinUtils icon indicating copy to clipboard operation
CoinUtils copied to clipboard

Use isfinite and isnan provided by <cmath>

Open a-andre opened this issue 7 months ago • 5 comments

The included provides std::isfinite and std::isnan. There is no need to fallback to C functions.

a-andre avatar Jul 19 '24 12:07 a-andre