種別型パラメタを提供します。 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 |
| 文字列を保持する 文字型変数の種別型パラメタ | |
種別型パラメタを提供します。
| dc_types::dp = C_DOUBLE |
| dc_types::dp_eps = EPSILON(0.0d0) |
倍精度実数型変数のマシンイプシロン.
Definition at line 88 of file dc_types.f90.
| dc_types::sp = C_FLOAT |
| dc_types::sp_eps = EPSILON(0.0e0) |
単精度実数型変数のマシンイプシロン.
Definition at line 78 of file dc_types.f90.
| dc_types::stderr = ERROR_UNIT |
標準エラー出力の装置番号
Definition at line 103 of file dc_types.f90.
| dc_types::stdin = INPUT_UNIT |
| dc_types::stdout = OUTPUT_UNIT |
| dc_types::string = 256 |
文字列を保持する 文字型変数の種別型パラメタ
Definition at line 118 of file dc_types.f90.
| dc_types::token = 32 |
単語やキーワードを保持する文字型変数の種別型パラメタ
Definition at line 109 of file dc_types.f90.