Closed mtabasco closed 1 year ago
The function should ensure that the input number is strictly less than the product of the maximum uint64 value and a specific constant. This constant, which is 10,000,000, can be represented as 10e7.
The function should ensure that the input number is strictly less than the product of the maximum uint64 value and a specific constant. This constant, which is 10,000,000, can be represented as 10e7.