File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ <div align =" center " >
2
+
3
+ ![ logo] ( https://github.com/SymbolicML/DynamicQuantities.jl/assets/7593028/a278d0c1-2f95-416b-ba04-82750074146b )
4
+
1
5
# DynamicQuantities
2
6
3
7
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://symbolicml.org/DynamicQuantities.jl/stable/ )
4
8
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://symbolicml.org/DynamicQuantities.jl/dev/ )
5
9
[ ![ Build Status] ( https://github.com/SymbolicML/DynamicQuantities.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/SymbolicML/DynamicQuantities.jl/actions/workflows/CI.yml?query=branch%3Amain )
6
10
[ ![ Coverage] ( https://coveralls.io/repos/github/SymbolicML/DynamicQuantities.jl/badge.svg?branch=main )] ( https://coveralls.io/github/SymbolicML/DynamicQuantities.jl?branch=main )
7
11
12
+ </div >
13
+
8
14
This defines a simple statically-typed ` Quantity ` type for Julia.
9
15
Physical dimensions are stored as a * value* , as opposed to a parametric type, as in [ Unitful.jl] ( https://github.com/PainterQubits/Unitful.jl ) .
10
16
This is done to allow for calculations where physical dimensions are not known at compile time.
You can’t perform that action at this time.
0 commit comments