Skip to content

Commit

Permalink
feat: Add decibels as unit.
Browse files Browse the repository at this point in the history
Signed-off-by: jdacoello <8550265+jdacoello@users.noreply.github.com>
  • Loading branch information
jdacoello committed Nov 28, 2023
1 parent 15cc792 commit 1ea0ebe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,11 @@ dBm:
unit: decibel milliwatt
quantity: relation
allowed-datatypes: ['numeric']
dB:
definition: Ratio of two values of a physical quantity, usually power or intensity, on a logarithmic scale.
unit: decibels
quantity: relation
allowed-datatypes: ['numeric']

# Resistance

Expand Down

0 comments on commit 1ea0ebe

Please sign in to comment.