Fortran Wiki
Sandbox

Feel free to try out features of the wiki here. Any changes made to this page will be periodically rolled back.

Have Fun!

Here is a code block with Fortran syntax highlighting enabled:

! "Hello, Everyone" in Fortran 90
program hello
    print *, "Hello, everyone.....!"
end program hello

An SVG figure:

And here is the Gamma function:

Γ(x)= 0 t x1e tdt \Gamma(x) = \int_0^\infty t^{x-1}{\mathrm{e}}^{-t}\,{\mathrm{d}}t
program hello
    print *, "Hello, world!"
end program hello

Quotation


category: meta