How can I calculate a factorial in C# using a library call?

后端 未结 6 1375
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 10:29

I need to calculate the factorial of numbers up to around 100! in order to determine if a series of coin flip-style data is random, as per this Wikipedia entry on Bayesian p

6条回答
  •  悲&欢浪女
    2021-01-05 11:22

    You could try Math.NET - I haven't used that library, but they do list Factorial and Logarithmic Factorial.

提交回复
热议问题