Enum computer_v1::polynomial::linear::Linear
[−]
[src]
pub enum Linear { Unsoluble, SolubleEverywhere, Soluble(f64), }
Variants
Unsoluble
SolubleEverywhere
Soluble(f64)
Trait Implementations
impl Debug for Linear
[src]
impl Clone for Linear
[src]
fn clone(&self) -> Linear
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more