tan method

Complex tan()

Calculates the tangent of this complex number.

Implementation

Complex tan() => sin() / cos();