engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

Add Zener Diode Functions #69

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

It would be super helpful to have a few of the simple Zener diode functions that are defined here.

We'll want to craft two new functions (resistive power is nothing special, per-say):

iwayankurniawan commented 2 years ago

Hi, Can I take this issue? Should this function be added in init.py ?

engineerjoe440 commented 2 years ago

That would be fantastic! Yes, these should probably go in __init__.py

Thank you!