engineering_notation icon indicating copy to clipboard operation
engineering_notation copied to clipboard

Engineering notation as decimal point (R notation)

Open diegoherranz opened this issue 5 years ago • 0 comments

Thanks for this tool. It does basically what we need.

In the Electronics world, it is very common to use the "R notation" where the decimal separator gets replaced by the prefix. You can read more about it here: https://en.wikipedia.org/wiki/RKM_code

This is the behaviour we would desire:

>>> EngNumber('2k2')
2.20k
>>> EngUnit('4u7F')
4.70uF
>>> EngUnit('2R2')
2.20R

Would it be possible to add this capability?

Thanks!

diegoherranz avatar Sep 27 '19 14:09 diegoherranz