exp method

int exp(
  1. int a
)

Implementation

int exp(int a) => _expTable[a];