remainder method

  1. @override
Complex remainder(
  1. Complex a,
  2. Complex b
)
override

Computes the remainder of the truncating division.

Implementation

@override
Complex remainder(Complex a, Complex b) => unsupportedOperation('remainder');