$eq=($x*(tan((log($y)/$i*M_PI)*$x))*$r)/$r2;
Remembering that:
$r=sqrt(pow($x,2)+pow($y,2));
$r2=pow($r,2);





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