https://bugs.documentfoundation.org/show_bug.cgi?id=173278
ady <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #2 from ady <[email protected]> --- (In reply to David Lynch from comment #0) > Description: > a1=646 b1=34 c1=mod(a1,b)=0 c1=0 whereas 19*34=646 (c1 format is set to > Number:-1235). C1 should be 1. I might need to refresh my memory regarding the remainder or modulo operation. If 19*34=646, then MOD ( 646 ; 34 ) is zero, as there is no remainder after dividing 646 by 34. BTW, in attachment 208254, you are calculating; MOD ( 34 ; 646 ) instead of: MOD ( 646 ; 34 ) Since I am confused by the claim in comment 0 that MOD ( 646 ; 34 ) should be equal to 1 (instead of zero, which I believe is the correct result), then I'll await for someone else to provide some clarification. -- You are receiving this mail because: You are the assignee for the bug.
