$eq1=atan($x/$y)*cos($y*i)*sin($x*$i)*sqrt($x*$y)/M_PI;
$eq2=(cos($i*$y))*(sin($i*$x))*$i;
$eq=($eq1*$eq2);
Starts of pretty simply:
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