Enum computer_v1::polynomial::order::term::Term [] [src]

pub enum Term {
    Determinate(f64),
    Indeterminate(f64Degree),
}

Variants

Trait Implementations

impl Debug for Term
[src]

[src]

Formats the value using the given formatter.

impl Clone for Term
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Term
[src]

impl Default for Term
[src]

[src]

Returns the "default value" for a type. Read more

impl Neg for Term
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl FromStr for Term
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Eq for Term
[src]

impl PartialEq for Term
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Ord for Term
[src]

[src]

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for Term
[src]

[src]

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Sub for Term
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl CheckedSub for Term
[src]

[src]

Subtracts two numbers, checking for underflow. If underflow happens, None is returned. Read more

impl Add for Term
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Zero for Term
[src]

[src]

Returns the additive identity element of Self, 0. Read more

[src]

Returns true if self is equal to the additive identity.

impl Display for Term
[src]

[src]

Formats the value using the given formatter. Read more