ceil method

Complex ceil()

Ceils the values of this complex number to integers.

Implementation

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