Cloak icon indicating copy to clipboard operation
Cloak copied to clipboard

Typo INC(9)

Open benjaminbucheli opened this issue 4 years ago • 1 comments

Might be a typo for INC(9)? It should be #define INC_9 10 instead of #define INC_9 9?

benjaminbucheli avatar Nov 01 '19 21:11 benjaminbucheli

IMHO, it prevents the overflow cases: INC(N) means MAX(N + 1, MAX_NUMBER) here, and MAX_NUMBER is 9.

BOT-Man-JL avatar May 28 '20 14:05 BOT-Man-JL