Jump to content

Julia set: Difference between revisions

m
Line 1,277:
=={{header|Fortran}}==
<b>Fortran 77</b> version using ASCII art for the display.
 
Use the <code>PARAMETER</code> statement, on line 4, to modify the display. '''SR''' and '''SI''' are the seed components '''''C = Sr + i*Si'''''<br>
The procedure calls, on lines 12 and 13, control the display window on the complex plane.
 
<lang fortran> PROGRAM JULIA
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.