[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Fortran to Python

Jeroen Ruigrok van der Werven

1/4/2008 2:47:00 PM

-On [20080104 14:22], Jeroen Ruigrok van der Werven (asmodai@in-nomine.org) wrote:
>What I wonder about, does anybody have a Fortran to Python conversion page
>somewhere to map some of the basic types to Python equivalents?

Just to share my own ideas:

Seems

COMPLEX*16/complex*16 ~= complex
REAL*8/real*8 ~= float
INTEGER/integer ~= int/long

--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
ã?¤ã?§ã?«ã?¼ã?³ ã?©ã?¦ã??ã?­ã??ã?¯ ã?´ã?¡ã?³ ã??ã?« ã?¦ã?§ã?«ã?´ã?§ã?³
http://www.in-n... | http://www.ra...
Necessity is the mother of invention...