Enum gmp_mpfr::Special [] [src]

pub enum Special {
    Zero,
    MinusZero,
    Infinity,
    MinusInfinity,
    Nan,
}

Special floating-point values.

Variants

Positive zero.

Negative zero.

Positive infinity.

Negative infinity.

Not a number.

Trait Implementations

impl Clone for Special
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Special
[src]

impl PartialEq for Special
[src]

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

This method tests for !=.

impl Eq for Special
[src]