MCPcopy Create free account
hub / github.com/SeanDragon/protools / div

Method div

common/src/main/java/pro/tools/data/decimal/Decimal.java:183–186  ·  view source on GitHub ↗

除法 @param object @return

(Object object)

Source from the content-addressed store, hash-verified

181 * @return
182 */
183 public Decimal div(Object object) {
184 this.bigDecimal = this.bigDecimal.divide(new Decimal(object).getBigDecimal(), mathContext);
185 return this;
186 }
187
188 /**
189 * 绝对值

Callers

nothing calls this directly

Calls 1

getBigDecimalMethod · 0.80

Tested by

no test coverage detected