convertLinearGainToDecibel

Converts from linear gain to dB. Precision: This uses fast_exp which under normal conditions has a peak error under -135dB over the useful range.

  1. float convertLinearGainToDecibel(float x)
  2. double convertLinearGainToDecibel(double x)
    pure nothrow @nogc
    double
    convertLinearGainToDecibel
    (
    double x
    )

Meta