exp method

int exp(
  1. int a
)

Implementation

int exp(int a) => _exp[a % (size - 1)];