Macro quantr::complex_Im

source ·
macro_rules! complex_Im {
    ($i:expr) => { ... };
}
Expand description

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