variable v = 256478
modular m = 568742
result r = 256478
v (mod) m = r , 256478 (mod) 568742 = 256478
my question how to find mod (m = ?) value from variable and result (some case my program)
v (mod) ? = r
256478 (mod) ? = 256478
262713 (mod) ? = 262713
here variable V and result r known need to find possible mod m = ? value
condition is v = r --> variable and result always equal,then m = ?
which value used to mod variable to get result, the result equal to variable
One of my program development I need this