This commit is contained in:
gnieark 2015-11-22 22:03:01 +01:00
parent 147ce32232
commit 67503e8691

8
euler25.php Normal file
View File

@ -0,0 +1,8 @@
<?php
/*
* Gnieark's anwser to euler problem 25
* https://projecteuler.net/problem=25
*/
echo intval((log(10)*999 + (log(5)/2) ) / log(1.61803398875)) +1;