getUnchecked abstract method

T getUnchecked(
  1. int exponent
)

Returns the coefficient at the provided exponent. The behavior is undefined if exponent is outside of bounds.

Implementation

T getUnchecked(int exponent);