This commit is contained in:
gnieark 2015-11-19 23:46:19 +01:00
parent 0070fcd07f
commit 57c910bac5

7
euler15.php Normal file
View 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);