Fix bug in velocity
Open
bug
- Dominant language
- C#
- Stars
- 5
- Forks
- 0
- Avg merge
- 6m
- Merged PRs (30d)
- 4
Description
Repro:
```csharp
Length nauticalMiles = Velocity.Of(4, NonStandard()) * Time.Of(3, Si()); // 12 kn
```
Should be 12 nm (nautical miles)!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.