Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 211 Bytes

File metadata and controls

20 lines (16 loc) · 211 Bytes

conjugate

Description

Returns the complex conjugate.

Syntax

complex. conjugate()

Return Value

complex

Example

>>> 1+3j.conjugate()
(1-3j)