Macro quantr::complex_re

source ยท
macro_rules! complex_re {
    ($r:expr) => { ... };
}
Expand description

Usage: complex_re!(re: f64) -> Complex<f64> A quick way to define a real f64; the imaginary part is set to zero.