25
This commit is contained in:
parent
147ce32232
commit
67503e8691
8
euler25.php
Normal file
8
euler25.php
Normal 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;
|
Loading…
Reference in New Issue
Block a user