changeset 62:7aee0155a36a

Add FIXME for Manelbrot.java. Needs comment.
author Mark Wielaard <mark@klomp.org>
date Thu, 03 Mar 2011 10:35:39 +0100
parents 00a8cffb6028
children 9c7ab60f9005
files Mandelbrot.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Mandelbrot.java	Sun Feb 27 00:26:44 2011 +0100
+++ b/Mandelbrot.java	Thu Mar 03 10:35:39 2011 +0100
@@ -1,3 +1,4 @@
+/* FIXME. This might need a little comment. */
 public class Mandelbrot{static{float _,P,a,v,e,l=-1.5f;for(;l
 <1.439;l+=.06)for(e=-2;e<1.94;e+=.05){P=a=_=0;while(P*P+(v=a*
 a)<4&&_++<13){a=2*P*a+l;P=P*P-v+e;}System.out.print((" .,`-"+