]> git.donarmstrong.com Git - lilypond.git/commit
Bugfix: Rational.cc: Modulo and trunc did not work with negative numbers.
authorRune Zedeler <rune@lilypond.org>
Tue, 23 Oct 2007 04:26:35 +0000 (06:26 +0200)
committerRune Zedeler <rune@lilypond.org>
Tue, 23 Oct 2007 04:26:35 +0000 (06:26 +0200)
commitac22346b43562c08625ed4a0b56cd6751d97ec83
treef79868b8991a2d3c491dccc7d9d1be1ebdd4a9d2
parent1806f0b1a3ca989203675dc8f44387a076acdffa
Bugfix: Rational.cc: Modulo and trunc did not work with negative numbers.

This is a library fix that did not show any bugs in lilypond - because
lilypond does not use modulus of negative rationals.
flower/rational.cc