From 5312268b34dc948e87934ae665a79a57c2fe2648 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 28 Sep 2012 16:36:58 -0400 Subject: eval: treat dB as decibels instead of decibytes --- tests/ref/fate/eval | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index dfc5ae463d..b01e5a5718 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -184,5 +184,11 @@ Evaluating 'not(NAN)' Evaluating 'not(0)' 'not(0)' -> 1.000000 +Evaluating '6.0206dB' +'6.0206dB' -> 2.000000 + +Evaluating '-3.0103dB' +'-3.0103dB' -> 0.707107 + 12.700000 == 12.7 0.931323 == 0.931322575 -- cgit v1.2.3