Home
last modified time | relevance | path

Searched refs:Math (Results 151 – 175 of 239) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DClassic.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php15 namespace phpseclib3\Math\PrimeField;
18 use phpseclib3\Math\BigInteger;
19 use phpseclib3\Math\Common\FiniteField\Integer as Base;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php73 use phpseclib3\Math\BigInteger;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md202 require BC Math.
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md5 - Replace `**` with Math.pow, eg `x ** y` produces the same result as Math.pow(x,y)
15 Math.imul = Math.imul || function(a, b) {
H A Drough.js.modified10 Math.imul = Math.imul || function(a, b) {
91 return Math.sqrt(Math.pow(e[0] - s[0], 2) + Math.pow(e[1] - s[1], 2));
505 … _h4 = [c[0] + _e12 * Math.cos(u) + i * Math.cos(u), c[1] + _e12 * Math.sin(u) + i * Math.sin(u)],
506 … _l3 = [c[0] + _r3 * Math.cos(u) + i * Math.cos(u), c[1] + _r3 * Math.sin(u) + i * Math.sin(u)];
557 … _u2 = [_i7[0] + _r4 * Math.cos(c + Math.PI / 4), _i7[1] + _r4 * Math.sin(c + Math.PI / 4)];
580 …return this.seed ? (Math.pow(2, 31) - 1 & (this.seed = Math.imul(48271, this.seed))) / Math.pow(2,…
1004 return [t * Math.cos(s) - e * Math.sin(s), t * Math.sin(s) + e * Math.cos(s)];
1046 if (Math.abs(k) > 120 * Math.PI / 180) {
1153 var n = Math.sqrt(2 * Math.PI * Math.sqrt((Math.pow(t / 2, 2) + Math.pow(e / 2, 2)) / 2)),
1202 f += 2 * Math.PI, d += 2 * Math.PI;
[all …]
H A Drough.js.orig1Math.PI/180*s,r=Math.cos(a),h=Math.sin(a);t.forEach((t=>{const[e,s]=t;t[0]=(e-n)*r-(s-o)*h+n,t[1]=…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1Math.min(begin, edit_1.offset);\n end = Math.max(end, edit_1.offset + edit_1.length);\n …
H A Dbundle.js.map1Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n b…
H A Deditor.worker.js.map1Math.floor((low + high) / 2);\n if (p(array[mid])) {\n high = mid;\n }\n …
H A Djson.worker.js.map1Math.floor((low + high) / 2);\n if (p(array[mid])) {\n high = mid;\n }\n …
H A D3.3.js.map1Math.max(Math.min(offset, this._content.length), 0);\n var lineOffsets = this.getLineOffset…
H A D2.2.js.map1Math.max(Math.min(offset, this._content.length), 0);\n var lineOffsets = this.getLineOffset…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Math","sqrt","min","max","slice","map","start","stop","step","arguments","ceil","range","e10","e5"…
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel14 … const longestKey = Object.keys(options).reduce( (carry, key) => Math.max(carry, key.length), 0);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as146 …if(Math.abs(getDuration() - getCurrentTime()) < 150) { // Testing found 150ms worked best for M4A …
H A DJplayerRtmp.as300 if (Math.abs((getDuration() - getCurrentTime())) < 150)
/plugin/codemirror/dist/
H A Dscripts.min.js.map1Math","min","spaceStrs","spaceStr","push","lst","arr","map","out","insertSorted","score","priority…
/plugin/codemirror/dist/modes/
H A Dlivescript.min.js.map1 …upport.function',\n regex: '(?:is(?:NaN|Finite)|parse(?:Int|Float)|Math|JSON|(?:en|de)codeU…
H A Dcss.min.js.map1Math","max","electricChars","blockCommentStart","blockCommentEnd","blockCommentContinue","fold","k…
H A Dsmalltalk.min.js.map1Math","max","current","eat","startState","eatSpace","blankLine","indent","textAfter","i","charAt",…
H A Dclike.min.js.map1Math Number Object Package Pair Process \" +\n \"Runtime Runnable SecurityManager Short Stack…
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1Math","min","popFromRing","pop","lastKill","kill","cm","from","to","ring","text","getRange","pos",…
H A Dvim.min.js.map1Math","min","parsedQuery","scrollIntoView","findNext","clearSearchHighlight","onPromptKeyDown","e_…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1Math","chunk","arr","resultLength","ii","item","itemLength","arrayByteLength","pos","data","string…

12345678910