We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779b742 commit 88a7b63Copy full SHA for 88a7b63
ucum/units.go
@@ -88,11 +88,6 @@ var commonUnitFactors = map[string]map[string]float64{
88
"oz": 0.03527396,
89
"[oz_av]": 0.03527396,
90
},
91
- // Mass units (base: milligram) - common clinical base unit
92
- "mg": {
93
- "g": 0.001,
94
- "kg": 0.000001,
95
- },
96
// Volume units (base: liter)
97
"L": {
98
"mL": 1000,
@@ -105,12 +100,6 @@ var commonUnitFactors = map[string]map[string]float64{
105
100
"cup": 4.22675,
106
101
"[foz_us]": 33.814,
107
102
108
- // Volume units (base: milliliter) - common clinical base unit
109
- "mL": {
110
- "L": 0.001,
111
- "dL": 0.01,
112
- "cL": 0.1,
113
114
103
// Time units (base: second)
115
104
"s": {
116
"min": 1 / 60.0,
0 commit comments