Closed lwaldron closed 4 years ago
It wasn't clear from the man page that a and b should be integers, with b>a.
a
b
b>a
BTW assertthat can be convenient for asserting argument types, although all of this may be overkill for your purposes!
closed by 098ca2bf6603007bbf7e2ab9db3e741b12e1a0fa
It wasn't clear from the man page that
a
andb
should be integers, withb>a
.