remainder abstract method

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

Computes the remainder of the truncating division.

Implementation

T remainder(T a, T b);