exp static method

int exp(
  1. int a
)

Implementation

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