We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bf417 commit 154322dCopy full SHA for 154322d
1 file changed
math-library.md
@@ -1,4 +1,4 @@
1
-#Lua——数学函数库
+# Lua 数学函数库
2
3
在科学计算与工程计算领域,我们都需要用到大量的数学函数。在 Lua 的数学库提供了大量的数学函数,如下表所示:
4
@@ -130,7 +130,7 @@
130
</tr>
131
</table>
132
133
-##三角函数
+## 三角函数
134
135
三角函数的使用方法示例如下:
136
@@ -162,7 +162,7 @@ io.write(math.deg(math.pi),"\n")
162
180
163
```
164
165
-##另外一些常用的数学函数
+## 另外一些常用的数学函数
166
167
168
-- Floor
@@ -202,4 +202,4 @@ Maximum in the input array is 999
202
Minimum in the input array is 1
203
204
205
-上面的例子只是给出了数学函数一些简单的使用方法,在实际中我们可以根据自己的需要进行选择和使用。通过更多的练习可以对这些函数更加的熟悉。
+上面的例子只是给出了数学函数一些简单的使用方法,在实际中我们可以根据自己的需要进行选择和使用。通过更多的练习可以对这些函数更加的熟悉。
0 commit comments