[][src]Trait sfcpl::factorial::Factoriable

pub trait Factoriable: Sized + NumOps + NumAssignOps + Copy + TryInto<usize> {
    fn falling(self, take: usize) -> Self;
fn rising(self, take: usize) -> Self; fn factorial(self) -> Self { ... } }

Required methods

fn falling(self, take: usize) -> Self

fn rising(self, take: usize) -> Self

Loading content...

Provided methods

fn factorial(self) -> Self

Loading content...

Implementations on Foreign Types

impl Factoriable for usize[src]

impl Factoriable for u8[src]

impl Factoriable for u16[src]

impl Factoriable for u32[src]

impl Factoriable for u64[src]

impl Factoriable for isize[src]

impl Factoriable for i8[src]

impl Factoriable for i16[src]

impl Factoriable for i32[src]

impl Factoriable for i64[src]

Loading content...

Implementors

impl Factoriable for ModInt[src]

Loading content...