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