Skip to content

Commit

Permalink
Update ch05-04-module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 authored Apr 6, 2024
1 parent f30ddec commit c60b528
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ch05-04-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ end module parameter_mod

- 现代的Fortran程序应当是**一个主程序和多个`module`组成**

## 内置模块

语法标准目前支持五个内置的模块
- `iso_fortran_env`中提供了一些常量的定义,包括数值的精度,输入输出错误流,等等
- `iso_c_binding`中定义了用于和`c`语言交互的一些函数,定义等等
- `ieee_exceptions, ieee_arithmetic, ieee_features`支持了ieee异常和算数

0 comments on commit c60b528

Please sign in to comment.