setUnchecked abstract method

void setUnchecked(
  1. int exponent,
  2. T value
)

Sets the coefficient at the provided exponent to value. The behavior is undefined if exponent is outside of bounds.

Implementation

void setUnchecked(int exponent, T value);