Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logaritmic operations with units and decibel #387

Open
mikehanus opened this issue Mar 2, 2024 · 1 comment
Open

logaritmic operations with units and decibel #387

mikehanus opened this issue Mar 2, 2024 · 1 comment

Comments

@mikehanus
Copy link

Hi,

first I would like to express my gratitude and love to this tool.

But one things that is missing for me is decibel units and operations like this:

>>> 100 W -> dBW
  = 20 dBW
>>> ans - 60 dBm
  = -10 dB
>>> ans -> W/W
  = 0.1 W/W

Is there plan or possibility of implementation?

From my brief overview of code log and log10 functions only take scalar numbers as inputs.

Thank you

@sharkdp
Copy link
Owner

sharkdp commented Mar 9, 2024

Thank you for the feedback!

Did you see #217?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants