Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs on Logarithmic scales #703

Merged
merged 3 commits into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading