Skip to content

Commit

Permalink
deploy: 52051cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 committed Apr 6, 2024
1 parent 39f18c4 commit f170882
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ch03-00-declaration.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ <h2 id="变量赋值"><a class="header" href="#变量赋值">变量赋值</a></h
42 3.14159012 Fortran
</code></pre>
<ul>
<li><code>write(*,*)</code>语句是用来输出的,其中第一个<code>*</code>表示输出位置是屏幕,第二个<code>*</code>表示输出的格式为默认格式。</li>
<li><code>write</code>相似的<code>read(*,*)</code>表示输入,第一个<code>*</code>表示输入的位置是键盘,第二个<code>*</code>表示输入的格式为默认格式。</li>
<li>你可能已经发现输出的浮点数似乎和你设置的值总是不太符合。这和浮点数的精度有关,具体见下一节。</li>
</ul>
<h2 id="常量属性"><a class="header" href="#常量属性">常量属性</a></h2>
Expand Down
2 changes: 2 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ <h2 id="变量赋值"><a class="header" href="#变量赋值">变量赋值</a></h
42 3.14159012 Fortran
</code></pre>
<ul>
<li><code>write(*,*)</code>语句是用来输出的,其中第一个<code>*</code>表示输出位置是屏幕,第二个<code>*</code>表示输出的格式为默认格式。</li>
<li><code>write</code>相似的<code>read(*,*)</code>表示输入,第一个<code>*</code>表示输入的位置是键盘,第二个<code>*</code>表示输入的格式为默认格式。</li>
<li>你可能已经发现输出的浮点数似乎和你设置的值总是不太符合。这和浮点数的精度有关,具体见下一节。</li>
</ul>
<h2 id="常量属性"><a class="header" href="#常量属性">常量属性</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit f170882

Please sign in to comment.