macro_rules! imag {
($value:expr) => { ... };
}
Expand description
Construct a complex number with the provided imaginary component.
macro_rules! imag {
($value:expr) => { ... };
}
Construct a complex number with the provided imaginary component.