In C, can you ever exceed 1.0 if you have a number divided by itself? Basically, can x/x (e.g. 5.1/5.1) ever end up being greater than 1.0? x could be a float, double, or long double. Note that x/x wouldn't be literal code, like variable x over itself.
I tried searching for this answer but it was hard coming up with good search terms.