From fbf71a66d475423c65bd6e981794e9298ded79da Mon Sep 17 00:00:00 2001 From: Eben60 <61665180+Eben60@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:18:23 +0100 Subject: [PATCH] Update docs on Logarithmic scales (#703) --- docs/src/logarithm.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/src/logarithm.md b/docs/src/logarithm.md index 4465e523..c773c7ed 100644 --- a/docs/src/logarithm.md +++ b/docs/src/logarithm.md @@ -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`.