__TBL_10_BIG_SIZE
} else if (n < (__TBL_10_SMALL_SIZE * __TBL_10_BIG_SIZE)) {
} else if (n < (__TBL_10_SMALL_SIZE * __TBL_10_BIG_SIZE *
tablepower[1] = n % __TBL_10_BIG_SIZE;
tablepower[2] = n / __TBL_10_BIG_SIZE;