Skip to main content

power_from_current_resistance

Function power_from_current_resistance 

pub fn power_from_current_resistance(
    current: f64,
    resistance: f64,
) -> Option<f64>
Expand description

Computes electrical power from current and resistance.