Fortran

提供: ArchWiki
2023年8月27日 (日) 16:29時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (英語版より転載)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動


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