home *** CD-ROM | disk | FTP | other *** search
- DBLE(3I) Last changed: 4-14-99
-
-
- NNAAMMEE
- DDBBLLEE - Converts to double-precision real
-
- SSYYNNOOPPSSIISS
- DDBBLLEE (([AA==]_a))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
-
- SSTTAANNDDAARRDDSS
- Fortran
-
- DDEESSCCRRIIPPTTIIOONN
- This intrinsic function converts the specified type to double
- precision. This is an elemental intrinsic functions. It accepts the
- following arguments:
-
- _a Must be type integer, real, or complex.
-
- If _a is of type complex, an approximation of the real part
- of _a is returned. As much precision as possible is
- retained.
-
- The data type and kind type for single-precision,
- double-precision, and quad-precision values differ depending
- on your platform. For platform-specific information, see
- the TERMINOLOGY section of the IINNTTRROO__IINNTTRRIINN(3I) man page.
-
- NNOOTTEESS
- The name of this intrinsic function cannot be passed as arguments.
-
- RREETTUURRNN VVAALLUUEESS
- DDBBLLEE returns the double-precision equivalent of its argument.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-