Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2305c0

Browse files
committedMay 5, 2024·
Discuss the Unitful extension in the README
1 parent 2e1b2fa commit f2305c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ c = speed_of_sound(atmos)
3030
M = mean_molecular_weight(atmos)
3131
```
3232

33+
## Extensions
34+
35+
Integration with [Unitful](https://github.com/PainterQubits/Unitful.jl) is provided by a package extension. If the altitude passed to `atmosphere` is a `Quantity`, then the accessors for the atmospheric state will also return `Quantity`s.
36+
3337
## Implementation
3438

3539
For altitudes below 86km, the equations from the original report are used. The

0 commit comments

Comments
 (0)
Please sign in to comment.