Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 253 Bytes

File metadata and controls

26 lines (20 loc) · 253 Bytes

real

Description

Retrieves the real component of this number.

Syntax

complex. real

Return Value

float

Example

>>> (1+3j).real
1.0

See Also

imag