Type Definition relp_num::NonZeroRational64[][src]

pub type NonZeroRational64 = Ratio<NonZeroSign, u64, u64>;
Expand description

Non zero rational number.

Trait Implementations

The resulting type after applying the - operator.

Performs the unary - operation. Read more

The resulting type after applying the - operator.

Performs the unary - operation. Read more

Whether the value is not equal to zero. Read more

Returns the multiplicative identity element of Self, 1. Read more

Sets self to the multiplicative identity element of Self, 1.

Returns true if self is equal to the multiplicative identity. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more