種別型パラメタを提供します。 More...
Variables | |
| integer, parameter, public | sp = C_FLOAT |
| 単精度実数型変数 | |
| real(sp), parameter, public | sp_eps = EPSILON(0.0e0) |
| 単精度実数型変数のマシンイプシロン. | |
| integer, parameter, public | dp = C_DOUBLE |
| 倍精度実数型変数 | |
| real(dp), parameter, public | dp_eps = EPSILON(0.0d0) |
| 倍精度実数型変数のマシンイプシロン. | |
| integer, parameter, public | stdin = INPUT_UNIT |
| 標準入力の装置番号 | |
| integer, parameter, public | stdout = OUTPUT_UNIT |
| 標準出力の装置番号 | |
| integer, parameter, public | stderr = ERROR_UNIT |
| 標準エラー出力の装置番号 | |
| integer, parameter, public | token = 32 |
| 単語やキーワードを保持する文字型変数の種別型パラメタ | |
| integer, parameter, public | string = 256 |
| 文字列を保持する 文字型変数の種別型パラメタ | |
種別型パラメタを提供します。
このモジュールは Fortran 2003 の機能, 具体的には ISO_C_BINDING と ISO_FORTRAN_ENV と同じ型を提供します.
| dc_types | intrinsic modules | types |
|---|---|---|
| SP | ISO_C_BINDING | C_FLOAT |
| DP | ISO_C_BINDING | C_DOUBLE |
| STDIN | ISO_FORTRAN_ENV | INPUT_UNIT |
| STDOUT | ISO_FORTRAN_ENV | OUTPUT_UNIT |
| STRERR | ISO_FORTRAN_ENV | ERROR_UNIT |
などです.
| integer, parameter, public dc_types::dp = C_DOUBLE |
| real(dp), parameter, public dc_types::dp_eps = EPSILON(0.0d0) |
倍精度実数型変数のマシンイプシロン.
Definition at line 88 of file dc_types.f90.
| integer, parameter, public dc_types::sp = C_FLOAT |
| real(sp), parameter, public dc_types::sp_eps = EPSILON(0.0e0) |
単精度実数型変数のマシンイプシロン.
Definition at line 78 of file dc_types.f90.
| integer, parameter, public dc_types::stderr = ERROR_UNIT |
標準エラー出力の装置番号
Definition at line 103 of file dc_types.f90.
| integer, parameter, public dc_types::stdin = INPUT_UNIT |
| integer, parameter, public dc_types::stdout = OUTPUT_UNIT |
| integer, parameter, public dc_types::string = 256 |
文字列を保持する 文字型変数の種別型パラメタ
Definition at line 118 of file dc_types.f90.
| integer, parameter, public dc_types::token = 32 |
単語やキーワードを保持する文字型変数の種別型パラメタ
Definition at line 109 of file dc_types.f90.