Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Version 5.2
|
||||
using Printf
|
||||
|
||||
analytical(n::Integer) = sum(factorial(n) / big(n) ^ i / factorial(n - i) for i = 1:n)
|
||||
|
||||
function test(n::Integer, times::Integer = 1000000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue