Is there a law or anyway to know the factorial of a fractional number, because as I see the law of factorization n! = n x (n-1) x (n-2) x ... x 3 x 2 x 1
isn't saying that the number should be an integer. If it does require an integer then shouldn't the law be [n]! = [n] x ([n]-1) x ([n]-2) x ...
?
Asked
Active
Viewed 95 times
-1

adib
- 23
-
1could have been good to check the wikipedia article about factorial. – Surb Apr 07 '16 at 21:06
1 Answers
1
check out the Gamma function, an extension of the factorial function to the real (and complex) numbers

costrom
- 443