tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
441 stars 28 forks source link

Ampere-hours #187

Open sboukortt opened 3 months ago

sboukortt commented 3 months ago

It seems that watt-hours are recognised without the need for a multiplication sign, but ampere-hours are not. Would it make sense to add them?

> 12.38Wh / 3200mAh
No such unit mAh, did you mean mach?
> 12.38Wh / (3200mA*h)
3.86875 volt (electrical_potential)
tiffany352 commented 3 months ago

Yeah, makes sense to add.