moduloInt abstract method

  1. @override
DynamicInt moduloInt(
  1. int n2
)
override

Euclidean modulo for int n2.

Implementation

@override
DynamicInt moduloInt(int n2);