2023-05-18

Find a solution to a Math.imul() when given a known result

I know the result of a math.imul statement and would like to find one of the solutions that gives the known result. How would I solve for a value of x that works?

Math.imul( x , 2654435761); // the result of this statement is 1447829970


No comments:

Post a Comment