Class PythonComplex

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.numeric.PythonComplex
All Implemented Interfaces:
PythonLikeObject, PythonNumber, PythonLikeComparable<PythonNumber>, PlanningImmutable, Comparable<PythonNumber>

public class PythonComplex extends AbstractPythonLikeObject implements PythonNumber, PlanningImmutable