Python/electronics
Roberts 0fd1ccb133
Adding inductive reactance calculation (#6625)
* Adding inductive reactance calculation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* from math import pi

* 0007957747154594767

* 36420441699332

* 2199114857512855

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2022-10-31 12:31:15 +01:00
..
builtin_voltage.py Added Builtin Voltage (#7850) 2022-10-30 12:52:20 +01:00
carrier_concentration.py refactor: Replace doctest traceback with ... (#7558) 2022-10-23 16:36:10 +02:00
coulombs_law.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
electric_conductivity.py add electric conductivity algorithm (#7449) 2022-10-29 15:52:19 +02:00
electric_power.py refactor: Replace doctest traceback with ... (#7558) 2022-10-23 16:36:10 +02:00
electrical_impedance.py Resonant Frequency & Electrical Impedance (#6983) 2022-10-29 17:25:26 +02:00
ind_reactance.py Adding inductive reactance calculation (#6625) 2022-10-31 12:31:15 +01:00
ohms_law.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
resistor_equivalence.py Created equivalent_resistance under Electronics (#6782) 2022-10-30 22:33:13 +01:00
resonant_frequency.py Resonant Frequency & Electrical Impedance (#6983) 2022-10-29 17:25:26 +02:00