unitsofmeasurement / indriya

JSR 385 - Reference Implementation
Other
122 stars 42 forks source link

Delegate arithmetic complexity for mixed-radices to the NumberSystem. #228

Closed andi-huber closed 5 years ago

andi-huber commented 5 years ago

part of #220


This change is Reviewable

keilw commented 5 years ago

Does that mean eliminating the current MixedRadix class?

andi-huber commented 5 years ago

No it eliminates previous Radix implementations that where nested within the Radix interface. This finally and radically cleans up the Calculus class.