Nothing
Does it work?
C Fortran test subroutine fexp(n, x) double precision x C output integer n, i C input value do 10 i=1,n x=dexp(dcos(dsin(dble(float(i))))) 10 continue return end
Now try running it.
res = .Fortran("fexp", n=100000L, x=0) str(res)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.