Basic atoms that support complex arithmetic.

# S4 method for class 'Expression'
Re(z)

# S4 method for class 'Expression'
Im(z)

# S4 method for class 'Expression'
Conj(z)

Arguments

z

An Expression object.

Value

An Expression object that represents the real, imaginary, or complex conjugate.