interface DoubleComplexNumberTypeOptions {
    imaginary?: number;
    real?: number;
}

Properties

Properties

imaginary?: number
real?: number