[][src]Trait algorithms_edu::algo::math::factorial::Factorial

pub trait Factorial: PrimInt + Unsigned {
    pub fn factorial(self) -> Self;
}

Required methods

pub fn factorial(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl Factorial for u8[src]

impl Factorial for u16[src]

impl Factorial for u32[src]

impl Factorial for u64[src]

impl Factorial for u128[src]

impl Factorial for usize[src]

Loading content...

Implementors

Loading content...