pub struct ExtLucas { /* private fields */ }
Expand description
二項係数$_nC_k \pmod{p^q}$($p$は素数)を計算する。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtLucas
impl RefUnwindSafe for ExtLucas
impl Send for ExtLucas
impl Sync for ExtLucas
impl Unpin for ExtLucas
impl UnwindSafe for ExtLucas
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more