Skip to content

[bugfix] Correct mod implementation for right operand being 1

Dominic Kempf requested to merge bugfix/modulo-one into master

In fact x % 1 is 0, not x.

Merge request reports