Open Rudxain opened 2 years ago
Also related to #21, there should be methods dedicated to rounded division, specially because of BigInt
s (only valid if BigInt-Math gets to Stage4). BigInt
s can only be divided using truncated div. It would be very helpful if there were built-in methods for other div rounding modes
I've read about this method and I found a
roundingMode
option, so I thought it may be a good idea to add at least 1 of these.I personally would add
expand
, but tie-breaking modes seem more useful