Macro quantr::complex_Re
source · macro_rules! complex_Re { ($r:expr) => { ... }; }
Expand description
Usage: complex_Re!(real: f64) -> Complex<f64>
A quick way to define a real f64; the imaginary part is set to zero.
macro_rules! complex_Re { ($r:expr) => { ... }; }
Usage: complex_Re!(real: f64) -> Complex<f64>
A quick way to define a real f64; the imaginary part is set to zero.