What do you prefer: real(8) or double precision and why?
From: Arindam Chakraborty (arimail77_at_yahoo.com)
Date: 08/24/04
- Next message: tholen_at_antispam.ham: "Re: GETARG in ifc"
- Previous message: b s: "Re: GETARG in ifc"
- Next in thread: Michael Metcalf: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Michael Metcalf: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Paul Van Delst: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Richard Maine: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Janne Blomqvist: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: James Giles: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Herman D. Knoble: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Arindam Chakraborty: "Re: What do you prefer: follow up question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Aug 2004 10:42:19 -0700
Hi,
Right now i always use
double precision :: a
in my FORTRAN 90 codes.
But I am not sure if this is same as
real(8) :: a
in FORTRAN 90.
I am planning to switch from
double precision :: a
to
integer, parameter :: WP=8
real(kind=WP) :: a
I am curious to know what experienced FORTRAN 90
programmers prefer and why?
Thanks in advance
--Ari
- Next message: tholen_at_antispam.ham: "Re: GETARG in ifc"
- Previous message: b s: "Re: GETARG in ifc"
- Next in thread: Michael Metcalf: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Michael Metcalf: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Paul Van Delst: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Richard Maine: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Janne Blomqvist: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: James Giles: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Herman D. Knoble: "Re: What do you prefer: real(8) or double precision and why?"
- Reply: Arindam Chakraborty: "Re: What do you prefer: follow up question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|