invers method

int invers(
  1. int num
)

Implementation

int invers(int num) => aLogTbl[(size - 1) - logTbl[num]];