FireCubeStudios / FluentFlyouts3

Fluent Flyouts 3 WinUI 3 Edition
https://apps.microsoft.com/store/detail/fluent-flyouts-battery-preview/9NWXR2MKSNX7
265 stars 17 forks source link

Change charge rate to W instead of Wh #12

Closed JacJinu closed 2 years ago

JacJinu commented 2 years ago

Electrical energy is calculated in kW h (here W h or watt-hour). But when it comes to rate its different. Rate means per time. So, hour(time) in watthour gets cancelled and only watt(W) remains.

$rate = \frac{energy}{time} = \frac{W \cancel{h} }{ \cancel{h}} = W$

FireCubeStudios commented 2 years ago

I see. Ok this should be a simple fix. Thanks for posting the equation I completely forgot basic physics

gaurav-iitb commented 2 years ago

can you please assign this to me

FireCubeStudios commented 2 years ago

Assigned

FireCubeStudios commented 2 years ago

Fixed in #17

JacJinu commented 2 years ago

Bravo