Algorithm: (Math.round(Math.sqrt(Math.pow(n, 2.71828 ))*2.71828)%2==0)
This unusual creation uses PI and e to display a weird hodge podge of fractal influenced spirals:
Algorithm: (Math.round(Math.sqrt(Math.pow(n, Math.PI ))*2.71828)%2==0)
A simplification of the algorithm leads to this:
Algorithm: (Math.round(n/2.71828)*n%2==0)
No comments:
Post a Comment