用于 math.roundToDecimals 和 math.roundAndRemoveTrailingZeros 的数值和精度。
math.roundToDecimals
math.roundAndRemoveTrailingZeros
Optional
要舍入的数值;它不会被更改,而是返回舍入后的副本。
1.123456 Copy
1.123456
-Infinity
Infinity
0.1
小数点后保留多少位;0 舍入为整数。
2 Copy
2
1
Namespace: Bit › Inputs › Math
Other symbols in Inputs.Math:
API reference home · Full symbol index · Tutorials and guides · Platform
用于
math.roundToDecimals和math.roundAndRemoveTrailingZeros的数值和精度。