pub struct BinomialCoefficient { /* private fields */ }
Expand description
二項係数$_nC_k \pmod m$を計算する。
Implementations§
Trait Implementations§
Source§impl Clone for BinomialCoefficient
impl Clone for BinomialCoefficient
Source§fn clone(&self) -> BinomialCoefficient
fn clone(&self) -> BinomialCoefficient
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for BinomialCoefficient
impl RefUnwindSafe for BinomialCoefficient
impl Send for BinomialCoefficient
impl Sync for BinomialCoefficient
impl Unpin for BinomialCoefficient
impl UnwindSafe for BinomialCoefficient
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