g77.info: Dble Intrinsic

Go forward to DCos Intrinsic
Go backward to DbesYN Intrinsic
Go up to Table of Intrinsic Functions
Go to the top op g77

Dble Intrinsic

     Dble(A)
Dble: `REAL(KIND=2)' function.
A: `INTEGER', `REAL', or `COMPLEX'; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
   Returns A converted to double precision (`REAL(KIND=2)').  If A is
`COMPLEX', the real part of A is used for the conversion and the
imaginary part disregarded.
   *Note Sngl Intrinsic::, for the function that converts to single
precision.
   *Note Int Intrinsic::, for the function that converts to `INTEGER'.
   *Note Complex Intrinsic::, for the function that converts to
`COMPLEX'.