raku

Why does integer division round down in many scripting languages?

Why does integer division round down in many scripting languages? Question: In the languages I have tested, – (x div y ) is not equal to -x div y; I have tested // in Python, / in Ruby, div in Perl 6; C has a similar behavior. That behavior is usually according to spec, since …

Total answers: 6