Skip to content

Commit a2e9dd6

Browse files
authored
Improve precision of ReciprocalLength.InverseMile (#1244)
1 parent c3cfde6 commit a2e9dd6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Common/UnitDefinitions/ReciprocalLength.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
{
4747
"SingularName": "InverseMile",
4848
"PluralName": "InverseMiles",
49-
"FromUnitToBaseFunc": "{x} / 1609.34",
50-
"FromBaseToUnitFunc": "{x} * 1609.34",
49+
"FromUnitToBaseFunc": "{x} / 1609.344",
50+
"FromBaseToUnitFunc": "{x} * 1609.344",
5151
"Localization": [
5252
{
5353
"Culture": "en-US",

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

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

UnitsNet/GeneratedCode/Quantities/ReciprocalLength.g.cs

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

0 commit comments

Comments
 (0)