I found that in the .NET Framework there is the function BigInteger.Factorial Method
But I can’t use it from Unity!
Although I think they are standard functions, I have not found any other functions useful for combinatorics such as combinations.
I am able to write these functions, but I am sure the program would be faster using library functions!
Is it possible that there are no standard libraries?