parent
d7416b480b
commit
401a3ecbc8
@ -127,6 +127,7 @@ namespace vassago.Conversion
|
|||||||
return $"{String.Format("{0:N}", accumulator)} {normalizedDestUnit}";
|
return $"{String.Format("{0:N}", accumulator)} {normalizedDestUnit}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return "you can never read this.";
|
||||||
}
|
}
|
||||||
return "dimensional analysis failure - I know those units but can't find a path between them.";
|
return "dimensional analysis failure - I know those units but can't find a path between them.";
|
||||||
}
|
}
|
||||||
|
@ -219,16 +219,16 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"canonical":"blue whale lengths",
|
"canonical":"blue whale length",
|
||||||
"aliases": [
|
"aliases": [
|
||||||
"bwl",
|
"bwl",
|
||||||
"whales"
|
"whales"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"canonical":"ångströms",
|
"canonical":"ångström",
|
||||||
"aliases": [
|
"aliases": [
|
||||||
"angstroms",
|
"angstrom",
|
||||||
"Å"
|
"Å"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -239,6 +239,12 @@
|
|||||||
"micrometres",
|
"micrometres",
|
||||||
"microns"
|
"microns"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"canonical":"uncle jordan",
|
||||||
|
"aliases":[
|
||||||
|
"uj"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"linearPairs":[
|
"linearPairs":[
|
||||||
@ -267,6 +273,7 @@
|
|||||||
{"item1":"blue whale length", "item2": "m", "factor": 29.9},
|
{"item1":"blue whale length", "item2": "m", "factor": 29.9},
|
||||||
{"item1":"m", "item2": "ångström", "factor": 10000000000},
|
{"item1":"m", "item2": "ångström", "factor": 10000000000},
|
||||||
{"item1":"smoot", "item2": "ft", "factor": 5.583333333333},
|
{"item1":"smoot", "item2": "ft", "factor": 5.583333333333},
|
||||||
|
{"item1":"uncle jordan", "item2": "cm", "factor":192.405},
|
||||||
|
|
||||||
{"item1":"floz", "item2":"mL", "factor":29.57344},
|
{"item1":"floz", "item2":"mL", "factor":29.57344},
|
||||||
{"item1":"L", "item2":"mL", "factor":1000},
|
{"item1":"L", "item2":"mL", "factor":1000},
|
||||||
|
Reference in New Issue
Block a user