DevTools: Leistung-Sektion Titel um R-Formeln ergänzt
This commit is contained in:
@@ -388,7 +388,7 @@ function ElektroRechner({ mobile }) {
|
|||||||
</ElektroSection>
|
</ElektroSection>
|
||||||
|
|
||||||
{/* Leistung */}
|
{/* Leistung */}
|
||||||
<ElektroSection title="🔋 Leistung P = U · I">
|
<ElektroSection title="🔋 Leistung P = U · I = U²/R = I²·R">
|
||||||
<div style={{ display:'flex', gap:8, marginBottom:10, flexWrap:'wrap' }}>
|
<div style={{ display:'flex', gap:8, marginBottom:10, flexWrap:'wrap' }}>
|
||||||
<ElektroInp vals={vals} setVals={setVals} k="u2" label="Spannung" unit="V"/>
|
<ElektroInp vals={vals} setVals={setVals} k="u2" label="Spannung" unit="V"/>
|
||||||
<ElektroInp vals={vals} setVals={setVals} k="i2" label="Strom" unit="A"/>
|
<ElektroInp vals={vals} setVals={setVals} k="i2" label="Strom" unit="A"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user