On Monday, November 16, 2015 at 11:54:39 AM UTC-5, Peter Kovesi wrote: > > Following the principle of 'minimum surprise': If I have an integer just > that happens to be represented via a floating point type I would still like > to be able to use it as an integer. >
Can you give an example of where you would like to use a floating-point index that does not involve doing integer division with / (where you should probably use รท instead)?
