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