Function bigrational_as_fixed_point

Source
pub fn bigrational_as_fixed_point<const N: usize>(
    c: Ratio<BigInt<N>>,
    per_term_precission: usize,
) -> BigInt<N>