Merge branch 'master' into ohmcalc

master
stweedo 2023-06-02 20:59:36 -05:00
commit 39e5c6bc92
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const FORMULAS = {
'Resistance (R)': {
'Voltage (V), Current (I)': "{0} / {1}",
'Power (P), Current (I)': "{0} / (Math.pow({1}, 2))",
'Power (P), Voltage (V)': "(Math.pow({0}, 2)) / {1}"
'Power (P), Voltage (V)': "(Math.pow({1}, 2)) / {0}"
},
'Power (P)': {
'Voltage (V), Current (I)': "{0} * {1}",