You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ These functions preserve types for mixed-unit vectors. E.g. [1.0kg, 2.0N, 3.0m/s
11
11
12
12
This package also uses and reexports 'ArrayPartition' from [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl), which enables type-stable solution of equations with mixed units. It pre-compiles it with use of mixed unit vectors.
13
13
14
+
An example of inferrable, mixed units calculations with debugging is included in `test/test_5.jl`.
14
15
15
16
Note: The way error tolerances are defined is initially confusing, but good to know:
0 commit comments