Yet-Zio / yetCalc

Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
203 stars 17 forks source link

Bubnoff units are completely off #36

Closed Eiim closed 1 year ago

Eiim commented 1 year ago

Bubnoff units (speed) convert to about .1c, consistent across various units, when they should be something like a millimeter per year. It seems like this comes from app/src/main/java/yetzio/yetcalc/component/UnitConv.kt, where the formulas in MetreperSecToBubnoff and BubnoffToMetreperSec are swapped.

Yet-Zio commented 1 year ago

@Eiim Thanks for reporting that :). Yea it seems like the conversion was wrong for those two methods, now I wonder where I took those conversation rates from. I will probably release a new update within these days.

Sorry for any inconvenience.

Yet-Zio commented 1 year ago

Fixed as of #44