Type alias Complex

Complex: {
    imag: number;
    real: number;
}

复数类型

Type declaration

  • imag: number
  • real: number

Generated using TypeDoc