Skip to content

Commit c47a344

Browse files
committed
💚fixup! edf08b9 - Improve precision of PR 1334 (#1335)
Weird, third time I could not get this right. All tests green locally now.
1 parent 69730de commit c47a344

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Common/UnitDefinitions/Density.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
"L": "Yard",
108108
"M": "Pound"
109109
},
110-
"FromUnitToBaseFunc": "{x} / (0.45359237 / 0.9144 / 0.9144 / 0.9144)",
111-
"FromBaseToUnitFunc": "{x} * (0.45359237 / 0.9144 / 0.9144 / 0.9144)",
110+
"FromUnitToBaseFunc": "{x} * (0.45359237 / 0.9144 / 0.9144 / 0.9144)",
111+
"FromBaseToUnitFunc": "{x} / (0.45359237 / 0.9144 / 0.9144 / 0.9144)",
112112
"Prefixes": [ "Kilo" ],
113113
"Localization": [
114114
{

UnitsNet.NanoFramework/GeneratedCode/Quantities/Density.g.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/GeneratedCode/Quantities/Density.g.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)