「Fortran」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より転載)
(相違点なし)

2023年8月27日 (日) 16:29時点における版


Fortran is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

Installation

Install the gcc-fortran package. This will install the Fortran front-end for GCC.

Additional packages:

  • f2cAUR - Fortran to C code translator