Struct rcomplex::complex::Polar [] [src]

pub struct Polar {
    pub r: f64,
    pub theta: f64,
}

Fields

Methods

impl Polar
[src]