(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[816],{24782:function(t,r){"use strict";r.byteLength=function(t){var r=getLens(t),e=r[0],f=r[1];return(e+f)*3/4-f},r.toByteArray=function(t){var r,e,i=getLens(t),o=i[0],u=i[1],s=new n((o+u)*3/4-u),a=0,h=u>0?o-4:o;for(e=0;e>16&255,s[a++]=r>>8&255,s[a++]=255&r;return 2===u&&(r=f[t.charCodeAt(e)]<<2|f[t.charCodeAt(e+1)]>>4,s[a++]=255&r),1===u&&(r=f[t.charCodeAt(e)]<<10|f[t.charCodeAt(e+1)]<<4|f[t.charCodeAt(e+2)]>>2,s[a++]=r>>8&255,s[a++]=255&r),s},r.fromByteArray=function(t){for(var r,f=t.length,n=f%3,i=[],o=0,u=f-n;o>18&63]+e[n>>12&63]+e[n>>6&63]+e[63&n]);return i.join("")}(t,o,o+16383>u?u:o+16383));return 1===n?i.push(e[(r=t[f-1])>>2]+e[r<<4&63]+"=="):2===n&&i.push(e[(r=(t[f-2]<<8)+t[f-1])>>10]+e[r>>4&63]+e[r<<2&63]+"="),i.join("")};for(var e=[],f=[],n="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,u=i.length;o0)throw Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");-1===e&&(e=r);var f=e===r?0:4-e%4;return[e,f]}f["-".charCodeAt(0)]=62,f["_".charCodeAt(0)]=63},30816:function(t,r,e){"use strict";/*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh * @license MIT */var f=e(24782),n=e(78898),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;function createBuffer(t){if(t>2147483647)throw RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,Buffer.prototype),r}function Buffer(t,r,e){if("number"==typeof t){if("string"==typeof r)throw TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(t)}return from(t,r,e)}function from(t,r,e){if("string"==typeof t)return function(t,r){if(("string"!=typeof r||""===r)&&(r="utf8"),!Buffer.isEncoding(r))throw TypeError("Unknown encoding: "+r);var e=0|byteLength(t,r),f=createBuffer(e),n=f.write(t,r);return n!==e&&(f=f.slice(0,n)),f}(t,r);if(ArrayBuffer.isView(t))return function(t){if(isInstance(t,Uint8Array)){var r=new Uint8Array(t);return fromArrayBuffer(r.buffer,r.byteOffset,r.byteLength)}return fromArrayLike(t)}(t);if(null==t)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(isInstance(t,ArrayBuffer)||t&&isInstance(t.buffer,ArrayBuffer)||"undefined"!=typeof SharedArrayBuffer&&(isInstance(t,SharedArrayBuffer)||t&&isInstance(t.buffer,SharedArrayBuffer)))return fromArrayBuffer(t,r,e);if("number"==typeof t)throw TypeError('The "value" argument must not be of type number. Received type number');var f=t.valueOf&&t.valueOf();if(null!=f&&f!==t)return Buffer.from(f,r,e);var n=function(t){if(Buffer.isBuffer(t)){var r,e=0|checked(t.length),f=createBuffer(e);return 0===f.length||t.copy(f,0,0,e),f}return void 0!==t.length?"number"!=typeof t.length||(r=t.length)!=r?createBuffer(0):fromArrayLike(t):"Buffer"===t.type&&Array.isArray(t.data)?fromArrayLike(t.data):void 0}(t);if(n)return n;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof t[Symbol.toPrimitive])return Buffer.from(t[Symbol.toPrimitive]("string"),r,e);throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}function assertSize(t){if("number"!=typeof t)throw TypeError('"size" argument must be of type number');if(t<0)throw RangeError('The value "'+t+'" is invalid for option "size"')}function allocUnsafe(t){return assertSize(t),createBuffer(t<0?0:0|checked(t))}function fromArrayLike(t){for(var r=t.length<0?0:0|checked(t.length),e=createBuffer(r),f=0;f=2147483647)throw RangeError("Attempt to allocate Buffer larger than maximum size: 0x7fffffff bytes");return 0|t}function byteLength(t,r){if(Buffer.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||isInstance(t,ArrayBuffer))return t.byteLength;if("string"!=typeof t)throw TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,f=arguments.length>2&&!0===arguments[2];if(!f&&0===e)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return utf8ToBytes(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*e;case"hex":return e>>>1;case"base64":return base64ToBytes(t).length;default:if(n)return f?-1:utf8ToBytes(t).length;r=(""+r).toLowerCase(),n=!0}}function slowToString(t,r,e){var n,i,o=!1;if((void 0===r||r<0)&&(r=0),r>this.length||((void 0===e||e>this.length)&&(e=this.length),e<=0||(e>>>=0)<=(r>>>=0)))return"";for(t||(t="utf8");;)switch(t){case"hex":return function(t,r,e){var f=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>f)&&(e=f);for(var n="",i=r;i2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),(i=e=+e)!=i&&(e=n?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(n)return -1;e=t.length-1}else if(e<0){if(!n)return -1;e=0}if("string"==typeof r&&(r=Buffer.from(r,f)),Buffer.isBuffer(r))return 0===r.length?-1:arrayIndexOf(t,r,e,f,n);if("number"==typeof r)return(r&=255,"function"==typeof Uint8Array.prototype.indexOf)?n?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):arrayIndexOf(t,[r],e,f,n);throw TypeError("val must be string, number or Buffer")}function arrayIndexOf(t,r,e,f,n){var i,o=1,u=t.length,s=r.length;if(void 0!==f&&("ucs2"===(f=String(f).toLowerCase())||"ucs-2"===f||"utf16le"===f||"utf-16le"===f)){if(t.length<2||r.length<2)return -1;o=2,u/=2,s/=2,e/=2}function read(t,r){return 1===o?t[r]:t.readUInt16BE(r*o)}if(n){var a=-1;for(i=e;iu&&(e=u-s),i=e;i>=0;i--){for(var h=!0,c=0;c239?4:a>223?3:a>191?2:1;if(n+c<=e)switch(c){case 1:a<128&&(h=a);break;case 2:(192&(i=t[n+1]))==128&&(s=(31&a)<<6|63&i)>127&&(h=s);break;case 3:i=t[n+1],o=t[n+2],(192&i)==128&&(192&o)==128&&(s=(15&a)<<12|(63&i)<<6|63&o)>2047&&(s<55296||s>57343)&&(h=s);break;case 4:i=t[n+1],o=t[n+2],u=t[n+3],(192&i)==128&&(192&o)==128&&(192&u)==128&&(s=(15&a)<<18|(63&i)<<12|(63&o)<<6|63&u)>65535&&s<1114112&&(h=s)}null===h?(h=65533,c=1):h>65535&&(h-=65536,f.push(h>>>10&1023|55296),h=56320|1023&h),f.push(h),n+=c}return function(t){var r=t.length;if(r<=4096)return String.fromCharCode.apply(String,t);for(var e="",f=0;fe)throw RangeError("Trying to access beyond buffer length")}function checkInt(t,r,e,f,n,i){if(!Buffer.isBuffer(t))throw TypeError('"buffer" argument must be a Buffer instance');if(r>n||rt.length)throw RangeError("Index out of range")}function checkIEEE754(t,r,e,f,n,i){if(e+f>t.length||e<0)throw RangeError("Index out of range")}function writeFloat(t,r,e,f,i){return r=+r,e>>>=0,i||checkIEEE754(t,r,e,4,34028234663852886e22,-34028234663852886e22),n.write(t,r,e,f,23,4),e+4}function writeDouble(t,r,e,f,i){return r=+r,e>>>=0,i||checkIEEE754(t,r,e,8,17976931348623157e292,-17976931348623157e292),n.write(t,r,e,f,52,8),e+8}r.lW=Buffer,r.h2=50,Buffer.TYPED_ARRAY_SUPPORT=function(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),42===t.foo()}catch(t){return!1}}(),Buffer.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(Buffer.prototype,"parent",{enumerable:!0,get:function(){if(Buffer.isBuffer(this))return this.buffer}}),Object.defineProperty(Buffer.prototype,"offset",{enumerable:!0,get:function(){if(Buffer.isBuffer(this))return this.byteOffset}}),Buffer.poolSize=8192,Buffer.from=function(t,r,e){return from(t,r,e)},Object.setPrototypeOf(Buffer.prototype,Uint8Array.prototype),Object.setPrototypeOf(Buffer,Uint8Array),Buffer.alloc=function(t,r,e){return(assertSize(t),t<=0)?createBuffer(t):void 0!==r?"string"==typeof e?createBuffer(t).fill(r,e):createBuffer(t).fill(r):createBuffer(t)},Buffer.allocUnsafe=function(t){return allocUnsafe(t)},Buffer.allocUnsafeSlow=function(t){return allocUnsafe(t)},Buffer.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==Buffer.prototype},Buffer.compare=function(t,r){if(isInstance(t,Uint8Array)&&(t=Buffer.from(t,t.offset,t.byteLength)),isInstance(r,Uint8Array)&&(r=Buffer.from(r,r.offset,r.byteLength)),!Buffer.isBuffer(t)||!Buffer.isBuffer(r))throw TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var e=t.length,f=r.length,n=0,i=Math.min(e,f);nf.length?Buffer.from(i).copy(f,n):Uint8Array.prototype.set.call(f,i,n);else if(Buffer.isBuffer(i))i.copy(f,n);else throw TypeError('"list" argument must be an Array of Buffers');n+=i.length}return f},Buffer.byteLength=byteLength,Buffer.prototype._isBuffer=!0,Buffer.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;re&&(t+=" ... "),""},i&&(Buffer.prototype[i]=Buffer.prototype.inspect),Buffer.prototype.compare=function(t,r,e,f,n){if(isInstance(t,Uint8Array)&&(t=Buffer.from(t,t.offset,t.byteLength)),!Buffer.isBuffer(t))throw TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===r&&(r=0),void 0===e&&(e=t?t.length:0),void 0===f&&(f=0),void 0===n&&(n=this.length),r<0||e>t.length||f<0||n>this.length)throw RangeError("out of range index");if(f>=n&&r>=e)return 0;if(f>=n)return -1;if(r>=e)return 1;if(r>>>=0,e>>>=0,f>>>=0,n>>>=0,this===t)return 0;for(var i=n-f,o=e-r,u=Math.min(i,o),s=this.slice(f,n),a=t.slice(r,e),h=0;h>>=0,isFinite(e)?(e>>>=0,void 0===f&&(f="utf8")):(f=e,e=void 0);else throw Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var n,i,o,u,s,a,h,c,p=this.length-r;if((void 0===e||e>p)&&(e=p),t.length>0&&(e<0||r<0)||r>this.length)throw RangeError("Attempt to write outside buffer bounds");f||(f="utf8");for(var l=!1;;)switch(f){case"hex":return function(t,r,e,f){e=Number(e)||0;var n=t.length-e;f?(f=Number(f))>n&&(f=n):f=n;var i=r.length;f>i/2&&(f=i/2);for(var o=0;o>8,n.push(e%256),n.push(f);return n}(t,this.length-h),this,h,c);default:if(l)throw TypeError("Unknown encoding: "+f);f=(""+f).toLowerCase(),l=!0}},Buffer.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},Buffer.prototype.slice=function(t,r){var e=this.length;t=~~t,r=void 0===r?e:~~r,t<0?(t+=e)<0&&(t=0):t>e&&(t=e),r<0?(r+=e)<0&&(r=0):r>e&&(r=e),r>>=0,r>>>=0,e||checkOffset(t,r,this.length);for(var f=this[t],n=1,i=0;++i>>=0,r>>>=0,e||checkOffset(t,r,this.length);for(var f=this[t+--r],n=1;r>0&&(n*=256);)f+=this[t+--r]*n;return f},Buffer.prototype.readUint8=Buffer.prototype.readUInt8=function(t,r){return t>>>=0,r||checkOffset(t,1,this.length),this[t]},Buffer.prototype.readUint16LE=Buffer.prototype.readUInt16LE=function(t,r){return t>>>=0,r||checkOffset(t,2,this.length),this[t]|this[t+1]<<8},Buffer.prototype.readUint16BE=Buffer.prototype.readUInt16BE=function(t,r){return t>>>=0,r||checkOffset(t,2,this.length),this[t]<<8|this[t+1]},Buffer.prototype.readUint32LE=Buffer.prototype.readUInt32LE=function(t,r){return t>>>=0,r||checkOffset(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},Buffer.prototype.readUint32BE=Buffer.prototype.readUInt32BE=function(t,r){return t>>>=0,r||checkOffset(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},Buffer.prototype.readIntLE=function(t,r,e){t>>>=0,r>>>=0,e||checkOffset(t,r,this.length);for(var f=this[t],n=1,i=0;++i=(n*=128)&&(f-=Math.pow(2,8*r)),f},Buffer.prototype.readIntBE=function(t,r,e){t>>>=0,r>>>=0,e||checkOffset(t,r,this.length);for(var f=r,n=1,i=this[t+--f];f>0&&(n*=256);)i+=this[t+--f]*n;return i>=(n*=128)&&(i-=Math.pow(2,8*r)),i},Buffer.prototype.readInt8=function(t,r){return(t>>>=0,r||checkOffset(t,1,this.length),128&this[t])?-((255-this[t]+1)*1):this[t]},Buffer.prototype.readInt16LE=function(t,r){t>>>=0,r||checkOffset(t,2,this.length);var e=this[t]|this[t+1]<<8;return 32768&e?4294901760|e:e},Buffer.prototype.readInt16BE=function(t,r){t>>>=0,r||checkOffset(t,2,this.length);var e=this[t+1]|this[t]<<8;return 32768&e?4294901760|e:e},Buffer.prototype.readInt32LE=function(t,r){return t>>>=0,r||checkOffset(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},Buffer.prototype.readInt32BE=function(t,r){return t>>>=0,r||checkOffset(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},Buffer.prototype.readFloatLE=function(t,r){return t>>>=0,r||checkOffset(t,4,this.length),n.read(this,t,!0,23,4)},Buffer.prototype.readFloatBE=function(t,r){return t>>>=0,r||checkOffset(t,4,this.length),n.read(this,t,!1,23,4)},Buffer.prototype.readDoubleLE=function(t,r){return t>>>=0,r||checkOffset(t,8,this.length),n.read(this,t,!0,52,8)},Buffer.prototype.readDoubleBE=function(t,r){return t>>>=0,r||checkOffset(t,8,this.length),n.read(this,t,!1,52,8)},Buffer.prototype.writeUintLE=Buffer.prototype.writeUIntLE=function(t,r,e,f){if(t=+t,r>>>=0,e>>>=0,!f){var n=Math.pow(2,8*e)-1;checkInt(this,t,r,e,n,0)}var i=1,o=0;for(this[r]=255&t;++o>>=0,e>>>=0,!f){var n=Math.pow(2,8*e)-1;checkInt(this,t,r,e,n,0)}var i=e-1,o=1;for(this[r+i]=255&t;--i>=0&&(o*=256);)this[r+i]=t/o&255;return r+e},Buffer.prototype.writeUint8=Buffer.prototype.writeUInt8=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,1,255,0),this[r]=255&t,r+1},Buffer.prototype.writeUint16LE=Buffer.prototype.writeUInt16LE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,2,65535,0),this[r]=255&t,this[r+1]=t>>>8,r+2},Buffer.prototype.writeUint16BE=Buffer.prototype.writeUInt16BE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=255&t,r+2},Buffer.prototype.writeUint32LE=Buffer.prototype.writeUInt32LE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=255&t,r+4},Buffer.prototype.writeUint32BE=Buffer.prototype.writeUInt32BE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t,r+4},Buffer.prototype.writeIntLE=function(t,r,e,f){if(t=+t,r>>>=0,!f){var n=Math.pow(2,8*e-1);checkInt(this,t,r,e,n-1,-n)}var i=0,o=1,u=0;for(this[r]=255&t;++i>0)-u&255;return r+e},Buffer.prototype.writeIntBE=function(t,r,e,f){if(t=+t,r>>>=0,!f){var n=Math.pow(2,8*e-1);checkInt(this,t,r,e,n-1,-n)}var i=e-1,o=1,u=0;for(this[r+i]=255&t;--i>=0&&(o*=256);)t<0&&0===u&&0!==this[r+i+1]&&(u=1),this[r+i]=(t/o>>0)-u&255;return r+e},Buffer.prototype.writeInt8=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=255&t,r+1},Buffer.prototype.writeInt16LE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,2,32767,-32768),this[r]=255&t,this[r+1]=t>>>8,r+2},Buffer.prototype.writeInt16BE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=255&t,r+2},Buffer.prototype.writeInt32LE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,4,2147483647,-2147483648),this[r]=255&t,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4},Buffer.prototype.writeInt32BE=function(t,r,e){return t=+t,r>>>=0,e||checkInt(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t,r+4},Buffer.prototype.writeFloatLE=function(t,r,e){return writeFloat(this,t,r,!0,e)},Buffer.prototype.writeFloatBE=function(t,r,e){return writeFloat(this,t,r,!1,e)},Buffer.prototype.writeDoubleLE=function(t,r,e){return writeDouble(this,t,r,!0,e)},Buffer.prototype.writeDoubleBE=function(t,r,e){return writeDouble(this,t,r,!1,e)},Buffer.prototype.copy=function(t,r,e,f){if(!Buffer.isBuffer(t))throw TypeError("argument should be a Buffer");if(e||(e=0),f||0===f||(f=this.length),r>=t.length&&(r=t.length),r||(r=0),f>0&&f=this.length)throw RangeError("Index out of range");if(f<0)throw RangeError("sourceEnd out of bounds");f>this.length&&(f=this.length),t.length-r>>=0,e=void 0===e?this.length:e>>>0,t||(t=0),"number"==typeof t)for(n=r;n55295&&e<57344){if(!n){if(e>56319||o+1===f){(r-=3)>-1&&i.push(239,191,189);continue}n=e;continue}if(e<56320){(r-=3)>-1&&i.push(239,191,189),n=e;continue}e=(n-55296<<10|e-56320)+65536}else n&&(r-=3)>-1&&i.push(239,191,189);if(n=null,e<128){if((r-=1)<0)break;i.push(e)}else if(e<2048){if((r-=2)<0)break;i.push(e>>6|192,63&e|128)}else if(e<65536){if((r-=3)<0)break;i.push(e>>12|224,e>>6&63|128,63&e|128)}else if(e<1114112){if((r-=4)<0)break;i.push(e>>18|240,e>>12&63|128,e>>6&63|128,63&e|128)}else throw Error("Invalid code point")}return i}function base64ToBytes(t){return f.toByteArray(function(t){if((t=(t=t.split("=")[0]).trim().replace(o,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function blitBuffer(t,r,e,f){for(var n=0;n=r.length)&&!(n>=t.length);++n)r[n+e]=t[n];return n}function isInstance(t,r){return t instanceof r||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===r.name}var u=function(){for(var t="0123456789abcdef",r=Array(256),e=0;e<16;++e)for(var f=16*e,n=0;n<16;++n)r[f+n]=t[e]+t[n];return r}()},78898:function(t,r){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */r.read=function(t,r,e,f,n){var i,o,u=8*n-f-1,s=(1<>1,h=-7,c=e?n-1:0,p=e?-1:1,l=t[r+c];for(c+=p,i=l&(1<<-h)-1,l>>=-h,h+=u;h>0;i=256*i+t[r+c],c+=p,h-=8);for(o=i&(1<<-h)-1,i>>=-h,h+=f;h>0;o=256*o+t[r+c],c+=p,h-=8);if(0===i)i=1-a;else{if(i===s)return o?NaN:(l?-1:1)*(1/0);o+=Math.pow(2,f),i-=a}return(l?-1:1)*o*Math.pow(2,i-f)},r.write=function(t,r,e,f,n,i){var o,u,s,a=8*i-n-1,h=(1<>1,p=23===n?5960464477539062e-23:0,l=f?0:i-1,y=f?1:-1,g=r<0||0===r&&1/r<0?1:0;for(isNaN(r=Math.abs(r))||r===1/0?(u=isNaN(r)?1:0,o=h):(o=Math.floor(Math.log(r)/Math.LN2),r*(s=Math.pow(2,-o))<1&&(o--,s*=2),o+c>=1?r+=p/s:r+=p*Math.pow(2,1-c),r*s>=2&&(o++,s/=2),o+c>=h?(u=0,o=h):o+c>=1?(u=(r*s-1)*Math.pow(2,n),o+=c):(u=r*Math.pow(2,c-1)*Math.pow(2,n),o=0));n>=8;t[e+l]=255&u,l+=y,u/=256,n-=8);for(o=o<0;t[e+l]=255&o,l+=y,o/=256,a-=8);t[e+l-y]|=128*g}}}]);