29 lines
346 B
Plaintext
29 lines
346 B
Plaintext
|
binaryninja.numbers.Complex
|
||
|
===========================
|
||
|
|
||
|
.. currentmodule:: binaryninja.numbers
|
||
|
|
||
|
.. autoclass:: Complex
|
||
|
|
||
|
|
||
|
.. automethod:: __init__
|
||
|
|
||
|
|
||
|
.. rubric:: Methods
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~Complex.conjugate
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.. rubric:: Attributes
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~Complex.imag
|
||
|
~Complex.real
|
||
|
|
||
|
|