module Collatz::SaneParameterErrMsg

Error message constants, to be used as input to the FailedSaneParameterCheck.

Constants

SANE_PARAMS_A

Message to print in the FailedSaneParameterCheck if a, the multiplicand, is zero.

SANE_PARAMS_P

Message to print in the FailedSaneParameterCheck if p, the modulus, is zero.