Re: KIND related issues on NAGware f95 v 4.1

From: Madhusudan Singh (spammers-go-here_at_spam.invalid)
Date: 09/28/04


Date: Mon, 27 Sep 2004 19:26:20 -0400

Richard E Maine wrote:

> Madhusudan Singh <spammers-go-here@spam.invalid> writes:
>
>> That is right. Quad precision is being used in one part of my code. EULER
>> is just being defined as quad as it is used there.
>
> Note that Euler is *NOT* defined as quad in the code you showed. Namely
>
>> REAL(DP), PARAMETER ::
>> EULER=0.5772156649015328606065120900824024310422_qp
>
> The real(DP) bit defines it as of kind DP. The _qp used in the value
> does *NOT* change that. Instead it just means that, after going to
> the trouble of writing a quad value, you then tell the compiler to
> convert it to double.
>
> That's what Paul was talking about. (Though I'm not Paul, I'm
> quite confident of that.)
>

I know. Its a typo. My cut and paste was not working, and I had to type it
all in :)



Relevant Pages

  • Re: Power Supply
    ... And there are bigger ones. ... Paul, you are out of your mind. ... But it will support two 8800GTX in SLI, and a quad core processor. ... car draws more current than that, ...
    (microsoft.public.windowsxp.hardware)
  • Re: KIND related issues on NAGware f95 v 4.1
    ... Madhusudan Singh writes: ... Note that Euler is *NOT* defined as quad in the code you showed. ... That's what Paul was talking about. ...
    (comp.lang.fortran)
  • LNB - Technetix MK3-GDS3000
    ... I've replaced my faulty LNB with a quad. ... Paul. ... Prev by Date: ...
    (uk.tech.tv.sky)
  • Re: extended precision
    ... There's simply not enough CPU cycles to allow use of quad precision. ... use of quad precision is an indication of an unstable algorithm. ... that produce output processed by an additional 77 jobs. ...
    (comp.lang.fortran)
  • Re: extended precision
    ... > Is there any performance penalty in using a quad data type add in, ... I changed the definition of the quad precision kind type ...
    (comp.lang.fortran)