equal
deleted
inserted
replaced
1 // Mandelbrot program |
1 // Mandelbrot program (without character constants) |
2 |
2 |
3 val Ymin: Double = -1.3; |
3 val Ymin: Double = -1.3; |
4 val Ymax: Double = 1.3; |
4 val Ymax: Double = 1.3; |
5 val Ystep: Double = 0.05; //0.025; |
5 val Ystep: Double = 0.05; //0.025; |
6 |
6 |