Complex.prototype.conj

Returns the conjugate of the complex number.

Syntax

conj()

Return value

A complex number.

Examples

(3+4*I).conj()
3-4*I