truncate method

Complex truncate()

Truncates the values of this complex number to integers.

Implementation

Complex truncate() => Complex(a.truncate(), b.truncate());