Skip to content

Commit

Permalink
Minor description update
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored Oct 10, 2023
1 parent 0b949c5 commit 9fbad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See [this article](https://numbat.dev/doc/type-system.html) to learn more about
Numbat is focused on computations with units. Units are therefore treated as first-class citizens. They can be
[entered in various ways](https://numbat.dev/doc/unit-notation.html) (`km/h` or `kilometer/hour`, `GiB` or
`gibibytes`, `°` or `degree`, `` or `m^2`).
New (helper) units can be [introduced](https://numbat.dev/doc/unit-definitions.html) on the spot (`unit pixel`).
New units can be [introduced](https://numbat.dev/doc/unit-definitions.html) on the spot (`unit pixel`).
Compatible units can be converted easily [using the `->` operator](https://numbat.dev/doc/unit-conversions.html) (`30 km/h -> mph`, `1 mrad -> degree`, `5 in + 2 ft -> cm`, `27 weeks -> days`).
And unit expressions are simplified using various heuristics (`15 km/h * 30 min = 7.5 km`).
</details>
Expand Down

0 comments on commit 9fbad0d

Please sign in to comment.