We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873dcf0 commit 31b4818Copy full SHA for 31b4818
electronics/star_delta_transform.py
@@ -50,6 +50,8 @@ def wye_to_delta(r: list) -> dict:
50
51
def transform(mode: int, r: list) -> dict:
52
"""
53
+ r is a list with resistor float values to be transform
54
+
55
>>> transform(1, [4.0, 5.0, 6.0])
56
{'r1': 2.0, 'r2': 1.6, 'r3': 1.3333333333333333}
57
0 commit comments