Expand description
p-adic number struct with valuation, decimal expansion and prime.
Fields
valuation: i64expansion: Vec<u64>Trait Implementations
impl StructuralPartialEq for Padic
Auto Trait Implementations
impl RefUnwindSafe for Padic
impl Send for Padic
impl Sync for Padic
impl Unpin for Padic
impl UnwindSafe for Padic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more