gexp function

int gexp(
  1. int n
)

Implementation

int gexp(int n) => _expTable[n % 255];