unitsofmeasurement / indriya

JSR 385 - Reference Implementation
Other
118 stars 40 forks source link

MultiplyConverter.of(0.d) returns the identity converter #256

Closed andi-huber closed 4 years ago

andi-huber commented 4 years ago

While MultiplyConverter.of(1.d) should return the identity converter.

andi-huber commented 4 years ago

Proposed fix with PR #255