Skip to content

Commit

Permalink
Update docs on Logarithmic scales (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eben60 authored Mar 12, 2024
1 parent 7a0bc33 commit fbf71a6
Showing 1 changed file with 6 additions and 3 deletions.
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 fbf71a6

Please sign in to comment.