[][src]Module algos::numerics::factorial

Factorial module.

Since calculate fatorial is simple enought, we will only implement the iterator that keeps giving a ever increasing number.

Only implement for big numbers cause the number grows big super fast.

Structs

BigFactorial

Factorial iterator using big numbers.