Enum computer_v1::polynomial::quadratic::Quadratic [] [src]

pub enum Quadratic {
    Negative(f64f64),
    Positive(f64f64),
    Null(f64),
}

Variants

Trait Implementations

impl Debug for Quadratic
[src]

[src]

Formats the value using the given formatter.

impl Clone for Quadratic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Quadratic
[src]

impl PartialEq for Quadratic
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.