12-03-2022, 08:19 AM
What problem do You have with implementing a new function to QB64 in the form of:
MODn(y , x) = y - x * INT(y / x)
or
(y MODn x) = y - x * INT(y / x)
All it takes is a little good will. If no one has it, well...
As of today, the MOD is unusable.
Regards - Chris
MODn(y , x) = y - x * INT(y / x)
or
(y MODn x) = y - x * INT(y / x)
All it takes is a little good will. If no one has it, well...
As of today, the MOD is unusable.
Regards - Chris