FU_Prec Module

Precision parameters to use in Fortran programs with real or integer variable types.



Contents


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: sp = REAL32

Kind parameter to specify a real type with a storage size of 32 bits.

integer, public, parameter :: dp = REAL64

Kind parameter to specify a real type with a storage size of 64 bits.

integer, public, parameter :: qp = REAL128

Kind parameter to specify a real type with a storage size of 128 bits.

integer, public, parameter :: i8 = INT8

Kind parameter to specify an integer type with a storage size of 8 bits.

integer, public, parameter :: i16 = INT16

Kind parameter to specify an integer type with a storage size of 16 bits.

integer, public, parameter :: i32 = INT32

Kind parameter to specify an integer type with a storage size of 32 bits.

integer, public, parameter :: i64 = INT64

Kind parameter to specify an integer type with a storage size of 64 bits.