CONJG Function

Purpose

Returns the conjugate of the specified expression; that is, the value of the expression with the sign of the imaginary part reversed.

Syntax

CONJG(x)

Parameters

x is an expression.

Description

If x is real, it is converted to complex. The result has the base, scale, mode, and precision of x.

Restrictions

None.