real64

Applies to: fortran

real64 is a named kind from iso_fortran_env commonly used for 64-bit real numbers.

use iso_fortran_env, only: real64
real(real64) :: x

See also: kind, data-type