![]() |
|
|
+ Search |
![]()
|
Jun 11th, 1999 07:00
Nathan Wallace, Jim Winstead
"/" always does floating-point division. Actually, it tests to see if (a % b) is 0, and uses integer division if it is 0 so an integer results. Yes, this means that the "/" operator always does two divides.