15
This commit is contained in:
parent
0070fcd07f
commit
57c910bac5
7
euler15.php
Normal file
7
euler15.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
/*
|
||||
* Gnieark's anwser to euler problem 15
|
||||
* https://projecteuler.net/problem=15
|
||||
*/
|
||||
|
||||
echo gmp_fact(2*20)/pow(gmp_fact(20),2);
|
Loading…
Reference in New Issue
Block a user