The iPart( Command - TI-Basic Developer
The difference between iPart( and int(is subtle, and many people aren't even aware of it, but it exists. Whereas iPart( always truncates its parameters, simply removing the integer part, int( always rounds down. This means that they return the same answer...