Skip to content

Commit 39f18c4

Browse files
committed
deploy: c47231d
1 parent 43857d0 commit 39f18c4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ch03-02-operation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ <h2 id="一些内置函数"><a class="header" href="#一些内置函数">一些
247247
<ul>
248248
<li>三角函数和反三角函数
249249
<ul>
250-
<li>弧度三角函数:<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
251-
<li>角度三角函数(Fortran 2003):<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
250+
<li>弧度三角函数 :<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
251+
<li>角度三角函数<code>(Fortran 2023)</code> :<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
252252
</ul>
253253
</li>
254254
<li>常用数学函数

print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,8 @@ <h2 id="一些内置函数"><a class="header" href="#一些内置函数">一些
619619
<ul>
620620
<li>三角函数和反三角函数
621621
<ul>
622-
<li>弧度三角函数:<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
623-
<li>角度三角函数(Fortran 2003):<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
622+
<li>弧度三角函数 :<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
623+
<li>角度三角函数<code>(Fortran 2023)</code> :<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
624624
</ul>
625625
</li>
626626
<li>常用数学函数

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)