Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 257 Bytes

File metadata and controls

26 lines (20 loc) · 257 Bytes

imag

Description

Retrieves the imaginary component of this number.

Syntax

complex. imag

Return Value

float

Example

>>> (1+3j).imag
3.0

See Also

real