MethodcalculateCalculate an ISBN-10 or ISBN-13 check digit, depending on the length of the code. <p> If the length of the code is 9, it is treated as an ISBN-10 code
src/main/java/org/apache/commons/validator/routines/checkdigit/ISBNCheckDigit.java:76