It's been over thirty years since my high-school algebra so pardon my ignorance due to senility. Is there a inverse to modulus in C language. Such that one could solve the reverse of a previous statement called.
Quite simply :
x = y % 128
How do I solve for y, using C code, if x is known.
Any help would be greatly appreciated.