Skip to content

Commit fbf71a6

Browse files
authored
Update docs on Logarithmic scales (#703)
1 parent 7a0bc33 commit fbf71a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/src/logarithm.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ end
55
```
66
# Logarithmic scales
77

8-
!!! note
9-
Logarithmic scales are new to Unitful and should be considered experimental.
8+
!!! note
109

11-
Unitful provides a way to use logarithmically-scaled quantities as of v0.4.0. Some
10+
Logarithmic scales should be considered experimental
11+
because they break some of the basic assumptions about equality and hashing
12+
(see [#402](https://github.com/PainterQubits/Unitful.jl/issues/402))
13+
14+
Unitful provides a way to use logarithmically-scaled quantities. Some
1215
compromises have been made in striving for logarithmic quantities to be both usable and
1316
consistent. In the following discussion, for pedagogical purposes, we will assume prior
1417
familiarity with the definitions of `dB` and `dBm`.

0 commit comments

Comments
 (0)