Wrong conversion for mAh to mWh
Johannes Berg
johannes at sipsolutions.net
Tue May 2 13:45:06 PDT 2006
On Tue, 2006-05-02 at 20:39 +0100, Richard Hughes wrote:
> when we should be doing:
>
> mWh = mAh * ( mV / 1000)
Since you're dealing with a computer you should probably do
mWh = (mAh * mV) / 1000
instead ;)
But yes, sounds saner than just mAh * mV to me at least.
johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 793 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/hal/attachments/20060502/f3e23ea7/attachment.pgp
More information about the hal
mailing list