File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,12 @@ julia> ustrip(x)
128
128
129
129
## Units
130
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:
131
+ DynamicQuantities works with quantities which store physical dimensions and a value,
132
+ 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:
133
137
134
138
``` julia
135
139
julia> using Unitful: Unitful, @u_str
You can’t perform that action at this time.
0 commit comments