Functions

conj

Supported By

Syntax

[the] conj of factor

conj ( expression )

Factor and expression yield integers, numbers, or complexes.

Example

put conj(3,4) -- yields 3,-4

Description

The conj function returns the complex conjugate of its argument.

If the argument is an integer or a number, the argument itself is returned.

If the argument is a complex, a complex is returned. The returned complex will have the same real part, and the negation of the imaginary part.