Here is our proof:
$eq2=round((M_PI*($x*$y)*$i));
$eq1=round((cos($i*$y))*(sin($i*$x))*$i);
$eq=sqrt($eq1*$eq2)*$i;




This blog is a collection of generated images derived from equations mapped onto an ulam spiral. I got the number spiral bug from mofostopheles and have been exploring the pattern results ever since. Algorithms programmed using PHP's GD image library.
No comments:
Post a Comment