Merge branch 'master' into ohmcalc
commit
39e5c6bc92
|
|
@ -21,7 +21,7 @@ const FORMULAS = {
|
||||||
'Resistance (R)': {
|
'Resistance (R)': {
|
||||||
'Voltage (V), Current (I)': "{0} / {1}",
|
'Voltage (V), Current (I)': "{0} / {1}",
|
||||||
'Power (P), Current (I)': "{0} / (Math.pow({1}, 2))",
|
'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)': {
|
'Power (P)': {
|
||||||
'Voltage (V), Current (I)': "{0} * {1}",
|
'Voltage (V), Current (I)': "{0} * {1}",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue