Skip to content

Commit

Permalink
Improvs docs on symbolic units
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 4, 2024
1 parent 96fb662 commit b801e69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/symbolic_units.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ units are `sym_uparse` and `us_str`:
sym_uparse
```

You can also access these from the exported modules
`SymbolicUnits` for the units and `SymbolicConstants`.
The same units and constants are available as for `u"..."`,
simply in the symbolic form.


To convert a quantity to its regular base SI units, use `uexpand`:

```@docs
Expand Down

0 comments on commit b801e69

Please sign in to comment.