Methods
(static) exc(args, valTwo)
除法
Parameters:
Name | Type | Default | Description |
---|---|---|---|
args |
|||
valTwo |
100
|
(static) ride(…args)
乘法
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
<repeatable> |
(static) sub(…args)
减法
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
<repeatable> |
toFixed(num, precision)
精度四舍五入
Parameters:
Name | Type | Description |
---|---|---|
num |
* | 数字 |
precision |
* | 位数 |