[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math

Search:


View post   

>> No.9588922 [View]
File: 930 KB, 1200x1200, fractal.png [View same] [iqdb] [saucenao] [google]
9588922

Fractal !

getRed: function(i, j) {
var a=0,b=0,d,n=0;
for(;a*a+(d=b*b)<4&&n++<8192;b=2*a*b+j/5e4+.06,a=a*a-d+i/5e4+.34);
return n/4;
},

getGreen: function(i, j) {
return 2 * this.getRed(i ,j);
},

getBlue: function(i, j) {
return 4 * this.getRed(i ,j);
}

Navigation
View posts[+24][+48][+96]