moduloBigInt abstract method

  1. @override
DynamicInt moduloBigInt(
  1. BigInt n2
)
override

Euclidean modulo for BigInt n2.

Implementation

@override
DynamicInt moduloBigInt(BigInt n2);