Login
From:
(Uncensored)
subscribe
How to check if a real number is an integer in C++?
https://sillycross.github.io/2022/07/18/2022-07-18/
links
backlinks
Roast topics
Find topics
Find it!
I have a double, and I want to know if its value is an integer that fits in a int64_t. How can I do it in