Jython 3.0.0-snapshot
org.python.core
PyComplex
Top
Description
Fields
Constructors
Methods
org.python.core
public
Class PyComplex
extends
Object
Class Inheritance
java.lang.Object
org.python.core.PyComplex
This is a placeholder to satisfy references in implementations of
__complex__
preserved from Jython 2.
Field Summary
Modifier and Type
Field and Description
pack-priv
double
imag
pack-priv
double
real
Constructor Summary
Access
Constructor and Description
public
PyComplex
(
double real,
double imag
)
Method Summary
Inherited from
java.lang.Object
:
clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait
Field Detail
imag
back to summary
pack-priv
double
imag
real
back to summary
pack-priv
double
real
Constructor Detail
PyComplex
back to summary
public
PyComplex
(
double real,
double imag
)