Type Definition relp_num::NonZeroRational128[][src]

pub type NonZeroRational128 = Ratio<NonZeroSign, u128, u128>;
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