Skip to content

Commit

Permalink
support deg as standard angle measure
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed May 8, 2024
1 parent 1984100 commit 2a99531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/convert-si-unit-to-number.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const target_conversion = {
length: "mm",
time: "ms",
volume: "ml",
angle: "deg",
}

function getSiPrefixMultiplierFromUnit(v: string): number {
Expand Down

0 comments on commit 2a99531

Please sign in to comment.