Skip to content

Ohmslaw 1.0.0 Released

Compare
Choose a tag to compare
@JuanBindez JuanBindez released this 15 Jun 03:24
· 22 commits to main since this release

Release Notes:

Initial version with

  • calculation to find the values ​​of Voltage, Amperage, Resistance, and Find the Value of a resistor for an electrical circuit

example

current multiplied by resistance = voltage

>>> o = Ohms()
>>> results = o.volts(I=12, R=4)
>>> 
>>> print(results)
48
>>> 

Full Changelog: https://github.com/JuanBindez/ohmslaw/commits/v1.0.0