Home
last modified time | relevance | path

Searched refs:exponent (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/codemirror/dist/modes/
H A Dfortran.min.js.map1 …", \"erfc\", \"etime\",\n \"exit\", \"exp\", \"exponent\", \"extends_type…
H A Dmathematica.min.js.map1 … // (``float). Note: while 1.2` is possible 1.2`` is not. At the end an exponent (float*^+12) can …
/plugin/flowcharts/
H A Dmermaid.min.js1exponent=t,n}(3),Co=function t(e){function n(t){return 1-Math.pow(1-t,e)}return e=+e,n.exponent=t,… function
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …-expansion-card-variant::before{content:"\FFD2"}.mdi-exponent::before{content:"\F962"}.mdi-exponen…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2 …n(n,t){return nu(e,n,t)},r.nice=function(n){return r.domain(Gi(e,n))},r.exponent=function(o){retur… function
5 …scale.linear(),1,[0,1])},ao.scale.sqrt=function(){return ao.scale.pow().exponent(.5)},ao.scale.ord…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …// from the result; also other coefficients are written in terms of the exponent\n\t// to \\alpha …
/plugin/jukebox/id3/
H A Dgetid3.lib.php90 $exponent = 0;
93 $exponent--;
97 $exponent += ($pointpos - 1);
103 return array('normalized'=>$binarypointnumber, 'exponent'=>(int) $exponent);
187 $exponent = pow(2, getid3_lib::Bin2Dec($exponentstring) - 16383);
189 $floatvalue = $exponent * $fraction;
202 $exponent = getid3_lib::Bin2Dec($exponentstring);
205 if (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction != 0)) {
214 } elseif (($exponent == 0) && ($fraction == 0)) {
221 } elseif (($exponent == 0) && ($fraction != 0)) {
[all …]
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php203 function pow($base, $exponent) argument
205 return bcpow($base, $exponent);
238 function _powmod($base, $exponent, $modulus) argument
242 while($this->cmp($exponent, 0) > 0) {
243 if ($this->mod($exponent, 2)) {
247 $exponent = $this->div($exponent, 2);
252 function powmod($base, $exponent, $modulus) argument
289 function pow($base, $exponent) argument
291 return gmp_pow($base, $exponent);
319 function powmod($base, $exponent, $modulus) argument
[all …]

12