Skip to content

Commit 154322d

Browse files
author
温泉
committed
Update math-library.md
1 parent 09bf417 commit 154322d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

math-library.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Lua——数学函数库
1+
# Lua 数学函数库
22

33
在科学计算与工程计算领域,我们都需要用到大量的数学函数。在 Lua 的数学库提供了大量的数学函数,如下表所示:
44

@@ -130,7 +130,7 @@
130130
</tr>
131131
</table>
132132

133-
##三角函数
133+
## 三角函数
134134

135135
三角函数的使用方法示例如下:
136136

@@ -162,7 +162,7 @@ io.write(math.deg(math.pi),"\n")
162162
180
163163
```
164164

165-
##另外一些常用的数学函数
165+
## 另外一些常用的数学函数
166166

167167
```
168168
-- Floor
@@ -202,4 +202,4 @@ Maximum in the input array is 999
202202
Minimum in the input array is 1
203203
```
204204

205-
上面的例子只是给出了数学函数一些简单的使用方法,在实际中我们可以根据自己的需要进行选择和使用。通过更多的练习可以对这些函数更加的熟悉。
205+
上面的例子只是给出了数学函数一些简单的使用方法,在实际中我们可以根据自己的需要进行选择和使用。通过更多的练习可以对这些函数更加的熟悉。

0 commit comments

Comments
 (0)