Skip to content

Commit

Permalink
check2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichelenstrofer committed Nov 29, 2023
1 parent 2d5fac2 commit 0b568e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ julia> what_am_i(angle)
Finally, we can convert quantities to or from `Unitful` using an extension of `uconvert`
with first argument `:Unitful` or `:DimensionfulAngles`, as:

```jldoctest; filter = r"(\\d*).(\\d{1,10})\\d+" => s"\\1.\\2"
```jldoctest; setup = :(using DimensionfulAngles, Unitful), filter = r"(\\d*).(\\d{1,10})\\d+" => s"\\1.\\2"
julia> ω = 3.2u"radᵃ/s"
3.2 rad s⁻¹
Expand Down
2 changes: 1 addition & 1 deletion docs/src/proposed.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is in agreement with the proposals discussed above.
In contrast to these proposals, one of the goals of this package is to ***not*** require the use of the constant `θ₀` for normalizing inputs to common functions.
To this end, the extensions to functions in `Base` ensure that function calls like

```jldoctest; setup = :(using DimensionfulAngles)
```jldoctest; setup = :(using DimensionfulAngles), filter = r"(\\d*).(\\d{1,10})\\d+" => s"\\1.\\2"
julia> cos(45ua"°")
0.7071067811865476
```
Expand Down

0 comments on commit 0b568e3

Please sign in to comment.