MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / Result

Class Result

electronics/electric_power.py:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class Result(NamedTuple):
8 name: str
9 value: float
10
11
12def electric_power(voltage: float, current: float, power: float) -> tuple:

Callers 1

electric_powerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected