fe static method

bool fe(
  1. BigInt n
)

is field element (invertible)

Implementation

static bool fe(BigInt n) => (BigInt.zero < n) && n < P;