Skip to content

Commit

Permalink
deploy: c47231d
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 committed Apr 6, 2024
1 parent 43857d0 commit 39f18c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ch03-02-operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ <h2 id="一些内置函数"><a class="header" href="#一些内置函数">一些
<ul>
<li>三角函数和反三角函数
<ul>
<li>弧度三角函数:<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
<li>角度三角函数(Fortran 2003):<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
<li>弧度三角函数 :<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
<li>角度三角函数<code>(Fortran 2023)</code> :<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
</ul>
</li>
<li>常用数学函数
Expand Down
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ <h2 id="一些内置函数"><a class="header" href="#一些内置函数">一些
<ul>
<li>三角函数和反三角函数
<ul>
<li>弧度三角函数:<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
<li>角度三角函数(Fortran 2003):<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
<li>弧度三角函数 :<code>sin(x),cos(x),tan(x),asin(x),acos(x),atan(x),atan2(y,x)</code></li>
<li>角度三角函数<code>(Fortran 2023)</code> :<code>sind(x),cosd(x),tand(x),asind(x),acosd(x),atand(x),atan2d(y,x)</code></li>
</ul>
</li>
<li>常用数学函数
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 39f18c4

Please sign in to comment.