![]() |
Floating point in C
Hi!
I'm trying to write a simple program that takes a fairly big number and checks which numbers it is dividable with. If i create a loop that divides the big number with an increasing floating point variable, I should have the answer when the result is a whole number. But how do i check if a floating point is a whole number??? -phaceoff |
Re: Floating point in C
Code:
float f = whatever; |
| All times are GMT +5.5. The time now is 04:41. |