Type alias Cobj

Cobj: {
    imag: number;
    real: number;
}

An object representing a complex number with real and imaginary parts.

Type declaration

  • imag: number
  • real: number

Generated using TypeDoc