python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why is this second recursive factorial function wrong
So the first solution is the correct one, but the second one is giving me the same answer as the first one in every case I have tried. It felt to me like the second solution should work intuitively bu...
Alexius
Votes: 0
Answers: 0
Replacing ! in a string with factorial function in Javascript
I am trying to build a calculator with Javscript, and have implemented all common operators. Now I would like to implement a factorial(!) operator.
I have a factorial(n) function defined, now I would ...
RandomCoder59
Votes: 0
Answers: 2
Modulo of factorial divided by factorial
How to calculate a!/(b1! b2! ... bm!) modulo p, where p is a prime number? The factorial of a and b can be very big (long long int is not sufficient) so I need to pass to modulo.
Farah Mind
Votes: 0
Answers: 2
Linear mixed model and factorial design with 3 levels
Four common bean trials were established in fields, one trial per year. We combined density, bean genotype, and fungicide to manage white mold with a factorial scheme. The experimental design was a ra...

Heder Braun
Votes: 0
Answers: 1