mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
parent
d875aa8842
commit
0308246e72
@ -198,7 +198,7 @@ def cB_to_freq(cB):
|
||||
"""
|
||||
if cB > 0:
|
||||
raise ValueError(
|
||||
"A frequency cannot be a positive number of decibels."
|
||||
"A frequency cannot be a positive number of centibels."
|
||||
)
|
||||
return 10 ** (cB / 100)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user