Skip to content

Commit

Permalink
Improve precision of ReciprocalLength.InverseMile (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffRayner authored May 2, 2023
1 parent c3cfde6 commit a2e9dd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Common/UnitDefinitions/ReciprocalLength.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
{
"SingularName": "InverseMile",
"PluralName": "InverseMiles",
"FromUnitToBaseFunc": "{x} / 1609.34",
"FromBaseToUnitFunc": "{x} * 1609.34",
"FromUnitToBaseFunc": "{x} / 1609.344",
"FromBaseToUnitFunc": "{x} * 1609.344",
"Localization": [
{
"Culture": "en-US",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions UnitsNet/GeneratedCode/Quantities/ReciprocalLength.g.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2e9dd6

Please sign in to comment.