绝对值 @return
()
| 191 | * @return |
| 192 | */ |
| 193 | public Decimal abs() { |
| 194 | this.bigDecimal = this.bigDecimal.abs(mathContext); |
| 195 | return this; |
| 196 | } |
| 197 | //endregion |
| 198 | |
| 199 | //region 复杂数值运算 |
nothing calls this directly
no outgoing calls
no test coverage detected