Skip to content

Commit

Permalink
Update README.md (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichelenstrofer authored Jun 26, 2023
1 parent cb06895 commit a33350f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,14 @@ julia> angular_velocity = 1.2rad / s
1.2 rad s⁻¹
```

### Default Symbols
Another way of doing this is to import all default units, which includes SI base and derived units from `Unitful.jl` with angle units from `DimensionfulAngles.jl`.
This is done as

```julia
julia> using DimensionfulAngles.DefaultSymbols

julia> angular_velocity = 1.2rad / s
```

## Contributing
Expand Down

0 comments on commit a33350f

Please sign in to comment.