We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc52c4 commit ce2f7d2Copy full SHA for ce2f7d2
README.md
@@ -13,6 +13,12 @@ DynamicQuantities defines a simple statically-typed `Quantity` type for Julia.
13
Physical dimensions are stored as a *value*, as opposed to a parametric type, as in [Unitful.jl](https://github.com/PainterQubits/Unitful.jl).
14
This is done to allow for calculations where physical dimensions are not known at compile time.
15
16
+- [Performance](#performance)
17
+- [Usage](#usage)
18
+- [Units](#units)
19
+- [Types](#types)
20
+- [Vectors](#vectors)
21
+
22
## Performance
23
24
DynamicQuantities can greatly outperform Unitful
0 commit comments