When creating a formula I used the "modulo operation" more than once. I then got something like this:
x mod n mod m ,
for positive integers x,m and n. Is there any way to simplify this? It seems probable to me but I couldn't find any so far.
When creating a formula I used the "modulo operation" more than once. I then got something like this:
x mod n mod m ,
for positive integers x,m and n. Is there any way to simplify this? It seems probable to me but I couldn't find any so far.
$62\pmod 7 \pmod 5 =1?$
– poetasis Feb 17 '22 at 16:16