Skip to content

Commit

Permalink
Remove extraneous units
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi committed Aug 4, 2023
1 parent 890d86b commit 3ef5489
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/units.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,12 @@ export const torqueUnits = makeUnitCollection(
*/
export const currentUnits = makeUnitCollection(
"A",
["A", 1],
// (Middle C⋅coulomb)
["C₄⋅C", 220 * Math.pow(2, 1 / 4)]
["A", 1]
);

export const voltageUnits = makeUnitCollection(
"V",
["V", 1],
// calorie / coulomb
["cal/C", 4.184]
["V", 1]
);

/*
Expand Down

0 comments on commit 3ef5489

Please sign in to comment.