Sometimes you can use floating point where you don't expect to.
Ignoring possible floating point imprecision issues you still can use them with many operators you wouldn't normally expect :
++
--
increment / decrement!
||
&&
Boolean comparative?
and even ternary!