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.
macro_rules! complex_im {
($i:expr) => { ... };
}
Usage: complex_im!(im: f64) -> Complex<f64>
A quick way to define an imaginary f64; the real part is set to zero.