mod abstract method

T mod(
  1. T a,
  2. T b
)

Computes the remainder of the Euclidean division a % b.

Implementation

T mod(T a, T b);