[R] what is R equivalent of Fortran DOUBLE PRECISION ?

2009-03-30 Thread mauede
I noticed taht R cannot understand certain Fortran real constant formats. For instance: c14- as.double( 7.785205408500864D-02) Error: unexpected symbol in c14- as.double( 7.785205408500864D The above D is used in Fortran language to indicate the memory starage mode. That is for

Re: [R] what is R equivalent of Fortran DOUBLE PRECISION ?

2009-03-30 Thread Steven McKinney
:07 AM To: r-help@r-project.org Cc: John C. Nash Subject: [R] what is R equivalent of Fortran DOUBLE PRECISION ? I noticed taht R cannot understand certain Fortran real constant formats. For instance: c14- as.double( 7.785205408500864D-02) Error: unexpected symbol in c14- as.double