Searched defs:imaginary (Results 1 – 5 of 5) sorted by relevance
156 typedef struct { float real, imaginary; } Fcomplex; member158 typedef struct { double real, imaginary; } Dcomplex; member160 typedef struct { long double real, imaginary; } Lcomplex; member
4 private double imaginary; field in Complex
71 private final double imaginary; field in Complex88 public Complex(double real, double imaginary) { in Complex()
693 .. _imaginary: target
923 .. _imaginary: target