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

implicit ohms law conversions #150

Closed
ghost opened this issue Mar 24, 2022 · 3 comments
Closed

implicit ohms law conversions #150

ghost opened this issue Mar 24, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 24, 2022

it would be nice if dividing volts by ohms gave amps, or any combination there in.

> v = 5volts
5 volts
> r = 2ohms
2 ohms
> i = v/r
2.5 volts / ohm

what is volts/ohms if not amperes?

@printfn
Copy link
Owner

printfn commented Mar 24, 2022

yup, that makes sense

@dpeachpeach
Copy link

As per #247 I'm going to take a look at this, just confirming.

@printfn
Copy link
Owner

printfn commented Dec 27, 2023

Fixed.

> v = 5volts
5 volts
> r = 2 ohms
2 ohms
> i = v/r
2.5 amperes

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