We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
yup, that makes sense
Sorry, something went wrong.
As per #247 I'm going to take a look at this, just confirming.
d85324b
Fixed.
> v = 5volts 5 volts > r = 2 ohms 2 ohms > i = v/r 2.5 amperes
No branches or pull requests
it would be nice if dividing volts by ohms gave amps, or any combination there in.
what is volts/ohms if not amperes?
The text was updated successfully, but these errors were encountered: