fn Complex(comptime T: type) type
[src]
A complex number consisting of a real an imaginary part. T must be a floating-point value.
fn Complex(comptime T: type) type
A complex number consisting of a real an imaginary part. T must be a floating-point value.