theramsnake
New member
- Joined
- Nov 2, 2023
- Messages
- 2
Hello, I have a problem that I am trying to solve for weeks:
Given a value y such that y%64=0.
And a function f(x)=x%14699+round_down(x/400)%53
How to find smallest possible d such that:
f(y) = f(y+d). And (y+d)%64=0
Any help would be appreciated. Thank you.
Given a value y such that y%64=0.
And a function f(x)=x%14699+round_down(x/400)%53
How to find smallest possible d such that:
f(y) = f(y+d). And (y+d)%64=0
Any help would be appreciated. Thank you.
Last edited: