Lines Matching refs:Math
154 Math.max(...buffer.getChannelData(0)) !== 0;
168 var q_new = 1 / Math.sqrt((4 - Math.sqrt(16 - 16 / (q_lin * q_lin))) / 2);
650 var sample = Math.abs(renderedData[k]);
1013 return Math.log(x + 1);
1017 return (Math.exp(x) - 1).toFixed(precision);
1054 slider.defaultValue = Math.log(initial_value);
1609 (1 - Math.exp(-k * (x - linearThreshold))) / k;
1651 k = Math.sqrt(minK * maxK);
1667 var fullRangeMakeupGain = Math.pow(1 / fullRangeGain, 0.6);
1804 f = Math.pow(2.0, noctaves * (f - 1.0));
1865 var f = nyquist * Math.pow(2.0, octave - noctaves);
1968 f = 1 + Math.log(f) / (noctaves * Math.LN2);
1989 return Math.pow(10.0, 0.05 * db);
1993 return 20.0 * Math.log(x) / Math.LN10;