[][src]Trait algebraics::algebraic_numbers::IntoRationalExponent

pub trait IntoRationalExponent {
    fn into_rational_exponent(self) -> Ratio<BigInt>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<'_, T: IntoRationalExponent + Clone> IntoRationalExponent for &'_ T[src]

impl<N: Into<BigInt>, D: Into<BigInt>> IntoRationalExponent for (N, D)[src]

impl IntoRationalExponent for u8[src]

impl IntoRationalExponent for Ratio<u8>[src]

impl IntoRationalExponent for u16[src]

impl IntoRationalExponent for Ratio<u16>[src]

impl IntoRationalExponent for u32[src]

impl IntoRationalExponent for Ratio<u32>[src]

impl IntoRationalExponent for u64[src]

impl IntoRationalExponent for Ratio<u64>[src]

impl IntoRationalExponent for u128[src]

impl IntoRationalExponent for Ratio<u128>[src]

impl IntoRationalExponent for usize[src]

impl IntoRationalExponent for Ratio<usize>[src]

impl IntoRationalExponent for BigUint[src]

impl IntoRationalExponent for Ratio<BigUint>[src]

impl IntoRationalExponent for i8[src]

impl IntoRationalExponent for Ratio<i8>[src]

impl IntoRationalExponent for i16[src]

impl IntoRationalExponent for Ratio<i16>[src]

impl IntoRationalExponent for i32[src]

impl IntoRationalExponent for Ratio<i32>[src]

impl IntoRationalExponent for i64[src]

impl IntoRationalExponent for Ratio<i64>[src]

impl IntoRationalExponent for i128[src]

impl IntoRationalExponent for Ratio<i128>[src]

impl IntoRationalExponent for isize[src]

impl IntoRationalExponent for Ratio<isize>[src]

impl IntoRationalExponent for BigInt[src]

impl IntoRationalExponent for Ratio<BigInt>[src]

Loading content...

Implementors

Loading content...