Skip to content

Commit

Permalink
Merge branch 'PainterQubits:master' into defaultunitsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eben60 authored Mar 15, 2024
2 parents c450d4e + fbf71a6 commit 4f671a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ mathematical operations and collections that are found in Julia base.

### Feature additions

- [UnitfulIntegration.jl](https://github.com/PainterQubits/UnitfulIntegration.jl): Enables use of Unitful quantities with [QuadGK.jl](https://github.com/JuliaMath/QuadGK.jl). PRs for other integration packages are welcome.
- [UnitfulEquivalences.jl](https://github.com/sostock/UnitfulEquivalences.jl): Enables conversion between equivalent quantities of different dimensions, e.g. between energy and wavelength of a photon.
- [UnitfulLatexify.jl](https://github.com/gustaphe/UnitfulLatexify.jl): Pretty print units and quantities in LaTeX format.
- [UnitfulBuckinghamPi.jl](https://github.com/rmsrosa/UnitfulBuckinghamPi.jl): Solves for the adimensional Pi groups in a list of Unitful parameters, according to the Buckingham-Pi Theorem.
Expand Down
9 changes: 6 additions & 3 deletions docs/src/logarithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ end
```
# Logarithmic scales

!!! note
Logarithmic scales are new to Unitful and should be considered experimental.
!!! note

Unitful provides a way to use logarithmically-scaled quantities as of v0.4.0. Some
Logarithmic scales should be considered experimental
because they break some of the basic assumptions about equality and hashing
(see [#402](https://github.com/PainterQubits/Unitful.jl/issues/402))

Unitful provides a way to use logarithmically-scaled quantities. Some
compromises have been made in striving for logarithmic quantities to be both usable and
consistent. In the following discussion, for pedagogical purposes, we will assume prior
familiarity with the definitions of `dB` and `dBm`.
Expand Down

0 comments on commit 4f671a7

Please sign in to comment.