inverse static method

int inverse(
  1. int a
)

Implementation

static int inverse(int a) => exp(_modulus - 1 - log(a));