# 数学解析器

{% hint style="info" %}
简单的数学运算
{% endhint %}

```
() 括号
* 乘法
/ 除法
+ 加法
- 减法
```

{% hint style="success" %}
还有更多请看：<https://www.runoob.com/jsref/jsref-obj-math.html>
{% endhint %}
