We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3370cc commit 6c660c9Copy full SHA for 6c660c9
README.md
@@ -128,8 +128,12 @@ julia> ustrip(x)
128
129
## Units
130
131
-Despite the name, DynamicQuantities does not actually work with units. Instead, it works with *dimensions*.
132
-You can use Unitful to parse units, and use the DynamicQuantities->Unitful extension for conversion:
+DynamicQuantities works with quantities which store physical dimensions and a value,
+and does not directly provide a unit system.
133
+However, performing calculations with physical dimensions
134
+is actually equivalent to working with a standardized unit system.
135
+Thus, you can use Unitful to parse units,
136
+and then use the DynamicQuantities->Unitful extension for conversion:
137
138
```julia
139
julia> using Unitful: Unitful, @u_str
0 commit comments