Home
last modified time | relevance | path

Searched refs:frac (Results 1 – 25 of 27) sorted by relevance

12

/plugin/diagramsnet/lib/math/extensions/TeX/
DAMSmath.js19 …eratorname:"HandleOperatorName",SkipLimits:"SkipLimits",genfrac:"Genfrac",frac:["Genfrac","","",""… property
/plugin/katex/_assets/
Dkatex.min.css1 …r}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdash…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js1119 var exp, frac, high, low, out, sign;
1126 frac = high & 0xfffff;
1128 if (frac) {
1134 out = (frac | 0x100000) * Math.pow(2, exp - 20);
Dmp3.js5721 var frac = (exp % 4) >> 0; // assumes sign(frac) === sign(exp)
5727 if (frac) {
5728 requantized *= Math.pow(2.0, (frac / 4.0));
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js2frac(x,D,mixed){var sgn=x<0?-1:1;var B=x*sgn;var P_2=0,P_1=1,P=0;var Q_2=1,Q_1=0,Q=0;var A=Math.fl… function
Dxlsx.js168 function frac(x, D, mixed) { function
445 ff = frac(aval, Math.pow(10,ri)-1, false);
457 ff = frac(aval, Math.pow(10,ri)-1, true);
554 ff = frac(aval, Math.pow(10,ri)-1, false);
566 ff = frac(aval, Math.pow(10,ri)-1, true);
Dxlsx.min.map1 …16,17,18,19,20,21,22,37,38,39,40,45,46,47,48,49,56,65535,"days","months","frac","D","mixed","sgn",…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D7.7.js.map1 …ind_any_not_of',\n 'find_any_of',\n 'find_end',\n 'floor',\n 'frac',\n 'from_mixed'…
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js20838 frac = x / Math.pow(2, ex);
20840 return [frac, ex];
21979 $defs(self, '$at', function $$at(seconds, frac) { argument
21987 if (frac !== undefined) {
21999 if (frac === undefined) {
22003 if (!frac.$$is_number) {
22004 frac = $Opal['$coerce_to!'](frac, $$$('Integer'), "to_int");
22007 return new Date(seconds * 1000 + (frac / 1000));
Dindex.mjs19616 frac = x / Math.pow(2, ex);
19618 return [frac, ex];
20704 $defs(self, '$at', function $$at(seconds, frac) { argument
20709 if (frac !== undefined) {
20721 if (frac === undefined) {
20725 if (!frac.$$is_number) {
20726 frac = $Opal['$coerce_to!'](frac, $$$('Integer'), "to_int");
20729 return new Date(seconds * 1000 + (frac / 1000));
Dindex.cjs19625 frac = x / Math.pow(2, ex);
19627 return [frac, ex];
20713 $defs(self, '$at', function $$at(seconds, frac) {
20718 if (frac !== undefined) {
20730 if (frac === undefined) {
20734 if (!frac.$$is_number) {
20735 frac = $Opal['$coerce_to!'](frac, $$$('Integer'), "to_int");
20738 return new Date(seconds * 1000 + (frac / 1000));
/plugin/diagramsnet/lib/math/jax/input/TeX/
Djax.js19 …er",brace:["Over","{","}"],brack:["Over","[","]"],choose:["Over","(",")"],frac:"Frac",sqrt:"Sqrt",… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js20838 frac = x / Math.pow(2, ex);
20840 return [frac, ex];
21979 $defs(self, '$at', function $$at(seconds, frac) { argument
21987 if (frac !== undefined) {
21999 if (frac === undefined) {
22003 if (!frac.$$is_number) {
22004 frac = $Opal['$coerce_to!'](frac, $$$('Integer'), "to_int");
22007 return new Date(seconds * 1000 + (frac / 1000));
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6589 …var frac = this.scrollIntervalMs / 1000; // considering animation frequency, what the vel should b…
6592 el.scrollTop(el.scrollTop() + this.scrollTopVel * frac);
6595 el.scrollLeft(el.scrollLeft() + this.scrollLeftVel * frac);
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js20841 frac = x / Math.pow(2, ex);
20843 return [frac, ex];
21982 $defs(self, '$at', function $$at(seconds, frac) { argument
21990 if (frac !== undefined) {
22002 if (frac === undefined) {
22006 if (!frac.$$is_number) {
22007 frac = $Opal['$coerce_to!'](frac, $$$('Integer'), "to_int");
22010 return new Date(seconds * 1000 + (frac / 1000));
/plugin/diagramsnet/lib/math/config/
DAccessible.js70 …er",brace:["Over","{","}"],brack:["Over","[","]"],choose:["Over","(",")"],frac:"Frac",sqrt:"Sqrt",… property
71 …eratorname:"HandleOperatorName",SkipLimits:"SkipLimits",genfrac:"Genfrac",frac:["Genfrac","","",""… property
DTeX-MML-AM_HTMLorMML.js67 …er",brace:["Over","{","}"],brack:["Over","[","]"],choose:["Over","(",")"],frac:"Frac",sqrt:"Sqrt",… property
68 …eratorname:"HandleOperatorName",SkipLimits:"SkipLimits",genfrac:"Genfrac",frac:["Genfrac","","",""… property
DTeX-MML-AM_SVG-full.js63 …er",brace:["Over","{","}"],brack:["Over","[","]"],choose:["Over","(",")"],frac:"Frac",sqrt:"Sqrt",… property
64 …eratorname:"HandleOperatorName",SkipLimits:"SkipLimits",genfrac:"Genfrac",frac:["Genfrac","","",""… property
DAccessible-full.js73 …er",brace:["Over","{","}"],brack:["Over","[","]"],choose:["Over","(",")"],frac:"Frac",sqrt:"Sqrt",… property
74 …eratorname:"HandleOperatorName",SkipLimits:"SkipLimits",genfrac:"Genfrac",frac:["Genfrac","","",""… property
DTeX-MML-AM_HTMLorMML-full.js70 …er",brace:["Over","{","}"],brack:["Over","[","]"],choose:["Over","(",")"],frac:"Frac",sqrt:"Sqrt",… property
71 …eratorname:"HandleOperatorName",SkipLimits:"SkipLimits",genfrac:"Genfrac",frac:["Genfrac","","",""… property
/plugin/datatables/assets/pdfmake/
Dpdfmake.js57576 frac: feature('fractions', 'diagonalFractions'),
58543 glyphs[start - 1].features.frac = true;
58549 glyphs[end].features.frac = true;
58553 glyph.features.frac = true;
Dpdfmake.min.js2frac:Si("fractions","diagonalFractions"),dnom:Si("fractions","diagonalFractions"),numr:Si("fractio…
/plugin/strata/
Dplotly-2.25.2.min.js8frac:u,bin1:Math.round(s+u/(o-s))}:{bin0:s,bin1:s,frac:0}}function w(t,e){var r=e.length-1,n=l.con…
/plugin/openlayersmap/ol/
Dol.js.map1frac Fraction.\n * @return {import(\"../../coordinate.js\").Coordinate} Coordinate.\n */\n…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1frac","dec2hex","type_1","Channels","ALL","_ensureHSL","_ensureRGB","RGB","configurable","Type","K…

12