11-23-2022, 12:58 AM
(This post was last modified: 11-23-2022, 12:59 AM by Kernelpanic.)
Quote:rplus1 = c1plus1 MOD 1095
rminus1 = c1minus1 MOD 1095
v1 = 32336 * q + INT((15 * q + 765433 * R + 12084) / 25920)
v1plus1 = 32336 * qplus1 + INT((15 * qplus1 + 765433 * rplus1 + 120 ) / 25920)
v1minus1 = 32336 * qminus1 + INT((15 * qminus1 + 765433 * rminus1 + 12084) / 25920)
v2 = v1 + INT(6 * (v1 / 7)) MOD 2
. . .
What shoud that?
What is c1plus1, c1minus1, V1, V1plus1, qplus1, . . .
And mnrvovrfc is right: use DIM and Option _Explicit, otherwise the DIM has practically no value.