Searched refs:log10 (Results 1 – 25 of 52) sorted by relevance
123
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.math.log10.js | 5 log10: function log10(x) {
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.math.log10.js | 5 log10: function log10(x) {
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/math/ |
| D | log10.js | 2 module.exports = require('../../modules/_core').Math.log10;
|
| /plugin/asciidocjs/node_modules/core-js/fn/math/ |
| D | log10.js | 2 module.exports = require('../../modules/_core').Math.log10;
|
| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | GeoHash.php | 293 …$result['centerLatitude'] = round(($minLatitude + $maxLatitude) / 2, max(1, -round(log10($latitude… 294 …$result['centerLongitude'] = round(($minLongitude + $maxLongitude) / 2, max(1, -round(log10($longi…
|
| /plugin/struct/types/ |
| H A D | Decimal.php | 45 $exp = floor(log10($value) / 3);
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio.mpc.php | 459 return ((log10($intvalue) / log10(2)) - 15) * 6;
|
| D | module.audio-video.mpeg.php | 578 $VideoBitrateLog10 = log10($VideoBitrate);
|
| D | getid3.lib.php | 1469 return 20 * log10($amplitude);
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | MovieEditorDialog.java | 244 …int volume = (int) (20.0*Math.log10(coeff*audioSamples[Math.min(i, audioSamples.length-1)]+1)/DECI… in paintAudio() 938 …normalizeVolumeCheckBox.setText("Normalize volume (+"+Math.round(Math.log10(NORMALIZED_LEVEL/maxVo… in buildUI()
|
| /plugin/codemirror/dist/modes/ |
| D | octave.min.js.map | 1 …'acos', 'atan', 'asin', 'cos',\n 'cosh', 'exp', 'log', 'prod', 'sum', 'log10', 'max', 'min', 's…
|
| D | lua.min.js.map | 1 …th.fmod\",\"math.frexp\",\"math.huge\",\"math.ldexp\",\"math.log\",\"math.log10\",\"math.max\",\n …
|
| D | cypher.min.js.map | 1 … \"id\", \"keys\", \"labels\", \"last\", \"left\", \"length\", \"log\", \"log10\", \"lower\", \"lt…
|
| D | modelica.min.js.map | 1 …sh delay div edge exp floor getInstanceName homotopy inStream integer log log10 mod pre reinit rem…
|
| D | sas.min.js.map | 1 …left length levels lgamma lib library libref line linesize link list log log10 log2 logpdf logpmf…
|
| /plugin/jukebox/id3/ |
| D | getid3.lib.php | 1149 return 20 * log10($amplitude);
|
| /plugin/asciidocjs/node_modules/core-js/ |
| D | README.md | 647 …odules/es6.math.imul.js), [`es6.math.log10`](https://github.com/zloirock/core-js/blob/v2.6.12/modu… 661 .log10(num) -> num 682 core-js(/library)/fn/math/log10
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 7.7.js.map | 1 …',\n 'line_exists',\n 'line_index',\n 'lines',\n 'log',\n 'log10',\n 'match',\n …
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-xq.js | 64 …e|math:tanh|math:tan|math:sqrt|math:sinh|math:sin|math:pow|math:modf|math:log10|math:log|math:ldex…
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | bridge.min.js | 8 …log10:Math.log10||function(n){return Math.log(n)/Math.LN10},logWithBase:function(n,t){return isNaN…
|
| /plugin/diagramsnet/lib/js/ |
| D | orgchart.min.js | 8 …log10:Math.log10||function(n){return Math.log(n)/Math.LN10},logWithBase:function(n,t){return isNaN…
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.min.js | 8 …*(r&i>>>16)<<16>>>0)}})},function(t,n,r){var e=r(0);e(e.S,"Math",{log10:function log10(t){return M…
|
| D | library.js | 4878 log10: function log10(x) {
|
| D | shim.js | 5190 log10: function log10(x) {
|
| D | core.min.js | 8 …*(r&i>>>16)<<16>>>0)}})},function(t,n,r){var e=r(0);e(e.S,"Math",{log10:function log10(t){return M…
|
123