lido-player 0.0.2-alpha-58-dev → 0.0.2-alpha-60-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/lido-avatar_22.cjs.entry.js +96 -34
- package/dist/cjs/lido-player.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-470fe410.js → utils-28faa755.js} +142 -108
- package/dist/collection/components/container/lido-container.js +62 -3
- package/dist/collection/components/flashCard/lido-flash-card.js +10 -1
- package/dist/collection/components/float/lido-float.js +1 -1
- package/dist/collection/components/home/lido-home.js +22 -12
- package/dist/collection/components/keyboard/lido-keyboard.js +2 -2
- package/dist/collection/components/mathMatrix/lido-math-matrix.js +1 -1
- package/dist/collection/components/position/lido-pos.js +1 -1
- package/dist/collection/components/random/lido-random.js +1 -1
- package/dist/collection/components/row/lido-row.js +1 -1
- package/dist/collection/components/scale/lido-balance.js +1 -1
- package/dist/collection/components/shape/lido-shape.js +2 -2
- package/dist/collection/components/slideFill/lido-slide-fill.js +1 -1
- package/dist/collection/components/text/lido-text.js +1 -1
- package/dist/collection/components/trace/lido-trace.js +18 -7
- package/dist/collection/components/wrap/lido-wrap.js +1 -1
- package/dist/collection/css/animation.css +17 -0
- package/dist/collection/css/index.css +1 -1
- package/dist/collection/stories/Templates/LetterPairing/LetterPairing.stories.js +3 -3
- package/dist/collection/stories/Templates/balancing/balancing.stories.js +1 -1
- package/dist/collection/stories/Templates/imageMatch/imageMatch.stories.js +79 -0
- package/dist/collection/stories/Templates/matchBox/matchBox2.stories.js +74 -44
- package/dist/collection/stories/Templates/matchingCard/matching-card.stories.js +4 -4
- package/dist/collection/stories/Templates/numberIdentification/numberIdentificationimageTotext.stories.js +91 -0
- package/dist/collection/stories/Templates/numberIdentification/numberIdentificationtextTotext.stories.js +84 -0
- package/dist/collection/stories/Templates/openwindow/openwindow.stories.js +0 -2
- package/dist/collection/stories/Templates/openwindow/openwindow2.stories.js +0 -2
- package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaMultiOption.stories.js +106 -0
- package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaSumTogether.stories.js +89 -0
- package/dist/collection/stories/Templates/palEgmaPatternMatching/palEgmaPatternMatching.stories.js +86 -0
- package/dist/collection/stories/Templates/palEgmaWordProblem/palEgmaWordProblem.stories.js +131 -0
- package/dist/collection/stories/Templates/palEgraInventedSpelling/pal_egra_invented_spelling_schema.stories.js +61 -0
- package/dist/collection/stories/Templates/palEgraMCQWithImage/palEgraMCQWithImage.stories.js +87 -0
- package/dist/collection/stories/Templates/palEgraOptionWithAudio/palEgraOptionWithAudio.stories.js +98 -0
- package/dist/collection/stories/Templates/palEgraStoryMaking/pal_egra_story_making.stories.js +72 -0
- package/dist/collection/stories/Templates/palEgraTemplate1/palEgraLetterIdentification.stories.js +61 -0
- package/dist/collection/stories/Templates/palEgra_OddOneOut/palEgra_oddOneOut.stories.js +60 -0
- package/dist/collection/stories/Templates/palEgra_arrange_pictures/palEgra_arrange_pictures.stories.js +78 -0
- package/dist/collection/stories/Templates/palEgra_build_word/palEgra_build_word.stories.js +78 -0
- package/dist/collection/stories/Templates/palEgra_word_formation/palEgra_WordFormation.stories.js +73 -0
- package/dist/collection/stories/Templates/palStorytale/palStorytale.stories.js +35 -0
- package/dist/collection/stories/Templates/pictureClues/pictureClues.stories.js +88 -0
- package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch1.stories.js +88 -0
- package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch2.stories.js +66 -0
- package/dist/collection/stories/Templates/picturemeaning/pictureMeaningCocos.stories.js +1 -1
- package/dist/collection/stories/Templates/quizMaths/quizMaths.stories.js +7 -7
- package/dist/collection/stories/Templates/rowBlocks/rowBlocks.stories.js +1 -1
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox1.stories.js +2 -2
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox2.stories.js +2 -2
- package/dist/collection/stories/Templates/substraction/substractionWithimg.stories.js +111 -0
- package/dist/collection/stories/Templates/substraction/substractionWithoutImg.stories.js +70 -0
- package/dist/collection/stories/Templates/total/total.stories.js +2 -0
- package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithimg.stories.js +76 -0
- package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithoutimg.stories.js +74 -0
- package/dist/collection/stories/Templates/writeSet/writeSet.stories.js +1 -1
- package/dist/collection/utils/constants.js +2 -1
- package/dist/collection/utils/utils.js +10 -4
- package/dist/collection/utils/utilsHandlers/clickHandler.js +2 -0
- package/dist/collection/utils/utilsHandlers/dragDropHandler.js +25 -21
- package/dist/collection/utils/utilsHandlers/highlightHandler.js +50 -2
- package/dist/collection/utils/utilsHandlers/lidoBalanceHandler.js +5 -4
- package/dist/components/index.js +1 -1
- package/dist/components/lido-avatar.js +1 -1
- package/dist/components/lido-balance.js +1 -1
- package/dist/components/lido-calculator.js +1 -1
- package/dist/components/lido-canvas.js +1 -1
- package/dist/components/lido-cell.js +1 -1
- package/dist/components/lido-col.js +1 -1
- package/dist/components/lido-container.js +1 -1
- package/dist/components/lido-flash-card.js +1 -1
- package/dist/components/lido-float.js +1 -1
- package/dist/components/lido-home.js +1 -1
- package/dist/components/lido-image.js +1 -1
- package/dist/components/lido-keyboard.js +1 -1
- package/dist/components/lido-math-matrix.js +1 -1
- package/dist/components/lido-pos.js +1 -1
- package/dist/components/lido-random.js +1 -1
- package/dist/components/lido-root.js +22 -23
- package/dist/components/lido-row.js +1 -1
- package/dist/components/lido-shape.js +1 -1
- package/dist/components/lido-slide-fill.js +1 -1
- package/dist/components/lido-text.js +1 -1
- package/dist/components/lido-trace.js +1 -1
- package/dist/components/lido-wrap.js +1 -1
- package/dist/components/{p-ee4759de.js → p-06cecca5.js} +2 -2
- package/dist/components/{p-17cdbc3d.js → p-16604098.js} +1 -1
- package/dist/components/{p-6953efe0.js → p-235091a1.js} +141 -109
- package/dist/components/{p-bc7835fc.js → p-32c89979.js} +18 -7
- package/dist/components/{p-822b692a.js → p-354f7b19.js} +2 -2
- package/dist/components/{p-73e3f0f4.js → p-37c86a94.js} +203 -1
- package/dist/components/{p-53a7d4cb.js → p-3acada8c.js} +1 -1
- package/dist/components/{p-984ef5d1.js → p-3acd9a2e.js} +2 -2
- package/dist/components/{p-6f451328.js → p-4d01394c.js} +1 -1
- package/dist/components/{p-c62da3ed.js → p-57400ebc.js} +1 -1
- package/dist/components/{p-cfde157c.js → p-5e7c6afa.js} +2 -2
- package/dist/components/{p-f36d02e9.js → p-74c270d2.js} +4 -4
- package/dist/components/{p-9eb8593c.js → p-8a32f7cb.js} +3 -3
- package/dist/components/{p-0fa0ada9.js → p-8c0667eb.js} +2 -2
- package/dist/components/{p-9c7f08c4.js → p-8f082c62.js} +11 -2
- package/dist/components/{p-8c526c86.js → p-93acfbb2.js} +2 -2
- package/dist/components/{p-97ddbda4.js → p-a182c9a2.js} +2 -2
- package/dist/components/{p-348f95ba.js → p-b151457d.js} +47 -6
- package/dist/components/{p-d0c4d5a7.js → p-b867548e.js} +2 -2
- package/dist/components/{p-6f91a337.js → p-c90d92db.js} +2 -2
- package/dist/components/{p-67d97edc.js → p-db2a05f5.js} +3 -3
- package/dist/components/{p-f729ff82.js → p-de45dcab.js} +41 -33
- package/dist/esm/index.js +1 -1
- package/dist/esm/lido-avatar_22.entry.js +96 -34
- package/dist/esm/lido-player.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-d0f004f8.js → utils-2edeb213.js} +141 -109
- package/dist/lido-player/index.esm.js +1 -1
- package/dist/lido-player/lido-player.css +1 -1
- package/dist/lido-player/lido-player.esm.js +1 -1
- package/dist/lido-player/p-280e3d34.entry.js +1 -0
- package/dist/lido-player/{p-bde62361.js → p-add7f36e.js} +2 -2
- package/dist/types/components/container/lido-container.d.ts +15 -2
- package/dist/types/components/trace/lido-trace.d.ts +3 -3
- package/dist/types/components.d.ts +10 -2
- package/dist/types/stories/Templates/imageMatch/imageMatch.stories.d.ts +4 -0
- package/dist/types/stories/Templates/numberIdentification/numberIdentificationimageTotext.stories.d.ts +4 -0
- package/dist/types/stories/Templates/numberIdentification/numberIdentificationtextTotext.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgmaCalculateSum/palEgmaMultiOption.stories.d.ts +11 -0
- package/dist/types/stories/Templates/palEgmaCalculateSum/palEgmaSumTogether.stories.d.ts +12 -0
- package/dist/types/stories/Templates/palEgmaPatternMatching/palEgmaPatternMatching.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgmaWordProblem/palEgmaWordProblem.stories.d.ts +5 -0
- package/dist/types/stories/Templates/palEgraInventedSpelling/pal_egra_invented_spelling_schema.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgraMCQWithImage/palEgraMCQWithImage.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgraOptionWithAudio/palEgraOptionWithAudio.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgraStoryMaking/pal_egra_story_making.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgraTemplate1/palEgraLetterIdentification.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgra_OddOneOut/palEgra_oddOneOut.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgra_arrange_pictures/palEgra_arrange_pictures.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgra_build_word/palEgra_build_word.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palEgra_word_formation/palEgra_WordFormation.stories.d.ts +4 -0
- package/dist/types/stories/Templates/palStorytale/palStorytale.stories.d.ts +4 -0
- package/dist/types/stories/Templates/pictureClues/pictureClues.stories.d.ts +4 -0
- package/dist/types/stories/Templates/pictureWordMatch/pictureWordMatch1.stories.d.ts +4 -0
- package/dist/types/stories/Templates/pictureWordMatch/pictureWordMatch2.stories.d.ts +4 -0
- package/dist/types/stories/Templates/substraction/substractionWithimg.stories.d.ts +4 -0
- package/dist/types/stories/Templates/substraction/substractionWithoutImg.stories.d.ts +4 -0
- package/dist/types/stories/Templates/wordBuilding/wordBuildingwithimg.stories.d.ts +4 -0
- package/dist/types/stories/Templates/wordBuilding/wordBuildingwithoutimg.stories.d.ts +4 -0
- package/dist/types/utils/constants.d.ts +9 -1
- package/dist/types/utils/utils.d.ts +1 -0
- package/dist/types/utils/utilsHandlers/highlightHandler.d.ts +1 -0
- package/package.json +1 -1
- package/dist/components/p-0e645e5b.js +0 -204
- package/dist/lido-player/p-06248bc2.entry.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{g as e}from"./p-9a9d5339.js";const r="lidoDragMap",t="lidoSelectedValues",n="lidoActivityScore",i="lidoActivityEnd",a="lidoLessonEnd",o="lidoNextContainer",u="lidoPrevContainer",s="lidoActivityChange",c="lidoGameCompleted",f="lidoGameExit",l="lidoElementDrop",m="dropLength",d="drop-to",p="drop-time",h="lido-container",v="__LIDO_COMMON_AUDIO_PATH__",y="lidoCommonAudioPathReady";var g,x,b;!function(e){e.NoFlow="noFlow",e.ShowFlow="showFlow",e.FreeTrace="freeTrace",e.BlindTracing="blindTracing",e.BlindFreeTrace="blindFreeTrace"}(g||(g={})),function(e){e.Diagonal="diagonal",e.Stretch="stretch",e.InfiniteDrop="infinite-drop",e.EnableAnimation="enableanimation"}(x||(x={})),function(e){e.InfiniteDrop="infinite-drop",e.Move="move",e.Hide="hide"}(b||(b={}));const w="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Close.svg",D="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Previous.svg",N="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Next.svg",A="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Audio%20icon.svg",M="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/trace/Tracing-hand.svg";function C(e,r){console.log("👍Event Name : ",e,"Detail : ",r.toString());const t=new CustomEvent(e,{detail:r});window.dispatchEvent(t)}function E(){C(c,{})}function S(){C(f,{})}function F(e){C(s,{index:e})}function B(e,r){C("lidoElementClick",{element:e,isCorrect:r,createdAt:(new Date).toISOString()})}class q{constructor(){}static getInstance(){return q.instance||(q.instance=new q),q.instance}setRiveInstance(e){this.riveInstance=e}getRiveInstance(){return this.riveInstance}}function T(e){e.classList.remove("highlight"),e.ariaPressed="false"}function O(e){if(!e)return;e.classList.add("speaking-highlight");const r="#speaking-highlight-style";if(!document.querySelector(r)){const t=document.createElement("style");t.id=r,t.innerHTML=`\n .speaking-highlight {\n --base-transform: ${e.style.transform};\n box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */\n // border: 3px solid green !important;\n // transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;\n // transform: scale(1.05); /* Subtle scale effect to pop the element */\n // animation: pulseEffect 1.5s infinite; /* Pulsing animation */\n \n }\n\n @keyframes pulseEffect {\n 0% {\n box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);\n // transform: var(--base-transform) scale(1.05);\n // background-color: #FFFF0B;\n }\n 50% {\n box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);\n // transform: var(--base-transform) scale(1.1);\n // background-color: #FFFF0B;\n }\n 100% {\n box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);\n // transform: var(--base-transform) scale(1.05);\n // background-color: #FFFF0B;\n }\n }\n `,document.head.appendChild(t)}}function k(e){e&&e.classList.remove("speaking-highlight")}function z(){const e=document.querySelector("lido-balance");if(!e)return;const r=Array.from(document.querySelectorAll('[drop-to^="lefthandle"]')),t=Array.from(document.querySelectorAll('[drop-to^="righthandle"]'));e.leftVal=I(r,e.operation),e.rightVal=I(t,e.operation),console.log("leftpan:",e.leftVal,"rightpan:",e.rightVal),e.updateTilt&&e.updateTilt(e.leftVal,e.rightVal)}function I(e,r){if(0===e.length)return null;if("count"===r)return e.length;const t=e.map((e=>e.getAttribute("value")||"0")).join(["add","+"].includes(r)?" + ":["subtract","-"].includes(r)?" - ":["multiply","*"].includes(r)?" * ":["divide","/"].includes(r)?" / ":" + ");try{const e=GA(t);return"number"==typeof e?e:"boolean"==typeof e?e?1:0:parseFloat(t)||0}catch(e){return console.warn("invalid exp",t),0}}function R(e,r){if(!e.getAttribute("equationCheck"))return!1;const t=document.querySelector("lido-balance");if(!t)return!1;const n=t.leftVal,i=t.rightVal;if(null==n||null==i)return!1;const a=r===(n>i?">":n<i?"<":"=");return console.log("Result:",a),a}const j=[];function U(e,r,n){e.style.pointerEvents="none",setTimeout((()=>{var i,a,u;const s=document.createElement("div");e.append(s),s.classList.add("after-drop-popup-container"),r.style.scale="1",n.style.scale="1";const c=e.querySelectorAll('[type="drag"]'),f=Array.from(c).map((e=>e.parentElement)).every((e=>e===r.parentElement));JSON.parse(null!==(i=e.getAttribute(t))&&void 0!==i?i:"[]");const l=null!==(a=r.getAttribute("value"))&&void 0!==a?a:null===(u=r.textContent)||void 0===u?void 0:u.trim();l&&j.push(l),f?(r.remove(),n.remove()):(r.parentElement.parentElement.remove(),n.parentElement.parentElement.remove()),r.classList.add("zoom-fade-in","after-drop-popup-drag-element"),n.classList.add("zoom-fade-in","after-drop-popup-drop-element"),s.appendChild(r),s.appendChild(n),n.classList.remove("empty"),setTimeout((()=>{r.classList.remove("zoom-fade-in"),n.classList.remove("zoom-fade-in"),r.classList.add("zoom-fade-out"),n.classList.add("zoom-fade-out"),setTimeout((()=>{s.remove(),e.style.pointerEvents="auto";const r=e.getAttribute("objective");r&&j.map((e=>e.trim())).sort().join(",")===r.split(",").map((e=>e.trim())).sort().join(",")&&(async()=>{const r=(null==e?void 0:e.getAttribute("onCorrect"))||"";await BA(r,e),window.dispatchEvent(new CustomEvent(o)),IA(),j.length=0})()}),800)}),2e3)}),250)}function P(){const e={};return document.querySelectorAll("[type='drop']").forEach((r=>{const t=r.getAttribute("tab-index")||r.id,n=!!document.querySelector(`[${d}="${r.id}"]`);r.setAttribute("is-full",String(n)),e[t]={drop:r.id,isFull:n}})),e}const $=e=>{e.style.animation="unset";const r=window.getComputedStyle(e).transform;if("none"===r)return 1;{const e=r.match(/matrix\(([^)]+)\)/);if(e){const r=e[1].split(", ");return parseFloat(r[0])}}return 1};let L=!1;const _=e=>{console.log("Setting dragging disabled to:",e),L=e},J=(e,r)=>{const t=e.getBoundingClientRect(),n=document.querySelectorAll(`[type="${r}"]`);let i=null,a=0;return n.forEach((n=>{if(n===e)return;const o=n.getBoundingClientRect(),u=Math.max(0,Math.min(t.right,o.right)-Math.max(t.left,o.left))*Math.max(0,Math.min(t.bottom,o.bottom)-Math.max(t.top,o.top));0!==u&&("slide"===r?u>=.1*Math.min(t.width*t.height,o.width*o.height)&&u>a&&(a=u,i=n):u>a&&(a=u,i=n))})),i};function W(e,r,t){if(!r||!e||!t)return;const n=r.getBoundingClientRect(),i=e.getBoundingClientRect(),a=window.getComputedStyle(e),o=new DOMMatrixReadOnly(a.transform),u=o.m42||0,s=n.top-i.top,c=(o.m41||0)+(n.left-i.left)*(1/tM()),f=u+s*(1/tM());e.style.transition="transform 0.5s ease",e.style.transform=`translate(${c}px, ${f}px)`}function V(e,r,n,i,a){var o;e.classList.remove("dropped");const u=document.getElementById(h),s=u.querySelectorAll(`#${e.id}`),c=Array.from(s).find((r=>e!==r&&!r.classList.contains("dropped")));e.style.transition="transform 0.5s ease",c?(W(e,c,u),setTimeout((()=>{u.getAttribute("drop-action")===b.InfiniteDrop?(e.removeAttribute("hasDummy"),e.style.width=c.style.width,e.style.height=c.style.height):(c.style.width=e.style.width,c.style.height=e.style.height),e.style.transform="translate(0,0)",e.style.position="unset",c.replaceWith(e)}),500)):e.style.transform="translate(0,0)";let f=X.get(e);if(f){if(X.delete(e),Z(f),(null===(o=null==f?void 0:f.getAttribute("drop-attr"))||void 0===o?void 0:o.toLowerCase())===x.Stretch){const e=f.getAttribute("data-original-width");e?(f.style.width=e,f.removeAttribute("data-original-width")):(f.style.width="",f.removeAttribute("data-original-width"))}let r=Object.values(n).find((e=>document.getElementById(e.drop)===f));if(r){r.isFull=!1;const e=document.getElementById(r.drop);e&&e.removeAttribute("is-full")}X.delete(e)}if(i){let r=JSON.parse(i);r=r.filter((r=>r!=e.value)),u.setAttribute(t,JSON.stringify(r))}if(a){let r=JSON.parse(a);const t=u.querySelector(`#${e.getAttribute(d)}`);t&&delete r[t.getAttribute("tab-index")],e.removeAttribute(d),Z(f),z()}document.querySelectorAll("[type='drop']").forEach((e=>{var r;const t=EA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==x.Diagonal&&("lido-text"===e.tagName.toLowerCase()&&(e.style.backgroundColor="transparent"),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="0",e.style.backgroundColor="transparent")):("lido-text"===e.tagName.toLowerCase()&&(e.style.backgroundColor="transparent"),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="1",e.style.backgroundColor="transparent"))})),UA()}async function H(e,r){var n,i,a,o,u,s,c,f;const v=document.getElementById(h),y=null!==(n=v.getAttribute(t))&&void 0!==n?n:"[]",g=JSON.stringify(EA()),b=EA();JSON.stringify(b),console.log("dragggedddd elem",{value:e.getAttribute("value")});let w=P();r||V(e,0,w,y,g);const D=r.getAttribute("tab-index"),N="false"===r.getAttribute("is-allow-only-one-drop");if((null===(i=w[D])||void 0===i?void 0:i.isFull)&&!N)return void V(e,0,w,y,g);if("true"===v.getAttribute("is-allow-only-correct")){if(!r)return e.style.transition="transform 0.5s ease",e.style.transform="translate(0, 0)",void V(e,0,w,y,g);let t;const n=(null===(a=e.getAttribute("value"))||void 0===a?void 0:a.trim())||"",i=(null===(o=r.getAttribute("value"))||void 0===o?void 0:o.trim())||"";if(Number(n)){const e=Number(n);t=i.includes(",")?i.split(",").some((r=>Number(r)===e)):Number(i)===e}else t=i.toLowerCase().includes(n.toLowerCase());if(!t){e.style.transition="transform 0.5s ease",W(e,r,v);const t=r.getAttribute("onInCorrect");return console.log("onincorrectttt",t),await BA(t,r,e),setTimeout((()=>{e.style.transform="translate(0, 0)",zA(!1),V(e,0,w,y,g)}),500),void("option"===e.type&&Array.from(v.querySelectorAll(`[value="${e.value}"]`)).forEach((r=>{r!==e&&r.getAttribute("value")===e.getAttribute("value")&&r.replaceWith(e)})))}{const t=v.getAttribute("dropAttr");t&&t.toLowerCase()===x.EnableAnimation.toLowerCase()&&U(v,e,r)}}else{const t=v.getAttribute("dropAttr");t&&t.toLowerCase()===x.EnableAnimation.toLowerCase()&&U(v,e,r)}if(r){let n=JSON.parse(null!==(u=v.getAttribute(t))&&void 0!==u?u:"[]");const i=e.getAttribute("value");if(i&&!n.includes(i)&&n.push(i),v.setAttribute(t,JSON.stringify(n)),"stretch"===r.getAttribute("drop-attr")){if(!r.hasAttribute("data-original-width")){const e=window.getComputedStyle(r);r.setAttribute("data-original-width",e.width)}r.style.width=`${e.offsetWidth}px`}if((null===(s=r.getAttribute("dropAttr"))||void 0===s?void 0:s.toLowerCase())!==x.Diagonal&&("1"===r.getAttribute("minDrops")||!r.getAttribute("minDrops"))){const t=Object.values(w).find((e=>document.getElementById(e.drop)===r));if("true"===r.getAttribute("is-allow-only-one-drop")&&t?(t.isFull=!0,r.setAttribute("is-full","true")):console.warn("No matching drop item found for",r),g){let r=JSON.parse(g);for(const t in r)if(r[t].includes(e.value)&&e.classList.contains("dropped")){const t=e.getAttribute("drop-to"),n=v.querySelector(`#${t}`).getAttribute("tab-index");n&&delete r[n]}}if(e.classList.add("dropped"),e&&(r?e.setAttribute(d,null==r?void 0:r.id):e.removeAttribute(d),e.setAttribute(p,(new Date).getTime().toString())),r&&!(null===(c=w[D])||void 0===c?void 0:c.isFull)){let t=J(e,"drag");if("true"===r.getAttribute("is-allow-only-one-drop")&&t)return e.style.transform="translate(0,0)",e.style.transition="transform 0.5s ease",void document.querySelectorAll("[type='drop']").forEach((e=>{var r;const t=EA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==x.Diagonal&&("lido-text"===e.tagName.toLowerCase()&&(e.style.border="",e.style.backgroundColor="transparent"),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="0")):("lido-text"===e.tagName.toLowerCase()&&(e.style.border="",e.style.backgroundColor=""),e.tagName.toLowerCase(),e.style.opacity="1")}))}}}if(!r)return void V(e,0,w,y,g);if(z(),g){let r=X.get(e);if(r){let e=Object.values(w).find((e=>document.getElementById(e.drop)===r));e&&(e.isFull=!1,Y())}}let A=parseInt(null!==(f=v.getAttribute(m))&&void 0!==f?f:"0");if(A+=1,v.setAttribute(m,String(A)),A===kA(r.value)){const e=Object.values(w).find((e=>document.getElementById(e.drop)===r));e?e.isFull=!0:console.warn("No matching drop item found for",r),A=0,v.setAttribute(m,String(A))}X.set(e,r);const M=r.value.toLowerCase().includes(e.value.toLowerCase());!function(e,r,t){C(l,{dragElement:e,dropElement:r,isCorrect:t,createdAt:(new Date).toISOString()})}(e,r,M),e.style.opacity="1",document.querySelectorAll(".drop-element").forEach((e=>Z(e))),await RA(e,r)}function Z(e){if(!e||!e.classList.contains("drop-element"))return;const r=document.getElementById(h);r&&"true"===r.getAttribute("show-drop-border")&&(document.querySelectorAll(`[${d}="${e.id}"]`).length>0?(e.classList.add("filled"),e.classList.remove("empty")):(e.classList.contains("math-matrix")||e.classList.add("empty"),e.classList.remove("filled")))}async function G(e,r){if(document.querySelectorAll(`[type='${r}']`).forEach((e=>{T(e)})),!document.querySelector("#dynamic-highlight-style")){const e=document.createElement("style");e.id="dynamic-highlight-style",e.innerHTML="\n .highlight {\n // border: 4px solid #e74c3c; /* Thicker red border for more visibility */\n // border-radius: 12px; /* Larger rounded corners */\n // background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */\n // box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */\n // outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */\n }\n ",document.head.appendChild(e)}null==e||e.classList.add("highlight"),e.ariaPressed="true";const t="drop"===r?e:document.querySelector("[type='drop'].highlight"),n="drag"===r?e:document.querySelector("[type='drag'].highlight");if(t||async function(e){const r=e.getAttribute("audio");r&&r.trim().length>0&&K.getI().stop();const t=P(),n=e;if(!n)return void console.error("Element not found");const i=getComputedStyle(n).transform;if(T(e),i&&"none"!==i&&"matrix(1, 0, 0, 1, 0, 0)"!==i)return void H(n,null);let a=Object.values(t).find((e=>!e.isFull));if(a){const e=document.querySelector(`#${a.drop}`);n.style.transition="transform 0.5s ease",H(n,e)}}(e),t&&n){if(n.getAttribute("drop-to"))return;n.style.transition="transform 0.5s ease",n.style.transform="";const e=document.getElementById(h),r=$(e);console.log("🚀 ~ onClickDropOrDragElement ~ containerScale:",r);const i=t.getBoundingClientRect(),a=n.getBoundingClientRect();n.style.transform=`translate(${(i.left-a.left)/r}px, ${(i.top-a.top)/r}px)`,document.querySelectorAll("*").forEach((e=>{T(e)})),await H(n,t)}}const X=new Map,Q=document.getElementById(h),Y=()=>{const e=document.querySelectorAll("[type='drop']");let r=EA();e&&Q&&r&&e&&e.forEach((e=>{var t;const n=e,i=n.getAttribute("tab-index");if((null===(t=null==n?void 0:n.getAttribute("drop-attr"))||void 0===t?void 0:t.toLowerCase())===x.Stretch&&!1===r[i].isFull){const r=n.getAttribute("data-original-width");e.removeAttribute("is-full"),r&&(n.style.width=r,n.removeAttribute("data-original-width"))}}))};class K{constructor(){this.audioElement=document.createElement("audio"),this.audioElement.id="audio",document.body.appendChild(this.audioElement),this.registerGlobalStopEvents()}static getI(){return K.instance||(K.instance=new K),K.instance}stop(){(null===window||void 0===window?void 0:window.speechSynthesis)&&window.speechSynthesis.cancel(),this.audioElement.pause(),this.audioElement.currentTime=0,this.audioElement.src="",document.querySelectorAll(".speaking-highlight").forEach((e=>k(e)));const e=document.querySelector("#play"),r=document.querySelector("#pause");e&&r&&(e.style.visibility="visible",r.style.visibility="hidden")}async play(e){try{await K.getI().stop()}catch(e){console.error("Error stopping audio before speak action:",e)}let r=e.getAttribute("audio")||"";if(!r){const t=e.children;for(let e=0;e<t.length;e++){const n=t[e].getAttribute("audio");if(n){r=n;break}}}if(r){r=WA(r),this.audioElement.src=r,console.log("🚀 Playing audio:",this.audioElement.src);try{_(!0),O(e),await this.audioElement.play(),await new Promise((e=>{this.audioElement.onended=()=>{e()}}))}catch(e){console.log("🎧 Audio play error:",e)}finally{this.audioElement.onended=null,_(!1),k(e)}}else if(e.textContent)try{O(e),await async function(e,r){return new Promise(((t,n)=>{if(!("speechSynthesis"in window))return void n(new Error("Speech synthesis is not supported in this browser."));const i=window.speechSynthesis;setTimeout((()=>{const n=new SpeechSynthesisUtterance(e);n.onend=()=>{t(!0)},i.speak(n),i.speaking||k(r)}),50)}))}(e.textContent,e),document.querySelectorAll(".speaking-highlight").forEach((e=>k(e)))}catch(e){console.log("🎧 TTS Error:",e)}finally{_(!1)}}registerGlobalStopEvents(){[o,u,a,s,i,c,f].forEach((e=>{window.addEventListener(e,(()=>this.stop()))}))}destroy(){console.log("AudioPlayer destroyed (hot-reload safe)"),this.stop(),this.audioElement.parentNode&&this.audioElement.parentNode.removeChild(this.audioElement),K.instance=void 0}}let ee;const re=e=>{const r=document.createElement("div");if("option"===e.getAttribute("type"))return r.style.width=e.style.width,r.style.height=e.style.height,r;const t=e.style.width,n=e.style.padding;return e.style.width="auto",e.style.padding="0 20px",r.style.width=`${e.offsetWidth+20}px`,r.style.height=`${e.offsetHeight+20}px`,r.style.border="1px solid",r.style.backgroundColor="#00000021",r.style.borderRadius="10px",e.style.width=t,e.style.padding=n,r.setAttribute("value",`${e.getAttribute("value")}`),r};const te=e=>{e.style.opacity="",e.style.cursor="move",e.style.zIndex="",e.style.transform="",e.style.position="",e.style.left="",e.style.top=""};function ne(e,r){const t=Array.from(document.querySelectorAll(`[type="${r}"]`));let n=0,i=null;const a=e.getBoundingClientRect();for(const r of t){if(r===e)continue;const t=ae(a,r.getBoundingClientRect());t>n&&(n=t,i=r)}return i}function ie(e){return e instanceof MouseEvent?{clientX:e.clientX,clientY:e.clientY}:{clientX:e.touches[0].clientX,clientY:e.touches[0].clientY}}function ae(e,r){return Math.max(0,Math.min(e.right,r.right)-Math.max(e.left,r.left))*Math.max(0,Math.min(e.bottom,r.bottom)-Math.max(e.top,r.top))}const oe=(e,r)=>{var n;console.log("worddrop");const i=document.getElementById(h),a=i.getAttribute("objective").split(",");let o=JSON.parse(null!==(n=i.getAttribute(t))&&void 0!==n?n:"[]");o=Array.from(e.children).map((e=>e.getAttribute("value"))),i.setAttribute(t,JSON.stringify(o));const u=o.indexOf(r.value);if(u>=0){const e=OA(r.value,[a[u].trim()]);!e&&i.getAttribute("is-allow-only-correct")&&Array.from(i.querySelectorAll(`[value="${r.value}"]`)).find((e=>e!==r)).replaceWith(r),zA(e),UA()}};async function ue(e,r){e.classList.add("dropped");let t=EA(),n=t[r.getAttribute("tab-index")];if(!Array.isArray(n)||!n.includes(e.value)){for(const r in t){const n=t[r].indexOf(e.value);-1!==n&&t[r].splice(n,1)}(null==r?void 0:r.id)&&e.setAttribute(d,r.id),await RA(e,r)}}const se=e=>new Promise((r=>setTimeout(r,e))),ce=async()=>{const e=document.getElementById(h);if(!e)return;e.style.pointerEvents="none";const r=Array.from(e.querySelectorAll('[type="slide"]')),t=$(e),n=r.length,i=n%2==0?n:n-1;for(let e=0;e<i;e+=2){const n=r[e],i=r[e+1],a=n.getBoundingClientRect(),o=i.getBoundingClientRect(),u=(o.left+o.width/2-(a.left+a.width/2))/t,s=(o.top+o.height/2-(a.top+a.height/2))/t;n.style.transition=i.style.transition="transform 0.5s ease",n.style.transform=`translate(${u}px, ${s}px)`,i.style.transform=`translate(${-u}px, ${-s}px)`}await se(800);for(let e=0;e<i;e++)r[e].style.transform="translate(0, 0)";await se(500);for(let e=0;e<i;e++)r[e].style.transition="";e.style.pointerEvents=""};var fe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function le(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var me={exports:{}};me.exports=function(){function e(r){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(r)}var r=/^\s+/,t=/\s+$/;function n(i,a){if(a=a||{},(i=i||"")instanceof n)return i;if(!(this instanceof n))return new n(i,a);var o=function(n){var i={r:0,g:0,b:0},a=1,o=null,u=null,s=null,c=!1,f=!1;return"string"==typeof n&&(n=function(e){e=e.replace(r,"").replace(t,"").toLowerCase();var n,i=!1;if(b[e])e=b[e],i=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(n=O.rgb.exec(e))?{r:n[1],g:n[2],b:n[3]}:(n=O.rgba.exec(e))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=O.hsl.exec(e))?{h:n[1],s:n[2],l:n[3]}:(n=O.hsla.exec(e))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=O.hsv.exec(e))?{h:n[1],s:n[2],v:n[3]}:(n=O.hsva.exec(e))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=O.hex8.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),a:F(n[4]),format:i?"name":"hex8"}:(n=O.hex6.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),format:i?"name":"hex"}:(n=O.hex4.exec(e))?{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),a:F(n[4]+""+n[4]),format:i?"name":"hex8"}:!!(n=O.hex3.exec(e))&&{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),format:i?"name":"hex"}}(n)),"object"==e(n)&&(k(n.r)&&k(n.g)&&k(n.b)?(l=n.r,m=n.g,d=n.b,i={r:255*N(l,255),g:255*N(m,255),b:255*N(d,255)},c=!0,f="%"===String(n.r).substr(-1)?"prgb":"rgb"):k(n.h)&&k(n.s)&&k(n.v)?(o=E(n.s),u=E(n.v),i=function(e,r,t){e=6*N(e,360),r=N(r,100),t=N(t,100);var n=Math.floor(e),i=e-n,a=t*(1-r),o=t*(1-i*r),u=t*(1-(1-i)*r),s=n%6;return{r:255*[t,o,a,a,u,t][s],g:255*[u,t,t,o,a,a][s],b:255*[a,a,u,t,t,o][s]}}(n.h,o,u),c=!0,f="hsv"):k(n.h)&&k(n.s)&&k(n.l)&&(o=E(n.s),s=E(n.l),i=function(e,r,t){var n,i,a;function o(e,r,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?e+6*(r-e)*t:t<.5?r:t<2/3?e+(r-e)*(2/3-t)*6:e}if(e=N(e,360),r=N(r,100),t=N(t,100),0===r)n=i=a=t;else{var u=t<.5?t*(1+r):t+r-t*r,s=2*t-u;n=o(s,u,e+1/3),i=o(s,u,e),a=o(s,u,e-1/3)}return{r:255*n,g:255*i,b:255*a}}(n.h,o,s),c=!0,f="hsl"),n.hasOwnProperty("a")&&(a=n.a)),a=D(a),{ok:c,format:n.format||f,r:Math.min(255,Math.max(i.r,0)),g:Math.min(255,Math.max(i.g,0)),b:Math.min(255,Math.max(i.b,0)),a};var l,m,d}(i);this._originalInput=i,this._r=o.r,this._g=o.g,this._b=o.b,this._a=o.a,this._roundA=Math.round(100*this._a)/100,this._format=a.format||o.format,this._gradientType=a.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=o.ok}function i(e,r,t){e=N(e,255),r=N(r,255),t=N(t,255);var n,i,a=Math.max(e,r,t),o=Math.min(e,r,t),u=(a+o)/2;if(a==o)n=i=0;else{var s=a-o;switch(i=u>.5?s/(2-a-o):s/(a+o),a){case e:n=(r-t)/s+(r<t?6:0);break;case r:n=(t-e)/s+2;break;case t:n=(e-r)/s+4}n/=6}return{h:n,s:i,l:u}}function a(e,r,t){e=N(e,255),r=N(r,255),t=N(t,255);var n,i,a=Math.max(e,r,t),o=Math.min(e,r,t),u=a,s=a-o;if(i=0===a?0:s/a,a==o)n=0;else{switch(a){case e:n=(r-t)/s+(r<t?6:0);break;case r:n=(t-e)/s+2;break;case t:n=(e-r)/s+4}n/=6}return{h:n,s:i,v:u}}function o(e,r,t,n){var i=[C(Math.round(e).toString(16)),C(Math.round(r).toString(16)),C(Math.round(t).toString(16))];return n&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function u(e,r,t,n){return[C(S(n)),C(Math.round(e).toString(16)),C(Math.round(r).toString(16)),C(Math.round(t).toString(16))].join("")}function s(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.s-=r/100,t.s=A(t.s),n(t)}function c(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.s+=r/100,t.s=A(t.s),n(t)}function f(e){return n(e).desaturate(100)}function l(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.l+=r/100,t.l=A(t.l),n(t)}function m(e,r){r=0===r?0:r||10;var t=n(e).toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(-r/100*255))),t.g=Math.max(0,Math.min(255,t.g-Math.round(-r/100*255))),t.b=Math.max(0,Math.min(255,t.b-Math.round(-r/100*255))),n(t)}function d(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.l-=r/100,t.l=A(t.l),n(t)}function p(e,r){var t=n(e).toHsl(),i=(t.h+r)%360;return t.h=i<0?360+i:i,n(t)}function h(e){var r=n(e).toHsl();return r.h=(r.h+180)%360,n(r)}function v(e,r){if(isNaN(r)||r<=0)throw new Error("Argument to polyad must be a positive number");for(var t=n(e).toHsl(),i=[n(e)],a=360/r,o=1;o<r;o++)i.push(n({h:(t.h+o*a)%360,s:t.s,l:t.l}));return i}function y(e){var r=n(e).toHsl(),t=r.h;return[n(e),n({h:(t+72)%360,s:r.s,l:r.l}),n({h:(t+216)%360,s:r.s,l:r.l})]}function g(e,r,t){r=r||6,t=t||30;var i=n(e).toHsl(),a=360/t,o=[n(e)];for(i.h=(i.h-(a*r>>1)+720)%360;--r;)i.h=(i.h+a)%360,o.push(n(i));return o}function x(e,r){r=r||6;for(var t=n(e).toHsv(),i=t.h,a=t.s,o=t.v,u=[],s=1/r;r--;)u.push(n({h:i,s:a,v:o})),o=(o+s)%1;return u}n.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,r,t,n=this.toRgb();return r=n.g/255,t=n.b/255,.2126*((e=n.r/255)<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4))+.0722*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))},setAlpha:function(e){return this._a=D(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=a(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=a(this._r,this._g,this._b),r=Math.round(360*e.h),t=Math.round(100*e.s),n=Math.round(100*e.v);return 1==this._a?"hsv("+r+", "+t+"%, "+n+"%)":"hsva("+r+", "+t+"%, "+n+"%, "+this._roundA+")"},toHsl:function(){var e=i(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=i(this._r,this._g,this._b),r=Math.round(360*e.h),t=Math.round(100*e.s),n=Math.round(100*e.l);return 1==this._a?"hsl("+r+", "+t+"%, "+n+"%)":"hsla("+r+", "+t+"%, "+n+"%, "+this._roundA+")"},toHex:function(e){return o(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,r,t,n,i){var a=[C(Math.round(e).toString(16)),C(Math.round(r).toString(16)),C(Math.round(t).toString(16)),C(S(n))];return i&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)&&a[3].charAt(0)==a[3].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0):a.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*N(this._r,255))+"%",g:Math.round(100*N(this._g,255))+"%",b:Math.round(100*N(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*N(this._r,255))+"%, "+Math.round(100*N(this._g,255))+"%, "+Math.round(100*N(this._b,255))+"%)":"rgba("+Math.round(100*N(this._r,255))+"%, "+Math.round(100*N(this._g,255))+"%, "+Math.round(100*N(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(w[o(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var r="#"+u(this._r,this._g,this._b,this._a),t=r,i=this._gradientType?"GradientType = 1, ":"";if(e){var a=n(e);t="#"+u(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+r+",endColorstr="+t+")"},toString:function(e){var r=!!e;e=e||this._format;var t=!1;return r||!(this._a<1&&this._a>=0)||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(t=this.toRgbString()),"prgb"===e&&(t=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(t=this.toHexString()),"hex3"===e&&(t=this.toHexString(!0)),"hex4"===e&&(t=this.toHex8String(!0)),"hex8"===e&&(t=this.toHex8String()),"name"===e&&(t=this.toName()),"hsl"===e&&(t=this.toHslString()),"hsv"===e&&(t=this.toHsvString()),t||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return n(this.toString())},_applyModification:function(e,r){var t=e.apply(null,[this].concat([].slice.call(r)));return this._r=t._r,this._g=t._g,this._b=t._b,this.setAlpha(t._a),this},lighten:function(){return this._applyModification(l,arguments)},brighten:function(){return this._applyModification(m,arguments)},darken:function(){return this._applyModification(d,arguments)},desaturate:function(){return this._applyModification(s,arguments)},saturate:function(){return this._applyModification(c,arguments)},greyscale:function(){return this._applyModification(f,arguments)},spin:function(){return this._applyModification(p,arguments)},_applyCombination:function(e,r){return e.apply(null,[this].concat([].slice.call(r)))},analogous:function(){return this._applyCombination(g,arguments)},complement:function(){return this._applyCombination(h,arguments)},monochromatic:function(){return this._applyCombination(x,arguments)},splitcomplement:function(){return this._applyCombination(y,arguments)},triad:function(){return this._applyCombination(v,[3])},tetrad:function(){return this._applyCombination(v,[4])}},n.fromRatio=function(r,t){if("object"==e(r)){var i={};for(var a in r)r.hasOwnProperty(a)&&(i[a]="a"===a?r[a]:E(r[a]));r=i}return n(r,t)},n.equals=function(e,r){return!(!e||!r)&&n(e).toRgbString()==n(r).toRgbString()},n.random=function(){return n.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},n.mix=function(e,r,t){t=0===t?0:t||50;var i=n(e).toRgb(),a=n(r).toRgb(),o=t/100;return n({r:(a.r-i.r)*o+i.r,g:(a.g-i.g)*o+i.g,b:(a.b-i.b)*o+i.b,a:(a.a-i.a)*o+i.a})},n.readability=function(e,r){var t=n(e),i=n(r);return(Math.max(t.getLuminance(),i.getLuminance())+.05)/(Math.min(t.getLuminance(),i.getLuminance())+.05)},n.isReadable=function(e,r,t){var i,a,o=n.readability(e,r);switch(a=!1,(i=function(e){var r,t;return"AA"!==(r=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==r&&(r="AA"),"small"!==(t=(e.size||"small").toLowerCase())&&"large"!==t&&(t="small"),{level:r,size:t}}(t)).level+i.size){case"AAsmall":case"AAAlarge":a=o>=4.5;break;case"AAlarge":a=o>=3;break;case"AAAsmall":a=o>=7}return a},n.mostReadable=function(e,r,t){var i,a,o,u,s=null,c=0;a=(t=t||{}).includeFallbackColors,o=t.level,u=t.size;for(var f=0;f<r.length;f++)(i=n.readability(e,r[f]))>c&&(c=i,s=n(r[f]));return n.isReadable(e,s,{level:o,size:u})||!a?s:(t.includeFallbackColors=!1,n.mostReadable(e,["#fff","#000"],t))};var b=n.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},w=n.hexNames=function(e){var r={};for(var t in e)e.hasOwnProperty(t)&&(r[e[t]]=t);return r}(b);function D(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function N(e,r){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var t=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=Math.min(r,Math.max(0,parseFloat(e))),t&&(e=parseInt(e*r,10)/100),Math.abs(e-r)<1e-6?1:e%r/parseFloat(r)}function A(e){return Math.min(1,Math.max(0,e))}function M(e){return parseInt(e,16)}function C(e){return 1==e.length?"0"+e:""+e}function E(e){return e<=1&&(e=100*e+"%"),e}function S(e){return Math.round(255*parseFloat(e)).toString(16)}function F(e){return M(e)/255}var B,q,T,O=(q="[\\s|\\(]+("+(B="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+B+")[,|\\s]+("+B+")\\s*\\)?",T="[\\s|\\(]+("+B+")[,|\\s]+("+B+")[,|\\s]+("+B+")[,|\\s]+("+B+")\\s*\\)?",{CSS_UNIT:new RegExp(B),rgb:new RegExp("rgb"+q),rgba:new RegExp("rgba"+T),hsl:new RegExp("hsl"+q),hsla:new RegExp("hsla"+T),hsv:new RegExp("hsv"+q),hsva:new RegExp("hsva"+T),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function k(e){return!!O.CSS_UNIT.exec(e)}return n}();const de=me.exports;var pe={exports:{}};!function(e){function r(){return e.exports=r=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,r.apply(null,arguments)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(pe);const he=le(pe.exports);var ve={relTol:1e-12,absTol:1e-15,matrix:"Matrix",number:"number",numberFallback:"number",precision:64,predictable:!1,randomSeed:null};function ye(e,r){if(xe(e,r))return e[r];if("function"==typeof e[r]&&be(e,r))throw new Error('Cannot access method "'+r+'" as a property');throw new Error('No access to property "'+r+'"')}function ge(e,r,t){if(xe(e,r))return e[r]=t,t;throw new Error('No access to property "'+r+'"')}function xe(e,r){return!(!function(e){return"object"==typeof e&&e&&e.constructor===Object}(e)&&!Array.isArray(e)||!br(we,r)&&(r in Object.prototype||r in Function.prototype))}function be(e,r){return!(null==e||"function"!=typeof e[r]||br(e,r)&&Object.getPrototypeOf&&r in Object.getPrototypeOf(e)||!br(De,r)&&(r in Object.prototype||r in Function.prototype))}var we={length:!0,name:!0},De={toString:!0,valueOf:!0,toLocaleString:!0};class Ne{constructor(e){this.wrappedObject=e,this[Symbol.iterator]=this.entries}keys(){return Object.keys(this.wrappedObject).filter((e=>this.has(e))).values()}get(e){return ye(this.wrappedObject,e)}set(e,r){return ge(this.wrappedObject,e,r),this}has(e){return xe(this.wrappedObject,e)&&e in this.wrappedObject}entries(){return Me(this.keys(),(e=>[e,this.get(e)]))}forEach(e){for(var r of this.keys())e(this.get(r),r,this)}delete(e){xe(this.wrappedObject,e)&&delete this.wrappedObject[e]}clear(){for(var e of this.keys())this.delete(e)}get size(){return Object.keys(this.wrappedObject).length}}class Ae{constructor(e,r,t){this.a=e,this.b=r,this.bKeys=t,this[Symbol.iterator]=this.entries}get(e){return this.bKeys.has(e)?this.b.get(e):this.a.get(e)}set(e,r){return this.bKeys.has(e)?this.b.set(e,r):this.a.set(e,r),this}has(e){return this.b.has(e)||this.a.has(e)}keys(){return new Set([...this.a.keys(),...this.b.keys()])[Symbol.iterator]()}entries(){return Me(this.keys(),(e=>[e,this.get(e)]))}forEach(e){for(var r of this.keys())e(this.get(r),r,this)}delete(e){return this.bKeys.has(e)?this.b.delete(e):this.a.delete(e)}clear(){this.a.clear(),this.b.clear()}get size(){return[...this.keys()].length}}function Me(e,r){return{next:()=>{var t=e.next();return t.done?t:{value:r(t.value),done:!1}}}}function Ce(){return new Map}function Ee(e){if(!e)return Ce();if(Ge(e))return e;if(Ze(e))return new Ne(e);throw new Error("createMap can create maps from objects or Maps")}function Se(e){return"number"==typeof e}function Fe(e){return!(!e||"object"!=typeof e||"function"!=typeof e.constructor)&&(!0===e.isBigNumber&&"object"==typeof e.constructor.prototype&&!0===e.constructor.prototype.isBigNumber||"function"==typeof e.constructor.isDecimal&&!0===e.constructor.isDecimal(e))}function Be(e){return"bigint"==typeof e}function qe(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isComplex||!1}function Te(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isFraction||!1}function Oe(e){return e&&!0===e.constructor.prototype.isUnit||!1}function ke(e){return"string"==typeof e}var ze=Array.isArray;function Ie(e){return e&&!0===e.constructor.prototype.isMatrix||!1}function Re(e){return Array.isArray(e)||Ie(e)}function je(e){return e&&e.isDenseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function Ue(e){return e&&e.isSparseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function Pe(e){return e&&!0===e.constructor.prototype.isRange||!1}function $e(e){return e&&!0===e.constructor.prototype.isIndex||!1}function Le(e){return"boolean"==typeof e}function _e(e){return e&&!0===e.constructor.prototype.isResultSet||!1}function Je(e){return e&&!0===e.constructor.prototype.isHelp||!1}function We(e){return"function"==typeof e}function Ve(e){return e instanceof Date}function He(e){return e instanceof RegExp}function Ze(e){return!(!e||"object"!=typeof e||e.constructor!==Object||qe(e)||Te(e))}function Ge(e){return!!e&&(e instanceof Map||e instanceof Ne||"function"==typeof e.set&&"function"==typeof e.get&&"function"==typeof e.keys&&"function"==typeof e.has)}function Xe(e){return null===e}function Qe(e){return void 0===e}function Ye(e){return e&&!0===e.isAccessorNode&&!0===e.constructor.prototype.isNode||!1}function Ke(e){return e&&!0===e.isArrayNode&&!0===e.constructor.prototype.isNode||!1}function er(e){return e&&!0===e.isAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function rr(e){return e&&!0===e.isBlockNode&&!0===e.constructor.prototype.isNode||!1}function tr(e){return e&&!0===e.isConditionalNode&&!0===e.constructor.prototype.isNode||!1}function nr(e){return e&&!0===e.isConstantNode&&!0===e.constructor.prototype.isNode||!1}function ir(e){return nr(e)||fr(e)&&1===e.args.length&&nr(e.args[0])&&"-+~".includes(e.op)}function ar(e){return e&&!0===e.isFunctionAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function or(e){return e&&!0===e.isFunctionNode&&!0===e.constructor.prototype.isNode||!1}function ur(e){return e&&!0===e.isIndexNode&&!0===e.constructor.prototype.isNode||!1}function sr(e){return e&&!0===e.isNode&&!0===e.constructor.prototype.isNode||!1}function cr(e){return e&&!0===e.isObjectNode&&!0===e.constructor.prototype.isNode||!1}function fr(e){return e&&!0===e.isOperatorNode&&!0===e.constructor.prototype.isNode||!1}function lr(e){return e&&!0===e.isParenthesisNode&&!0===e.constructor.prototype.isNode||!1}function mr(e){return e&&!0===e.isRangeNode&&!0===e.constructor.prototype.isNode||!1}function dr(e){return e&&!0===e.isRelationalNode&&!0===e.constructor.prototype.isNode||!1}function pr(e){return e&&!0===e.isSymbolNode&&!0===e.constructor.prototype.isNode||!1}function hr(e){return e&&!0===e.constructor.prototype.isChain||!1}function vr(e){var r=typeof e;return"object"===r?null===e?"null":Fe(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":r}function yr(e){var r=typeof e;if("number"===r||"bigint"===r||"string"===r||"boolean"===r||null==e)return e;if("function"==typeof e.clone)return e.clone();if(Array.isArray(e))return e.map((function(e){return yr(e)}));if(e instanceof Date)return new Date(e.valueOf());if(Fe(e))return e;if(Ze(e))return function(e,r){var t={};for(var n in e)br(e,n)&&(t[n]=r(e[n]));return t}(e,yr);if("function"===r)return e;throw new TypeError("Cannot clone: unknown type of value (value: ".concat(e,")"))}function gr(e,r){for(var t in r)br(r,t)&&(e[t]=r[t]);return e}function xr(e,r){var t,n,i;if(Array.isArray(e)){if(!Array.isArray(r))return!1;if(e.length!==r.length)return!1;for(n=0,i=e.length;n<i;n++)if(!xr(e[n],r[n]))return!1;return!0}if("function"==typeof e)return e===r;if(e instanceof Object){if(Array.isArray(r)||!(r instanceof Object))return!1;for(t in e)if(!(t in r)||!xr(e[t],r[t]))return!1;for(t in r)if(!(t in e))return!1;return!0}return e===r}function br(e,r){return e&&Object.hasOwnProperty.call(e,r)}var wr=function(e){if(e)throw new Error("The global config is readonly. \nPlease create a mathjs instance if you want to change the default configuration. \nExample:\n\n import { create, all } from 'mathjs';\n const mathjs = create(all);\n mathjs.config({ number: 'BigNumber' });\n");return Object.freeze(ve)};he(wr,ve,{MATRIX_OPTIONS:["Matrix","Array"],NUMBER_OPTIONS:["number","BigNumber","Fraction"]});var Dr={exports:{}};Dr.exports=function(){function e(){return!0}function r(){return!1}function t(){}const n="Argument is not a typed-function.";var i=function i(){function a(e){return"object"==typeof e&&null!==e&&e.constructor===Object}const o=[{name:"number",test:function(e){return"number"==typeof e}},{name:"string",test:function(e){return"string"==typeof e}},{name:"boolean",test:function(e){return"boolean"==typeof e}},{name:"Function",test:function(e){return"function"==typeof e}},{name:"Array",test:Array.isArray},{name:"Date",test:function(e){return e instanceof Date}},{name:"RegExp",test:function(e){return e instanceof RegExp}},{name:"Object",test:a},{name:"null",test:function(e){return null===e}},{name:"undefined",test:function(e){return void 0===e}}],u={name:"any",test:e,isAny:!0};let s,c,f=0,l={createCount:0};function m(e){const r=s.get(e);if(r)return r;let t='Unknown type "'+e+'"';const n=e.toLowerCase();let i;for(i of c)if(i.toLowerCase()===n){t+='. Did you mean "'+i+'" ?';break}throw new TypeError(t)}function d(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"any";const t=r?m(r).index:c.length,n=[];for(let r=0;r<e.length;++r){if(!e[r]||"string"!=typeof e[r].name||"function"!=typeof e[r].test)throw new TypeError("Object with properties {name: string, test: function} expected");const i=e[r].name;if(s.has(i))throw new TypeError('Duplicate type name "'+i+'"');n.push(i),s.set(i,{name:i,test:e[r].test,isAny:e[r].isAny,index:t+r,conversionsTo:[]})}const i=c.slice(t);c=c.slice(0,t).concat(n).concat(i);for(let e=t+n.length;e<c.length;++e)s.get(c[e]).index=e}function p(){s=new Map,c=[],f=0,d([u],!1)}function h(e){const r=c.filter((r=>{const t=s.get(r);return!t.isAny&&t.test(e)}));return r.length?r:["any"]}function v(e){return e&&"function"==typeof e&&"_typedFunctionData"in e}function y(e,r,t){if(!v(e))throw new TypeError(n);const i=t&&t.exact,a=D(Array.isArray(r)?r.join(","):r),o=g(a);if(!i||o in e.signatures){const r=e._typedFunctionData.signatureMap.get(o);if(r)return r}const u=a.length;let s,c;if(i){let r;for(r in s=[],e.signatures)s.push(e._typedFunctionData.signatureMap.get(r))}else s=e._typedFunctionData.signatures;for(let e=0;e<u;++e){const r=a[e],t=[];let n;for(n of s){const i=C(n.params,e);if(i&&(!r.restParam||i.restParam)){if(!i.hasAny){const e=w(i);if(r.types.some((r=>!e.has(r.name))))continue}t.push(n)}}if(s=t,0===s.length)break}for(c of s)if(c.params.length<=u)return c;throw new TypeError("Signature not found (signature: "+(e.name||"unnamed")+"("+g(a,", ")+"))")}function g(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:",";return e.map((e=>e.name)).join(r)}function x(e){const r=0===e.indexOf("..."),t=(r?e.length>3?e.slice(3):"any":e).split("|").map((e=>m(e.trim())));let n=!1,i=r?"...":"";return{types:t.map((function(e){return n=e.isAny||n,i+=e.name+"|",{name:e.name,typeIndex:e.index,test:e.test,isAny:e.isAny,conversion:null,conversionIndex:-1}})),name:i.slice(0,-1),hasAny:n,hasConversion:!1,restParam:r}}function b(e){const r=function(e){if(0===e.length)return[];const r=e.map(m);e.length>1&&r.sort(((e,r)=>e.index-r.index));let t=r[0].conversionsTo;if(1===e.length)return t;t=t.concat([]);const n=new Set(e);for(let e=1;e<r.length;++e){let i;for(i of r[e].conversionsTo)n.has(i.from)||(t.push(i),n.add(i.from))}return t}(e.types.map((e=>e.name)));let t=e.hasAny,n=e.name;const i=r.map((function(e){const r=m(e.from);return t=r.isAny||t,n+="|"+e.from,{name:e.from,typeIndex:r.index,test:r.test,isAny:r.isAny,conversion:e,conversionIndex:e.index}}));return{types:e.types.concat(i),name:n,hasAny:t,hasConversion:i.length>0,restParam:e.restParam}}function w(e){return e.typeSet||(e.typeSet=new Set,e.types.forEach((r=>e.typeSet.add(r.name)))),e.typeSet}function D(e){const r=[];if("string"!=typeof e)throw new TypeError("Signatures must be strings");const t=e.trim();if(""===t)return r;const n=t.split(",");for(let e=0;e<n.length;++e){const t=x(n[e].trim());if(t.restParam&&e!==n.length-1)throw new SyntaxError('Unexpected rest parameter "'+n[e]+'": only allowed for the last parameter');if(0===t.types.length)return null;r.push(t)}return r}function N(e){const r=J(e);return!!r&&r.restParam}function A(r){if(r&&0!==r.types.length){if(1===r.types.length)return m(r.types[0].name).test;if(2===r.types.length){const e=m(r.types[0].name).test,t=m(r.types[1].name).test;return function(r){return e(r)||t(r)}}{const e=r.types.map((function(e){return m(e.name).test}));return function(r){for(let t=0;t<e.length;t++)if(e[t](r))return!0;return!1}}}return e}function M(e){let r,t,n;if(N(e)){r=_(e).map(A);const t=r.length,n=A(J(e)),i=function(e){for(let r=t;r<e.length;r++)if(!n(e[r]))return!1;return!0};return function(e){for(let t=0;t<r.length;t++)if(!r[t](e[t]))return!1;return i(e)&&e.length>=t+1}}return 0===e.length?function(e){return 0===e.length}:1===e.length?(t=A(e[0]),function(e){return t(e[0])&&1===e.length}):2===e.length?(t=A(e[0]),n=A(e[1]),function(e){return t(e[0])&&n(e[1])&&2===e.length}):(r=e.map(A),function(e){for(let t=0;t<r.length;t++)if(!r[t](e[t]))return!1;return e.length===r.length})}function C(e,r){return r<e.length?e[r]:N(e)?J(e):null}function E(e,r){const t=C(e,r);return t?w(t):new Set}function S(e){return null==e.conversion}function F(e,r){const t=new Set;return e.forEach((e=>{const n=E(e.params,r);let i;for(i of n)t.add(i)})),t.has("any")?["any"]:Array.from(t)}function B(e,r,t){let n,i;const a=e||"unnamed";let o,u=t;for(o=0;o<r.length;o++){const e=[];if(u.forEach((t=>{const n=A(C(t.params,o));(o<t.params.length||N(t.params))&&n(r[o])&&e.push(t)})),0===e.length){if(i=F(u,o),i.length>0){const e=h(r[o]);return n=new TypeError("Unexpected type of argument in function "+a+" (expected: "+i.join(" or ")+", actual: "+e.join(" | ")+", index: "+o+")"),n.data={category:"wrongType",fn:a,index:o,actual:e,expected:i},n}}else u=e}const s=u.map((function(e){return N(e.params)?1/0:e.params.length}));if(r.length<Math.min.apply(null,s))return i=F(u,o),n=new TypeError("Too few arguments in function "+a+" (expected: "+i.join(" or ")+", index: "+r.length+")"),n.data={category:"tooFewArgs",fn:a,index:r.length,expected:i},n;const c=Math.max.apply(null,s);if(r.length>c)return n=new TypeError("Too many arguments in function "+a+" (expected: "+c+", actual: "+r.length+")"),n.data={category:"tooManyArgs",fn:a,index:r.length,expectedLength:c},n;const f=[];for(let e=0;e<r.length;++e)f.push(h(r[e]).join("|"));return n=new TypeError('Arguments of type "'+f.join(", ")+'" do not match any of the defined signatures of function '+a+"."),n.data={category:"mismatch",actual:f},n}function q(e){let r=c.length+1;for(let t=0;t<e.types.length;t++)S(e.types[t])&&(r=Math.min(r,e.types[t].typeIndex));return r}function T(e){let r=f+1;for(let t=0;t<e.types.length;t++)S(e.types[t])||(r=Math.min(r,e.types[t].conversionIndex));return r}function O(e,r){if(e.hasAny){if(!r.hasAny)return 1}else if(r.hasAny)return-1;if(e.restParam){if(!r.restParam)return 1}else if(r.restParam)return-1;if(e.hasConversion){if(!r.hasConversion)return 1}else if(r.hasConversion)return-1;const t=q(e)-q(r);if(t<0)return-1;if(t>0)return 1;const n=T(e)-T(r);return n<0?-1:n>0?1:0}function k(e,r){const t=e.params,n=r.params,i=J(t),a=J(n),o=N(t),u=N(n);if(o&&i.hasAny){if(!u||!a.hasAny)return 1}else if(u&&a.hasAny)return-1;let s,c=0,f=0;for(s of t)s.hasAny&&++c,s.hasConversion&&++f;let l=0,m=0;for(s of n)s.hasAny&&++l,s.hasConversion&&++m;if(c!==l)return c-l;if(o&&i.hasConversion){if(!u||!a.hasConversion)return 1}else if(u&&a.hasConversion)return-1;if(f!==m)return f-m;if(o){if(!u)return 1}else if(u)return-1;const d=(t.length-n.length)*(o?-1:1);if(0!==d)return d;const p=[];let h,v=0;for(let e=0;e<t.length;++e){const r=O(t[e],n[e]);p.push(r),v+=r}if(0!==v)return v;for(h of p)if(0!==h)return h;return 0}function z(e,r){let t=r;if(e.some((e=>e.hasConversion))){const n=N(e),i=e.map(I);t=function(){const e=[],t=n?arguments.length-1:arguments.length;for(let r=0;r<t;r++)e[r]=i[r](arguments[r]);return n&&(e[t]=arguments[t].map(i[t])),r.apply(this,e)}}let n=t;if(N(e)){const r=e.length-1;n=function(){return t.apply(this,W(arguments,0,r).concat([W(arguments,r)]))}}return n}function I(e){let r,t,n,i;const a=[],o=[];switch(e.types.forEach((function(e){e.conversion&&(a.push(m(e.conversion.from).test),o.push(e.conversion.convert))})),o.length){case 0:return function(e){return e};case 1:return r=a[0],n=o[0],function(e){return r(e)?n(e):e};case 2:return r=a[0],t=a[1],n=o[0],i=o[1],function(e){return r(e)?n(e):t(e)?i(e):e};default:return function(e){for(let r=0;r<o.length;r++)if(a[r](e))return o[r](e);return e}}}function R(e){return function e(r,t,n){if(t<r.length){const i=r[t];let a=[];if(i.restParam){const e=i.types.filter(S);e.length<i.types.length&&a.push({types:e,name:"..."+e.map((e=>e.name)).join("|"),hasAny:e.some((e=>e.isAny)),hasConversion:!1,restParam:!0}),a.push(i)}else a=i.types.map((function(e){return{types:[e],name:e.name,hasAny:e.isAny,hasConversion:e.conversion,restParam:!1}}));return Array.prototype.concat.apply([],a.map((function(i){return e(r,t+1,n.concat([i]))})))}return[n]}(e,0,[])}function j(e,r){const t=Math.max(e.length,r.length);for(let n=0;n<t;n++){const t=E(e,n),i=E(r,n);let a,o=!1;for(a of i)if(t.has(a)){o=!0;break}if(!o)return!1}const n=e.length,i=r.length,a=N(e),o=N(r);return a?o?n===i:i>=n:o?n>=i:n===i}function U(e,r,t){const n=[];let i;for(i of e){let e=t[i];if("number"!=typeof e)throw new TypeError('No definition for referenced signature "'+i+'"');if(e=r[e],"function"!=typeof e)return!1;n.push(e)}return n}function P(e,r,t){const n=function(e){return e.map((e=>G(e)?H(e.referToSelf.callback):Z(e)?V(e.referTo.references,e.referTo.callback):e))}(e),i=new Array(n.length).fill(!1);let a=!0;for(;a;){a=!1;let e=!0;for(let o=0;o<n.length;++o){if(i[o])continue;const u=n[o];if(G(u))n[o]=u.referToSelf.callback(t),n[o].referToSelf=u.referToSelf,i[o]=!0,e=!1;else if(Z(u)){const t=U(u.referTo.references,n,r);t?(n[o]=u.referTo.callback.apply(this,t),n[o].referTo=u.referTo,i[o]=!0,e=!1):a=!0}}if(e&&a)throw new SyntaxError("Circular reference detected in resolving typed.referTo")}return n}function $(e,n){if(l.createCount++,0===Object.keys(n).length)throw new SyntaxError("No signatures provided");l.warnAgainstDeprecatedThis&&function(e){const r=/\bthis(\(|\.signatures\b)/;Object.keys(e).forEach((t=>{if(r.test(e[t].toString()))throw new SyntaxError("Using `this` to self-reference a function is deprecated since typed-function@3. Use typed.referTo and typed.referToSelf instead.")}))}(n);const i=[],a=[],o={},u=[];let s;for(s in n){if(!Object.prototype.hasOwnProperty.call(n,s))continue;const e=D(s);if(!e)continue;i.forEach((function(r){if(j(r,e))throw new TypeError('Conflicting signatures "'+g(r)+'" and "'+g(e)+'".')})),i.push(e);const r=a.length;a.push(n[s]);const t=e.map(b);let c;for(c of R(t)){const e=g(c);u.push({params:c,name:e,fn:r}),c.every((e=>!e.hasConversion))&&(o[e]=r)}}u.sort(k);const c=P(a,o,ue);let f;for(f in o)Object.prototype.hasOwnProperty.call(o,f)&&(o[f]=c[o[f]]);const m=[],d=new Map;for(f of u)d.has(f.name)||(f.fn=c[f.fn],m.push(f),d.set(f.name,f));const p=m[0]&&m[0].params.length<=2&&!N(m[0].params),h=m[1]&&m[1].params.length<=2&&!N(m[1].params),v=m[2]&&m[2].params.length<=2&&!N(m[2].params),y=m[3]&&m[3].params.length<=2&&!N(m[3].params),x=m[4]&&m[4].params.length<=2&&!N(m[4].params),w=m[5]&&m[5].params.length<=2&&!N(m[5].params),C=p&&h&&v&&y&&x&&w;for(let e=0;e<m.length;++e)m[e].test=M(m[e].params);const E=p?A(m[0].params[0]):r,S=h?A(m[1].params[0]):r,F=v?A(m[2].params[0]):r,B=y?A(m[3].params[0]):r,q=x?A(m[4].params[0]):r,T=w?A(m[5].params[0]):r,O=p?A(m[0].params[1]):r,I=h?A(m[1].params[1]):r,U=v?A(m[2].params[1]):r,$=y?A(m[3].params[1]):r,L=x?A(m[4].params[1]):r,_=w?A(m[5].params[1]):r;for(let e=0;e<m.length;++e)m[e].implementation=z(m[e].params,m[e].fn);const J=p?m[0].implementation:t,W=h?m[1].implementation:t,V=v?m[2].implementation:t,H=y?m[3].implementation:t,Z=x?m[4].implementation:t,G=w?m[5].implementation:t,X=p?m[0].params.length:-1,Q=h?m[1].params.length:-1,Y=v?m[2].params.length:-1,K=y?m[3].params.length:-1,ee=x?m[4].params.length:-1,re=w?m[5].params.length:-1,te=C?6:0,ne=m.length,ie=m.map((e=>e.test)),ae=m.map((e=>e.implementation)),oe=function(){for(let e=te;e<ne;e++)if(ie[e](arguments))return ae[e].apply(this,arguments);return l.onMismatch(e,arguments,m)};function ue(e,r){return arguments.length===X&&E(e)&&O(r)?J.apply(this,arguments):arguments.length===Q&&S(e)&&I(r)?W.apply(this,arguments):arguments.length===Y&&F(e)&&U(r)?V.apply(this,arguments):arguments.length===K&&B(e)&&$(r)?H.apply(this,arguments):arguments.length===ee&&q(e)&&L(r)?Z.apply(this,arguments):arguments.length===re&&T(e)&&_(r)?G.apply(this,arguments):oe.apply(this,arguments)}try{Object.defineProperty(ue,"name",{value:e})}catch(e){}return ue.signatures=o,ue._typedFunctionData={signatures:m,signatureMap:d},ue}function L(e,r,t){throw B(e,r,t)}function _(e){return W(e,0,e.length-1)}function J(e){return e[e.length-1]}function W(e,r,t){return Array.prototype.slice.call(e,r,t)}function V(e,r){return{referTo:{references:e,callback:r}}}function H(e){if("function"!=typeof e)throw new TypeError("Callback function expected as first argument");return{referToSelf:{callback:e}}}function Z(e){return e&&"object"==typeof e.referTo&&Array.isArray(e.referTo.references)&&"function"==typeof e.referTo.callback}function G(e){return e&&"object"==typeof e.referToSelf&&"function"==typeof e.referToSelf.callback}function X(e,r){if(!e)return r;if(r&&r!==e){const t=new Error("Function names do not match (expected: "+e+", actual: "+r+")");throw t.data={actual:r,expected:e},t}return e}function Q(e){let r;for(const t in e)Object.prototype.hasOwnProperty.call(e,t)&&(v(e[t])||"string"==typeof e[t].signature)&&(r=X(r,e[t].name));return r}function Y(e,r){let t;for(t in r)if(Object.prototype.hasOwnProperty.call(r,t)){if(t in e&&r[t]!==e[t]){const n=new Error('Signature "'+t+'" is defined twice');throw n.data={signature:t,sourceFunction:r[t],destFunction:e[t]},n}e[t]=r[t]}}p(),d(o);const K=l;function ee(e){if(!e||"string"!=typeof e.from||"string"!=typeof e.to||"function"!=typeof e.convert)throw new TypeError("Object with properties {from: string, to: string, convert: function} expected");if(e.to===e.from)throw new SyntaxError('Illegal to define conversion from "'+e.from+'" to itself.')}return l=function(e){const r="string"==typeof e;let t=r?e:"";const n={};for(let e=r?1:0;e<arguments.length;++e){const i=arguments[e];let o,u={};if("function"==typeof i?(o=i.name,"string"==typeof i.signature?u[i.signature]=i:v(i)&&(u=i.signatures)):a(i)&&(u=i,r||(o=Q(i))),0===Object.keys(u).length){const r=new TypeError("Argument to 'typed' at index "+e+" is not a (typed) function, nor an object with signatures as keys and functions as values.");throw r.data={index:e,argument:i},r}r||(t=X(t,o)),Y(n,u)}return $(t||"",n)},l.create=i,l.createCount=K.createCount,l.onMismatch=L,l.throwMismatchError=L,l.createError=B,l.clear=p,l.clearConversions=function(){let e;for(e of c)s.get(e).conversionsTo=[];f=0},l.addTypes=d,l._findType=m,l.referTo=function(){const e=_(arguments).map((e=>g(D(e)))),r=J(arguments);if("function"!=typeof r)throw new TypeError("Callback function expected as last argument");return V(e,r)},l.referToSelf=H,l.convert=function(e,r){const t=m(r);if(t.test(e))return e;const n=t.conversionsTo;if(0===n.length)throw new Error("There are no conversions to "+r+" defined.");for(let r=0;r<n.length;r++)if(m(n[r].from).test(e))return n[r].convert(e);throw new Error("Cannot convert "+e+" to "+r)},l.findSignature=y,l.find=function(e,r,t){return y(e,r,t).implementation},l.isTypedFunction=v,l.warnAgainstDeprecatedThis=!0,l.addType=function(e,r){let t="any";!1!==r&&s.has("Object")&&(t="Object"),l.addTypes([e],t)},l.addConversion=function(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{override:!1};ee(e);const t=m(e.to),n=t.conversionsTo.find((r=>r.from===e.from));if(n){if(!r||!r.override)throw new Error('There is already a conversion from "'+e.from+'" to "'+t.name+'"');l.removeConversion({from:n.from,to:e.to,convert:n.convert})}t.conversionsTo.push({from:e.from,convert:e.convert,index:f++})},l.addConversions=function(e,r){e.forEach((e=>l.addConversion(e,r)))},l.removeConversion=function(e){ee(e);const r=m(e.to),t=function(e,r){for(let t=0;t<e.length;t++)if(r(e[t]))return e[t]}(r.conversionsTo,(r=>r.from===e.from));if(!t)throw new Error("Attempt to remove nonexistent conversion from "+e.from+" to "+e.to);if(t.convert!==e.convert)throw new Error("Conversion to remove does not match existing conversion");const n=r.conversionsTo.indexOf(t);r.conversionsTo.splice(n,1)},l.resolve=function(e,r){if(!v(e))throw new TypeError(n);const t=e._typedFunctionData.signatures;for(let e=0;e<t.length;++e)if(t[e].test(r))return t[e];return null},l}();return i}();const Nr=Dr.exports;function Ar(e,r,t,n){function i(n){var i=function(e,r){for(var t={},n=0;n<r.length;n++){var i=r[n],a=e[i];void 0!==a&&(t[i]=a)}return t}(n,r.map(Mr));return function(e,r,t){if(!r.filter((e=>!function(e){return e&&"?"===e[0]}(e))).every((e=>void 0!==t[e]))){var n=r.filter((e=>void 0===t[e]));throw new Error('Cannot create function "'.concat(e,'", ')+"some dependencies are missing: ".concat(n.map((e=>'"'.concat(e,'"'))).join(", "),"."))}}(e,r,n),t(i)}return i.isFactory=!0,i.fn=e,i.dependencies=r.slice().sort(),n&&(i.meta=n),i}function Mr(e){return e&&"?"===e[0]?e.slice(1):e}function Cr(e){return"boolean"==typeof e||!!isFinite(e)&&e===Math.round(e)}function Er(e,r){if("bigint"===r.number)try{BigInt(e)}catch(e){return r.numberFallback}return r.number}var Sr=Math.sign||function(e){return e>0?1:e<0?-1:0},Fr=Math.log2||function(e){return Math.log(e)/Math.LN2},Br=Math.log10||function(e){return Math.log(e)/Math.LN10},qr=Math.log1p||function(e){return Math.log(e+1)},Tr=Math.cbrt||function(e){if(0===e)return e;var r,t=e<0;return t&&(e=-e),r=isFinite(e)?(e/((r=Math.exp(Math.log(e)/3))*r)+2*r)/3:e,t?-r:r},Or=Math.expm1||function(e){return e>=2e-4||e<=-2e-4?Math.exp(e)-1:e+e*e/2+e*e*e/6};function kr(e,r,t){var n={2:"0b",8:"0o",16:"0x"}[r],i="";if(t){if(t<1)throw new Error("size must be in greater than 0");if(!Cr(t))throw new Error("size must be an integer");if(e>2**(t-1)-1||e<-(2**(t-1)))throw new Error("Value must be in range [-2^".concat(t-1,", 2^").concat(t-1,"-1]"));if(!Cr(e))throw new Error("Value must be an integer");e<0&&(e+=2**t),i="i".concat(t)}var a="";return e<0&&(e=-e,a="-"),"".concat(a).concat(n).concat(e.toString(r)).concat(i)}function zr(e,r){if("function"==typeof r)return r(e);if(e===1/0)return"Infinity";if(e===-1/0)return"-Infinity";if(isNaN(e))return"NaN";var{notation:t,precision:n,wordSize:i}=Ir(r);switch(t){case"fixed":return jr(e,n);case"exponential":return Ur(e,n);case"engineering":return function(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Pr(Rr(e),r),n=t.exponent,i=t.coefficients,a=n%3==0?n:n<0?n-3-n%3:n-n%3;if(Se(r))for(;r>i.length||n-a+1>i.length;)i.push(0);else for(var o=Math.abs(n-a)-(i.length-1),u=0;u<o;u++)i.push(0);for(var s=Math.abs(n-a),c=1;s>0;)c++,s--;var f=i.slice(c).join(""),l=Se(r)&&f.length||f.match(/[1-9]/)?"."+f:"",m=i.slice(0,c).join("")+l+"e"+(n>=0?"+":"")+a.toString();return t.sign+m}(e,n);case"bin":return kr(e,2,i);case"oct":return kr(e,8,i);case"hex":return kr(e,16,i);case"auto":return function(e,r,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Xr(null==t?void 0:t.lowerExp,-3),i=Xr(null==t?void 0:t.upperExp,5),a=Rr(e),o=r?Pr(a,r):a;if(o.exponent<n||o.exponent>=i)return Ur(e,r);var u=o.coefficients,s=o.exponent;u.length<r&&(u=u.concat($r(r-u.length))),u=u.concat($r(s-u.length+1+(u.length<r?r-u.length:0)));var c=s>0?s:0;return c<(u=$r(-s).concat(u)).length-1&&u.splice(c+1,0,"."),o.sign+u.join("")}(e,n,r).replace(/((\.\d*?)(0+))($|e)/,(function(){var e=arguments[2],r=arguments[4];return"."!==e?e+r:r}));default:throw new Error('Unknown notation "'+t+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}function Ir(e){var r,t,n="auto";if(void 0!==e)if(Se(e))r=e;else if(Fe(e))r=e.toNumber();else{if(!Ze(e))throw new Error("Unsupported type of options, number, BigNumber, or object expected");void 0!==e.precision&&(r=Gr(e.precision,(()=>{throw new Error('Option "precision" must be a number or BigNumber')}))),void 0!==e.wordSize&&(t=Gr(e.wordSize,(()=>{throw new Error('Option "wordSize" must be a number or BigNumber')}))),e.notation&&(n=e.notation)}return{notation:n,precision:r,wordSize:t}}function Rr(e){var r=String(e).toLowerCase().match(/^(-?)(\d+\.?\d*)(e([+-]?\d+))?$/);if(!r)throw new SyntaxError("Invalid number "+e);var t=r[1],n=r[2],i=parseFloat(r[4]||"0"),a=n.indexOf(".");i+=-1!==a?a-1:n.length-1;var o=n.replace(".","").replace(/^0*/,(function(e){return i-=e.length,""})).replace(/0*$/,"").split("").map((function(e){return parseInt(e)}));return 0===o.length&&(o.push(0),i++),{sign:t,coefficients:o,exponent:i}}function jr(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Rr(e),n="number"==typeof r?Pr(t,t.exponent+1+r):t,i=n.coefficients,a=n.exponent+1,o=a+(r||0);return i.length<o&&(i=i.concat($r(o-i.length))),a<0&&(i=$r(1-a).concat(i),a=1),a<i.length&&i.splice(a,0,0===a?"0.":"."),n.sign+i.join("")}function Ur(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Rr(e),n=r?Pr(t,r):t,i=n.coefficients,a=n.exponent;i.length<r&&(i=i.concat($r(r-i.length)));var o=i.shift();return n.sign+o+(i.length>0?"."+i.join(""):"")+"e"+(a>=0?"+":"")+a}function Pr(e,r){for(var t={sign:e.sign,coefficients:e.coefficients,exponent:e.exponent},n=t.coefficients;r<=0;)n.unshift(0),t.exponent++,r++;if(n.length>r&&n.splice(r,n.length-r)[0]>=5){var i=r-1;for(n[i]++;10===n[i];)n.pop(),0===i&&(n.unshift(0),t.exponent++,i++),n[--i]++}return t}function $r(e){for(var r=[],t=0;t<e;t++)r.push(0);return r}function Lr(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e-8,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(t<=0)throw new Error("Relative tolerance must be greater than 0");if(n<0)throw new Error("Absolute tolerance must be at least 0");return!isNaN(e)&&!isNaN(r)&&(isFinite(e)&&isFinite(r)?e===r||Math.abs(e-r)<=Math.max(t*Math.max(Math.abs(e),Math.abs(r)),n):e===r)}var _r=Math.acosh||function(e){return Math.log(Math.sqrt(e*e-1)+e)},Jr=Math.asinh||function(e){return Math.log(Math.sqrt(e*e+1)+e)},Wr=Math.atanh||function(e){return Math.log((1+e)/(1-e))/2},Vr=Math.cosh||function(e){return(Math.exp(e)+Math.exp(-e))/2},Hr=Math.sinh||function(e){return(Math.exp(e)-Math.exp(-e))/2},Zr=Math.tanh||function(e){var r=Math.exp(2*e);return(r-1)/(r+1)};function Gr(e,r){return Se(e)?e:Fe(e)?e.toNumber():void r()}function Xr(e,r){return Se(e)?e:Fe(e)?e.toNumber():r}var Qr=function(){return Qr=Nr.create,Nr},Yr=Ar("typed",["?BigNumber","?Complex","?DenseMatrix","?Fraction"],(function(e){var{BigNumber:r,Complex:t,DenseMatrix:n,Fraction:i}=e,a=Qr();return a.clear(),a.addTypes([{name:"number",test:Se},{name:"Complex",test:qe},{name:"BigNumber",test:Fe},{name:"bigint",test:Be},{name:"Fraction",test:Te},{name:"Unit",test:Oe},{name:"identifier",test:e=>ke&&/^(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD4A-\uDD65\uDD6F-\uDD85\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC4\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDDD0-\uDDED\uDDF0\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD4A-\uDD65\uDD6F-\uDD85\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC4\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDDD0-\uDDED\uDDF0\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])*$/.test(e)},{name:"string",test:ke},{name:"Chain",test:hr},{name:"Array",test:ze},{name:"Matrix",test:Ie},{name:"DenseMatrix",test:je},{name:"SparseMatrix",test:Ue},{name:"Range",test:Pe},{name:"Index",test:$e},{name:"boolean",test:Le},{name:"ResultSet",test:_e},{name:"Help",test:Je},{name:"function",test:We},{name:"Date",test:Ve},{name:"RegExp",test:He},{name:"null",test:Xe},{name:"undefined",test:Qe},{name:"AccessorNode",test:Ye},{name:"ArrayNode",test:Ke},{name:"AssignmentNode",test:er},{name:"BlockNode",test:rr},{name:"ConditionalNode",test:tr},{name:"ConstantNode",test:nr},{name:"FunctionNode",test:or},{name:"FunctionAssignmentNode",test:ar},{name:"IndexNode",test:ur},{name:"Node",test:sr},{name:"ObjectNode",test:cr},{name:"OperatorNode",test:fr},{name:"ParenthesisNode",test:lr},{name:"RangeNode",test:mr},{name:"RelationalNode",test:dr},{name:"SymbolNode",test:pr},{name:"Map",test:Ge},{name:"Object",test:Ze}]),a.addConversions([{from:"number",to:"BigNumber",convert:function(e){if(r||Kr(e),e.toExponential().replace(/e.*$/,"").replace(/^0\.?0*|\./,"").length>15)throw new TypeError("Cannot implicitly convert a number with >15 significant digits to BigNumber (value: "+e+"). Use function bignumber(x) to convert to BigNumber.");return new r(e)}},{from:"number",to:"Complex",convert:function(e){return t||et(e),new t(e,0)}},{from:"BigNumber",to:"Complex",convert:function(e){return t||et(e),new t(e.toNumber(),0)}},{from:"bigint",to:"number",convert:function(e){if(e>Number.MAX_SAFE_INTEGER)throw new TypeError("Cannot implicitly convert bigint to number: value exceeds the max safe integer value (value: "+e+")");return Number(e)}},{from:"bigint",to:"BigNumber",convert:function(e){return r||Kr(e),new r(e.toString())}},{from:"bigint",to:"Fraction",convert:function(e){return i||rt(e),new i(e)}},{from:"Fraction",to:"BigNumber",convert:function(){throw new TypeError("Cannot implicitly convert a Fraction to BigNumber or vice versa. Use function bignumber(x) to convert to BigNumber or fraction(x) to convert to Fraction.")}},{from:"Fraction",to:"Complex",convert:function(e){return t||et(e),new t(e.valueOf(),0)}},{from:"number",to:"Fraction",convert:function(e){i||rt(e);var r=new i(e);if(r.valueOf()!==e)throw new TypeError("Cannot implicitly convert a number to a Fraction when there will be a loss of precision (value: "+e+"). Use function fraction(x) to convert to Fraction.");return r}},{from:"string",to:"number",convert:function(e){var r=Number(e);if(isNaN(r))throw new Error('Cannot convert "'+e+'" to a number');return r}},{from:"string",to:"BigNumber",convert:function(e){r||Kr(e);try{return new r(e)}catch(r){throw new Error('Cannot convert "'+e+'" to BigNumber')}}},{from:"string",to:"bigint",convert:function(e){try{return BigInt(e)}catch(r){throw new Error('Cannot convert "'+e+'" to BigInt')}}},{from:"string",to:"Fraction",convert:function(e){i||rt(e);try{return new i(e)}catch(r){throw new Error('Cannot convert "'+e+'" to Fraction')}}},{from:"string",to:"Complex",convert:function(e){t||et(e);try{return new t(e)}catch(r){throw new Error('Cannot convert "'+e+'" to Complex')}}},{from:"boolean",to:"number",convert:function(e){return+e}},{from:"boolean",to:"BigNumber",convert:function(e){return r||Kr(e),new r(+e)}},{from:"boolean",to:"bigint",convert:function(e){return BigInt(+e)}},{from:"boolean",to:"Fraction",convert:function(e){return i||rt(e),new i(+e)}},{from:"boolean",to:"string",convert:function(e){return String(e)}},{from:"Array",to:"Matrix",convert:function(e){return n||function(){throw new Error("Cannot convert array into a Matrix: no class 'DenseMatrix' provided")}(),new n(e)}},{from:"Matrix",to:"Array",convert:function(e){return e.valueOf()}}]),a.onMismatch=(e,r,t)=>{var n=a.createError(e,r,t);if(["wrongType","mismatch"].includes(n.data.category)&&1===r.length&&Re(r[0])&&t.some((e=>!e.params.includes(",")))){var i=new TypeError("Function '".concat(e,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(e,")'."));throw i.data=n.data,i}throw n},a.onMismatch=(e,r,t)=>{var n=a.createError(e,r,t);if(["wrongType","mismatch"].includes(n.data.category)&&1===r.length&&Re(r[0])&&t.some((e=>!e.params.includes(",")))){var i=new TypeError("Function '".concat(e,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(e,")'."));throw i.data=n.data,i}throw n},a}));function Kr(e){throw new Error("Cannot convert value ".concat(e," into a BigNumber: no class 'BigNumber' provided"))}function et(e){throw new Error("Cannot convert value ".concat(e," into a Complex number: no class 'Complex' provided"))}function rt(e){throw new Error("Cannot convert value ".concat(e," into a Fraction, no class 'Fraction' provided."))}var tt,nt=Ar("ResultSet",[],(()=>{function e(r){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator");this.entries=r||[]}return e.prototype.type="ResultSet",e.prototype.isResultSet=!0,e.prototype.valueOf=function(){return this.entries},e.prototype.toString=function(){return"["+this.entries.map(String).join(", ")+"]"},e.prototype.toJSON=function(){return{mathjs:"ResultSet",entries:this.entries}},e.fromJSON=function(r){return new e(r.entries)},e}),{isClass:!0}),it={exports:{}};tt=it,function(e){
|
|
1
|
+
import{g as e}from"./p-9a9d5339.js";const r="lidoDragMap",t="lidoSelectedValues",n="lidoActivityScore",i="lidoActivityEnd",a="lidoLessonEnd",o="lidoNextContainer",u="lidoPrevContainer",s="lidoActivityChange",c="lidoGameCompleted",f="lidoGameExit",l="lidoElementDrop",m="dropLength",d="drop-to",p="drop-time",h="lido-container",v="__LIDO_COMMON_AUDIO_PATH__",y="lidoCommonAudioPathReady",g="template-id";var x,b,w;!function(e){e.NoFlow="noFlow",e.ShowFlow="showFlow",e.FreeTrace="freeTrace",e.BlindTracing="blindTracing",e.BlindFreeTrace="blindFreeTrace"}(x||(x={})),function(e){e.Diagonal="diagonal",e.Stretch="stretch",e.InfiniteDrop="infinite-drop",e.EnableAnimation="enableanimation"}(b||(b={})),function(e){e.InfiniteDrop="infinite-drop",e.Move="move",e.Hide="hide"}(w||(w={}));const D="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Close.svg",N="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Previous.svg",A="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Next.svg",M="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/audio.png",C="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/trace/Tracing-hand.svg";function E(e,r){console.log("👍Event Name : ",e,"Detail : ",r.toString());const t=new CustomEvent(e,{detail:r});window.dispatchEvent(t)}function S(){E(c,{})}function F(){E(f,{})}function B(e){E(s,{index:e})}function q(e,r){E("lidoElementClick",{element:e,isCorrect:r,createdAt:(new Date).toISOString()})}class T{constructor(){}static getInstance(){return T.instance||(T.instance=new T),T.instance}setRiveInstance(e){this.riveInstance=e}getRiveInstance(){return this.riveInstance}}function O(){const e=document.querySelector("lido-balance");if(!e)return;const r=Array.from(document.querySelectorAll('[drop-to^="lefthandle"]')),t=Array.from(document.querySelectorAll('[drop-to^="righthandle"]'));e.leftVal=k(r,e.operation),e.rightVal=k(t,e.operation),console.log("leftpan:",e.leftVal,"rightpan:",e.rightVal),e.updateTilt&&e.updateTilt(e.leftVal,e.rightVal)}function k(e,r){if(0===e.length)return 0;if("count"===r)return e.length;const t=e.map((e=>e.getAttribute("value")||"0")).join(["add","+"].includes(r)?" + ":["subtract","-"].includes(r)?" - ":["multiply","*"].includes(r)?" * ":["divide","/"].includes(r)?" / ":" + ");try{const e=YA(t);return"number"==typeof e?e:"boolean"==typeof e?e?1:0:parseFloat(t)||0}catch(e){return console.warn("invalid exp",t),0}}function z(e,r){var t,n,i,a,o,u;if(!e.getAttribute("equationCheck"))return!1;const s=document.querySelector("lido-balance");if(!s)return!1;const c=Number(null!==(i=null!==(t=s.leftVal)&&void 0!==t?t:null===(n=s.dataset)||void 0===n?void 0:n.leftVal)&&void 0!==i?i:0),f=Number(null!==(u=null!==(a=s.rightVal)&&void 0!==a?a:null===(o=s.dataset)||void 0===o?void 0:o.rightVal)&&void 0!==u?u:0),l=!isNaN(c),m=!isNaN(f);if(!l||!m)return!1;const d=r===(c>f?">":c<f?"<":"=");return console.log("Result:",d),d}const I=[];function R(e,r,n){e.style.pointerEvents="none",setTimeout((()=>{var i,a,u;const s=document.createElement("div");e.append(s),s.classList.add("after-drop-popup-container"),r.style.scale="1",n.style.scale="1";const c=e.querySelectorAll('[type="drag"]'),f=Array.from(c).map((e=>e.parentElement)).every((e=>e===r.parentElement));JSON.parse(null!==(i=e.getAttribute(t))&&void 0!==i?i:"[]");const l=null!==(a=r.getAttribute("value"))&&void 0!==a?a:null===(u=r.textContent)||void 0===u?void 0:u.trim();l&&I.push(l),f?(r.remove(),n.remove()):(r.parentElement.parentElement.remove(),n.parentElement.parentElement.remove()),r.classList.add("zoom-fade-in","after-drop-popup-drag-element"),n.classList.add("zoom-fade-in","after-drop-popup-drop-element"),s.appendChild(r),s.appendChild(n),n.classList.remove("empty"),setTimeout((()=>{r.classList.remove("zoom-fade-in"),n.classList.remove("zoom-fade-in"),r.classList.add("zoom-fade-out"),n.classList.add("zoom-fade-out"),setTimeout((()=>{s.remove(),e.style.pointerEvents="auto";const r=e.getAttribute("objective");r&&I.map((e=>e.trim())).sort().join(",")===r.split(",").map((e=>e.trim())).sort().join(",")&&(async()=>{const r=(null==e?void 0:e.getAttribute("onCorrect"))||"";await TA(r,e),window.dispatchEvent(new CustomEvent(o)),UA(),I.length=0})()}),800)}),2e3)}),250)}function j(){const e={};return document.querySelectorAll("[type='drop']").forEach((r=>{const t=r.getAttribute("tab-index")||r.id,n=!!document.querySelector(`[${d}="${r.id}"]`);r.setAttribute("is-full",String(n)),e[t]={drop:r.id,isFull:n}})),e}const U=e=>{e.style.animation="unset";const r=window.getComputedStyle(e).transform;if("none"===r)return 1;{const e=r.match(/matrix\(([^)]+)\)/);if(e){const r=e[1].split(", ");return parseFloat(r[0])}}return 1};let $=!1;const P=e=>{console.log("Setting dragging disabled to:",e),$=e},L=(e,r)=>{const t=e.getBoundingClientRect(),n=document.querySelectorAll(`[type="${r}"]`);let i=null,a=0;return n.forEach((n=>{if(n===e)return;const o=n.getBoundingClientRect(),u=Math.max(0,Math.min(t.right,o.right)-Math.max(t.left,o.left))*Math.max(0,Math.min(t.bottom,o.bottom)-Math.max(t.top,o.top));0!==u&&("slide"===r?u>=.1*Math.min(t.width*t.height,o.width*o.height)&&u>a&&(a=u,i=n):u>a&&(a=u,i=n))})),i};function _(e,r,t){if(!r||!e||!t)return;const n=r.getBoundingClientRect(),i=e.getBoundingClientRect(),a=window.getComputedStyle(e),o=new DOMMatrixReadOnly(a.transform),u=o.m42||0,s=n.top-i.top,c=(o.m41||0)+(n.left-i.left)*(1/aM()),f=u+s*(1/aM());e.style.transition="transform 0.5s ease",e.style.transform=`translate(${c}px, ${f}px)`}function J(e,r,n,i,a){var o;e.classList.remove("dropped");const u=document.getElementById(h),s=u.querySelectorAll(`#${e.id}`),c=Array.from(s).find((r=>e!==r&&!r.classList.contains("dropped")));e.style.transition="transform 0.5s ease",c?(_(e,c,u),setTimeout((()=>{u.getAttribute("drop-action")===w.InfiniteDrop?(e.removeAttribute("hasDummy"),e.style.width=c.style.width,e.style.height=c.style.height):(c.style.width=e.style.width,c.style.height=e.style.height),e.style.transform="translate(0,0)",e.style.position="unset",c.replaceWith(e)}),500)):e.style.transform="translate(0,0)";let f=Z.get(e);if(f){if(Z.delete(e),V(f),(null===(o=null==f?void 0:f.getAttribute("drop-attr"))||void 0===o?void 0:o.toLowerCase())===b.Stretch){const e=f.getAttribute("data-original-width");e?(f.style.width=e,f.removeAttribute("data-original-width")):(f.style.width="",f.removeAttribute("data-original-width"))}let r=Object.values(n).find((e=>document.getElementById(e.drop)===f));if(r){r.isFull=!1,ee();const e=document.getElementById(r.drop);e&&e.removeAttribute("is-full")}Z.delete(e)}if(i){let r=JSON.parse(i);r=r.filter((r=>r!=e.value)),u.setAttribute(t,JSON.stringify(r))}if(a){let r=JSON.parse(a);const t=u.querySelector(`#${e.getAttribute(d)}`);t&&delete r[t.getAttribute("tab-index")],e.removeAttribute(d),V(f),O()}document.querySelectorAll("[type='drop']").forEach((e=>{var r;const t=FA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==b.Diagonal&&(e.tagName.toLowerCase(),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="0",e.style.backgroundColor="transparent")):(e.tagName.toLowerCase(),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="1",e.style.backgroundColor="transparent"))})),LA(),ee()}async function W(e,r){var n,i,a,o,u,s,c,f;const v=document.getElementById(h),y=null!==(n=v.getAttribute(t))&&void 0!==n?n:"[]",g=JSON.stringify(FA()),x=FA();JSON.stringify(x);let w=j();r||J(e,0,w,y,g);const D=r.getAttribute("tab-index"),N="false"===r.getAttribute("is-allow-only-one-drop");if((null===(i=w[D])||void 0===i?void 0:i.isFull)&&!N)return void J(e,0,w,y,g);if("true"===v.getAttribute("is-allow-only-correct")){if(!r)return e.style.transition="transform 0.5s ease",e.style.transform="translate(0, 0)",void J(e,0,w,y,g);let t;const n=(null===(a=e.getAttribute("value"))||void 0===a?void 0:a.trim())||"",i=(null===(o=r.getAttribute("value"))||void 0===o?void 0:o.trim())||"";if(Number(n)){const e=Number(n);t=i.includes(",")?i.split(",").some((r=>Number(r)===e)):Number(i)===e}else t=i.toLowerCase().includes(n.toLowerCase());if(!t){e.style.transition="transform 0.5s ease",_(e,r,v);const t=r.getAttribute("onInCorrect");return console.log("onincorrectttt",t),await TA(t,r,e),setTimeout((()=>{e.style.transform="translate(0, 0)",jA(!1),J(e,0,w,y,g)}),500),void("option"===e.type&&Array.from(v.querySelectorAll(`[value="${e.value}"]`)).forEach((r=>{r!==e&&r.getAttribute("value")===e.getAttribute("value")&&r.replaceWith(e)})))}{const t=v.getAttribute("dropAttr");t&&t.toLowerCase()===b.EnableAnimation.toLowerCase()&&R(v,e,r)}}else{const t=v.getAttribute("dropAttr");t&&t.toLowerCase()===b.EnableAnimation.toLowerCase()&&R(v,e,r)}if(r){let n=JSON.parse(null!==(u=v.getAttribute(t))&&void 0!==u?u:"[]");const i=e.getAttribute("value");if(i&&!n.includes(i)&&n.push(i),v.setAttribute(t,JSON.stringify(n)),"stretch"===r.getAttribute("drop-attr")){if(!r.hasAttribute("data-original-width")){const e=window.getComputedStyle(r);r.setAttribute("data-original-width",e.width)}r.style.width=`${e.offsetWidth}px`}if((null===(s=r.getAttribute("dropAttr"))||void 0===s?void 0:s.toLowerCase())!==b.Diagonal&&("1"===r.getAttribute("minDrops")||!r.getAttribute("minDrops"))){const t=Object.values(w).find((e=>document.getElementById(e.drop)===r));if("true"===r.getAttribute("is-allow-only-one-drop")&&t?(t.isFull=!0,r.setAttribute("is-full","true"),ee()):console.warn("No matching drop item found for",r),g){let r=JSON.parse(g);for(const t in r)if(r[t].includes(e.value)&&e.classList.contains("dropped")){const t=e.getAttribute("drop-to"),n=v.querySelector(`#${t}`).getAttribute("tab-index");n&&delete r[n]}}if(e.classList.add("dropped"),e&&(r?e.setAttribute(d,null==r?void 0:r.id):e.removeAttribute(d),e.setAttribute(p,(new Date).getTime().toString())),r&&!(null===(c=w[D])||void 0===c?void 0:c.isFull)){let t=L(e,"drag");if("true"===r.getAttribute("is-allow-only-one-drop")&&t)return e.style.transform="translate(0,0)",e.style.transition="transform 0.5s ease",void document.querySelectorAll("[type='drop']").forEach((e=>{var r;const t=FA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==b.Diagonal&&(e.tagName.toLowerCase(),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="0")):(e.tagName.toLowerCase(),e.tagName.toLowerCase(),e.style.opacity="1")}))}}}if(!r)return void J(e,0,w,y,g);if(O(),g){let r=Z.get(e);if(r){let e=Object.values(w).find((e=>document.getElementById(e.drop)===r));e&&(e.isFull=!1,X())}}let A=parseInt(null!==(f=v.getAttribute(m))&&void 0!==f?f:"0");if(A+=1,v.setAttribute(m,String(A)),A===IA(r.value)){const e=Object.values(w).find((e=>document.getElementById(e.drop)===r));e?e.isFull=!0:console.warn("No matching drop item found for",r),A=0,v.setAttribute(m,String(A))}Z.set(e,r);const M=r.value.toLowerCase().includes(e.value.toLowerCase());!function(e,r,t){E(l,{dragElement:e,dropElement:r,isCorrect:t,createdAt:(new Date).toISOString()})}(e,r,M),e.style.opacity="1",document.querySelectorAll(".drop-element").forEach((e=>V(e))),ee(),await $A(e,r)}function V(e){if(!e||!e.classList.contains("drop-element"))return;const r=document.getElementById(h);r&&"true"===r.getAttribute("show-drop-border")&&(document.querySelectorAll(`[${d}="${e.id}"]`).length>0?(e.classList.add("filled"),e.classList.remove("empty"),e.classList.remove("highlight-element")):(e.classList.contains("math-matrix")||e.classList.add("empty"),e.classList.remove("filled")))}async function H(e,r){if(document.querySelectorAll(`[type='${r}']`).forEach((e=>{Q(e)})),!document.querySelector("#dynamic-highlight-style")){const e=document.createElement("style");e.id="dynamic-highlight-style",e.innerHTML="\n .highlight {\n // border: 4px solid #e74c3c; /* Thicker red border for more visibility */\n // border-radius: 12px; /* Larger rounded corners */\n // background-color: rgba(231, 76, 60, 0.3); /* Stronger, more noticeable background */\n // box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow */\n // outline: 4px solid rgba(231, 76, 60, 0.6); /* Glow effect */\n }\n ",document.head.appendChild(e)}null==e||e.classList.add("highlight-element"),e.ariaPressed="true";const t="drop"===r?e:document.querySelector("[type='drop'].highlight-element"),n="drag"===r?e:document.querySelector("[type='drag'].highlight-element");if(t||async function(e){const r=e.getAttribute("audio");r&&r.trim().length>0&&re.getI().stop();const t=j(),n=e;if(!n)return void console.error("Element not found");const i=getComputedStyle(n).transform;if(Q(e),i&&"none"!==i&&"matrix(1, 0, 0, 1, 0, 0)"!==i)return void W(n,null);let a=Object.values(t).find((e=>!e.isFull));if(a){const e=document.querySelector(`#${a.drop}`);n.style.transition="transform 0.5s ease",W(n,e)}}(e),t&&n){if(n.getAttribute("drop-to"))return;n.style.transition="transform 0.5s ease",n.style.transform="";const e=document.getElementById(h),r=U(e);console.log("🚀 ~ onClickDropOrDragElement ~ containerScale:",r);const i=t.getBoundingClientRect(),a=n.getBoundingClientRect();n.style.transform=`translate(${(i.left-a.left)/r}px, ${(i.top-a.top)/r}px)`,document.querySelectorAll("*").forEach((e=>{Q(e)})),await W(n,t)}}const Z=new Map,G=document.getElementById(h),X=()=>{const e=document.querySelectorAll("[type='drop']");let r=FA();e&&G&&r&&e&&e.forEach((e=>{var t;const n=e,i=n.getAttribute("tab-index");if((null===(t=null==n?void 0:n.getAttribute("drop-attr"))||void 0===t?void 0:t.toLowerCase())===b.Stretch&&!1===r[i].isFull){const r=n.getAttribute("data-original-width");e.removeAttribute("is-full"),r&&(n.style.width=r,n.removeAttribute("data-original-width"))}}))};function Q(e){e.classList.remove("highlight-element"),e.ariaPressed="false"}function Y(e){if(!e)return;e.classList.add("speaking-highlight");const r="#speaking-highlight-style";if(!document.querySelector(r)){const t=document.createElement("style");t.id=r,t.innerHTML=`\n .speaking-highlight {\n --base-transform: ${e.style.transform};\n box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9) !important; /* Stronger orange glow effect */\n // border: 3px solid green !important;\n // transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;\n // transform: scale(1.05); /* Subtle scale effect to pop the element */\n // animation: pulseEffect 1.5s infinite; /* Pulsing animation */\n \n }\n\n @keyframes pulseEffect {\n 0% {\n box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);\n // transform: var(--base-transform) scale(1.05);\n // background-color: #FFFF0B;\n }\n 50% {\n box-shadow: 0 0 30px 15px rgba(255, 165, 0, 1);\n // transform: var(--base-transform) scale(1.1);\n // background-color: #FFFF0B;\n }\n 100% {\n box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.9);\n // transform: var(--base-transform) scale(1.05);\n // background-color: #FFFF0B;\n }\n }\n `,document.head.appendChild(t)}}function K(e){e&&e.classList.remove("speaking-highlight")}function ee(){const e=document.querySelector(h);if(!e)return;const r=j();let t=Object.values(r).find((e=>!e.isFull));if(t){e.querySelectorAll('[type="drop"]').forEach((e=>{e.classList.remove("highlight-element")}));const r=e.querySelector(`#${t.drop}`);r&&r.classList.add("highlight-element");const n=e.querySelectorAll('[type="drag"]');RA>2&&"true"===e.getAttribute("is-continue-on-correct")?n.forEach((e=>{e.classList.remove("highlight-element"),e.getAttribute("value")===r.getAttribute("value")&&(e.classList.add("highlight-element"),e.classList.remove("drag-element"))})):n.forEach((e=>{e.classList.remove("highlight-element"),e.classList.add("drag-element")}))}else{if(RA<=2||"false"===e.getAttribute("is-continue-on-correct"))return;e.querySelectorAll("[type='click']").forEach((r=>{r.getAttribute("value")===e.getAttribute("objective")&&(r.classList.contains("highlight-element")||r.classList.add("highlight-element"))}))}}class re{constructor(){this.audioElement=document.createElement("audio"),this.audioElement.id="audio",document.body.appendChild(this.audioElement),this.registerGlobalStopEvents()}static getI(){return re.instance||(re.instance=new re),re.instance}stop(){(null===window||void 0===window?void 0:window.speechSynthesis)&&window.speechSynthesis.cancel(),this.audioElement.pause(),this.audioElement.currentTime=0,this.audioElement.src="",document.querySelectorAll(".speaking-highlight").forEach((e=>K(e)));const e=document.querySelector("#play"),r=document.querySelector("#pause");e&&r&&(e.style.visibility="visible",r.style.visibility="hidden")}async play(e){try{await re.getI().stop()}catch(e){console.error("Error stopping audio before speak action:",e)}let r=e.getAttribute("audio")||"";if(!r){const t=e.children;for(let e=0;e<t.length;e++){const n=t[e].getAttribute("audio");if(n){r=n;break}}}if(r){r=ZA(r),this.audioElement.src=r,console.log("🚀 Playing audio:",this.audioElement.src);try{P(!0),Y(e),await this.audioElement.play(),await new Promise((e=>{this.audioElement.onended=()=>{e()}}))}catch(e){console.log("🎧 Audio play error:",e)}finally{this.audioElement.onended=null,P(!1),K(e)}}else if(e.textContent)try{Y(e),await async function(e,r){return new Promise(((t,n)=>{if(!("speechSynthesis"in window))return void n(new Error("Speech synthesis is not supported in this browser."));const i=window.speechSynthesis;setTimeout((()=>{const n=new SpeechSynthesisUtterance(e);n.onend=()=>{t(!0)},i.speak(n),i.speaking||K(r)}),50)}))}(e.textContent,e),document.querySelectorAll(".speaking-highlight").forEach((e=>K(e)))}catch(e){console.log("🎧 TTS Error:",e)}finally{P(!1)}}registerGlobalStopEvents(){[o,u,a,s,i,c,f].forEach((e=>{window.addEventListener(e,(()=>this.stop()))}))}destroy(){console.log("AudioPlayer destroyed (hot-reload safe)"),this.stop(),this.audioElement.parentNode&&this.audioElement.parentNode.removeChild(this.audioElement),re.instance=void 0}}let te;const ne=e=>{const r=document.createElement("div");if("option"===e.getAttribute("type"))return r.style.width=e.style.width,r.style.height=e.style.height,r;const t=e.style.width,n=e.style.padding;return e.style.width="auto",e.style.padding="0 20px",r.style.width=`${e.offsetWidth+20}px`,r.style.height=`${e.offsetHeight+20}px`,r.style.border="1px solid",r.style.backgroundColor="#00000021",r.style.borderRadius="10px",e.style.width=t,e.style.padding=n,r.setAttribute("value",`${e.getAttribute("value")}`),r};const ie=e=>{e.style.opacity="",e.style.cursor="move",e.style.zIndex="",e.style.transform="",e.style.position="",e.style.left="",e.style.top=""};function ae(e,r){const t=Array.from(document.querySelectorAll(`[type="${r}"]`));let n=0,i=null;const a=e.getBoundingClientRect();for(const r of t){if(r===e)continue;const t=ue(a,r.getBoundingClientRect());t>n&&(n=t,i=r)}return i}function oe(e){return e instanceof MouseEvent?{clientX:e.clientX,clientY:e.clientY}:{clientX:e.touches[0].clientX,clientY:e.touches[0].clientY}}function ue(e,r){return Math.max(0,Math.min(e.right,r.right)-Math.max(e.left,r.left))*Math.max(0,Math.min(e.bottom,r.bottom)-Math.max(e.top,r.top))}const se=(e,r)=>{var n;console.log("worddrop");const i=document.getElementById(h),a=i.getAttribute("objective").split(",");let o=JSON.parse(null!==(n=i.getAttribute(t))&&void 0!==n?n:"[]");o=Array.from(e.children).map((e=>e.getAttribute("value"))),i.setAttribute(t,JSON.stringify(o));const u=o.indexOf(r.value);if(u>=0){const e=zA(r.value,[a[u].trim()]);!e&&i.getAttribute("is-allow-only-correct")&&Array.from(i.querySelectorAll(`[value="${r.value}"]`)).find((e=>e!==r)).replaceWith(r),jA(e),LA()}};async function ce(e,r){e.classList.add("dropped");let t=FA(),n=t[r.getAttribute("tab-index")];if(!Array.isArray(n)||!n.includes(e.value)){for(const r in t){const n=t[r].indexOf(e.value);-1!==n&&t[r].splice(n,1)}(null==r?void 0:r.id)&&e.setAttribute(d,r.id),await $A(e,r)}}const fe=e=>new Promise((r=>setTimeout(r,e))),le=async()=>{const e=document.getElementById(h);if(!e)return;e.style.pointerEvents="none";const r=Array.from(e.querySelectorAll('[type="slide"]')),t=U(e),n=r.length,i=n%2==0?n:n-1;for(let e=0;e<i;e+=2){const n=r[e],i=r[e+1],a=n.getBoundingClientRect(),o=i.getBoundingClientRect(),u=(o.left+o.width/2-(a.left+a.width/2))/t,s=(o.top+o.height/2-(a.top+a.height/2))/t;n.style.transition=i.style.transition="transform 0.5s ease",n.style.transform=`translate(${u}px, ${s}px)`,i.style.transform=`translate(${-u}px, ${-s}px)`}await fe(800);for(let e=0;e<i;e++)r[e].style.transform="translate(0, 0)";await fe(500);for(let e=0;e<i;e++)r[e].style.transition="";e.style.pointerEvents=""};var me="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function de(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var pe={exports:{}};pe.exports=function(){function e(r){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(r)}var r=/^\s+/,t=/\s+$/;function n(i,a){if(a=a||{},(i=i||"")instanceof n)return i;if(!(this instanceof n))return new n(i,a);var o=function(n){var i={r:0,g:0,b:0},a=1,o=null,u=null,s=null,c=!1,f=!1;return"string"==typeof n&&(n=function(e){e=e.replace(r,"").replace(t,"").toLowerCase();var n,i=!1;if(b[e])e=b[e],i=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(n=O.rgb.exec(e))?{r:n[1],g:n[2],b:n[3]}:(n=O.rgba.exec(e))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=O.hsl.exec(e))?{h:n[1],s:n[2],l:n[3]}:(n=O.hsla.exec(e))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=O.hsv.exec(e))?{h:n[1],s:n[2],v:n[3]}:(n=O.hsva.exec(e))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=O.hex8.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),a:F(n[4]),format:i?"name":"hex8"}:(n=O.hex6.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),format:i?"name":"hex"}:(n=O.hex4.exec(e))?{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),a:F(n[4]+""+n[4]),format:i?"name":"hex8"}:!!(n=O.hex3.exec(e))&&{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),format:i?"name":"hex"}}(n)),"object"==e(n)&&(k(n.r)&&k(n.g)&&k(n.b)?(l=n.r,m=n.g,d=n.b,i={r:255*N(l,255),g:255*N(m,255),b:255*N(d,255)},c=!0,f="%"===String(n.r).substr(-1)?"prgb":"rgb"):k(n.h)&&k(n.s)&&k(n.v)?(o=E(n.s),u=E(n.v),i=function(e,r,t){e=6*N(e,360),r=N(r,100),t=N(t,100);var n=Math.floor(e),i=e-n,a=t*(1-r),o=t*(1-i*r),u=t*(1-(1-i)*r),s=n%6;return{r:255*[t,o,a,a,u,t][s],g:255*[u,t,t,o,a,a][s],b:255*[a,a,u,t,t,o][s]}}(n.h,o,u),c=!0,f="hsv"):k(n.h)&&k(n.s)&&k(n.l)&&(o=E(n.s),s=E(n.l),i=function(e,r,t){var n,i,a;function o(e,r,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?e+6*(r-e)*t:t<.5?r:t<2/3?e+(r-e)*(2/3-t)*6:e}if(e=N(e,360),r=N(r,100),t=N(t,100),0===r)n=i=a=t;else{var u=t<.5?t*(1+r):t+r-t*r,s=2*t-u;n=o(s,u,e+1/3),i=o(s,u,e),a=o(s,u,e-1/3)}return{r:255*n,g:255*i,b:255*a}}(n.h,o,s),c=!0,f="hsl"),n.hasOwnProperty("a")&&(a=n.a)),a=D(a),{ok:c,format:n.format||f,r:Math.min(255,Math.max(i.r,0)),g:Math.min(255,Math.max(i.g,0)),b:Math.min(255,Math.max(i.b,0)),a};var l,m,d}(i);this._originalInput=i,this._r=o.r,this._g=o.g,this._b=o.b,this._a=o.a,this._roundA=Math.round(100*this._a)/100,this._format=a.format||o.format,this._gradientType=a.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=o.ok}function i(e,r,t){e=N(e,255),r=N(r,255),t=N(t,255);var n,i,a=Math.max(e,r,t),o=Math.min(e,r,t),u=(a+o)/2;if(a==o)n=i=0;else{var s=a-o;switch(i=u>.5?s/(2-a-o):s/(a+o),a){case e:n=(r-t)/s+(r<t?6:0);break;case r:n=(t-e)/s+2;break;case t:n=(e-r)/s+4}n/=6}return{h:n,s:i,l:u}}function a(e,r,t){e=N(e,255),r=N(r,255),t=N(t,255);var n,i,a=Math.max(e,r,t),o=Math.min(e,r,t),u=a,s=a-o;if(i=0===a?0:s/a,a==o)n=0;else{switch(a){case e:n=(r-t)/s+(r<t?6:0);break;case r:n=(t-e)/s+2;break;case t:n=(e-r)/s+4}n/=6}return{h:n,s:i,v:u}}function o(e,r,t,n){var i=[C(Math.round(e).toString(16)),C(Math.round(r).toString(16)),C(Math.round(t).toString(16))];return n&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function u(e,r,t,n){return[C(S(n)),C(Math.round(e).toString(16)),C(Math.round(r).toString(16)),C(Math.round(t).toString(16))].join("")}function s(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.s-=r/100,t.s=A(t.s),n(t)}function c(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.s+=r/100,t.s=A(t.s),n(t)}function f(e){return n(e).desaturate(100)}function l(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.l+=r/100,t.l=A(t.l),n(t)}function m(e,r){r=0===r?0:r||10;var t=n(e).toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(-r/100*255))),t.g=Math.max(0,Math.min(255,t.g-Math.round(-r/100*255))),t.b=Math.max(0,Math.min(255,t.b-Math.round(-r/100*255))),n(t)}function d(e,r){r=0===r?0:r||10;var t=n(e).toHsl();return t.l-=r/100,t.l=A(t.l),n(t)}function p(e,r){var t=n(e).toHsl(),i=(t.h+r)%360;return t.h=i<0?360+i:i,n(t)}function h(e){var r=n(e).toHsl();return r.h=(r.h+180)%360,n(r)}function v(e,r){if(isNaN(r)||r<=0)throw new Error("Argument to polyad must be a positive number");for(var t=n(e).toHsl(),i=[n(e)],a=360/r,o=1;o<r;o++)i.push(n({h:(t.h+o*a)%360,s:t.s,l:t.l}));return i}function y(e){var r=n(e).toHsl(),t=r.h;return[n(e),n({h:(t+72)%360,s:r.s,l:r.l}),n({h:(t+216)%360,s:r.s,l:r.l})]}function g(e,r,t){r=r||6,t=t||30;var i=n(e).toHsl(),a=360/t,o=[n(e)];for(i.h=(i.h-(a*r>>1)+720)%360;--r;)i.h=(i.h+a)%360,o.push(n(i));return o}function x(e,r){r=r||6;for(var t=n(e).toHsv(),i=t.h,a=t.s,o=t.v,u=[],s=1/r;r--;)u.push(n({h:i,s:a,v:o})),o=(o+s)%1;return u}n.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,r,t,n=this.toRgb();return r=n.g/255,t=n.b/255,.2126*((e=n.r/255)<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4))+.0722*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))},setAlpha:function(e){return this._a=D(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=a(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=a(this._r,this._g,this._b),r=Math.round(360*e.h),t=Math.round(100*e.s),n=Math.round(100*e.v);return 1==this._a?"hsv("+r+", "+t+"%, "+n+"%)":"hsva("+r+", "+t+"%, "+n+"%, "+this._roundA+")"},toHsl:function(){var e=i(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=i(this._r,this._g,this._b),r=Math.round(360*e.h),t=Math.round(100*e.s),n=Math.round(100*e.l);return 1==this._a?"hsl("+r+", "+t+"%, "+n+"%)":"hsla("+r+", "+t+"%, "+n+"%, "+this._roundA+")"},toHex:function(e){return o(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,r,t,n,i){var a=[C(Math.round(e).toString(16)),C(Math.round(r).toString(16)),C(Math.round(t).toString(16)),C(S(n))];return i&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)&&a[3].charAt(0)==a[3].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0):a.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*N(this._r,255))+"%",g:Math.round(100*N(this._g,255))+"%",b:Math.round(100*N(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*N(this._r,255))+"%, "+Math.round(100*N(this._g,255))+"%, "+Math.round(100*N(this._b,255))+"%)":"rgba("+Math.round(100*N(this._r,255))+"%, "+Math.round(100*N(this._g,255))+"%, "+Math.round(100*N(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(w[o(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var r="#"+u(this._r,this._g,this._b,this._a),t=r,i=this._gradientType?"GradientType = 1, ":"";if(e){var a=n(e);t="#"+u(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+r+",endColorstr="+t+")"},toString:function(e){var r=!!e;e=e||this._format;var t=!1;return r||!(this._a<1&&this._a>=0)||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(t=this.toRgbString()),"prgb"===e&&(t=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(t=this.toHexString()),"hex3"===e&&(t=this.toHexString(!0)),"hex4"===e&&(t=this.toHex8String(!0)),"hex8"===e&&(t=this.toHex8String()),"name"===e&&(t=this.toName()),"hsl"===e&&(t=this.toHslString()),"hsv"===e&&(t=this.toHsvString()),t||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return n(this.toString())},_applyModification:function(e,r){var t=e.apply(null,[this].concat([].slice.call(r)));return this._r=t._r,this._g=t._g,this._b=t._b,this.setAlpha(t._a),this},lighten:function(){return this._applyModification(l,arguments)},brighten:function(){return this._applyModification(m,arguments)},darken:function(){return this._applyModification(d,arguments)},desaturate:function(){return this._applyModification(s,arguments)},saturate:function(){return this._applyModification(c,arguments)},greyscale:function(){return this._applyModification(f,arguments)},spin:function(){return this._applyModification(p,arguments)},_applyCombination:function(e,r){return e.apply(null,[this].concat([].slice.call(r)))},analogous:function(){return this._applyCombination(g,arguments)},complement:function(){return this._applyCombination(h,arguments)},monochromatic:function(){return this._applyCombination(x,arguments)},splitcomplement:function(){return this._applyCombination(y,arguments)},triad:function(){return this._applyCombination(v,[3])},tetrad:function(){return this._applyCombination(v,[4])}},n.fromRatio=function(r,t){if("object"==e(r)){var i={};for(var a in r)r.hasOwnProperty(a)&&(i[a]="a"===a?r[a]:E(r[a]));r=i}return n(r,t)},n.equals=function(e,r){return!(!e||!r)&&n(e).toRgbString()==n(r).toRgbString()},n.random=function(){return n.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},n.mix=function(e,r,t){t=0===t?0:t||50;var i=n(e).toRgb(),a=n(r).toRgb(),o=t/100;return n({r:(a.r-i.r)*o+i.r,g:(a.g-i.g)*o+i.g,b:(a.b-i.b)*o+i.b,a:(a.a-i.a)*o+i.a})},n.readability=function(e,r){var t=n(e),i=n(r);return(Math.max(t.getLuminance(),i.getLuminance())+.05)/(Math.min(t.getLuminance(),i.getLuminance())+.05)},n.isReadable=function(e,r,t){var i,a,o=n.readability(e,r);switch(a=!1,(i=function(e){var r,t;return"AA"!==(r=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==r&&(r="AA"),"small"!==(t=(e.size||"small").toLowerCase())&&"large"!==t&&(t="small"),{level:r,size:t}}(t)).level+i.size){case"AAsmall":case"AAAlarge":a=o>=4.5;break;case"AAlarge":a=o>=3;break;case"AAAsmall":a=o>=7}return a},n.mostReadable=function(e,r,t){var i,a,o,u,s=null,c=0;a=(t=t||{}).includeFallbackColors,o=t.level,u=t.size;for(var f=0;f<r.length;f++)(i=n.readability(e,r[f]))>c&&(c=i,s=n(r[f]));return n.isReadable(e,s,{level:o,size:u})||!a?s:(t.includeFallbackColors=!1,n.mostReadable(e,["#fff","#000"],t))};var b=n.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},w=n.hexNames=function(e){var r={};for(var t in e)e.hasOwnProperty(t)&&(r[e[t]]=t);return r}(b);function D(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function N(e,r){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var t=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=Math.min(r,Math.max(0,parseFloat(e))),t&&(e=parseInt(e*r,10)/100),Math.abs(e-r)<1e-6?1:e%r/parseFloat(r)}function A(e){return Math.min(1,Math.max(0,e))}function M(e){return parseInt(e,16)}function C(e){return 1==e.length?"0"+e:""+e}function E(e){return e<=1&&(e=100*e+"%"),e}function S(e){return Math.round(255*parseFloat(e)).toString(16)}function F(e){return M(e)/255}var B,q,T,O=(q="[\\s|\\(]+("+(B="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+B+")[,|\\s]+("+B+")\\s*\\)?",T="[\\s|\\(]+("+B+")[,|\\s]+("+B+")[,|\\s]+("+B+")[,|\\s]+("+B+")\\s*\\)?",{CSS_UNIT:new RegExp(B),rgb:new RegExp("rgb"+q),rgba:new RegExp("rgba"+T),hsl:new RegExp("hsl"+q),hsla:new RegExp("hsla"+T),hsv:new RegExp("hsv"+q),hsva:new RegExp("hsva"+T),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function k(e){return!!O.CSS_UNIT.exec(e)}return n}();const he=pe.exports;var ve={exports:{}};!function(e){function r(){return e.exports=r=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,r.apply(null,arguments)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(ve);const ye=de(ve.exports);var ge={relTol:1e-12,absTol:1e-15,matrix:"Matrix",number:"number",numberFallback:"number",precision:64,predictable:!1,randomSeed:null};function xe(e,r){if(we(e,r))return e[r];if("function"==typeof e[r]&&De(e,r))throw new Error('Cannot access method "'+r+'" as a property');throw new Error('No access to property "'+r+'"')}function be(e,r,t){if(we(e,r))return e[r]=t,t;throw new Error('No access to property "'+r+'"')}function we(e,r){return!(!function(e){return"object"==typeof e&&e&&e.constructor===Object}(e)&&!Array.isArray(e)||!Dr(Ne,r)&&(r in Object.prototype||r in Function.prototype))}function De(e,r){return!(null==e||"function"!=typeof e[r]||Dr(e,r)&&Object.getPrototypeOf&&r in Object.getPrototypeOf(e)||!Dr(Ae,r)&&(r in Object.prototype||r in Function.prototype))}var Ne={length:!0,name:!0},Ae={toString:!0,valueOf:!0,toLocaleString:!0};class Me{constructor(e){this.wrappedObject=e,this[Symbol.iterator]=this.entries}keys(){return Object.keys(this.wrappedObject).filter((e=>this.has(e))).values()}get(e){return xe(this.wrappedObject,e)}set(e,r){return be(this.wrappedObject,e,r),this}has(e){return we(this.wrappedObject,e)&&e in this.wrappedObject}entries(){return Ee(this.keys(),(e=>[e,this.get(e)]))}forEach(e){for(var r of this.keys())e(this.get(r),r,this)}delete(e){we(this.wrappedObject,e)&&delete this.wrappedObject[e]}clear(){for(var e of this.keys())this.delete(e)}get size(){return Object.keys(this.wrappedObject).length}}class Ce{constructor(e,r,t){this.a=e,this.b=r,this.bKeys=t,this[Symbol.iterator]=this.entries}get(e){return this.bKeys.has(e)?this.b.get(e):this.a.get(e)}set(e,r){return this.bKeys.has(e)?this.b.set(e,r):this.a.set(e,r),this}has(e){return this.b.has(e)||this.a.has(e)}keys(){return new Set([...this.a.keys(),...this.b.keys()])[Symbol.iterator]()}entries(){return Ee(this.keys(),(e=>[e,this.get(e)]))}forEach(e){for(var r of this.keys())e(this.get(r),r,this)}delete(e){return this.bKeys.has(e)?this.b.delete(e):this.a.delete(e)}clear(){this.a.clear(),this.b.clear()}get size(){return[...this.keys()].length}}function Ee(e,r){return{next:()=>{var t=e.next();return t.done?t:{value:r(t.value),done:!1}}}}function Se(){return new Map}function Fe(e){if(!e)return Se();if(Qe(e))return e;if(Xe(e))return new Me(e);throw new Error("createMap can create maps from objects or Maps")}function Be(e){return"number"==typeof e}function qe(e){return!(!e||"object"!=typeof e||"function"!=typeof e.constructor)&&(!0===e.isBigNumber&&"object"==typeof e.constructor.prototype&&!0===e.constructor.prototype.isBigNumber||"function"==typeof e.constructor.isDecimal&&!0===e.constructor.isDecimal(e))}function Te(e){return"bigint"==typeof e}function Oe(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isComplex||!1}function ke(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isFraction||!1}function ze(e){return e&&!0===e.constructor.prototype.isUnit||!1}function Ie(e){return"string"==typeof e}var Re=Array.isArray;function je(e){return e&&!0===e.constructor.prototype.isMatrix||!1}function Ue(e){return Array.isArray(e)||je(e)}function $e(e){return e&&e.isDenseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function Pe(e){return e&&e.isSparseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function Le(e){return e&&!0===e.constructor.prototype.isRange||!1}function _e(e){return e&&!0===e.constructor.prototype.isIndex||!1}function Je(e){return"boolean"==typeof e}function We(e){return e&&!0===e.constructor.prototype.isResultSet||!1}function Ve(e){return e&&!0===e.constructor.prototype.isHelp||!1}function He(e){return"function"==typeof e}function Ze(e){return e instanceof Date}function Ge(e){return e instanceof RegExp}function Xe(e){return!(!e||"object"!=typeof e||e.constructor!==Object||Oe(e)||ke(e))}function Qe(e){return!!e&&(e instanceof Map||e instanceof Me||"function"==typeof e.set&&"function"==typeof e.get&&"function"==typeof e.keys&&"function"==typeof e.has)}function Ye(e){return null===e}function Ke(e){return void 0===e}function er(e){return e&&!0===e.isAccessorNode&&!0===e.constructor.prototype.isNode||!1}function rr(e){return e&&!0===e.isArrayNode&&!0===e.constructor.prototype.isNode||!1}function tr(e){return e&&!0===e.isAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function nr(e){return e&&!0===e.isBlockNode&&!0===e.constructor.prototype.isNode||!1}function ir(e){return e&&!0===e.isConditionalNode&&!0===e.constructor.prototype.isNode||!1}function ar(e){return e&&!0===e.isConstantNode&&!0===e.constructor.prototype.isNode||!1}function or(e){return ar(e)||mr(e)&&1===e.args.length&&ar(e.args[0])&&"-+~".includes(e.op)}function ur(e){return e&&!0===e.isFunctionAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function sr(e){return e&&!0===e.isFunctionNode&&!0===e.constructor.prototype.isNode||!1}function cr(e){return e&&!0===e.isIndexNode&&!0===e.constructor.prototype.isNode||!1}function fr(e){return e&&!0===e.isNode&&!0===e.constructor.prototype.isNode||!1}function lr(e){return e&&!0===e.isObjectNode&&!0===e.constructor.prototype.isNode||!1}function mr(e){return e&&!0===e.isOperatorNode&&!0===e.constructor.prototype.isNode||!1}function dr(e){return e&&!0===e.isParenthesisNode&&!0===e.constructor.prototype.isNode||!1}function pr(e){return e&&!0===e.isRangeNode&&!0===e.constructor.prototype.isNode||!1}function hr(e){return e&&!0===e.isRelationalNode&&!0===e.constructor.prototype.isNode||!1}function vr(e){return e&&!0===e.isSymbolNode&&!0===e.constructor.prototype.isNode||!1}function yr(e){return e&&!0===e.constructor.prototype.isChain||!1}function gr(e){var r=typeof e;return"object"===r?null===e?"null":qe(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":r}function xr(e){var r=typeof e;if("number"===r||"bigint"===r||"string"===r||"boolean"===r||null==e)return e;if("function"==typeof e.clone)return e.clone();if(Array.isArray(e))return e.map((function(e){return xr(e)}));if(e instanceof Date)return new Date(e.valueOf());if(qe(e))return e;if(Xe(e))return function(e,r){var t={};for(var n in e)Dr(e,n)&&(t[n]=r(e[n]));return t}(e,xr);if("function"===r)return e;throw new TypeError("Cannot clone: unknown type of value (value: ".concat(e,")"))}function br(e,r){for(var t in r)Dr(r,t)&&(e[t]=r[t]);return e}function wr(e,r){var t,n,i;if(Array.isArray(e)){if(!Array.isArray(r))return!1;if(e.length!==r.length)return!1;for(n=0,i=e.length;n<i;n++)if(!wr(e[n],r[n]))return!1;return!0}if("function"==typeof e)return e===r;if(e instanceof Object){if(Array.isArray(r)||!(r instanceof Object))return!1;for(t in e)if(!(t in r)||!wr(e[t],r[t]))return!1;for(t in r)if(!(t in e))return!1;return!0}return e===r}function Dr(e,r){return e&&Object.hasOwnProperty.call(e,r)}var Nr=function(e){if(e)throw new Error("The global config is readonly. \nPlease create a mathjs instance if you want to change the default configuration. \nExample:\n\n import { create, all } from 'mathjs';\n const mathjs = create(all);\n mathjs.config({ number: 'BigNumber' });\n");return Object.freeze(ge)};ye(Nr,ge,{MATRIX_OPTIONS:["Matrix","Array"],NUMBER_OPTIONS:["number","BigNumber","Fraction"]});var Ar={exports:{}};Ar.exports=function(){function e(){return!0}function r(){return!1}function t(){}const n="Argument is not a typed-function.";var i=function i(){function a(e){return"object"==typeof e&&null!==e&&e.constructor===Object}const o=[{name:"number",test:function(e){return"number"==typeof e}},{name:"string",test:function(e){return"string"==typeof e}},{name:"boolean",test:function(e){return"boolean"==typeof e}},{name:"Function",test:function(e){return"function"==typeof e}},{name:"Array",test:Array.isArray},{name:"Date",test:function(e){return e instanceof Date}},{name:"RegExp",test:function(e){return e instanceof RegExp}},{name:"Object",test:a},{name:"null",test:function(e){return null===e}},{name:"undefined",test:function(e){return void 0===e}}],u={name:"any",test:e,isAny:!0};let s,c,f=0,l={createCount:0};function m(e){const r=s.get(e);if(r)return r;let t='Unknown type "'+e+'"';const n=e.toLowerCase();let i;for(i of c)if(i.toLowerCase()===n){t+='. Did you mean "'+i+'" ?';break}throw new TypeError(t)}function d(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"any";const t=r?m(r).index:c.length,n=[];for(let r=0;r<e.length;++r){if(!e[r]||"string"!=typeof e[r].name||"function"!=typeof e[r].test)throw new TypeError("Object with properties {name: string, test: function} expected");const i=e[r].name;if(s.has(i))throw new TypeError('Duplicate type name "'+i+'"');n.push(i),s.set(i,{name:i,test:e[r].test,isAny:e[r].isAny,index:t+r,conversionsTo:[]})}const i=c.slice(t);c=c.slice(0,t).concat(n).concat(i);for(let e=t+n.length;e<c.length;++e)s.get(c[e]).index=e}function p(){s=new Map,c=[],f=0,d([u],!1)}function h(e){const r=c.filter((r=>{const t=s.get(r);return!t.isAny&&t.test(e)}));return r.length?r:["any"]}function v(e){return e&&"function"==typeof e&&"_typedFunctionData"in e}function y(e,r,t){if(!v(e))throw new TypeError(n);const i=t&&t.exact,a=D(Array.isArray(r)?r.join(","):r),o=g(a);if(!i||o in e.signatures){const r=e._typedFunctionData.signatureMap.get(o);if(r)return r}const u=a.length;let s,c;if(i){let r;for(r in s=[],e.signatures)s.push(e._typedFunctionData.signatureMap.get(r))}else s=e._typedFunctionData.signatures;for(let e=0;e<u;++e){const r=a[e],t=[];let n;for(n of s){const i=C(n.params,e);if(i&&(!r.restParam||i.restParam)){if(!i.hasAny){const e=w(i);if(r.types.some((r=>!e.has(r.name))))continue}t.push(n)}}if(s=t,0===s.length)break}for(c of s)if(c.params.length<=u)return c;throw new TypeError("Signature not found (signature: "+(e.name||"unnamed")+"("+g(a,", ")+"))")}function g(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:",";return e.map((e=>e.name)).join(r)}function x(e){const r=0===e.indexOf("..."),t=(r?e.length>3?e.slice(3):"any":e).split("|").map((e=>m(e.trim())));let n=!1,i=r?"...":"";return{types:t.map((function(e){return n=e.isAny||n,i+=e.name+"|",{name:e.name,typeIndex:e.index,test:e.test,isAny:e.isAny,conversion:null,conversionIndex:-1}})),name:i.slice(0,-1),hasAny:n,hasConversion:!1,restParam:r}}function b(e){const r=function(e){if(0===e.length)return[];const r=e.map(m);e.length>1&&r.sort(((e,r)=>e.index-r.index));let t=r[0].conversionsTo;if(1===e.length)return t;t=t.concat([]);const n=new Set(e);for(let e=1;e<r.length;++e){let i;for(i of r[e].conversionsTo)n.has(i.from)||(t.push(i),n.add(i.from))}return t}(e.types.map((e=>e.name)));let t=e.hasAny,n=e.name;const i=r.map((function(e){const r=m(e.from);return t=r.isAny||t,n+="|"+e.from,{name:e.from,typeIndex:r.index,test:r.test,isAny:r.isAny,conversion:e,conversionIndex:e.index}}));return{types:e.types.concat(i),name:n,hasAny:t,hasConversion:i.length>0,restParam:e.restParam}}function w(e){return e.typeSet||(e.typeSet=new Set,e.types.forEach((r=>e.typeSet.add(r.name)))),e.typeSet}function D(e){const r=[];if("string"!=typeof e)throw new TypeError("Signatures must be strings");const t=e.trim();if(""===t)return r;const n=t.split(",");for(let e=0;e<n.length;++e){const t=x(n[e].trim());if(t.restParam&&e!==n.length-1)throw new SyntaxError('Unexpected rest parameter "'+n[e]+'": only allowed for the last parameter');if(0===t.types.length)return null;r.push(t)}return r}function N(e){const r=J(e);return!!r&&r.restParam}function A(r){if(r&&0!==r.types.length){if(1===r.types.length)return m(r.types[0].name).test;if(2===r.types.length){const e=m(r.types[0].name).test,t=m(r.types[1].name).test;return function(r){return e(r)||t(r)}}{const e=r.types.map((function(e){return m(e.name).test}));return function(r){for(let t=0;t<e.length;t++)if(e[t](r))return!0;return!1}}}return e}function M(e){let r,t,n;if(N(e)){r=_(e).map(A);const t=r.length,n=A(J(e)),i=function(e){for(let r=t;r<e.length;r++)if(!n(e[r]))return!1;return!0};return function(e){for(let t=0;t<r.length;t++)if(!r[t](e[t]))return!1;return i(e)&&e.length>=t+1}}return 0===e.length?function(e){return 0===e.length}:1===e.length?(t=A(e[0]),function(e){return t(e[0])&&1===e.length}):2===e.length?(t=A(e[0]),n=A(e[1]),function(e){return t(e[0])&&n(e[1])&&2===e.length}):(r=e.map(A),function(e){for(let t=0;t<r.length;t++)if(!r[t](e[t]))return!1;return e.length===r.length})}function C(e,r){return r<e.length?e[r]:N(e)?J(e):null}function E(e,r){const t=C(e,r);return t?w(t):new Set}function S(e){return null==e.conversion}function F(e,r){const t=new Set;return e.forEach((e=>{const n=E(e.params,r);let i;for(i of n)t.add(i)})),t.has("any")?["any"]:Array.from(t)}function B(e,r,t){let n,i;const a=e||"unnamed";let o,u=t;for(o=0;o<r.length;o++){const e=[];if(u.forEach((t=>{const n=A(C(t.params,o));(o<t.params.length||N(t.params))&&n(r[o])&&e.push(t)})),0===e.length){if(i=F(u,o),i.length>0){const e=h(r[o]);return n=new TypeError("Unexpected type of argument in function "+a+" (expected: "+i.join(" or ")+", actual: "+e.join(" | ")+", index: "+o+")"),n.data={category:"wrongType",fn:a,index:o,actual:e,expected:i},n}}else u=e}const s=u.map((function(e){return N(e.params)?1/0:e.params.length}));if(r.length<Math.min.apply(null,s))return i=F(u,o),n=new TypeError("Too few arguments in function "+a+" (expected: "+i.join(" or ")+", index: "+r.length+")"),n.data={category:"tooFewArgs",fn:a,index:r.length,expected:i},n;const c=Math.max.apply(null,s);if(r.length>c)return n=new TypeError("Too many arguments in function "+a+" (expected: "+c+", actual: "+r.length+")"),n.data={category:"tooManyArgs",fn:a,index:r.length,expectedLength:c},n;const f=[];for(let e=0;e<r.length;++e)f.push(h(r[e]).join("|"));return n=new TypeError('Arguments of type "'+f.join(", ")+'" do not match any of the defined signatures of function '+a+"."),n.data={category:"mismatch",actual:f},n}function q(e){let r=c.length+1;for(let t=0;t<e.types.length;t++)S(e.types[t])&&(r=Math.min(r,e.types[t].typeIndex));return r}function T(e){let r=f+1;for(let t=0;t<e.types.length;t++)S(e.types[t])||(r=Math.min(r,e.types[t].conversionIndex));return r}function O(e,r){if(e.hasAny){if(!r.hasAny)return 1}else if(r.hasAny)return-1;if(e.restParam){if(!r.restParam)return 1}else if(r.restParam)return-1;if(e.hasConversion){if(!r.hasConversion)return 1}else if(r.hasConversion)return-1;const t=q(e)-q(r);if(t<0)return-1;if(t>0)return 1;const n=T(e)-T(r);return n<0?-1:n>0?1:0}function k(e,r){const t=e.params,n=r.params,i=J(t),a=J(n),o=N(t),u=N(n);if(o&&i.hasAny){if(!u||!a.hasAny)return 1}else if(u&&a.hasAny)return-1;let s,c=0,f=0;for(s of t)s.hasAny&&++c,s.hasConversion&&++f;let l=0,m=0;for(s of n)s.hasAny&&++l,s.hasConversion&&++m;if(c!==l)return c-l;if(o&&i.hasConversion){if(!u||!a.hasConversion)return 1}else if(u&&a.hasConversion)return-1;if(f!==m)return f-m;if(o){if(!u)return 1}else if(u)return-1;const d=(t.length-n.length)*(o?-1:1);if(0!==d)return d;const p=[];let h,v=0;for(let e=0;e<t.length;++e){const r=O(t[e],n[e]);p.push(r),v+=r}if(0!==v)return v;for(h of p)if(0!==h)return h;return 0}function z(e,r){let t=r;if(e.some((e=>e.hasConversion))){const n=N(e),i=e.map(I);t=function(){const e=[],t=n?arguments.length-1:arguments.length;for(let r=0;r<t;r++)e[r]=i[r](arguments[r]);return n&&(e[t]=arguments[t].map(i[t])),r.apply(this,e)}}let n=t;if(N(e)){const r=e.length-1;n=function(){return t.apply(this,W(arguments,0,r).concat([W(arguments,r)]))}}return n}function I(e){let r,t,n,i;const a=[],o=[];switch(e.types.forEach((function(e){e.conversion&&(a.push(m(e.conversion.from).test),o.push(e.conversion.convert))})),o.length){case 0:return function(e){return e};case 1:return r=a[0],n=o[0],function(e){return r(e)?n(e):e};case 2:return r=a[0],t=a[1],n=o[0],i=o[1],function(e){return r(e)?n(e):t(e)?i(e):e};default:return function(e){for(let r=0;r<o.length;r++)if(a[r](e))return o[r](e);return e}}}function R(e){return function e(r,t,n){if(t<r.length){const i=r[t];let a=[];if(i.restParam){const e=i.types.filter(S);e.length<i.types.length&&a.push({types:e,name:"..."+e.map((e=>e.name)).join("|"),hasAny:e.some((e=>e.isAny)),hasConversion:!1,restParam:!0}),a.push(i)}else a=i.types.map((function(e){return{types:[e],name:e.name,hasAny:e.isAny,hasConversion:e.conversion,restParam:!1}}));return Array.prototype.concat.apply([],a.map((function(i){return e(r,t+1,n.concat([i]))})))}return[n]}(e,0,[])}function j(e,r){const t=Math.max(e.length,r.length);for(let n=0;n<t;n++){const t=E(e,n),i=E(r,n);let a,o=!1;for(a of i)if(t.has(a)){o=!0;break}if(!o)return!1}const n=e.length,i=r.length,a=N(e),o=N(r);return a?o?n===i:i>=n:o?n>=i:n===i}function U(e,r,t){const n=[];let i;for(i of e){let e=t[i];if("number"!=typeof e)throw new TypeError('No definition for referenced signature "'+i+'"');if(e=r[e],"function"!=typeof e)return!1;n.push(e)}return n}function $(e,r,t){const n=function(e){return e.map((e=>G(e)?H(e.referToSelf.callback):Z(e)?V(e.referTo.references,e.referTo.callback):e))}(e),i=new Array(n.length).fill(!1);let a=!0;for(;a;){a=!1;let e=!0;for(let o=0;o<n.length;++o){if(i[o])continue;const u=n[o];if(G(u))n[o]=u.referToSelf.callback(t),n[o].referToSelf=u.referToSelf,i[o]=!0,e=!1;else if(Z(u)){const t=U(u.referTo.references,n,r);t?(n[o]=u.referTo.callback.apply(this,t),n[o].referTo=u.referTo,i[o]=!0,e=!1):a=!0}}if(e&&a)throw new SyntaxError("Circular reference detected in resolving typed.referTo")}return n}function P(e,n){if(l.createCount++,0===Object.keys(n).length)throw new SyntaxError("No signatures provided");l.warnAgainstDeprecatedThis&&function(e){const r=/\bthis(\(|\.signatures\b)/;Object.keys(e).forEach((t=>{if(r.test(e[t].toString()))throw new SyntaxError("Using `this` to self-reference a function is deprecated since typed-function@3. Use typed.referTo and typed.referToSelf instead.")}))}(n);const i=[],a=[],o={},u=[];let s;for(s in n){if(!Object.prototype.hasOwnProperty.call(n,s))continue;const e=D(s);if(!e)continue;i.forEach((function(r){if(j(r,e))throw new TypeError('Conflicting signatures "'+g(r)+'" and "'+g(e)+'".')})),i.push(e);const r=a.length;a.push(n[s]);const t=e.map(b);let c;for(c of R(t)){const e=g(c);u.push({params:c,name:e,fn:r}),c.every((e=>!e.hasConversion))&&(o[e]=r)}}u.sort(k);const c=$(a,o,ue);let f;for(f in o)Object.prototype.hasOwnProperty.call(o,f)&&(o[f]=c[o[f]]);const m=[],d=new Map;for(f of u)d.has(f.name)||(f.fn=c[f.fn],m.push(f),d.set(f.name,f));const p=m[0]&&m[0].params.length<=2&&!N(m[0].params),h=m[1]&&m[1].params.length<=2&&!N(m[1].params),v=m[2]&&m[2].params.length<=2&&!N(m[2].params),y=m[3]&&m[3].params.length<=2&&!N(m[3].params),x=m[4]&&m[4].params.length<=2&&!N(m[4].params),w=m[5]&&m[5].params.length<=2&&!N(m[5].params),C=p&&h&&v&&y&&x&&w;for(let e=0;e<m.length;++e)m[e].test=M(m[e].params);const E=p?A(m[0].params[0]):r,S=h?A(m[1].params[0]):r,F=v?A(m[2].params[0]):r,B=y?A(m[3].params[0]):r,q=x?A(m[4].params[0]):r,T=w?A(m[5].params[0]):r,O=p?A(m[0].params[1]):r,I=h?A(m[1].params[1]):r,U=v?A(m[2].params[1]):r,P=y?A(m[3].params[1]):r,L=x?A(m[4].params[1]):r,_=w?A(m[5].params[1]):r;for(let e=0;e<m.length;++e)m[e].implementation=z(m[e].params,m[e].fn);const J=p?m[0].implementation:t,W=h?m[1].implementation:t,V=v?m[2].implementation:t,H=y?m[3].implementation:t,Z=x?m[4].implementation:t,G=w?m[5].implementation:t,X=p?m[0].params.length:-1,Q=h?m[1].params.length:-1,Y=v?m[2].params.length:-1,K=y?m[3].params.length:-1,ee=x?m[4].params.length:-1,re=w?m[5].params.length:-1,te=C?6:0,ne=m.length,ie=m.map((e=>e.test)),ae=m.map((e=>e.implementation)),oe=function(){for(let e=te;e<ne;e++)if(ie[e](arguments))return ae[e].apply(this,arguments);return l.onMismatch(e,arguments,m)};function ue(e,r){return arguments.length===X&&E(e)&&O(r)?J.apply(this,arguments):arguments.length===Q&&S(e)&&I(r)?W.apply(this,arguments):arguments.length===Y&&F(e)&&U(r)?V.apply(this,arguments):arguments.length===K&&B(e)&&P(r)?H.apply(this,arguments):arguments.length===ee&&q(e)&&L(r)?Z.apply(this,arguments):arguments.length===re&&T(e)&&_(r)?G.apply(this,arguments):oe.apply(this,arguments)}try{Object.defineProperty(ue,"name",{value:e})}catch(e){}return ue.signatures=o,ue._typedFunctionData={signatures:m,signatureMap:d},ue}function L(e,r,t){throw B(e,r,t)}function _(e){return W(e,0,e.length-1)}function J(e){return e[e.length-1]}function W(e,r,t){return Array.prototype.slice.call(e,r,t)}function V(e,r){return{referTo:{references:e,callback:r}}}function H(e){if("function"!=typeof e)throw new TypeError("Callback function expected as first argument");return{referToSelf:{callback:e}}}function Z(e){return e&&"object"==typeof e.referTo&&Array.isArray(e.referTo.references)&&"function"==typeof e.referTo.callback}function G(e){return e&&"object"==typeof e.referToSelf&&"function"==typeof e.referToSelf.callback}function X(e,r){if(!e)return r;if(r&&r!==e){const t=new Error("Function names do not match (expected: "+e+", actual: "+r+")");throw t.data={actual:r,expected:e},t}return e}function Q(e){let r;for(const t in e)Object.prototype.hasOwnProperty.call(e,t)&&(v(e[t])||"string"==typeof e[t].signature)&&(r=X(r,e[t].name));return r}function Y(e,r){let t;for(t in r)if(Object.prototype.hasOwnProperty.call(r,t)){if(t in e&&r[t]!==e[t]){const n=new Error('Signature "'+t+'" is defined twice');throw n.data={signature:t,sourceFunction:r[t],destFunction:e[t]},n}e[t]=r[t]}}p(),d(o);const K=l;function ee(e){if(!e||"string"!=typeof e.from||"string"!=typeof e.to||"function"!=typeof e.convert)throw new TypeError("Object with properties {from: string, to: string, convert: function} expected");if(e.to===e.from)throw new SyntaxError('Illegal to define conversion from "'+e.from+'" to itself.')}return l=function(e){const r="string"==typeof e;let t=r?e:"";const n={};for(let e=r?1:0;e<arguments.length;++e){const i=arguments[e];let o,u={};if("function"==typeof i?(o=i.name,"string"==typeof i.signature?u[i.signature]=i:v(i)&&(u=i.signatures)):a(i)&&(u=i,r||(o=Q(i))),0===Object.keys(u).length){const r=new TypeError("Argument to 'typed' at index "+e+" is not a (typed) function, nor an object with signatures as keys and functions as values.");throw r.data={index:e,argument:i},r}r||(t=X(t,o)),Y(n,u)}return P(t||"",n)},l.create=i,l.createCount=K.createCount,l.onMismatch=L,l.throwMismatchError=L,l.createError=B,l.clear=p,l.clearConversions=function(){let e;for(e of c)s.get(e).conversionsTo=[];f=0},l.addTypes=d,l._findType=m,l.referTo=function(){const e=_(arguments).map((e=>g(D(e)))),r=J(arguments);if("function"!=typeof r)throw new TypeError("Callback function expected as last argument");return V(e,r)},l.referToSelf=H,l.convert=function(e,r){const t=m(r);if(t.test(e))return e;const n=t.conversionsTo;if(0===n.length)throw new Error("There are no conversions to "+r+" defined.");for(let r=0;r<n.length;r++)if(m(n[r].from).test(e))return n[r].convert(e);throw new Error("Cannot convert "+e+" to "+r)},l.findSignature=y,l.find=function(e,r,t){return y(e,r,t).implementation},l.isTypedFunction=v,l.warnAgainstDeprecatedThis=!0,l.addType=function(e,r){let t="any";!1!==r&&s.has("Object")&&(t="Object"),l.addTypes([e],t)},l.addConversion=function(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{override:!1};ee(e);const t=m(e.to),n=t.conversionsTo.find((r=>r.from===e.from));if(n){if(!r||!r.override)throw new Error('There is already a conversion from "'+e.from+'" to "'+t.name+'"');l.removeConversion({from:n.from,to:e.to,convert:n.convert})}t.conversionsTo.push({from:e.from,convert:e.convert,index:f++})},l.addConversions=function(e,r){e.forEach((e=>l.addConversion(e,r)))},l.removeConversion=function(e){ee(e);const r=m(e.to),t=function(e,r){for(let t=0;t<e.length;t++)if(r(e[t]))return e[t]}(r.conversionsTo,(r=>r.from===e.from));if(!t)throw new Error("Attempt to remove nonexistent conversion from "+e.from+" to "+e.to);if(t.convert!==e.convert)throw new Error("Conversion to remove does not match existing conversion");const n=r.conversionsTo.indexOf(t);r.conversionsTo.splice(n,1)},l.resolve=function(e,r){if(!v(e))throw new TypeError(n);const t=e._typedFunctionData.signatures;for(let e=0;e<t.length;++e)if(t[e].test(r))return t[e];return null},l}();return i}();const Mr=Ar.exports;function Cr(e,r,t,n){function i(n){var i=function(e,r){for(var t={},n=0;n<r.length;n++){var i=r[n],a=e[i];void 0!==a&&(t[i]=a)}return t}(n,r.map(Er));return function(e,r,t){if(!r.filter((e=>!function(e){return e&&"?"===e[0]}(e))).every((e=>void 0!==t[e]))){var n=r.filter((e=>void 0===t[e]));throw new Error('Cannot create function "'.concat(e,'", ')+"some dependencies are missing: ".concat(n.map((e=>'"'.concat(e,'"'))).join(", "),"."))}}(e,r,n),t(i)}return i.isFactory=!0,i.fn=e,i.dependencies=r.slice().sort(),n&&(i.meta=n),i}function Er(e){return e&&"?"===e[0]?e.slice(1):e}function Sr(e){return"boolean"==typeof e||!!isFinite(e)&&e===Math.round(e)}function Fr(e,r){if("bigint"===r.number)try{BigInt(e)}catch(e){return r.numberFallback}return r.number}var Br=Math.sign||function(e){return e>0?1:e<0?-1:0},qr=Math.log2||function(e){return Math.log(e)/Math.LN2},Tr=Math.log10||function(e){return Math.log(e)/Math.LN10},Or=Math.log1p||function(e){return Math.log(e+1)},kr=Math.cbrt||function(e){if(0===e)return e;var r,t=e<0;return t&&(e=-e),r=isFinite(e)?(e/((r=Math.exp(Math.log(e)/3))*r)+2*r)/3:e,t?-r:r},zr=Math.expm1||function(e){return e>=2e-4||e<=-2e-4?Math.exp(e)-1:e+e*e/2+e*e*e/6};function Ir(e,r,t){var n={2:"0b",8:"0o",16:"0x"}[r],i="";if(t){if(t<1)throw new Error("size must be in greater than 0");if(!Sr(t))throw new Error("size must be an integer");if(e>2**(t-1)-1||e<-(2**(t-1)))throw new Error("Value must be in range [-2^".concat(t-1,", 2^").concat(t-1,"-1]"));if(!Sr(e))throw new Error("Value must be an integer");e<0&&(e+=2**t),i="i".concat(t)}var a="";return e<0&&(e=-e,a="-"),"".concat(a).concat(n).concat(e.toString(r)).concat(i)}function Rr(e,r){if("function"==typeof r)return r(e);if(e===1/0)return"Infinity";if(e===-1/0)return"-Infinity";if(isNaN(e))return"NaN";var{notation:t,precision:n,wordSize:i}=jr(r);switch(t){case"fixed":return $r(e,n);case"exponential":return Pr(e,n);case"engineering":return function(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Lr(Ur(e),r),n=t.exponent,i=t.coefficients,a=n%3==0?n:n<0?n-3-n%3:n-n%3;if(Be(r))for(;r>i.length||n-a+1>i.length;)i.push(0);else for(var o=Math.abs(n-a)-(i.length-1),u=0;u<o;u++)i.push(0);for(var s=Math.abs(n-a),c=1;s>0;)c++,s--;var f=i.slice(c).join(""),l=Be(r)&&f.length||f.match(/[1-9]/)?"."+f:"",m=i.slice(0,c).join("")+l+"e"+(n>=0?"+":"")+a.toString();return t.sign+m}(e,n);case"bin":return Ir(e,2,i);case"oct":return Ir(e,8,i);case"hex":return Ir(e,16,i);case"auto":return function(e,r,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Yr(null==t?void 0:t.lowerExp,-3),i=Yr(null==t?void 0:t.upperExp,5),a=Ur(e),o=r?Lr(a,r):a;if(o.exponent<n||o.exponent>=i)return Pr(e,r);var u=o.coefficients,s=o.exponent;u.length<r&&(u=u.concat(_r(r-u.length))),u=u.concat(_r(s-u.length+1+(u.length<r?r-u.length:0)));var c=s>0?s:0;return c<(u=_r(-s).concat(u)).length-1&&u.splice(c+1,0,"."),o.sign+u.join("")}(e,n,r).replace(/((\.\d*?)(0+))($|e)/,(function(){var e=arguments[2],r=arguments[4];return"."!==e?e+r:r}));default:throw new Error('Unknown notation "'+t+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}function jr(e){var r,t,n="auto";if(void 0!==e)if(Be(e))r=e;else if(qe(e))r=e.toNumber();else{if(!Xe(e))throw new Error("Unsupported type of options, number, BigNumber, or object expected");void 0!==e.precision&&(r=Qr(e.precision,(()=>{throw new Error('Option "precision" must be a number or BigNumber')}))),void 0!==e.wordSize&&(t=Qr(e.wordSize,(()=>{throw new Error('Option "wordSize" must be a number or BigNumber')}))),e.notation&&(n=e.notation)}return{notation:n,precision:r,wordSize:t}}function Ur(e){var r=String(e).toLowerCase().match(/^(-?)(\d+\.?\d*)(e([+-]?\d+))?$/);if(!r)throw new SyntaxError("Invalid number "+e);var t=r[1],n=r[2],i=parseFloat(r[4]||"0"),a=n.indexOf(".");i+=-1!==a?a-1:n.length-1;var o=n.replace(".","").replace(/^0*/,(function(e){return i-=e.length,""})).replace(/0*$/,"").split("").map((function(e){return parseInt(e)}));return 0===o.length&&(o.push(0),i++),{sign:t,coefficients:o,exponent:i}}function $r(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Ur(e),n="number"==typeof r?Lr(t,t.exponent+1+r):t,i=n.coefficients,a=n.exponent+1,o=a+(r||0);return i.length<o&&(i=i.concat(_r(o-i.length))),a<0&&(i=_r(1-a).concat(i),a=1),a<i.length&&i.splice(a,0,0===a?"0.":"."),n.sign+i.join("")}function Pr(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Ur(e),n=r?Lr(t,r):t,i=n.coefficients,a=n.exponent;i.length<r&&(i=i.concat(_r(r-i.length)));var o=i.shift();return n.sign+o+(i.length>0?"."+i.join(""):"")+"e"+(a>=0?"+":"")+a}function Lr(e,r){for(var t={sign:e.sign,coefficients:e.coefficients,exponent:e.exponent},n=t.coefficients;r<=0;)n.unshift(0),t.exponent++,r++;if(n.length>r&&n.splice(r,n.length-r)[0]>=5){var i=r-1;for(n[i]++;10===n[i];)n.pop(),0===i&&(n.unshift(0),t.exponent++,i++),n[--i]++}return t}function _r(e){for(var r=[],t=0;t<e;t++)r.push(0);return r}function Jr(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e-8,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(t<=0)throw new Error("Relative tolerance must be greater than 0");if(n<0)throw new Error("Absolute tolerance must be at least 0");return!isNaN(e)&&!isNaN(r)&&(isFinite(e)&&isFinite(r)?e===r||Math.abs(e-r)<=Math.max(t*Math.max(Math.abs(e),Math.abs(r)),n):e===r)}var Wr=Math.acosh||function(e){return Math.log(Math.sqrt(e*e-1)+e)},Vr=Math.asinh||function(e){return Math.log(Math.sqrt(e*e+1)+e)},Hr=Math.atanh||function(e){return Math.log((1+e)/(1-e))/2},Zr=Math.cosh||function(e){return(Math.exp(e)+Math.exp(-e))/2},Gr=Math.sinh||function(e){return(Math.exp(e)-Math.exp(-e))/2},Xr=Math.tanh||function(e){var r=Math.exp(2*e);return(r-1)/(r+1)};function Qr(e,r){return Be(e)?e:qe(e)?e.toNumber():void r()}function Yr(e,r){return Be(e)?e:qe(e)?e.toNumber():r}var Kr=function(){return Kr=Mr.create,Mr},et=Cr("typed",["?BigNumber","?Complex","?DenseMatrix","?Fraction"],(function(e){var{BigNumber:r,Complex:t,DenseMatrix:n,Fraction:i}=e,a=Kr();return a.clear(),a.addTypes([{name:"number",test:Be},{name:"Complex",test:Oe},{name:"BigNumber",test:qe},{name:"bigint",test:Te},{name:"Fraction",test:ke},{name:"Unit",test:ze},{name:"identifier",test:e=>Ie&&/^(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD4A-\uDD65\uDD6F-\uDD85\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC4\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDDD0-\uDDED\uDDF0\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD4A-\uDD65\uDD6F-\uDD85\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC4\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDDD0-\uDDED\uDDF0\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])*$/.test(e)},{name:"string",test:Ie},{name:"Chain",test:yr},{name:"Array",test:Re},{name:"Matrix",test:je},{name:"DenseMatrix",test:$e},{name:"SparseMatrix",test:Pe},{name:"Range",test:Le},{name:"Index",test:_e},{name:"boolean",test:Je},{name:"ResultSet",test:We},{name:"Help",test:Ve},{name:"function",test:He},{name:"Date",test:Ze},{name:"RegExp",test:Ge},{name:"null",test:Ye},{name:"undefined",test:Ke},{name:"AccessorNode",test:er},{name:"ArrayNode",test:rr},{name:"AssignmentNode",test:tr},{name:"BlockNode",test:nr},{name:"ConditionalNode",test:ir},{name:"ConstantNode",test:ar},{name:"FunctionNode",test:sr},{name:"FunctionAssignmentNode",test:ur},{name:"IndexNode",test:cr},{name:"Node",test:fr},{name:"ObjectNode",test:lr},{name:"OperatorNode",test:mr},{name:"ParenthesisNode",test:dr},{name:"RangeNode",test:pr},{name:"RelationalNode",test:hr},{name:"SymbolNode",test:vr},{name:"Map",test:Qe},{name:"Object",test:Xe}]),a.addConversions([{from:"number",to:"BigNumber",convert:function(e){if(r||rt(e),e.toExponential().replace(/e.*$/,"").replace(/^0\.?0*|\./,"").length>15)throw new TypeError("Cannot implicitly convert a number with >15 significant digits to BigNumber (value: "+e+"). Use function bignumber(x) to convert to BigNumber.");return new r(e)}},{from:"number",to:"Complex",convert:function(e){return t||tt(e),new t(e,0)}},{from:"BigNumber",to:"Complex",convert:function(e){return t||tt(e),new t(e.toNumber(),0)}},{from:"bigint",to:"number",convert:function(e){if(e>Number.MAX_SAFE_INTEGER)throw new TypeError("Cannot implicitly convert bigint to number: value exceeds the max safe integer value (value: "+e+")");return Number(e)}},{from:"bigint",to:"BigNumber",convert:function(e){return r||rt(e),new r(e.toString())}},{from:"bigint",to:"Fraction",convert:function(e){return i||nt(e),new i(e)}},{from:"Fraction",to:"BigNumber",convert:function(){throw new TypeError("Cannot implicitly convert a Fraction to BigNumber or vice versa. Use function bignumber(x) to convert to BigNumber or fraction(x) to convert to Fraction.")}},{from:"Fraction",to:"Complex",convert:function(e){return t||tt(e),new t(e.valueOf(),0)}},{from:"number",to:"Fraction",convert:function(e){i||nt(e);var r=new i(e);if(r.valueOf()!==e)throw new TypeError("Cannot implicitly convert a number to a Fraction when there will be a loss of precision (value: "+e+"). Use function fraction(x) to convert to Fraction.");return r}},{from:"string",to:"number",convert:function(e){var r=Number(e);if(isNaN(r))throw new Error('Cannot convert "'+e+'" to a number');return r}},{from:"string",to:"BigNumber",convert:function(e){r||rt(e);try{return new r(e)}catch(r){throw new Error('Cannot convert "'+e+'" to BigNumber')}}},{from:"string",to:"bigint",convert:function(e){try{return BigInt(e)}catch(r){throw new Error('Cannot convert "'+e+'" to BigInt')}}},{from:"string",to:"Fraction",convert:function(e){i||nt(e);try{return new i(e)}catch(r){throw new Error('Cannot convert "'+e+'" to Fraction')}}},{from:"string",to:"Complex",convert:function(e){t||tt(e);try{return new t(e)}catch(r){throw new Error('Cannot convert "'+e+'" to Complex')}}},{from:"boolean",to:"number",convert:function(e){return+e}},{from:"boolean",to:"BigNumber",convert:function(e){return r||rt(e),new r(+e)}},{from:"boolean",to:"bigint",convert:function(e){return BigInt(+e)}},{from:"boolean",to:"Fraction",convert:function(e){return i||nt(e),new i(+e)}},{from:"boolean",to:"string",convert:function(e){return String(e)}},{from:"Array",to:"Matrix",convert:function(e){return n||function(){throw new Error("Cannot convert array into a Matrix: no class 'DenseMatrix' provided")}(),new n(e)}},{from:"Matrix",to:"Array",convert:function(e){return e.valueOf()}}]),a.onMismatch=(e,r,t)=>{var n=a.createError(e,r,t);if(["wrongType","mismatch"].includes(n.data.category)&&1===r.length&&Ue(r[0])&&t.some((e=>!e.params.includes(",")))){var i=new TypeError("Function '".concat(e,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(e,")'."));throw i.data=n.data,i}throw n},a.onMismatch=(e,r,t)=>{var n=a.createError(e,r,t);if(["wrongType","mismatch"].includes(n.data.category)&&1===r.length&&Ue(r[0])&&t.some((e=>!e.params.includes(",")))){var i=new TypeError("Function '".concat(e,"' doesn't apply to matrices. To call it ")+"elementwise on a matrix 'M', try 'map(M, ".concat(e,")'."));throw i.data=n.data,i}throw n},a}));function rt(e){throw new Error("Cannot convert value ".concat(e," into a BigNumber: no class 'BigNumber' provided"))}function tt(e){throw new Error("Cannot convert value ".concat(e," into a Complex number: no class 'Complex' provided"))}function nt(e){throw new Error("Cannot convert value ".concat(e," into a Fraction, no class 'Fraction' provided."))}var it,at=Cr("ResultSet",[],(()=>{function e(r){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator");this.entries=r||[]}return e.prototype.type="ResultSet",e.prototype.isResultSet=!0,e.prototype.valueOf=function(){return this.entries},e.prototype.toString=function(){return"["+this.entries.map(String).join(", ")+"]"},e.prototype.toJSON=function(){return{mathjs:"ResultSet",entries:this.entries}},e.fromJSON=function(r){return new e(r.entries)},e}),{isClass:!0}),ot={exports:{}};it=ot,function(e){
|
|
2
2
|
/*!
|
|
3
3
|
* decimal.js v10.5.0
|
|
4
4
|
* An arbitrary-precision Decimal type for JavaScript.
|
|
@@ -6,4 +6,4 @@ import{g as e}from"./p-9a9d5339.js";const r="lidoDragMap",t="lidoSelectedValues"
|
|
|
6
6
|
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
7
7
|
* MIT Licence
|
|
8
8
|
*/
|
|
9
|
-
var r,t,n,i,a=9e15,o=1e9,u="0123456789abcdef",s="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",c="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",f={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-a,maxE:a,crypto:!1},l=!0,m="[DecimalError] ",d=m+"Invalid argument: ",p=m+"Precision limit exceeded",h=m+"crypto unavailable",v="[object Decimal]",y=Math.floor,g=Math.pow,x=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,b=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,w=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,D=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,N=1e7,A=7,M=s.length-1,C=c.length-1,E={toStringTag:v};function S(e){var r,t,n,i=e.length-1,a="",o=e[0];if(i>0){for(a+=o,r=1;r<i;r++)(t=A-(n=e[r]+"").length)&&(a+=U(t)),a+=n;(t=A-(n=(o=e[r])+"").length)&&(a+=U(t))}else if(0===o)return"0";for(;o%10==0;)o/=10;return a+o}function F(e,r,t){if(e!==~~e||e<r||e>t)throw Error(d+e)}function B(e,r,t,n){var i,a,o,u;for(a=e[0];a>=10;a/=10)--r;return--r<0?(r+=A,i=0):(i=Math.ceil((r+1)/A),r%=A),a=g(10,A-r),u=e[i]%a|0,null==n?r<3?(0==r?u=u/100|0:1==r&&(u=u/10|0),o=t<4&&99999==u||t>3&&49999==u||5e4==u||0==u):o=(t<4&&u+1==a||t>3&&u+1==a/2)&&(e[i+1]/a/100|0)==g(10,r-2)-1||(u==a/2||0==u)&&!(e[i+1]/a/100|0):r<4?(0==r?u=u/1e3|0:1==r?u=u/100|0:2==r&&(u=u/10|0),o=(n||t<4)&&9999==u||!n&&t>3&&4999==u):o=((n||t<4)&&u+1==a||!n&&t>3&&u+1==a/2)&&(e[i+1]/a/1e3|0)==g(10,r-3)-1,o}function q(e,r,t){for(var n,i,a=[0],o=0,s=e.length;o<s;){for(i=a.length;i--;)a[i]*=r;for(a[0]+=u.indexOf(e.charAt(o++)),n=0;n<a.length;n++)a[n]>t-1&&(void 0===a[n+1]&&(a[n+1]=0),a[n+1]+=a[n]/t|0,a[n]%=t)}return a.reverse()}E.absoluteValue=E.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),O(e)},E.ceil=function(){return O(new this.constructor(this),this.e+1,2)},E.clampedTo=E.clamp=function(e,r){var t=this,n=t.constructor;if(e=new n(e),r=new n(r),!e.s||!r.s)return new n(NaN);if(e.gt(r))throw Error(d+r);return t.cmp(e)<0?e:t.cmp(r)>0?r:new n(t)},E.comparedTo=E.cmp=function(e){var r,t,n,i,a=this,o=a.d,u=(e=new a.constructor(e)).d,s=a.s,c=e.s;if(!o||!u)return s&&c?s!==c?s:o===u?0:!o^s<0?1:-1:NaN;if(!o[0]||!u[0])return o[0]?s:u[0]?-c:0;if(s!==c)return s;if(a.e!==e.e)return a.e>e.e^s<0?1:-1;for(r=0,t=(n=o.length)<(i=u.length)?n:i;r<t;++r)if(o[r]!==u[r])return o[r]>u[r]^s<0?1:-1;return n===i?0:n>i^s<0?1:-1},E.cosine=E.cos=function(){var e,r,t=this,n=t.constructor;return t.d?t.d[0]?(r=n.rounding,n.precision=(e=n.precision)+Math.max(t.e,t.sd())+A,n.rounding=1,t=function(e,r){var t,n,i;if(r.isZero())return r;(n=r.d.length)<32?i=(1/G(4,t=Math.ceil(n/3))).toString():(t=16,i="2.3283064365386962890625e-10"),e.precision+=t,r=Z(e,1,r.times(i),new e(1));for(var a=t;a--;){var o=r.times(r);r=o.times(o).minus(o).times(8).plus(1)}return e.precision-=t,r}(n,X(n,t)),n.precision=e,n.rounding=r,O(2==i||3==i?t.neg():t,e,r,!0)):new n(1):new n(NaN)},E.cubeRoot=E.cbrt=function(){var e,r,t,n,i,a,o,u,s,c,f=this,m=f.constructor;if(!f.isFinite()||f.isZero())return new m(f);for(l=!1,(a=f.s*g(f.s*f,1/3))&&Math.abs(a)!=1/0?n=new m(a.toString()):(t=S(f.d),(a=((e=f.e)-t.length+1)%3)&&(t+=1==a||-2==a?"0":"00"),a=g(t,1/3),e=y((e+1)/3)-(e%3==(e<0?-1:2)),(n=new m(t=a==1/0?"5e"+e:(t=a.toExponential()).slice(0,t.indexOf("e")+1)+e)).s=f.s),o=(e=m.precision)+3;;)if(c=(s=(u=n).times(u).times(u)).plus(f),n=T(c.plus(f).times(u),c.plus(s),o+2,1),S(u.d).slice(0,o)===(t=S(n.d)).slice(0,o)){if("9999"!=(t=t.slice(o-3,o+1))&&(i||"4999"!=t)){+t&&(+t.slice(1)||"5"!=t.charAt(0))||(O(n,e+1,1),r=!n.times(n).times(n).eq(f));break}if(!i&&(O(u,e+1,0),u.times(u).times(u).eq(f))){n=u;break}o+=4,i=1}return l=!0,O(n,e,m.rounding,r)},E.decimalPlaces=E.dp=function(){var e,r=this.d,t=NaN;if(r){if(t=((e=r.length-1)-y(this.e/A))*A,e=r[e])for(;e%10==0;e/=10)t--;t<0&&(t=0)}return t},E.dividedBy=E.div=function(e){return T(this,new this.constructor(e))},E.dividedToIntegerBy=E.divToInt=function(e){var r=this.constructor;return O(T(this,new r(e),0,1,1),r.precision,r.rounding)},E.equals=E.eq=function(e){return 0===this.cmp(e)},E.floor=function(){return O(new this.constructor(this),this.e+1,3)},E.greaterThan=E.gt=function(e){return this.cmp(e)>0},E.greaterThanOrEqualTo=E.gte=function(e){var r=this.cmp(e);return 1==r||0===r},E.hyperbolicCosine=E.cosh=function(){var e,r,t,n,i,a=this,o=a.constructor,u=new o(1);if(!a.isFinite())return new o(a.s?1/0:NaN);if(a.isZero())return u;n=o.rounding,o.precision=(t=o.precision)+Math.max(a.e,a.sd())+4,o.rounding=1,(i=a.d.length)<32?r=(1/G(4,e=Math.ceil(i/3))).toString():(e=16,r="2.3283064365386962890625e-10"),a=Z(o,1,a.times(r),new o(1),!0);for(var s,c=e,f=new o(8);c--;)s=a.times(a),a=u.minus(s.times(f.minus(s.times(f))));return O(a,o.precision=t,o.rounding=n,!0)},E.hyperbolicSine=E.sinh=function(){var e,r,t,n,i=this,a=i.constructor;if(!i.isFinite()||i.isZero())return new a(i);if(t=a.rounding,a.precision=(r=a.precision)+Math.max(i.e,i.sd())+4,a.rounding=1,(n=i.d.length)<3)i=Z(a,2,i,i,!0);else{e=1.4*Math.sqrt(n),i=Z(a,2,i=i.times(1/G(5,e=e>16?16:0|e)),i,!0);for(var o,u=new a(5),s=new a(16),c=new a(20);e--;)o=i.times(i),i=i.times(u.plus(o.times(s.times(o).plus(c))))}return a.precision=r,a.rounding=t,O(i,r,t,!0)},E.hyperbolicTangent=E.tanh=function(){var e,r,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+7,n.rounding=1,T(t.sinh(),t.cosh(),n.precision=e,n.rounding=r)):new n(t.s)},E.inverseCosine=E.acos=function(){var e=this,r=e.constructor,t=e.abs().cmp(1),n=r.precision,i=r.rounding;return-1!==t?0===t?e.isNeg()?R(r,n,i):new r(0):new r(NaN):e.isZero()?R(r,n+4,i).times(.5):(r.precision=n+6,r.rounding=1,e=new r(1).minus(e).div(e.plus(1)).sqrt().atan(),r.precision=n,r.rounding=i,e.times(2))},E.inverseHyperbolicCosine=E.acosh=function(){var e,r,t=this,n=t.constructor;return t.lte(1)?new n(t.eq(1)?0:NaN):t.isFinite()?(r=n.rounding,n.precision=(e=n.precision)+Math.max(Math.abs(t.e),t.sd())+4,n.rounding=1,l=!1,t=t.times(t).minus(1).sqrt().plus(t),l=!0,n.precision=e,n.rounding=r,t.ln()):new n(t)},E.inverseHyperbolicSine=E.asinh=function(){var e,r,t=this,n=t.constructor;return!t.isFinite()||t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+2*Math.max(Math.abs(t.e),t.sd())+6,n.rounding=1,l=!1,t=t.times(t).plus(1).sqrt().plus(t),l=!0,n.precision=e,n.rounding=r,t.ln())},E.inverseHyperbolicTangent=E.atanh=function(){var e,r,t,n,i=this,a=i.constructor;return i.isFinite()?i.e>=0?new a(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=a.precision,r=a.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?O(new a(i),e,r,!0):(a.precision=t=n-i.e,i=T(i.plus(1),new a(1).minus(i),t+e,1),a.precision=e+4,a.rounding=1,i=i.ln(),a.precision=e,a.rounding=r,i.times(.5))):new a(NaN)},E.inverseSine=E.asin=function(){var e,r,t,n,i=this,a=i.constructor;return i.isZero()?new a(i):(r=i.abs().cmp(1),t=a.precision,n=a.rounding,-1!==r?0===r?((e=R(a,t+4,n).times(.5)).s=i.s,e):new a(NaN):(a.precision=t+6,a.rounding=1,i=i.div(new a(1).minus(i.times(i)).sqrt().plus(1)).atan(),a.precision=t,a.rounding=n,i.times(2)))},E.inverseTangent=E.atan=function(){var e,r,t,n,i,a,o,u,s,c=this,f=c.constructor,m=f.precision,d=f.rounding;if(c.isFinite()){if(c.isZero())return new f(c);if(c.abs().eq(1)&&m+4<=C)return(o=R(f,m+4,d).times(.25)).s=c.s,o}else{if(!c.s)return new f(NaN);if(m+4<=C)return(o=R(f,m+4,d).times(.5)).s=c.s,o}for(f.precision=u=m+10,f.rounding=1,e=t=Math.min(28,u/A+2|0);e;--e)c=c.div(c.times(c).plus(1).sqrt().plus(1));for(l=!1,r=Math.ceil(u/A),n=1,s=c.times(c),o=new f(c),i=c;-1!==e;)if(i=i.times(s),a=o.minus(i.div(n+=2)),i=i.times(s),void 0!==(o=a.plus(i.div(n+=2))).d[r])for(e=r;o.d[e]===a.d[e]&&e--;);return t&&(o=o.times(2<<t-1)),l=!0,O(o,f.precision=m,f.rounding=d,!0)},E.isFinite=function(){return!!this.d},E.isInteger=E.isInt=function(){return!!this.d&&y(this.e/A)>this.d.length-2},E.isNaN=function(){return!this.s},E.isNegative=E.isNeg=function(){return this.s<0},E.isPositive=E.isPos=function(){return this.s>0},E.isZero=function(){return!!this.d&&0===this.d[0]},E.lessThan=E.lt=function(e){return this.cmp(e)<0},E.lessThanOrEqualTo=E.lte=function(e){return this.cmp(e)<1},E.logarithm=E.log=function(e){var r,t,n,i,a,o,u,s,c=this,f=c.constructor,m=f.precision,d=f.rounding;if(null==e)e=new f(10),r=!0;else{if(t=(e=new f(e)).d,e.s<0||!t||!t[0]||e.eq(1))return new f(NaN);r=e.eq(10)}if(t=c.d,c.s<0||!t||!t[0]||c.eq(1))return new f(t&&!t[0]?-1/0:1!=c.s?NaN:t?0:1/0);if(r)if(t.length>1)a=!0;else{for(i=t[0];i%10==0;)i/=10;a=1!==i}if(l=!1,o=J(c,u=m+5),n=r?I(f,u+10):J(e,u),B((s=T(o,n,u,1)).d,i=m,d))do{if(o=J(c,u+=10),n=r?I(f,u+10):J(e,u),s=T(o,n,u,1),!a){+S(s.d).slice(i+1,i+15)+1==1e14&&(s=O(s,m+1,0));break}}while(B(s.d,i+=10,d));return l=!0,O(s,m,d)},E.minus=E.sub=function(e){var r,t,n,i,a,o,u,s,c,f,m,d,p=this,h=p.constructor;if(e=new h(e),!p.d||!e.d)return p.s&&e.s?p.d?e.s=-e.s:e=new h(e.d||p.s!==e.s?p:NaN):e=new h(NaN),e;if(p.s!=e.s)return e.s=-e.s,p.plus(e);if(d=e.d,u=h.precision,s=h.rounding,!(c=p.d)[0]||!d[0]){if(d[0])e.s=-e.s;else{if(!c[0])return new h(3===s?-0:0);e=new h(p)}return l?O(e,u,s):e}if(t=y(e.e/A),f=y(p.e/A),c=c.slice(),a=f-t){for((m=a<0)?(r=c,a=-a,o=d.length):(r=d,t=f,o=c.length),a>(n=Math.max(Math.ceil(u/A),o)+2)&&(a=n,r.length=1),r.reverse(),n=a;n--;)r.push(0);r.reverse()}else{for((m=(n=c.length)<(o=d.length))&&(o=n),n=0;n<o;n++)if(c[n]!=d[n]){m=c[n]<d[n];break}a=0}for(m&&(r=c,c=d,d=r,e.s=-e.s),n=d.length-(o=c.length);n>0;--n)c[o++]=0;for(n=d.length;n>a;){if(c[--n]<d[n]){for(i=n;i&&0===c[--i];)c[i]=N-1;--c[i],c[n]+=N}c[n]-=d[n]}for(;0===c[--o];)c.pop();for(;0===c[0];c.shift())--t;return c[0]?(e.d=c,e.e=z(c,t),l?O(e,u,s):e):new h(3===s?-0:0)},E.modulo=E.mod=function(e){var r,t=this,n=t.constructor;return e=new n(e),!t.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||t.d&&!t.d[0]?O(new n(t),n.precision,n.rounding):(l=!1,9==n.modulo?(r=T(t,e.abs(),0,3,1)).s*=e.s:r=T(t,e,0,n.modulo,1),r=r.times(e),l=!0,t.minus(r))},E.naturalExponential=E.exp=function(){return _(this)},E.naturalLogarithm=E.ln=function(){return J(this)},E.negated=E.neg=function(){var e=new this.constructor(this);return e.s=-e.s,O(e)},E.plus=E.add=function(e){var r,t,n,i,a,o,u,s,c,f,m=this,d=m.constructor;if(e=new d(e),!m.d||!e.d)return m.s&&e.s?m.d||(e=new d(e.d||m.s===e.s?m:NaN)):e=new d(NaN),e;if(m.s!=e.s)return e.s=-e.s,m.minus(e);if(f=e.d,u=d.precision,s=d.rounding,!(c=m.d)[0]||!f[0])return f[0]||(e=new d(m)),l?O(e,u,s):e;if(a=y(m.e/A),n=y(e.e/A),c=c.slice(),i=a-n){for(i<0?(t=c,i=-i,o=f.length):(t=f,n=a,o=c.length),i>(o=(a=Math.ceil(u/A))>o?a+1:o+1)&&(i=o,t.length=1),t.reverse();i--;)t.push(0);t.reverse()}for((o=c.length)-(i=f.length)<0&&(i=o,t=f,f=c,c=t),r=0;i;)r=(c[--i]=c[i]+f[i]+r)/N|0,c[i]%=N;for(r&&(c.unshift(r),++n),o=c.length;0==c[--o];)c.pop();return e.d=c,e.e=z(c,n),l?O(e,u,s):e},E.precision=E.sd=function(e){var r,t=this;if(void 0!==e&&e!==!!e&&1!==e&&0!==e)throw Error(d+e);return t.d?(r=j(t.d),e&&t.e+1>r&&(r=t.e+1)):r=NaN,r},E.round=function(){var e=this,r=e.constructor;return O(new r(e),e.e+1,r.rounding)},E.sine=E.sin=function(){var e,r,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+Math.max(t.e,t.sd())+A,n.rounding=1,t=function(e,r){var t,n=r.d.length;if(n<3)return r.isZero()?r:Z(e,2,r,r);t=1.4*Math.sqrt(n),r=Z(e,2,r=r.times(1/G(5,t=t>16?16:0|t)),r);for(var i,a=new e(5),o=new e(16),u=new e(20);t--;)i=r.times(r),r=r.times(a.plus(i.times(o.times(i).minus(u))));return r}(n,X(n,t)),n.precision=e,n.rounding=r,O(i>2?t.neg():t,e,r,!0)):new n(NaN)},E.squareRoot=E.sqrt=function(){var e,r,t,n,i,a,o=this,u=o.d,s=o.e,c=o.s,f=o.constructor;if(1!==c||!u||!u[0])return new f(!c||c<0&&(!u||u[0])?NaN:u?o:1/0);for(l=!1,0==(c=Math.sqrt(+o))||c==1/0?(((r=S(u)).length+s)%2==0&&(r+="0"),c=Math.sqrt(r),s=y((s+1)/2)-(s<0||s%2),n=new f(r=c==1/0?"5e"+s:(r=c.toExponential()).slice(0,r.indexOf("e")+1)+s)):n=new f(c.toString()),t=(s=f.precision)+3;;)if(n=(a=n).plus(T(o,a,t+2,1)).times(.5),S(a.d).slice(0,t)===(r=S(n.d)).slice(0,t)){if("9999"!=(r=r.slice(t-3,t+1))&&(i||"4999"!=r)){+r&&(+r.slice(1)||"5"!=r.charAt(0))||(O(n,s+1,1),e=!n.times(n).eq(o));break}if(!i&&(O(a,s+1,0),a.times(a).eq(o))){n=a;break}t+=4,i=1}return l=!0,O(n,s,f.rounding,e)},E.tangent=E.tan=function(){var e,r,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+10,n.rounding=1,(t=t.sin()).s=1,t=T(t,new n(1).minus(t.times(t)).sqrt(),e+10,0),n.precision=e,n.rounding=r,O(2==i||4==i?t.neg():t,e,r,!0)):new n(NaN)},E.times=E.mul=function(e){var r,t,n,i,a,o,u,s,c,f=this,m=f.constructor,d=f.d,p=(e=new m(e)).d;if(e.s*=f.s,!(d&&d[0]&&p&&p[0]))return new m(!e.s||d&&!d[0]&&!p||p&&!p[0]&&!d?NaN:d&&p?0*e.s:e.s/0);for(t=y(f.e/A)+y(e.e/A),(s=d.length)<(c=p.length)&&(a=d,d=p,p=a,o=s,s=c,c=o),a=[],n=o=s+c;n--;)a.push(0);for(n=c;--n>=0;){for(r=0,i=s+n;i>n;)u=a[i]+p[n]*d[i-n-1]+r,a[i--]=u%N|0,r=u/N|0;a[i]=(a[i]+r)%N|0}for(;!a[--o];)a.pop();return r?++t:a.shift(),e.d=a,e.e=z(a,t),l?O(e,m.precision,m.rounding):e},E.toBinary=function(e,r){return Q(this,2,e,r)},E.toDecimalPlaces=E.toDP=function(e,r){var t=this,n=t.constructor;return t=new n(t),void 0===e?t:(F(e,0,o),void 0===r?r=n.rounding:F(r,0,8),O(t,e+t.e+1,r))},E.toExponential=function(e,r){var t,n=this,i=n.constructor;return void 0===e?t=k(n,!0):(F(e,0,o),void 0===r?r=i.rounding:F(r,0,8),t=k(n=O(new i(n),e+1,r),!0,e+1)),n.isNeg()&&!n.isZero()?"-"+t:t},E.toFixed=function(e,r){var t,n,i=this,a=i.constructor;return void 0===e?t=k(i):(F(e,0,o),void 0===r?r=a.rounding:F(r,0,8),t=k(n=O(new a(i),e+i.e+1,r),!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+t:t},E.toFraction=function(e){var r,t,n,i,a,o,u,s,c,f,m,p,h=this,v=h.d,y=h.constructor;if(!v)return new y(h);if(c=t=new y(1),n=s=new y(0),a=(r=new y(n)).e=j(v)-h.e-1,r.d[0]=g(10,(o=a%A)<0?A+o:o),null==e)e=a>0?r:c;else{if(!(u=new y(e)).isInt()||u.lt(c))throw Error(d+u);e=u.gt(r)?a>0?r:c:u}for(l=!1,u=new y(S(v)),f=y.precision,y.precision=a=v.length*A*2;m=T(u,r,0,1,1),1!=(i=t.plus(m.times(n))).cmp(e);)t=n,n=i,c=s.plus(m.times(i=c)),s=i,r=u.minus(m.times(i=r)),u=i;return i=T(e.minus(t),n,0,1,1),s=s.plus(i.times(c)),t=t.plus(i.times(n)),s.s=c.s=h.s,p=T(c,n,a,1).minus(h).abs().cmp(T(s,t,a,1).minus(h).abs())<1?[c,n]:[s,t],y.precision=f,l=!0,p},E.toHexadecimal=E.toHex=function(e,r){return Q(this,16,e,r)},E.toNearest=function(e,r){var t=this,n=t.constructor;if(t=new n(t),null==e){if(!t.d)return t;e=new n(1),r=n.rounding}else{if(e=new n(e),void 0===r?r=n.rounding:F(r,0,8),!t.d)return e.s?t:e;if(!e.d)return e.s&&(e.s=t.s),e}return e.d[0]?(l=!1,t=T(t,e,0,r,1).times(e),l=!0,O(t)):(e.s=t.s,t=e),t},E.toNumber=function(){return+this},E.toOctal=function(e,r){return Q(this,8,e,r)},E.toPower=E.pow=function(e){var r,t,n,i,a,o,u=this,s=u.constructor,c=+(e=new s(e));if(!(u.d&&e.d&&u.d[0]&&e.d[0]))return new s(g(+u,c));if((u=new s(u)).eq(1))return u;if(n=s.precision,a=s.rounding,e.eq(1))return O(u,n,a);if((r=y(e.e/A))>=e.d.length-1&&(t=c<0?-c:c)<=9007199254740991)return i=P(s,u,t,n),e.s<0?new s(1).div(i):O(i,n,a);if((o=u.s)<0){if(r<e.d.length-1)return new s(NaN);if(1&e.d[r]||(o=1),0==u.e&&1==u.d[0]&&1==u.d.length)return u.s=o,u}return(r=0!=(t=g(+u,c))&&isFinite(t)?new s(t+"").e:y(c*(Math.log("0."+S(u.d))/Math.LN10+u.e+1)))>s.maxE+1||r<s.minE-1?new s(r>0?o/0:0):(l=!1,s.rounding=u.s=1,t=Math.min(12,(r+"").length),(i=_(e.times(J(u,n+t)),n)).d&&B((i=O(i,n+5,1)).d,n,a)&&+S((i=O(_(e.times(J(u,(r=n+10)+t)),r),r+5,1)).d).slice(n+1,n+15)+1==1e14&&(i=O(i,n+1,0)),i.s=o,l=!0,s.rounding=a,O(i,n,a))},E.toPrecision=function(e,r){var t,n=this,i=n.constructor;return void 0===e?t=k(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(F(e,1,o),void 0===r?r=i.rounding:F(r,0,8),t=k(n=O(new i(n),e,r),e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+t:t},E.toSignificantDigits=E.toSD=function(e,r){var t=this.constructor;return void 0===e?(e=t.precision,r=t.rounding):(F(e,1,o),void 0===r?r=t.rounding:F(r,0,8)),O(new t(this),e,r)},E.toString=function(){var e=this,r=e.constructor,t=k(e,e.e<=r.toExpNeg||e.e>=r.toExpPos);return e.isNeg()&&!e.isZero()?"-"+t:t},E.truncated=E.trunc=function(){return O(new this.constructor(this),this.e+1,1)},E.valueOf=E.toJSON=function(){var e=this,r=e.constructor,t=k(e,e.e<=r.toExpNeg||e.e>=r.toExpPos);return e.isNeg()?"-"+t:t};var T=function(){function e(e,r,t){var n,i=0,a=e.length;for(e=e.slice();a--;)e[a]=(n=e[a]*r+i)%t|0,i=n/t|0;return i&&e.unshift(i),e}function r(e,r,t,n){var i,a;if(t!=n)a=t>n?1:-1;else for(i=a=0;i<t;i++)if(e[i]!=r[i]){a=e[i]>r[i]?1:-1;break}return a}function n(e,r,t,n){for(var i=0;t--;)e[t]-=i,e[t]=(i=e[t]<r[t]?1:0)*n+e[t]-r[t];for(;!e[0]&&e.length>1;)e.shift()}return function(i,a,o,u,s,c){var f,l,m,d,p,h,v,g,x,b,w,D,M,C,E,S,F,B,q,T,k=i.constructor,z=i.s==a.s?1:-1,I=i.d,R=a.d;if(!(I&&I[0]&&R&&R[0]))return new k(i.s&&a.s&&(I?!R||I[0]!=R[0]:R)?I&&0==I[0]||!R?0*z:z/0:NaN);for(c?(p=1,l=i.e-a.e):(c=N,l=y(i.e/(p=A))-y(a.e/p)),q=R.length,F=I.length,b=(x=new k(z)).d=[],m=0;R[m]==(I[m]||0);m++);if(R[m]>(I[m]||0)&&l--,null==o?(C=o=k.precision,u=k.rounding):C=s?o+(i.e-a.e)+1:o,C<0)b.push(1),h=!0;else{if(C=C/p+2|0,m=0,1==q){for(d=0,R=R[0],C++;(m<F||d)&&C--;m++)b[m]=(E=d*c+(I[m]||0))/R|0,d=E%R|0;h=d||m<F}else{for((d=c/(R[0]+1)|0)>1&&(R=e(R,d,c),I=e(I,d,c),q=R.length,F=I.length),S=q,D=(w=I.slice(0,q)).length;D<q;)w[D++]=0;(T=R.slice()).unshift(0),B=R[0],R[1]>=c/2&&++B;do{d=0,(f=r(R,w,q,D))<0?(M=w[0],q!=D&&(M=M*c+(w[1]||0)),(d=M/B|0)>1?(d>=c&&(d=c-1),1==(f=r(v=e(R,d,c),w,g=v.length,D=w.length))&&(d--,n(v,q<g?T:R,g,c))):(0==d&&(f=d=1),v=R.slice()),(g=v.length)<D&&v.unshift(0),n(w,v,D,c),-1==f&&(f=r(R,w,q,D=w.length))<1&&(d++,n(w,q<D?T:R,D,c)),D=w.length):0===f&&(d++,w=[0]),b[m++]=d,f&&w[0]?w[D++]=I[S]||0:(w=[I[S]],D=1)}while((S++<F||void 0!==w[0])&&C--);h=void 0!==w[0]}b[0]||b.shift()}if(1==p)x.e=l,t=h;else{for(m=1,d=b[0];d>=10;d/=10)m++;x.e=m+l*p-1,O(x,s?o+x.e+1:o,u,h)}return x}}();function O(e,r,t,n){var i,a,o,u,s,c,f,m,d,p=e.constructor;e:if(null!=r){if(!(m=e.d))return e;for(i=1,u=m[0];u>=10;u/=10)i++;if((a=r-i)<0)a+=A,s=(f=m[d=0])/g(10,i-(o=r)-1)%10|0;else if((d=Math.ceil((a+1)/A))>=(u=m.length)){if(!n)break e;for(;u++<=d;)m.push(0);f=s=0,i=1,o=(a%=A)-A+1}else{for(f=u=m[d],i=1;u>=10;u/=10)i++;s=(o=(a%=A)-A+i)<0?0:f/g(10,i-o-1)%10|0}if(n=n||r<0||void 0!==m[d+1]||(o<0?f:f%g(10,i-o-1)),c=t<4?(s||n)&&(0==t||t==(e.s<0?3:2)):s>5||5==s&&(4==t||n||6==t&&(a>0?o>0?f/g(10,i-o):0:m[d-1])%10&1||t==(e.s<0?8:7)),r<1||!m[0])return m.length=0,c?(m[0]=g(10,(A-(r-=e.e+1)%A)%A),e.e=-r||0):m[0]=e.e=0,e;if(0==a?(m.length=d,u=1,d--):(m.length=d+1,u=g(10,A-a),m[d]=o>0?(f/g(10,i-o)%g(10,o)|0)*u:0),c)for(;;){if(0==d){for(a=1,o=m[0];o>=10;o/=10)a++;for(o=m[0]+=u,u=1;o>=10;o/=10)u++;a!=u&&(e.e++,m[0]==N&&(m[0]=1));break}if(m[d]+=u,m[d]!=N)break;m[d--]=0,u=1}for(a=m.length;0===m[--a];)m.pop()}return l&&(e.e>p.maxE?(e.d=null,e.e=NaN):e.e<p.minE&&(e.e=0,e.d=[0])),e}function k(e,r,t){if(!e.isFinite())return W(e);var n,i=e.e,a=S(e.d),o=a.length;return r?(t&&(n=t-o)>0?a=a.charAt(0)+"."+a.slice(1)+U(n):o>1&&(a=a.charAt(0)+"."+a.slice(1)),a=a+(e.e<0?"e":"e+")+e.e):i<0?(a="0."+U(-i-1)+a,t&&(n=t-o)>0&&(a+=U(n))):i>=o?(a+=U(i+1-o),t&&(n=t-i-1)>0&&(a=a+"."+U(n))):((n=i+1)<o&&(a=a.slice(0,n)+"."+a.slice(n)),t&&(n=t-o)>0&&(i+1===o&&(a+="."),a+=U(n))),a}function z(e,r){var t=e[0];for(r*=A;t>=10;t/=10)r++;return r}function I(e,r,t){if(r>M)throw l=!0,t&&(e.precision=t),Error(p);return O(new e(s),r,1,!0)}function R(e,r,t){if(r>C)throw Error(p);return O(new e(c),r,t,!0)}function j(e){var r=e.length-1,t=r*A+1;if(r=e[r]){for(;r%10==0;r/=10)t--;for(r=e[0];r>=10;r/=10)t++}return t}function U(e){for(var r="";e--;)r+="0";return r}function P(e,r,t,n){var i,a=new e(1),o=Math.ceil(n/A+4);for(l=!1;;){if(t%2&&Y((a=a.times(r)).d,o)&&(i=!0),0===(t=y(t/2))){t=a.d.length-1,i&&0===a.d[t]&&++a.d[t];break}Y((r=r.times(r)).d,o)}return l=!0,a}function $(e){return 1&e.d[e.d.length-1]}function L(e,r,t){for(var n,i,a=new e(r[0]),o=0;++o<r.length;){if(!(i=new e(r[o])).s){a=i;break}((n=a.cmp(i))===t||0===n&&a.s===t)&&(a=i)}return a}function _(e,r){var t,n,i,a,o,u,s,c=0,f=0,m=0,d=e.constructor,p=d.rounding,h=d.precision;if(!e.d||!e.d[0]||e.e>17)return new d(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:NaN);for(null==r?(l=!1,s=h):s=r,u=new d(.03125);e.e>-2;)e=e.times(u),m+=5;for(s+=n=Math.log(g(2,m))/Math.LN10*2+5|0,t=a=o=new d(1),d.precision=s;;){if(a=O(a.times(e),s,1),t=t.times(++f),S((u=o.plus(T(a,t,s,1))).d).slice(0,s)===S(o.d).slice(0,s)){for(i=m;i--;)o=O(o.times(o),s,1);if(null!=r)return d.precision=h,o;if(!(c<3&&B(o.d,s-n,p,c)))return O(o,d.precision=h,p,l=!0);d.precision=s+=10,t=a=u=new d(1),f=0,c++}o=u}}function J(e,r){var t,n,i,a,o,u,s,c,f,m,d,p=1,h=e,v=h.d,y=h.constructor,g=y.rounding,x=y.precision;if(h.s<0||!v||!v[0]||!h.e&&1==v[0]&&1==v.length)return new y(v&&!v[0]?-1/0:1!=h.s?NaN:v?0:h);if(null==r?(l=!1,f=x):f=r,y.precision=f+=10,n=(t=S(v)).charAt(0),!(Math.abs(a=h.e)<15e14))return c=I(y,f+2,x).times(a+""),h=J(new y(n+"."+t.slice(1)),f-10).plus(c),y.precision=x,null==r?O(h,x,g,l=!0):h;for(;n<7&&1!=n||1==n&&t.charAt(1)>3;)n=(t=S((h=h.times(e)).d)).charAt(0),p++;for(a=h.e,n>1?(h=new y("0."+t),a++):h=new y(n+"."+t.slice(1)),m=h,s=o=h=T(h.minus(1),h.plus(1),f,1),d=O(h.times(h),f,1),i=3;;){if(o=O(o.times(d),f,1),S((c=s.plus(T(o,new y(i),f,1))).d).slice(0,f)===S(s.d).slice(0,f)){if(s=s.times(2),0!==a&&(s=s.plus(I(y,f+2,x).times(a+""))),s=T(s,new y(p),f,1),null!=r)return y.precision=x,s;if(!B(s.d,f-10,g,u))return O(s,y.precision=x,g,l=!0);y.precision=f+=10,c=o=h=T(m.minus(1),m.plus(1),f,1),d=O(h.times(h),f,1),i=u=1}s=c,i+=2}}function W(e){return String(e.s*e.s/0)}function V(e,r){var t,n,i;for((t=r.indexOf("."))>-1&&(r=r.replace(".","")),(n=r.search(/e/i))>0?(t<0&&(t=n),t+=+r.slice(n+1),r=r.substring(0,n)):t<0&&(t=r.length),n=0;48===r.charCodeAt(n);n++);for(i=r.length;48===r.charCodeAt(i-1);--i);if(r=r.slice(n,i)){if(i-=n,e.e=t=t-n-1,e.d=[],n=(t+1)%A,t<0&&(n+=A),n<i){for(n&&e.d.push(+r.slice(0,n)),i-=A;n<i;)e.d.push(+r.slice(n,n+=A));r=r.slice(n),n=A-r.length}else n-=i;for(;n--;)r+="0";e.d.push(+r),l&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function H(e,t){var n,i,a,o,u,s,c,f,m;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),D.test(t))return V(e,t)}else if("Infinity"===t||"NaN"===t)return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(b.test(t))n=16,t=t.toLowerCase();else if(x.test(t))n=2;else{if(!w.test(t))throw Error(d+t);n=8}for((o=t.search(/p/i))>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),i=e.constructor,(u=o>=0)&&(o=(s=(t=t.replace(".","")).length)-o,a=P(i,new i(n),o,2*o)),o=m=(f=q(t,n,N)).length-1;0===f[o];--o)f.pop();return o<0?new i(0*e.s):(e.e=z(f,m),e.d=f,l=!1,u&&(e=T(e,a,4*s)),c&&(e=e.times(Math.abs(c)<54?g(2,c):r.pow(2,c))),l=!0,e)}function Z(e,r,t,n,i){var a,o,u,s,c=e.precision,f=Math.ceil(c/A);for(l=!1,s=t.times(t),u=new e(n);;){if(o=T(u.times(s),new e(r++*r++),c,1),u=i?n.plus(o):n.minus(o),n=T(o.times(s),new e(r++*r++),c,1),void 0!==(o=u.plus(n)).d[f]){for(a=f;o.d[a]===u.d[a]&&a--;);if(-1==a)break}a=u,u=n,n=o,o=a}return l=!0,o.d.length=f+1,o}function G(e,r){for(var t=e;--r;)t*=e;return t}function X(e,r){var t,n=r.s<0,a=R(e,e.precision,1),o=a.times(.5);if((r=r.abs()).lte(o))return i=n?4:1,r;if((t=r.divToInt(a)).isZero())i=n?3:2;else{if((r=r.minus(t.times(a))).lte(o))return i=$(t)?n?2:3:n?4:1,r;i=$(t)?n?1:4:n?3:2}return r.minus(a).abs()}function Q(e,r,n,i){var a,s,c,f,l,m,d,p,h,v=e.constructor,y=void 0!==n;if(y?(F(n,1,o),void 0===i?i=v.rounding:F(i,0,8)):(n=v.precision,i=v.rounding),e.isFinite()){for(y?(a=2,16==r?n=4*n-3:8==r&&(n=3*n-2)):a=r,(c=(d=k(e)).indexOf("."))>=0&&(d=d.replace(".",""),(h=new v(1)).e=d.length-c,h.d=q(k(h),10,a),h.e=h.d.length),s=l=(p=q(d,10,a)).length;0==p[--l];)p.pop();if(p[0]){if(c<0?s--:((e=new v(e)).d=p,e.e=s,p=(e=T(e,h,n,i,0,a)).d,s=e.e,m=t),c=p[n],f=a/2,m=m||void 0!==p[n+1],m=i<4?(void 0!==c||m)&&(0===i||i===(e.s<0?3:2)):c>f||c===f&&(4===i||m||6===i&&1&p[n-1]||i===(e.s<0?8:7)),p.length=n,m)for(;++p[--n]>a-1;)p[n]=0,n||(++s,p.unshift(1));for(l=p.length;!p[l-1];--l);for(c=0,d="";c<l;c++)d+=u.charAt(p[c]);if(y){if(l>1)if(16==r||8==r){for(c=16==r?4:3,--l;l%c;l++)d+="0";for(l=(p=q(d,a,r)).length;!p[l-1];--l);for(c=1,d="1.";c<l;c++)d+=u.charAt(p[c])}else d=d.charAt(0)+"."+d.slice(1);d=d+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)d="0"+d;d="0."+d}else if(++s>l)for(s-=l;s--;)d+="0";else s<l&&(d=d.slice(0,s)+"."+d.slice(s))}else d=y?"0p+0":"0";d=(16==r?"0x":2==r?"0b":8==r?"0o":"")+d}else d=W(e);return e.s<0?"-"+d:d}function Y(e,r){if(e.length>r)return e.length=r,!0}function K(e){return new this(e).abs()}function ee(e){return new this(e).acos()}function re(e){return new this(e).acosh()}function te(e,r){return new this(e).plus(r)}function ne(e){return new this(e).asin()}function ie(e){return new this(e).asinh()}function ae(e){return new this(e).atan()}function oe(e){return new this(e).atanh()}function ue(e,r){e=new this(e),r=new this(r);var t,n=this.precision,i=this.rounding,a=n+4;return e.s&&r.s?e.d||r.d?!r.d||e.isZero()?(t=r.s<0?R(this,n,i):new this(0)).s=e.s:!e.d||r.isZero()?(t=R(this,a,1).times(.5)).s=e.s:r.s<0?(this.precision=a,this.rounding=1,t=this.atan(T(e,r,a,1)),r=R(this,a,1),this.precision=n,this.rounding=i,t=e.s<0?t.minus(r):t.plus(r)):t=this.atan(T(e,r,a,1)):(t=R(this,a,1).times(r.s>0?.25:.75)).s=e.s:t=new this(NaN),t}function se(e){return new this(e).cbrt()}function ce(e){return O(e=new this(e),e.e+1,2)}function fe(e,r,t){return new this(e).clamp(r,t)}function le(e){if(!e||"object"!=typeof e)throw Error(m+"Object expected");var r,t,n,i=!0===e.defaults,u=["precision",1,o,"rounding",0,8,"toExpNeg",-a,0,"toExpPos",0,a,"maxE",0,a,"minE",-a,0,"modulo",0,9];for(r=0;r<u.length;r+=3)if(t=u[r],i&&(this[t]=f[t]),void 0!==(n=e[t])){if(!(y(n)===n&&n>=u[r+1]&&n<=u[r+2]))throw Error(d+t+": "+n);this[t]=n}if(t="crypto",i&&(this[t]=f[t]),void 0!==(n=e[t])){if(!0!==n&&!1!==n&&0!==n&&1!==n)throw Error(d+t+": "+n);if(n){if("undefined"==typeof crypto||!crypto||!crypto.getRandomValues&&!crypto.randomBytes)throw Error(h);this[t]=!0}else this[t]=!1}return this}function me(e){return new this(e).cos()}function de(e){return new this(e).cosh()}function pe(e,r){return new this(e).div(r)}function he(e){return new this(e).exp()}function ve(e){return O(e=new this(e),e.e+1,3)}function ye(){var e,r,t=new this(0);for(l=!1,e=0;e<arguments.length;)if((r=new this(arguments[e++])).d)t.d&&(t=t.plus(r.times(r)));else{if(r.s)return l=!0,new this(1/0);t=r}return l=!0,t.sqrt()}function ge(e){return e instanceof r||e&&e.toStringTag===v||!1}function xe(e){return new this(e).ln()}function be(e,r){return new this(e).log(r)}function we(e){return new this(e).log(2)}function De(e){return new this(e).log(10)}function Ne(){return L(this,arguments,-1)}function Ae(){return L(this,arguments,1)}function Me(e,r){return new this(e).mod(r)}function Ce(e,r){return new this(e).mul(r)}function Ee(e,r){return new this(e).pow(r)}function Se(e){var r,t,n,i,a=0,u=new this(1),s=[];if(void 0===e?e=this.precision:F(e,1,o),n=Math.ceil(e/A),this.crypto)if(crypto.getRandomValues)for(r=crypto.getRandomValues(new Uint32Array(n));a<n;)(i=r[a])>=429e7?r[a]=crypto.getRandomValues(new Uint32Array(1))[0]:s[a++]=i%1e7;else{if(!crypto.randomBytes)throw Error(h);for(r=crypto.randomBytes(n*=4);a<n;)(i=r[a]+(r[a+1]<<8)+(r[a+2]<<16)+((127&r[a+3])<<24))>=214e7?crypto.randomBytes(4).copy(r,a):(s.push(i%1e7),a+=4);a=n/4}else for(;a<n;)s[a++]=1e7*Math.random()|0;for(n=s[--a],e%=A,n&&e&&(i=g(10,A-e),s[a]=(n/i|0)*i);0===s[a];a--)s.pop();if(a<0)t=0,s=[0];else{for(t=-1;0===s[0];t-=A)s.shift();for(n=1,i=s[0];i>=10;i/=10)n++;n<A&&(t-=A-n)}return u.e=t,u.d=s,u}function Fe(e){return O(e=new this(e),e.e+1,this.rounding)}function Be(e){return(e=new this(e)).d?e.d[0]?e.s:0*e.s:e.s||NaN}function qe(e){return new this(e).sin()}function Te(e){return new this(e).sinh()}function Oe(e){return new this(e).sqrt()}function ke(e,r){return new this(e).sub(r)}function ze(){var e=0,r=arguments,t=new this(r[e]);for(l=!1;t.s&&++e<r.length;)t=t.plus(r[e]);return l=!0,O(t,this.precision,this.rounding)}function Ie(e){return new this(e).tan()}function Re(e){return new this(e).tanh()}function je(e){return O(e=new this(e),e.e+1,1)}r=function e(r){var t,n,i;function a(e){var r,t,n,i=this;if(!(i instanceof a))return new a(e);if(i.constructor=a,ge(e))return i.s=e.s,void(l?!e.d||e.e>a.maxE?(i.e=NaN,i.d=null):e.e<a.minE?(i.e=0,i.d=[0]):(i.e=e.e,i.d=e.d.slice()):(i.e=e.e,i.d=e.d?e.d.slice():e.d));if("number"==(n=typeof e)){if(0===e)return i.s=1/e<0?-1:1,i.e=0,void(i.d=[0]);if(e<0?(e=-e,i.s=-1):i.s=1,e===~~e&&e<1e7){for(r=0,t=e;t>=10;t/=10)r++;return void(l?r>a.maxE?(i.e=NaN,i.d=null):r<a.minE?(i.e=0,i.d=[0]):(i.e=r,i.d=[e]):(i.e=r,i.d=[e]))}return 0*e!=0?(e||(i.s=NaN),i.e=NaN,void(i.d=null)):V(i,e.toString())}if("string"===n)return 45===(t=e.charCodeAt(0))?(e=e.slice(1),i.s=-1):(43===t&&(e=e.slice(1)),i.s=1),D.test(e)?V(i,e):H(i,e);if("bigint"===n)return e<0?(e=-e,i.s=-1):i.s=1,V(i,e.toString());throw Error(d+e)}if(a.prototype=E,a.ROUND_UP=0,a.ROUND_DOWN=1,a.ROUND_CEIL=2,a.ROUND_FLOOR=3,a.ROUND_HALF_UP=4,a.ROUND_HALF_DOWN=5,a.ROUND_HALF_EVEN=6,a.ROUND_HALF_CEIL=7,a.ROUND_HALF_FLOOR=8,a.EUCLID=9,a.config=a.set=le,a.clone=e,a.isDecimal=ge,a.abs=K,a.acos=ee,a.acosh=re,a.add=te,a.asin=ne,a.asinh=ie,a.atan=ae,a.atanh=oe,a.atan2=ue,a.cbrt=se,a.ceil=ce,a.clamp=fe,a.cos=me,a.cosh=de,a.div=pe,a.exp=he,a.floor=ve,a.hypot=ye,a.ln=xe,a.log=be,a.log10=De,a.log2=we,a.max=Ne,a.min=Ae,a.mod=Me,a.mul=Ce,a.pow=Ee,a.random=Se,a.round=Fe,a.sign=Be,a.sin=qe,a.sinh=Te,a.sqrt=Oe,a.sub=ke,a.sum=ze,a.tan=Ie,a.tanh=Re,a.trunc=je,void 0===r&&(r={}),r&&!0!==r.defaults)for(i=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<i.length;)r.hasOwnProperty(n=i[t++])||(r[n]=this[n]);return a.config(r),a}(f),r.prototype.constructor=r,r.default=r.Decimal=r,s=new r(s),c=new r(c),tt.exports?("function"==typeof Symbol&&"symbol"==typeof Symbol.iterator&&(E[Symbol.for("nodejs.util.inspect.custom")]=E.toString,E[Symbol.toStringTag]="Decimal"),tt.exports=r):(e||(e="undefined"!=typeof self&&self&&self.self==self?self:window),n=e.Decimal,r.noConflict=function(){return e.Decimal=n,r},e.Decimal=r)}(fe);const at=it.exports;var ot=Ar("BigNumber",["?on","config"],(e=>{var{on:r,config:t}=e,n=at.clone({precision:t.precision,modulo:at.EUCLID});return n.prototype=Object.create(n.prototype),n.prototype.type="BigNumber",n.prototype.isBigNumber=!0,n.prototype.toJSON=function(){return{mathjs:"BigNumber",value:this.toString()}},n.fromJSON=function(e){return new n(e.value)},r&&r("config",(function(e,r){e.precision!==r.precision&&n.config({precision:e.precision})})),n}),{isClass:!0}),ut={exports:{}};!function(e){!function(){function r(e,r){if(null==e)s.re=s.im=0;else if(void 0!==r)s.re=e,s.im=r;else switch(typeof e){case"object":if("im"in e&&"re"in e)s.re=e.re,s.im=e.im;else if("abs"in e&&"arg"in e){if(!isFinite(e.abs)&&isFinite(e.arg))return a.INFINITY;s.re=e.abs*Math.cos(e.arg),s.im=e.abs*Math.sin(e.arg)}else if("r"in e&&"phi"in e){if(!isFinite(e.r)&&isFinite(e.phi))return a.INFINITY;s.re=e.r*Math.cos(e.phi),s.im=e.r*Math.sin(e.phi)}else 2===e.length?(s.re=e[0],s.im=e[1]):t();break;case"string":s.im=s.re=0,r=1;let n=0;null===(e=e.replace(/_/g,"").match(/\d+\.?\d*e[+-]?\d+|\d+\.?\d*|\.\d+|./g))&&t();for(let i=0;i<e.length;i++){const a=e[i];" "!==a&&"\t"!==a&&"\n"!==a&&("+"===a?r++:"-"===a?n++:("i"===a||"I"===a?(0===r+n&&t()," "===e[i+1]||isNaN(e[i+1])?s.im+=parseFloat((n%2?"-":"")+"1"):(s.im+=parseFloat((n%2?"-":"")+e[i+1]),i++)):((0===r+n||isNaN(a))&&t(),"i"===e[i+1]||"I"===e[i+1]?(s.im+=parseFloat((n%2?"-":"")+a),i++):s.re+=parseFloat((n%2?"-":"")+a)),r=n=0))}0<r+n&&t();break;case"number":s.im=0,s.re=e;break;default:t()}return s}function t(){throw SyntaxError("Invalid Param")}function n(e,r){return(e=Math.abs(e))<(r=Math.abs(r))&&([e,r]=[r,e]),1e8>e?Math.sqrt(e*e+r*r):(r/=e,e*Math.sqrt(1+r*r))}function i(e,r){const t=Math.abs(e),n=Math.abs(r);return 0===e?Math.log(n):0===r?Math.log(t):3e3>t&&3e3>n?.5*Math.log(e*e+r*r):(e*=.5,r*=.5,.5*Math.log(e*e+r*r)+Math.LN2)}function a(e,t){if(!(this instanceof a))return new a(e,t);e=r(e,t),this.re=e.re,this.im=e.im}const o=Math.cosh||function(e){return 1e-9>Math.abs(e)?1-e:.5*(Math.exp(e)+Math.exp(-e))},u=Math.sinh||function(e){return 1e-9>Math.abs(e)?e:.5*(Math.exp(e)-Math.exp(-e))},s={re:0,im:0};a.prototype={re:0,im:0,sign:function(){const e=n(this.re,this.im);return new a(this.re/e,this.im/e)},add:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im));return t||n?t&&n?a.NAN:a.INFINITY:new a(this.re+e.re,this.im+e.im)},sub:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im));return t||n?t&&n?a.NAN:a.INFINITY:new a(this.re-e.re,this.im-e.im)},mul:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im));return t&&0===e.re&&0===e.im||n&&0===this.re&&0===this.im?a.NAN:t||n?a.INFINITY:0===e.im&&0===this.im?new a(this.re*e.re,0):new a(this.re*e.re-this.im*e.im,this.re*e.im+this.im*e.re)},div:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im)),i=0===this.re&&0===this.im,o=0===e.re&&0===e.im;return i&&o||t&&n?a.NAN:o||t?a.INFINITY:i||n?a.ZERO:0===e.im?new a(this.re/e.re,this.im/e.re):Math.abs(e.re)<Math.abs(e.im)?new a((this.re*(t=e.re/e.im)+this.im)/(e=e.re*t+e.im),(this.im*t-this.re)/e):new a((this.re+this.im*(t=e.im/e.re))/(e=e.im*t+e.re),(this.im-this.re*t)/e)},pow:function(e,t){if(e=r(e,t),t=0===this.re&&0===this.im,0===e.re&&0===e.im)return a.ONE;if(0===e.im){if(0===this.im&&0<this.re)return new a(Math.pow(this.re,e.re),0);if(0===this.re)switch((e.re%4+4)%4){case 0:return new a(Math.pow(this.im,e.re),0);case 1:return new a(0,Math.pow(this.im,e.re));case 2:return new a(-Math.pow(this.im,e.re),0);case 3:return new a(0,-Math.pow(this.im,e.re))}}if(t&&0<e.re)return a.ZERO;const n=Math.atan2(this.im,this.re),o=i(this.re,this.im);return t=Math.exp(e.re*o-e.im*n),e=e.im*o+e.re*n,new a(t*Math.cos(e),t*Math.sin(e))},sqrt:function(){const e=this.re,r=this.im;if(0===r)return 0<=e?new a(Math.sqrt(e),0):new a(0,Math.sqrt(-e));var t=n(e,r);t=Math.sqrt(.5*(t+Math.abs(e)));let i=Math.abs(r)/(2*t);return 0<=e?new a(t,0>r?-i:i):new a(i,0>r?-t:t)},exp:function(){const e=Math.exp(this.re);return 0===this.im?new a(e,0):new a(e*Math.cos(this.im),e*Math.sin(this.im))},expm1:function(){const e=this.re,r=this.im;var t=Math.expm1(e)*Math.cos(r),n=Math.PI/4;return-n>r||r>n?n=Math.cos(r)-1:(n=r*r,n*=n*(n*(n*(n*(n*(n*(n/20922789888e3-1/87178291200)+1/479001600)-1/3628800)+1/40320)-1/720)+1/24)-.5),new a(t+n,Math.exp(e)*Math.sin(r))},log:function(){const e=this.re,r=this.im;return 0===r&&0<e?new a(Math.log(e),0):new a(i(e,r),Math.atan2(r,e))},abs:function(){return n(this.re,this.im)},arg:function(){return Math.atan2(this.im,this.re)},sin:function(){const e=this.re,r=this.im;return new a(Math.sin(e)*o(r),Math.cos(e)*u(r))},cos:function(){const e=this.re,r=this.im;return new a(Math.cos(e)*o(r),-Math.sin(e)*u(r))},tan:function(){const e=2*this.re,r=2*this.im,t=Math.cos(e)+o(r);return new a(Math.sin(e)/t,u(r)/t)},cot:function(){const e=2*this.re,r=2*this.im,t=Math.cos(e)-o(r);return new a(-Math.sin(e)/t,u(r)/t)},sec:function(){const e=this.re,r=this.im,t=.5*o(2*r)+.5*Math.cos(2*e);return new a(Math.cos(e)*o(r)/t,Math.sin(e)*u(r)/t)},csc:function(){const e=this.re,r=this.im,t=.5*o(2*r)-.5*Math.cos(2*e);return new a(Math.sin(e)*o(r)/t,-Math.cos(e)*u(r)/t)},asin:function(){var e=this.re;const r=this.im,t=new a(r*r-e*e+1,-2*e*r).sqrt();return e=new a(t.re-r,t.im+e).log(),new a(e.im,-e.re)},acos:function(){var e=this.re;const r=this.im,t=new a(r*r-e*e+1,-2*e*r).sqrt();return e=new a(t.re-r,t.im+e).log(),new a(Math.PI/2-e.im,e.re)},atan:function(){var e=this.re;const r=this.im;if(0===e){if(1===r)return new a(0,1/0);if(-1===r)return new a(0,-1/0)}const t=e*e+(1-r)*(1-r);return e=new a((1-r*r-e*e)/t,-2*e/t).log(),new a(-.5*e.im,.5*e.re)},acot:function(){const e=this.re,r=this.im;if(0===r)return new a(Math.atan2(1,e),0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).atan():new a(0!==e?e/0:0,0!==r?-r/0:0).atan()},asec:function(){const e=this.re,r=this.im;if(0===e&&0===r)return new a(0,1/0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).acos():new a(0!==e?e/0:0,0!==r?-r/0:0).acos()},acsc:function(){const e=this.re,r=this.im;if(0===e&&0===r)return new a(Math.PI/2,1/0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).asin():new a(0!==e?e/0:0,0!==r?-r/0:0).asin()},sinh:function(){const e=this.re,r=this.im;return new a(u(e)*Math.cos(r),o(e)*Math.sin(r))},cosh:function(){const e=this.re,r=this.im;return new a(o(e)*Math.cos(r),u(e)*Math.sin(r))},tanh:function(){const e=2*this.re,r=2*this.im,t=o(e)+Math.cos(r);return new a(u(e)/t,Math.sin(r)/t)},coth:function(){const e=2*this.re,r=2*this.im,t=o(e)-Math.cos(r);return new a(u(e)/t,-Math.sin(r)/t)},csch:function(){const e=this.re,r=this.im,t=Math.cos(2*r)-o(2*e);return new a(-2*u(e)*Math.cos(r)/t,2*o(e)*Math.sin(r)/t)},sech:function(){const e=this.re,r=this.im,t=Math.cos(2*r)+o(2*e);return new a(2*o(e)*Math.cos(r)/t,-2*u(e)*Math.sin(r)/t)},asinh:function(){let e=this.im;this.im=-this.re,this.re=e;const r=this.asin();return this.re=-this.im,this.im=e,e=r.re,r.re=-r.im,r.im=e,r},acosh:function(){const e=this.acos();if(0>=e.im){var r=e.re;e.re=-e.im,e.im=r}else r=e.im,e.im=-e.re,e.re=r;return e},atanh:function(){var e=this.re,r=this.im;const t=1<e&&0===r,n=1-e,o=1+e,u=n*n+r*r;return r=(e=0!==u?new a((o*n-r*r)/u,(r*n+o*r)/u):new a(-1!==e?e/0:0,0!==r?r/0:0)).re,e.re=i(e.re,e.im)/2,e.im=Math.atan2(e.im,r)/2,t&&(e.im=-e.im),e},acoth:function(){const e=this.re,r=this.im;if(0===e&&0===r)return new a(0,Math.PI/2);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).atanh():new a(0!==e?e/0:0,0!==r?-r/0:0).atanh()},acsch:function(){const e=this.re,r=this.im;if(0===r)return new a(0!==e?Math.log(e+Math.sqrt(e*e+1)):1/0,0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).asinh():new a(0!==e?e/0:0,0!==r?-r/0:0).asinh()},asech:function(){const e=this.re,r=this.im;if(this.isZero())return a.INFINITY;const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).acosh():new a(0!==e?e/0:0,0!==r?-r/0:0).acosh()},inverse:function(){if(this.isZero())return a.INFINITY;if(this.isInfinite())return a.ZERO;const e=this.re,r=this.im,t=e*e+r*r;return new a(e/t,-r/t)},conjugate:function(){return new a(this.re,-this.im)},neg:function(){return new a(-this.re,-this.im)},ceil:function(e){return e=Math.pow(10,e||0),new a(Math.ceil(this.re*e)/e,Math.ceil(this.im*e)/e)},floor:function(e){return e=Math.pow(10,e||0),new a(Math.floor(this.re*e)/e,Math.floor(this.im*e)/e)},round:function(e){return e=Math.pow(10,e||0),new a(Math.round(this.re*e)/e,Math.round(this.im*e)/e)},equals:function(e,t){return e=r(e,t),Math.abs(e.re-this.re)<=a.EPSILON&&Math.abs(e.im-this.im)<=a.EPSILON},clone:function(){return new a(this.re,this.im)},toString:function(){let e=this.re,r=this.im,t="";return this.isNaN()?"NaN":this.isInfinite()?"Infinity":(Math.abs(e)<a.EPSILON&&(e=0),Math.abs(r)<a.EPSILON&&(r=0),0===r?t+e:(0!==e?(t=t+e+" ",0>r?(r=-r,t+="-"):t+="+",t+=" "):0>r&&(r=-r,t+="-"),1!==r&&(t+=r),t+"i"))},toVector:function(){return[this.re,this.im]},valueOf:function(){return 0===this.im?this.re:null},isNaN:function(){return isNaN(this.re)||isNaN(this.im)},isZero:function(){return 0===this.im&&0===this.re},isFinite:function(){return isFinite(this.re)&&isFinite(this.im)},isInfinite:function(){return!this.isFinite()}},a.ZERO=new a(0,0),a.ONE=new a(1,0),a.I=new a(0,1),a.PI=new a(Math.PI,0),a.E=new a(Math.E,0),a.INFINITY=new a(1/0,1/0),a.NAN=new a(NaN,NaN),a.EPSILON=1e-15,Object.defineProperty(a,"__esModule",{value:!0}),a.default=a,a.Complex=a,e.exports=a}()}(ut);const st=le(ut.exports);var ct=Ar("Complex",[],(()=>(Object.defineProperty(st,"name",{value:"Complex"}),st.prototype.constructor=st,st.prototype.type="Complex",st.prototype.isComplex=!0,st.prototype.toJSON=function(){return{mathjs:"Complex",re:this.re,im:this.im}},st.prototype.toPolar=function(){return{r:this.abs(),phi:this.arg()}},st.prototype.format=function(e){var r=this.im,t=this.re,n=zr(this.re,e),i=zr(this.im,e),a=Se(e)?e:e?e.precision:null;if(null!==a){var o=Math.pow(10,-a);Math.abs(t/r)<o&&(t=0),Math.abs(r/t)<o&&(r=0)}return 0===r?n:0===t?1===r?"i":-1===r?"-i":i+"i":r<0?-1===r?n+" - i":n+" - "+i.substring(1)+"i":1===r?n+" + i":n+" + "+i+"i"},st.fromPolar=function(e){switch(arguments.length){case 1:var r=arguments[0];if("object"==typeof r)return st(r);throw new TypeError("Input has to be an object with r and phi keys.");case 2:var t=arguments[0],n=arguments[1];if(Se(t)){if(Oe(n)&&n.hasBase("ANGLE")&&(n=n.toNumber("rad")),Se(n))return new st({r:t,phi:n});throw new TypeError("Phi is not a number nor an angle unit.")}throw new TypeError("Radius r is not a number.");default:throw new SyntaxError("Wrong number of arguments in function fromPolar")}},st.prototype.valueOf=st.prototype.toString,st.fromJSON=function(e){return new st(e)},st.compare=function(e,r){return e.re>r.re?1:e.re<r.re?-1:e.im>r.im?1:e.im<r.im?-1:0},st)),{isClass:!0}),ft={exports:{}};!function(e){!function(){function r(){return Error("Parameters must be integer")}function t(){return Error("Invalid argument")}function n(){return Error("Division by Zero")}function i(e,i){var o=l,u=m;let s=m;if(null!=e)if(void 0!==i){if("bigint"==typeof e)o=e;else{if(isNaN(e))throw t();if(0!=e%1)throw r();o=BigInt(e)}if("bigint"==typeof i)u=i;else{if(isNaN(i))throw t();if(0!=i%1)throw r();u=BigInt(i)}s=o*u}else if("object"==typeof e){if("d"in e&&"n"in e)o=BigInt(e.n),u=BigInt(e.d),"s"in e&&(o*=BigInt(e.s));else if(0 in e)o=BigInt(e[0]),1 in e&&(u=BigInt(e[1]));else{if("bigint"!=typeof e)throw t();o=e}s=o*u}else if("number"==typeof e){if(isNaN(e))throw t();if(0>e&&(s=-m,e=-e),0==e%1)o=BigInt(e);else{i=1;var c=0,f=1,d=1;let r=1;for(1<=e&&(e/=i=10**Math.floor(1+Math.log10(e)));1e7>=f&&1e7>=r;){if(e===(u=(c+d)/(f+r))){1e7>=f+r?(o=c+d,u=f+r):r>f?(o=d,u=r):(o=c,u=f);break}e>u?(c+=d,f+=r):(d+=c,r+=f),1e7<f?(o=d,u=r):(o=c,u=f)}o=BigInt(o)*BigInt(i),u=BigInt(u)}}else if("string"==typeof e){if(u=0,c=i=o=l,f=d=m,null===(e=e.replace(/_/g,"").match(/\d+|./g)))throw t();if("-"===e[u]?(s=-m,u++):"+"===e[u]&&u++,e.length===u+1?i=a(e[u++],s):"."===e[u+1]||"."===e[u]?("."!==e[u]&&(o=a(e[u++],s)),(1+ ++u===e.length||"("===e[u+1]&&")"===e[u+3]||"'"===e[u+1]&&"'"===e[u+3])&&(i=a(e[u],s),d=h**BigInt(e[u].length),u++),("("===e[u]&&")"===e[u+2]||"'"===e[u]&&"'"===e[u+2])&&(c=a(e[u+1],s),f=h**BigInt(e[u+1].length)-m,u+=3)):"/"===e[u+1]||":"===e[u+1]?(i=a(e[u],s),d=a(e[u+2],m),u+=3):"/"===e[u+3]&&" "===e[u+1]&&(o=a(e[u],s),i=a(e[u+2],s),d=a(e[u+4],m),u+=5),!(e.length<=u))throw t();s=o=c+(u=d*f)*o+f*i}else{if("bigint"!=typeof e)throw t();s=o=e,u=m}if(u===l)throw n();v.s=s<l?-m:m,v.n=o<l?-o:o,v.d=u<l?-u:u}function a(e,r){try{e=BigInt(e)}catch(e){throw t()}return e*r}function o(e){return"bigint"==typeof e?e:Math.floor(e)}function u(e,r){if(r===l)throw n();const t=Object.create(f.prototype);t.s=e<l?-m:m;const i=c(e=e<l?-e:e,r);return t.n=e/i,t.d=r/i,t}function s(e){const r={};let t=e,n=d,i=p-m;for(;i<=t;){for(;t%n===l;)t/=n,r[n]=(r[n]||l)+m;i+=m+d*n++}return t!==e?1<t&&(r[t]=(r[t]||l)+m):r[e]=(r[e]||l)+m,r}function c(e,r){if(!e)return r;if(!r)return e;for(;;){if(!(e%=r))return r;if(!(r%=e))return e}}function f(e,r){if(i(e,r),!(this instanceof f))return u(v.s*v.n,v.d);e=c(v.d,v.n),this.s=v.s,this.n=v.n/e,this.d=v.d/e}"undefined"==typeof BigInt&&(BigInt=function(e){if(isNaN(e))throw Error("");return e});const l=BigInt(0),m=BigInt(1),d=BigInt(2),p=BigInt(5),h=BigInt(10),v={s:m,n:l,d:m};f.prototype={s:m,n:l,d:m,abs:function(){return u(this.n,this.d)},neg:function(){return u(-this.s*this.n,this.d)},add:function(e,r){return i(e,r),u(this.s*this.n*v.d+v.s*this.d*v.n,this.d*v.d)},sub:function(e,r){return i(e,r),u(this.s*this.n*v.d-v.s*this.d*v.n,this.d*v.d)},mul:function(e,r){return i(e,r),u(this.s*v.s*this.n*v.n,this.d*v.d)},div:function(e,r){return i(e,r),u(this.s*v.s*this.n*v.d,this.d*v.n)},clone:function(){return u(this.s*this.n,this.d)},mod:function(e,r){if(void 0===e)return u(this.s*this.n%this.d,m);if(i(e,r),l===v.n*this.d)throw n();return u(this.s*v.d*this.n%(v.n*this.d),v.d*this.d)},gcd:function(e,r){return i(e,r),u(c(v.n,this.n)*c(v.d,this.d),v.d*this.d)},lcm:function(e,r){return i(e,r),v.n===l&&this.n===l?u(l,m):u(v.n*this.n,c(v.n,this.n)*c(v.d,this.d))},inverse:function(){return u(this.s*this.d,this.n)},pow:function(e,r){if(i(e,r),v.d===m)return v.s<l?u((this.s*this.d)**v.n,this.n**v.n):u((this.s*this.n)**v.n,this.d**v.n);if(this.s<l)return null;e=s(this.n),r=s(this.d);let t=m,n=m;for(let r in e)if("1"!==r){if("0"===r){t=l;break}if(e[r]*=v.n,e[r]%v.d!==l)return null;e[r]/=v.d,t*=BigInt(r)**e[r]}for(let e in r)if("1"!==e){if(r[e]*=v.n,r[e]%v.d!==l)return null;r[e]/=v.d,n*=BigInt(e)**r[e]}return v.s<l?u(n,t):u(t,n)},log:function(e,r){if(i(e,r),this.s<=l||v.s<=l)return null;var t={};e=s(v.n);const n=s(v.d);r=s(this.n);const a=s(this.d);for(var o in n)e[o]=(e[o]||l)-n[o];for(var f in a)r[f]=(r[f]||l)-a[f];for(var m in e)"1"!==m&&(t[m]=!0);for(var d in r)"1"!==d&&(t[d]=!0);f=o=null;for(const n in t)if(t=r[n]||l,(m=e[n]||l)===l){if(t!==l)return null}else if(t/=d=c(t,m),m/=d,null===o&&null===f)o=t,f=m;else if(t*f!=o*m)return null;return null!==o&&null!==f?u(o,f):null},equals:function(e,r){return i(e,r),this.s*this.n*v.d==v.s*v.n*this.d},lt:function(e,r){return i(e,r),this.s*this.n*v.d<v.s*v.n*this.d},lte:function(e,r){return i(e,r),this.s*this.n*v.d<=v.s*v.n*this.d},gt:function(e,r){return i(e,r),this.s*this.n*v.d>v.s*v.n*this.d},gte:function(e,r){return i(e,r),this.s*this.n*v.d>=v.s*v.n*this.d},compare:function(e,r){return i(e,r),(l<(e=this.s*this.n*v.d-v.s*v.n*this.d))-(e<l)},ceil:function(e){return e=h**BigInt(e||0),u(o(this.s*e*this.n/this.d)+(e*this.n%this.d>l&&this.s>=l?m:l),e)},floor:function(e){return e=h**BigInt(e||0),u(o(this.s*e*this.n/this.d)-(e*this.n%this.d>l&&this.s<l?m:l),e)},round:function(e){return e=h**BigInt(e||0),u(o(this.s*e*this.n/this.d)+this.s*((this.s>=l?m:l)+e*this.n%this.d*d>this.d?m:l),e)},roundTo:function(e,r){i(e,r);var t=this.n*v.d;return r=t%(e=this.d*v.n),t=o(t/e),r+r>=e&&t++,u(this.s*t*v.n,v.d)},divisible:function(e,r){return i(e,r),!(!(v.n*this.d)||this.n*v.d%(v.n*this.d))},valueOf:function(){return Number(this.s*this.n)/Number(this.d)},toString:function(e){let r=this.n,t=this.d;var n;e=e||15;e:{for(n=t;n%d===l;n/=d);for(;n%p===l;n/=p);if(n===m)n=l;else{for(var i=h%n,a=1;i!==m;a++)if(i=i*h%n,2e3<a){n=l;break e}n=BigInt(a)}}e:{i=m,a=h;var u=n;let e=m;for(;u>l;a=a*a%t,u>>=m)u&m&&(e=e*a%t);for(a=e,u=0;300>u;u++){if(i===a){i=BigInt(u);break e}i=i*h%t,a=a*h%t}i=0}if(a=i,i=this.s<l?"-":"",i+=o(r/t),(r=r%t*h)&&(i+="."),n){for(e=a;e--;)i+=o(r/t),r%=t,r*=h;for(i+="(",e=n;e--;)i+=o(r/t),r%=t,r*=h;i+=")"}else for(;r&&e--;)i+=o(r/t),r%=t,r*=h;return i},toFraction:function(e){let r=this.n,t=this.d,n=this.s<l?"-":"";if(t===m)n+=r;else{let i=o(r/t);e&&i>l&&(n+=i,n+=" ",r%=t),n=n+r+"/"+t}return n},toLatex:function(e){let r=this.n,t=this.d,n=this.s<l?"-":"";if(t===m)n+=r;else{let i=o(r/t);e&&i>l&&(n+=i,r%=t),n=n+"\\frac{"+r+"}{"+t,n+="}"}return n},toContinued:function(){let e=this.n,r=this.d,t=[];do{t.push(o(e/r));let n=e%r;e=r,r=n}while(e!==m);return t},simplify:function(e){e=BigInt(1/(e||.001)|0);const r=this.abs(),t=r.toContinued();for(let i=1;i<t.length;i++){let a=u(t[i-1],m);for(var n=i-2;0<=n;n--)a=a.inverse().add(t[n]);if((n=a.sub(r)).n*e<n.d)return a.mul(this.s)}return this}},Object.defineProperty(f,"__esModule",{value:!0}),f.default=f,f.Fraction=f,e.exports=f}()}(ft);const lt=le(ft.exports);var mt=Ar("Fraction",[],(()=>(Object.defineProperty(lt,"name",{value:"Fraction"}),lt.prototype.constructor=lt,lt.prototype.type="Fraction",lt.prototype.isFraction=!0,lt.prototype.toJSON=function(){return{mathjs:"Fraction",n:String(this.s*this.n),d:String(this.d)}},lt.fromJSON=function(e){return new lt(e)},lt)),{isClass:!0}),dt=Ar("Range",[],(()=>{function e(r,t,n){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator");var i=null!=r,a=null!=t,o=null!=n;if(i)if(Fe(r))r=r.toNumber();else if("number"!=typeof r&&!Be(r))throw new TypeError("Parameter start must be a number or bigint");if(a)if(Fe(t))t=t.toNumber();else if("number"!=typeof t&&!Be(t))throw new TypeError("Parameter end must be a number or bigint");if(o)if(Fe(n))n=n.toNumber();else if("number"!=typeof n&&!Be(n))throw new TypeError("Parameter step must be a number or bigint");this.start=i?parseFloat(r):0,this.end=a?parseFloat(t):0,this.step=o?parseFloat(n):1}return e.prototype.type="Range",e.prototype.isRange=!0,e.parse=function(r){if("string"!=typeof r)return null;var t=r.split(":").map((function(e){return parseFloat(e)}));if(t.some((function(e){return isNaN(e)})))return null;switch(t.length){case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[2],t[1]);default:return null}},e.prototype.clone=function(){return new e(this.start,this.end,this.step)},e.prototype.size=function(){var e=0,r=this.step,t=this.end-this.start;return Sr(r)===Sr(t)?e=Math.ceil(t/r):0===t&&(e=0),isNaN(e)&&(e=0),[e]},e.prototype.min=function(){var e=this.size()[0];return e>0?this.step>0?this.start:this.start+(e-1)*this.step:void 0},e.prototype.max=function(){var e=this.size()[0];return e>0?this.step>0?this.start+(e-1)*this.step:this.start:void 0},e.prototype.forEach=function(e){var r=this.start,t=this.step,n=this.end,i=0;if(t>0)for(;r<n;)e(r,[i],this),r+=t,i++;else if(t<0)for(;r>n;)e(r,[i],this),r+=t,i++},e.prototype.map=function(e){var r=[];return this.forEach((function(t,n,i){r[n[0]]=e(t,n,i)})),r},e.prototype.toArray=function(){var e=[];return this.forEach((function(r,t){e[t[0]]=r})),e},e.prototype.valueOf=function(){return this.toArray()},e.prototype.format=function(e){var r=zr(this.start,e);return 1!==this.step&&(r+=":"+zr(this.step,e)),r+":"+zr(this.end,e)},e.prototype.toString=function(){return this.format()},e.prototype.toJSON=function(){return{mathjs:"Range",start:this.start,end:this.end,step:this.step}},e.fromJSON=function(r){return new e(r.start,r.end,r.step)},e}),{isClass:!0}),pt=Ar("Matrix",[],(()=>{function e(){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator")}return e.prototype.type="Matrix",e.prototype.isMatrix=!0,e.prototype.storage=function(){throw new Error("Cannot invoke storage on a Matrix interface")},e.prototype.datatype=function(){throw new Error("Cannot invoke datatype on a Matrix interface")},e.prototype.create=function(){throw new Error("Cannot invoke create on a Matrix interface")},e.prototype.subset=function(){throw new Error("Cannot invoke subset on a Matrix interface")},e.prototype.get=function(){throw new Error("Cannot invoke get on a Matrix interface")},e.prototype.set=function(){throw new Error("Cannot invoke set on a Matrix interface")},e.prototype.resize=function(){throw new Error("Cannot invoke resize on a Matrix interface")},e.prototype.reshape=function(){throw new Error("Cannot invoke reshape on a Matrix interface")},e.prototype.clone=function(){throw new Error("Cannot invoke clone on a Matrix interface")},e.prototype.size=function(){throw new Error("Cannot invoke size on a Matrix interface")},e.prototype.map=function(){throw new Error("Cannot invoke map on a Matrix interface")},e.prototype.forEach=function(){throw new Error("Cannot invoke forEach on a Matrix interface")},e.prototype[Symbol.iterator]=function(){throw new Error("Cannot iterate a Matrix interface")},e.prototype.toArray=function(){throw new Error("Cannot invoke toArray on a Matrix interface")},e.prototype.valueOf=function(){throw new Error("Cannot invoke valueOf on a Matrix interface")},e.prototype.format=function(){throw new Error("Cannot invoke format on a Matrix interface")},e.prototype.toString=function(){throw new Error("Cannot invoke toString on a Matrix interface")},e}),{isClass:!0});function ht(e,r,t){var n=new(0,e.constructor)(2),i="";if(t){if(t<1)throw new Error("size must be in greater than 0");if(!Cr(t))throw new Error("size must be an integer");if(e.greaterThan(n.pow(t-1).sub(1))||e.lessThan(n.pow(t-1).mul(-1)))throw new Error("Value must be in range [-2^".concat(t-1,", 2^").concat(t-1,"-1]"));if(!e.isInteger())throw new Error("Value must be an integer");e.lessThan(0)&&(e=e.add(n.pow(t))),i="i".concat(t)}switch(r){case 2:return"".concat(e.toBinary()).concat(i);case 8:return"".concat(e.toOctal()).concat(i);case 16:return"".concat(e.toHexadecimal()).concat(i);default:throw new Error("Base ".concat(r," not supported "))}}function vt(e,r){return void 0!==r?e.toExponential(r-1):e.toExponential()}function yt(e,r){return Se(e)?e:Fe(e)?e.toNumber():r}function gt(e,r){return e.substring(e.length-r.length,e.length)===r}function xt(e,r){var t=function(e,r){return"number"==typeof e?zr(e,r):Fe(e)?function(e,r){if("function"==typeof r)return r(e);if(!e.isFinite())return e.isNaN()?"NaN":e.gt(0)?"Infinity":"-Infinity";var{notation:t,precision:n,wordSize:i}=Ir(r);switch(t){case"fixed":return function(e,r){return e.toFixed(r)}(e,n);case"exponential":return vt(e,n);case"engineering":return function(e,r){var t=e.e,n=t%3==0?t:t<0?t-3-t%3:t-t%3,i=e.mul(Math.pow(10,-n)).toPrecision(r);return i.includes("e")&&(i=new(0,e.constructor)(i).toFixed()),i+"e"+(t>=0?"+":"")+n.toString()}(e,n);case"bin":return ht(e,2,i);case"oct":return ht(e,8,i);case"hex":return ht(e,16,i);case"auto":var a=yt(null==r?void 0:r.lowerExp,-3),o=yt(null==r?void 0:r.upperExp,5);if(e.isZero())return"0";var u=e.toSignificantDigits(n),s=u.e;return(s>=a&&s<o?u.toFixed():vt(e,n)).replace(/((\.\d*?)(0+))($|e)/,(function(){var e=arguments[2],r=arguments[4];return"."!==e?e+r:r}));default:throw new Error('Unknown notation "'+t+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}(e,r):function(e){return e&&"object"==typeof e&&"bigint"==typeof e.s&&"bigint"==typeof e.n&&"bigint"==typeof e.d||!1}(e)?r&&"decimal"===r.fraction?e.toString():"".concat(e.s*e.n,"/").concat(e.d):Array.isArray(e)?Nt(e,r):ke(e)?bt(e):"function"==typeof e?e.syntax?String(e.syntax):"function":e&&"object"==typeof e?"function"==typeof e.format?e.format(r):e&&e.toString(r)!=={}.toString()?e.toString(r):"{"+Object.keys(e).map((t=>bt(t)+": "+xt(e[t],r))).join(", ")+"}":String(e)}(e,r);return r&&"object"==typeof r&&"truncate"in r&&t.length>r.truncate?t.substring(0,r.truncate-3)+"...":t}function bt(e){for(var r=String(e),t="",n=0;n<r.length;){var i=r.charAt(n);t+=i in wt?wt[i]:i,n++}return'"'+t+'"'}var wt={'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"};function Dt(e){var r=String(e);return r.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function Nt(e,r){if(Array.isArray(e)){for(var t="[",n=e.length,i=0;i<n;i++)0!==i&&(t+=", "),t+=Nt(e[i],r);return t+"]"}return xt(e,r)}function At(e,r){if(!ke(e))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+vr(e)+", index: 0)");if(!ke(r))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+vr(r)+", index: 1)");return e===r?0:e>r?1:-1}function Mt(e,r,t){if(!(this instanceof Mt))throw new SyntaxError("Constructor must be called with the new operator");this.actual=e,this.expected=r,this.relation=t,this.message="Dimension mismatch ("+(Array.isArray(e)?"["+e.join(", ")+"]":e)+" "+(this.relation||"!=")+" "+(Array.isArray(r)?"["+r.join(", ")+"]":r)+")",this.stack=(new Error).stack}function Ct(e,r,t){if(!(this instanceof Ct))throw new SyntaxError("Constructor must be called with the new operator");this.index=e,arguments.length<3?(this.min=0,this.max=r):(this.min=r,this.max=t),this.message=void 0!==this.min&&this.index<this.min?"Index out of range ("+this.index+" < "+this.min+")":void 0!==this.max&&this.index>=this.max?"Index out of range ("+this.index+" > "+(this.max-1)+")":"Index out of range ("+this.index+")",this.stack=(new Error).stack}function Et(e){for(var r=[];Array.isArray(e);)r.push(e.length),e=e[0];return r}function St(e,r,t){var n,i=e.length;if(i!==r[t])throw new Mt(i,r[t]);if(t<r.length-1){var a=t+1;for(n=0;n<i;n++){if(!Array.isArray(e[n]))throw new Mt(r.length-1,r.length,"<");St(e[n],r,a)}}else for(n=0;n<i;n++)if(Array.isArray(e[n]))throw new Mt(r.length+1,r.length,">")}function Ft(e,r){if(0===r.length){if(Array.isArray(e))throw new Mt(e.length,0)}else St(e,r,0)}function Bt(e,r){var t=e.isMatrix?e._size:Et(e);r._sourceSize.forEach(((e,r)=>{if(null!==e&&e!==t[r])throw new Mt(e,t[r])}))}function qt(e,r){if(void 0!==e){if(!Se(e)||!Cr(e))throw new TypeError("Index must be an integer (value: "+e+")");if(e<0||"number"==typeof r&&e>=r)throw new Ct(e,r)}}function Tt(e){for(var r=0;r<e._dimensions.length;++r){var t=e._dimensions[r];if(t._data&&ze(t._data)){if(0===t._size[0])return!0}else if(t.isRange){if(t.start===t.end)return!0}else if(ke(t)&&0===t.length)return!0}return!1}function Ot(e,r,t){if(!Array.isArray(r))throw new TypeError("Array expected");if(0===r.length)throw new Error("Resizing to scalar is not supported");return r.forEach((function(e){if(!Se(e)||!Cr(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+xt(r)+")")})),(Se(e)||Fe(e))&&(e=[e]),kt(e,r,0,void 0!==t?t:0),e}function kt(e,r,t,n){var i,a,o=r[t],u=Math.min(e.length,o);if(e.length=o,t<r.length-1){var s=t+1;for(i=0;i<u;i++)a=e[i],Array.isArray(a)||(e[i]=a=[a]),kt(a,r,s,n);for(i=u;i<o;i++)e[i]=a=[],kt(a,r,s,n)}else{for(i=0;i<u;i++)for(;Array.isArray(e[i]);)e[i]=e[i][0];for(i=u;i<o;i++)e[i]=n}}function zt(e,r){var t=Lt(e,!0),n=t.length;if(!Array.isArray(e)||!Array.isArray(r))throw new TypeError("Array expected");if(0===r.length)throw new Mt(0,n,"!=");var i=Rt(r=It(r,n));if(n!==i)throw new Mt(i,n,"!=");try{return function(e,r){for(var t,n=e,i=r.length-1;i>0;i--){var a=r[i];t=[];for(var o=n.length/a,u=0;u<o;u++)t.push(n.slice(u*a,(u+1)*a));n=t}return n}(t,r)}catch(e){if(e instanceof Mt)throw new Mt(i,n,"!=");throw e}}function It(e,r){var t=Rt(e),n=e.slice(),i=e.indexOf(-1);if(e.indexOf(-1,i+1)>=0)throw new Error("More than one wildcard in sizes");if(i>=0){if(r%t!=0)throw new Error("Could not replace wildcard, since "+r+" is no multiple of "+-t);n[i]=-r/t}return n}function Rt(e){return e.reduce(((e,r)=>e*r),1)}function jt(e,r){for(var t=r||Et(e);Array.isArray(e)&&1===e.length;)e=e[0],t.shift();for(var n=t.length;1===t[n-1];)n--;return n<t.length&&(e=Ut(e,n,0),t.length=n),e}function Ut(e,r,t){var n,i;if(t<r){var a=t+1;for(n=0,i=e.length;n<i;n++)e[n]=Ut(e[n],r,a)}else for(;Array.isArray(e);)e=e[0];return e}function Pt(e,r,t,n){var i=n||Et(e);if(t)for(var a=0;a<t;a++)e=[e],i.unshift(1);for(e=$t(e,r,0);i.length<r;)i.push(1);return e}function $t(e,r,t){var n,i;if(Array.isArray(e)){var a=t+1;for(n=0,i=e.length;n<i;n++)e[n]=$t(e[n],r,a)}else for(var o=t;o<r;o++)e=[e];return e}function Lt(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!Array.isArray(e))return e;if("boolean"!=typeof r)throw new TypeError("Boolean expected for second argument of flatten");var t=[];return r?function e(r){if(Array.isArray(r[0]))for(var n=0;n<r.length;n++)e(r[n]);else for(var i=0;i<r.length;i++)t.push(r[i])}(e):function e(r){for(var n=0;n<r.length;n++){var i=r[n];Array.isArray(i)?e(i):t.push(i)}}(e),t}function _t(e,r){return Array.prototype.map.call(e,r)}function Jt(e,r){Array.prototype.forEach.call(e,r)}function Wt(e,r){if(1!==Et(e).length)throw new Error("Only one dimensional matrices supported");return Array.prototype.filter.call(e,(e=>r.test(e)))}function Vt(e,r){return Array.prototype.join.call(e,r)}function Ht(e){if(!Array.isArray(e))throw new TypeError("Array input expected");if(0===e.length)return e;var r=[],t=0;r[0]={value:e[0],identifier:0};for(var n=1;n<e.length;n++)e[n]===e[n-1]?t++:t=0,r.push({value:e[n],identifier:t});return r}function Zt(e){if(!Array.isArray(e))throw new TypeError("Array input expected");if(0===e.length)return e;for(var r=[],t=0;t<e.length;t++)r.push(e[t].value);return r}function Gt(e,r){for(var t,n=0,i=0;i<e.length;i++){var a=e[i],o=Array.isArray(a);if(0===i&&o&&(n=a.length),o&&a.length!==n)return;var u=o?Gt(a,r):r(a);if(void 0===t)t=u;else if(t!==u)return"mixed"}return t}function Xt(e,r,t,n){if(n<t){if(e.length!==r.length)throw new Mt(e.length,r.length);for(var i=[],a=0;a<e.length;a++)i[a]=Xt(e[a],r[a],t,n+1);return i}return e.concat(r)}function Qt(){var e=Array.prototype.slice.call(arguments,0,-1),r=Array.prototype.slice.call(arguments,-1);if(1===e.length)return e[0];if(e.length>1)return e.slice(1).reduce((function(e,t){return Xt(e,t,r,0)}),e[0]);throw new Error("Wrong number of arguments in function concat")}function Yt(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];for(var n=r.map((e=>e.length)),i=Math.max(...n),a=new Array(i).fill(null),o=0;o<r.length;o++)for(var u=r[o],s=n[o],c=0;c<s;c++){var f=i-s+c;u[c]>a[f]&&(a[f]=u[c])}for(var l=0;l<r.length;l++)Kt(r[l],a);return a}function Kt(e,r){for(var t=r.length,n=e.length,i=0;i<n;i++){var a=t-n+i;if(e[i]<r[a]&&e[i]>1||e[i]>r[a])throw new Error("shape mismatch: mismatch is found in arg with shape (".concat(e,") not possible to broadcast dimension ").concat(n," with size ").concat(e[i]," to size ").concat(r[a]))}}function en(e,r){var t=Et(e);if(xr(t,r))return e;Kt(t,r);var n,i,a=Yt(t,r),o=a.length,u=[...Array(o-t.length).fill(1),...t],s=function(e){return he([],e)}(e);t.length<o&&(t=Et(s=zt(s,u)));for(var c=0;c<o;c++)t[c]<a[c]&&(n=s,i=c,t=Et(s=Qt(...Array(a[c]).fill(n),i)));return s}function rn(e,r){if(!Array.isArray(e))throw new Error("Array expected");var t=Et(e);if(r.length!==t.length)throw new Mt(r.length,t.length);for(var n=0;n<r.length;n++)qt(r[n],t[n]);return r.reduce(((e,r)=>e[r]),e)}function tn(e,r){if(0===e.length)return[];if(arguments.length>2&&void 0!==arguments[2]&&arguments[2])return function e(t){if(Array.isArray(t)){for(var n=t.length,i=Array(n),a=0;a<n;a++)i[a]=e(t[a]);return i}return r(t)}(e);var t=[];return function n(i,a){if(Array.isArray(i)){for(var o=i.length,u=Array(o),s=0;s<o;s++)t[a]=s,u[s]=n(i[s],a+1);return u}return r(i,t.slice(0,a),e)}(e,0)}function nn(e,r){if(0!==e.length)if(arguments.length>2&&void 0!==arguments[2]&&arguments[2])!function e(t){if(Array.isArray(t))for(var n=t.length,i=0;i<n;i++)e(t[i]);else r(t)}(e);else{var t=[];!function n(i,a){if(Array.isArray(i))for(var o=i.length,u=0;u<o;u++)t[a]=u,n(i[u],a+1);else r(i,t.slice(0,a),e)}(e,0)}}function an(e,r,t){var n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(Nr.isTypedFunction(e)){var i,a;if(n)i=1;else{var o=(r.isMatrix?r.size():Et(r)).map((()=>0)),u=r.isMatrix?r.get(o):rn(r,o);i=function(e,r,t,n){for(var i=[r,t,n],a=3;a>0;a--){var o=i.slice(0,a);if(null!==Nr.resolve(e,o))return a}}(e,u,o,r)}if(r.isMatrix&&"mixed"!==r.dataType&&void 0!==r.dataType){var s=function(e,r){var t=[];if(Object.entries(e.signatures).forEach((e=>{var[n,i]=e;n.split(",").length===r&&t.push(i)})),1===t.length)return t[0]}(e,i);a=void 0!==s?s:e}else a=e;return i>=1&&i<=3?{isUnary:1===i,fn:function(){for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return un(a,n.slice(0,i),t,e.name)}}:{isUnary:!1,fn:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return un(a,n,t,e.name)}}}return void 0===n?{isUnary:on(e),fn:e}:{isUnary:n,fn:e}}function on(e){if(1!==e.length)return!1;var r=e.toString();if(/arguments/.test(r))return!1;var t=r.match(/\(.*?\)/);return!/\.\.\./.test(t)}function un(e,r,t,n){try{return e(...r)}catch(e){!function(e,r,t,n){var i;if(e instanceof TypeError&&"wrongType"===(null===(i=e.data)||void 0===i?void 0:i.category)){var a=[];throw a.push("value: ".concat(vr(r[0]))),r.length>=2&&a.push("index: ".concat(vr(r[1]))),r.length>=3&&a.push("array: ".concat(vr(r[2]))),new TypeError("Function ".concat(t," cannot apply callback arguments ")+"".concat(n,"(").concat(a.join(", "),") at index ").concat(JSON.stringify(r[1])))}throw new TypeError("Function ".concat(t," cannot apply callback arguments ")+"to function ".concat(n,": ").concat(e.message))}(e,r,t,n)}}(Mt.prototype=new RangeError).constructor=RangeError,Mt.prototype.name="DimensionError",Mt.prototype.isDimensionError=!0,(Ct.prototype=new RangeError).constructor=RangeError,Ct.prototype.name="IndexError",Ct.prototype.isIndexError=!0;var sn=Ar("DenseMatrix",["Matrix"],(e=>{var{Matrix:r}=e;function t(e,r){if(!(this instanceof t))throw new SyntaxError("Constructor must be called with the new operator");if(r&&!ke(r))throw new Error("Invalid datatype: "+r);if(Ie(e))"DenseMatrix"===e.type?(this._data=yr(e._data),this._size=yr(e._size),this._datatype=r||e._datatype):(this._data=e.toArray(),this._size=e.size(),this._datatype=r||e._datatype);else if(e&&ze(e.data)&&ze(e.size))this._data=e.data,this._size=e.size,Ft(this._data,this._size),this._datatype=r||e.datatype;else if(ze(e))this._data=u(e),this._size=Et(this._data),Ft(this._data,this._size),this._datatype=r;else{if(e)throw new TypeError("Unsupported type of data ("+vr(e)+")");this._data=[],this._size=[0],this._datatype=r}}function n(e,r,t,i){var a=i===t-1,o=r.dimension(i);return a?o.map((function(r){return qt(r,e.length),e[r]})).valueOf():o.map((function(a){return qt(a,e.length),n(e[a],r,t,i+1)})).valueOf()}function i(e,r,t,n,a){var o=a===n-1;r.dimension(a).forEach(o?function(r,n){qt(r),e[r]=t[n[0]]}:function(o,u){qt(o),i(e[o],r,t[u[0]],n,a+1)})}function a(e,r,t){if(0===r.length){for(var n=e._data;ze(n);)n=n[0];return n}return e._size=r.slice(0),e._data=Ot(e._data,e._size,t),e}function o(e,r,t){for(var n=e._size.slice(0),i=!1;n.length<r.length;)n.push(0),i=!0;for(var o=0,u=r.length;o<u;o++)r[o]>n[o]&&(n[o]=r[o],i=!0);i&&a(e,n,t)}function u(e){return Ie(e)?u(e.valueOf()):ze(e)?e.map(u):e}return(t.prototype=new r).createDenseMatrix=function(e,r){return new t(e,r)},Object.defineProperty(t,"name",{value:"DenseMatrix"}),t.prototype.constructor=t,t.prototype.type="DenseMatrix",t.prototype.isDenseMatrix=!0,t.prototype.getDataType=function(){return Gt(this._data,vr)},t.prototype.storage=function(){return"dense"},t.prototype.datatype=function(){return this._datatype},t.prototype.create=function(e,r){return new t(e,r)},t.prototype.subset=function(e,r,a){switch(arguments.length){case 1:return function(e,r){if(!$e(r))throw new TypeError("Invalid index");if(r.isScalar())return e.get(r.min());var i=r.size();if(i.length!==e._size.length)throw new Mt(i.length,e._size.length);for(var a=r.min(),o=r.max(),u=0,s=e._size.length;u<s;u++)qt(a[u],e._size[u]),qt(o[u],e._size[u]);return new t(n(e._data,r,i.length,0),e._datatype)}(this,e);case 2:case 3:return function(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Invalid index");var a,u=r.size(),s=r.isScalar();if(Ie(t)?(a=t.size(),t=t.valueOf()):a=Et(t),s){if(0!==a.length)throw new TypeError("Scalar expected");e.set(r.min(),t,n)}else{if(!xr(a,u))try{a=Et(t=en(0===a.length?[t]:t,u))}catch(e){}if(u.length<e._size.length)throw new Mt(u.length,e._size.length,"<");if(a.length<u.length){for(var c=0,f=0;1===u[c]&&1===a[c];)c++;for(;1===u[c];)f++,c++;t=Pt(t,u.length,f,a)}if(!xr(u,a))throw new Mt(u,a,">");var l=r.max().map((function(e){return e+1}));o(e,l,n),i(e._data,r,t,u.length,0)}return e}(this,e,r,a);default:throw new SyntaxError("Wrong number of arguments")}},t.prototype.get=function(e){return rn(this._data,e)},t.prototype.set=function(e,r,t){if(!ze(e))throw new TypeError("Array expected");if(e.length<this._size.length)throw new Mt(e.length,this._size.length,"<");var n,i,a,u=e.map((function(e){return e+1}));o(this,u,t);var s=this._data;for(n=0,i=e.length-1;n<i;n++)qt(a=e[n],s.length),s=s[a];return qt(a=e[e.length-1],s.length),s[a]=r,this},t.prototype.resize=function(e,r,t){if(!Re(e))throw new TypeError("Array or Matrix expected");var n=e.valueOf().map((e=>Array.isArray(e)&&1===e.length?e[0]:e));return a(t?this.clone():this,n,r)},t.prototype.reshape=function(e,r){var t=r?this.clone():this;t._data=zt(t._data,e);var n=t._size.reduce(((e,r)=>e*r));return t._size=It(e,n),t},t.prototype.clone=function(){return new t({data:yr(this._data),size:yr(this._size),datatype:this._datatype})},t.prototype.size=function(){return this._size.slice(0)},t.prototype._forEach=function(e){var r=this._size.length-1;if(!(r<0))if(2===e.length)!function t(n){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(i<r)for(var a=0;a<n.length;a++)t(n[a],i+1);else for(var o=0;o<n.length;o++)e(n,o)}(this._data);else if(0!==r){var t=new Array(r+1);!function n(i){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(a<r)for(var o=0;o<i.length;o++)t[a]=o,n(i[o],a+1);else for(var u=0;u<i.length;u++)t[a]=u,e(i,u,t.slice())}(this._data)}else for(var n=0;n<this._data.length;n++)e(this._data,n,[n])},t.prototype.map=function(e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=this,i=new t(n),a=an(e,n._data,"map",r),o=r||a.isUnary?(e,r)=>{e[r]=a.fn(e[r])}:(e,r,t)=>{e[r]=a.fn(e[r],t,n)};return i._forEach(o),i},t.prototype.forEach=function(e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],t=this,n=an(e,t._data,"map",r),i=r||n.isUnary?(e,r)=>{n.fn(e[r])}:(e,r,i)=>{n.fn(e[r],i,t)};t._forEach(i)},t.prototype[Symbol.iterator]=function*(){var e=this._size.length-1;if(!(e<0))if(0!==e){var r=[],t=function*(n,i){if(i<e)for(var a=0;a<n.length;a++)r[i]=a,yield*t(n[a],i+1);else for(var o=0;o<n.length;o++)r[i]=o,yield{value:n[o],index:r.slice()}};yield*t(this._data,0)}else for(var n=0;n<this._data.length;n++)yield{value:this._data[n],index:[n]}},t.prototype.rows=function(){var e=[];if(2!==this.size().length)throw new TypeError("Rows can only be returned for a 2D matrix.");var r=this._data;for(var n of r)e.push(new t([n],this._datatype));return e},t.prototype.columns=function(){var e=this,r=[],n=this.size();if(2!==n.length)throw new TypeError("Rows can only be returned for a 2D matrix.");for(var i=this._data,a=function(n){var a=i.map((e=>[e[n]]));r.push(new t(a,e._datatype))},o=0;o<n[1];o++)a(o);return r},t.prototype.toArray=function(){return yr(this._data)},t.prototype.valueOf=function(){return this._data},t.prototype.format=function(e){return xt(this._data,e)},t.prototype.toString=function(){return xt(this._data)},t.prototype.toJSON=function(){return{mathjs:"DenseMatrix",data:this._data,size:this._size,datatype:this._datatype}},t.prototype.diagonal=function(e){if(e){if(Fe(e)&&(e=e.toNumber()),!Se(e)||!Cr(e))throw new TypeError("The parameter k must be an integer number")}else e=0;for(var r=e>0?e:0,n=e<0?-e:0,i=Math.min(this._size[0]-n,this._size[1]-r),a=[],o=0;o<i;o++)a[o]=this._data[o+n][o+r];return new t({data:a,size:[i],datatype:this._datatype})},t.diagonal=function(e,r,n,i){if(!ze(e))throw new TypeError("Array expected, size parameter");if(2!==e.length)throw new Error("Only two dimensions matrix are supported");if(e=e.map((function(e){if(Fe(e)&&(e=e.toNumber()),!Se(e)||!Cr(e)||e<1)throw new Error("Size values must be positive integers");return e})),n){if(Fe(n)&&(n=n.toNumber()),!Se(n)||!Cr(n))throw new TypeError("The parameter k must be an integer number")}else n=0;var a,o=n>0?n:0,u=n<0?-n:0,s=e[0],c=e[1],f=Math.min(s-u,c-o);if(ze(r)){if(r.length!==f)throw new Error("Invalid value array length");a=function(e){return r[e]}}else if(Ie(r)){var l=r.size();if(1!==l.length||l[0]!==f)throw new Error("Invalid matrix length");a=function(e){return r.get([e])}}else a=function(){return r};i||(i=Fe(a(0))?a(0).mul(0):0);var m=[];if(e.length>0){m=Ot(m,e,i);for(var d=0;d<f;d++)m[d+u][d+o]=a(d)}return new t({data:m,size:[s,c]})},t.fromJSON=function(e){return new t(e)},t.prototype.swapRows=function(e,r){if(!(Se(e)&&Cr(e)&&Se(r)&&Cr(r)))throw new Error("Row index must be positive integers");if(2!==this._size.length)throw new Error("Only two dimensional matrix is supported");return qt(e,this._size[0]),qt(r,this._size[0]),t._swapRows(e,r,this._data),this},t._swapRows=function(e,r,t){var n=t[e];t[e]=t[r],t[r]=n},t}),{isClass:!0}),cn="clone",fn=Ar(cn,["typed"],(e=>{var{typed:r}=e;return r(cn,{any:yr})}));function ln(e){var r,t,n=e.length,i=e[0].length,a=[];for(t=0;t<i;t++){var o=[];for(r=0;r<n;r++)o.push(e[r][t]);a.push(o)}return a}function mn(e){for(var r=0;r<e.length;r++)if(Re(e[r]))return!0;return!1}function dn(e,r){Ie(e)?e.forEach((e=>r(e)),!1,!0):nn(e,r,!0)}function pn(e,r,t){if(!t)return Ie(e)?e.map((e=>r(e)),!1,!0):tn(e,r,!0);var n=e=>0===e?e:r(e);return Ie(e)?e.map((e=>n(e)),!1,!0):tn(e,n,!0)}function hn(e,r,t){var n=Array.isArray(e)?Et(e):e.size();if(r<0||r>=n.length)throw new Ct(r,n.length);return Ie(e)?e.create(vn(e.valueOf(),r,t),e.datatype()):vn(e,r,t)}function vn(e,r,t){var n,i,a,o;if(r<=0){if(Array.isArray(e[0])){for(o=ln(e),i=[],n=0;n<o.length;n++)i[n]=vn(o[n],r-1,t);return i}for(a=e[0],n=1;n<e.length;n++)a=t(a,e[n]);return a}for(i=[],n=0;n<e.length;n++)i[n]=vn(e[n],r-1,t);return i}function yn(e,r,t,n,i,a,o,u,s,c,f){var l,m,d,p=e._values,h=e._index,v=e._ptr;if(n)for(m=v[r+1],l=v[r];l<m;l++)t[d=h[l]]!==a?(t[d]=a,o.push(d),c?(n[d]=s?u(p[l],f):u(f,p[l]),i[d]=a):n[d]=p[l]):(n[d]=s?u(p[l],n[d]):u(n[d],p[l]),i[d]=a);else for(m=v[r+1],l=v[r];l<m;l++)t[d=h[l]]!==a?(t[d]=a,o.push(d)):i[d]=a}var gn="isInteger",xn=Ar(gn,["typed"],(e=>{var{typed:r}=e;return r(gn,{number:Cr,BigNumber:function(e){return e.isInt()},bigint:function(){return!0},Fraction:function(e){return 1n===e.d},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),bn="number",wn="number, number";function Dn(e){return Math.abs(e)}function Nn(e,r){return e+r}function An(e,r){return e-r}function Mn(e,r){return e*r}function Cn(e){return-e}function En(e){return e}function Sn(e){return Tr(e)}function Fn(e){return e*e*e}function Bn(e){return Math.exp(e)}function qn(e){return Or(e)}function Tn(e,r){if(!Cr(e)||!Cr(r))throw new Error("Parameters in function lcm must be integer numbers");if(0===e||0===r)return 0;for(var t,n=e*r;0!==r;)r=e%(t=r),e=t;return Math.abs(n/e)}function On(e,r){return r?Math.log(e)/Math.log(r):Math.log(e)}function kn(e){return Br(e)}function zn(e){return Fr(e)}function In(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,t=r<0;if(t&&(r=-r),0===r)throw new Error("Root must be non-zero");if(e<0&&Math.abs(r)%2!=1)throw new Error("Root must be odd when a is negative.");if(0===e)return t?1/0:0;if(!isFinite(e))return t?0:e;var n=Math.pow(Math.abs(e),1/r);return n=e<0?-n:n,t?1/n:n}function Rn(e){return Sr(e)}function jn(e){return e*e}function Un(e,r){var t,n,i,a=0,o=1,u=1,s=0;if(!Cr(e)||!Cr(r))throw new Error("Parameters in function xgcd must be integer numbers");for(;r;)i=e-(n=Math.floor(e/r))*r,t=a,a=o-n*a,o=t,t=u,u=s-n*u,s=t,e=r,r=i;return e<0?[-e,-o,-s]:[e,e?o:0,s]}function Pn(e,r){return e*e<1&&r===1/0||e*e>1&&r===-1/0?0:Math.pow(e,r)}function $n(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!Cr(r)||r<0||r>15)throw new Error("Number of decimals in function round must be an integer from 0 to 15 inclusive");return parseFloat(jr(e,r))}Dn.signature=bn,Nn.signature=wn,An.signature=wn,Mn.signature=wn,Cn.signature=bn,En.signature=bn,Sn.signature=bn,Fn.signature=bn,Bn.signature=bn,qn.signature=bn,Tn.signature=wn,kn.signature=bn,zn.signature=bn,Rn.signature=bn,jn.signature=bn,Un.signature=wn,Pn.signature=wn;var Ln="number, number";function _n(e,r){if(!Cr(e)||!Cr(r))throw new Error("Integers expected in function bitAnd");return e&r}function Jn(e){if(!Cr(e))throw new Error("Integer expected in function bitNot");return~e}function Wn(e,r){if(!Cr(e)||!Cr(r))throw new Error("Integers expected in function bitOr");return e|r}function Vn(e,r){if(!Cr(e)||!Cr(r))throw new Error("Integers expected in function bitXor");return e^r}function Hn(e,r){if(!Cr(e)||!Cr(r))throw new Error("Integers expected in function leftShift");return e<<r}function Zn(e,r){if(!Cr(e)||!Cr(r))throw new Error("Integers expected in function rightArithShift");return e>>r}function Gn(e,r){if(!Cr(e)||!Cr(r))throw new Error("Integers expected in function rightLogShift");return e>>>r}function Xn(e,r){if(r<e)return 1;if(r===e)return r;var t=r+e>>1;return Xn(e,t)*Xn(t+1,r)}function Qn(e,r){if(!Cr(e)||e<0)throw new TypeError("Positive integer value expected in function combinations");if(!Cr(r)||r<0)throw new TypeError("Positive integer value expected in function combinations");if(r>e)throw new TypeError("k must be less than or equal to n");for(var t=e-r,n=1,i=2,a=r<t?r:t,o=r<t?t+1:r+1;o<=e;++o)for(n*=o;i<=a&&n%i==0;)n/=i,++i;return i<=a&&(n/=Xn(i,a)),n}_n.signature=Ln,Jn.signature="number",Wn.signature=Ln,Vn.signature=Ln,Hn.signature=Ln,Zn.signature=Ln,Gn.signature=Ln,Qn.signature="number, number";var Yn=Math.PI,Kn=2*Math.PI,ei=Math.E,ri="number, number";function ti(e){return!e}function ni(e,r){return!(!e&&!r)}function ii(e,r){return!!e!=!!r}function ai(e,r){return!(!e||!r)}function oi(e){var r;if(Cr(e))return e<=0?isFinite(e)?1/0:NaN:e>171?1/0:Xn(1,e-1);if(e<.5)return Math.PI/(Math.sin(Math.PI*e)*oi(1-e));if(e>=171.35)return 1/0;if(e>85){var t=e*e,n=t*e,i=n*e,a=i*e;return Math.sqrt(2*Math.PI/e)*Math.pow(e/Math.E,e)*(1+1/(12*e)+1/(288*t)-139/(51840*n)-571/(2488320*i)+163879/(209018880*a)+5246819/(75246796800*a*e))}--e,r=si[0];for(var o=1;o<si.length;++o)r+=si[o]/(e+o);var u=e+ui+.5;return Math.sqrt(2*Math.PI)*Math.pow(u,e+.5)*Math.exp(-u)*r}ti.signature="number",ni.signature=ri,ii.signature=ri,ai.signature=ri,oi.signature="number";var ui=4.7421875,si=[.9999999999999971,57.15623566586292,-59.59796035547549,14.136097974741746,-.4919138160976202,3399464998481189e-20,4652362892704858e-20,-9837447530487956e-20,.0001580887032249125,-.00021026444172410488,.00021743961811521265,-.0001643181065367639,8441822398385275e-20,-26190838401581408e-21,36899182659531625e-22],ci=.9189385332046728,fi=[1.000000000190015,76.18009172947146,-86.50532032941678,24.01409824083091,-1.231739572450155,.001208650973866179,-5395239384953e-18];function li(e){if(e<0)return NaN;if(0===e)return 1/0;if(!isFinite(e))return e;if(e<.5)return Math.log(Math.PI/Math.sin(Math.PI*e))-li(1-e);for(var r=5+(e-=1)+.5,t=fi[0],n=6;n>=1;n--)t+=fi[n]/(e+n);return ci+(e+.5)*Math.log(r)-r+Math.log(t)}li.signature="number";var mi="number";function di(e){return _r(e)}function pi(e){return Math.atan(1/e)}function hi(e){return isFinite(e)?(Math.log((e+1)/e)+Math.log(e/(e-1)))/2:0}function vi(e){return Math.asin(1/e)}function yi(e){var r=1/e;return Math.log(r+Math.sqrt(r*r+1))}function gi(e){return Math.acos(1/e)}function xi(e){var r=1/e,t=Math.sqrt(r*r-1);return Math.log(t+r)}function bi(e){return Jr(e)}function wi(e){return Wr(e)}function Di(e){return 1/Math.tan(e)}function Ni(e){var r=Math.exp(2*e);return(r+1)/(r-1)}function Ai(e){return 1/Math.sin(e)}function Mi(e){return 0===e?Number.POSITIVE_INFINITY:Math.abs(2/(Math.exp(e)-Math.exp(-e)))*Sr(e)}function Ci(e){return 1/Math.cos(e)}function Ei(e){return 2/(Math.exp(e)+Math.exp(-e))}function Si(e){return Hr(e)}di.signature=mi,pi.signature=mi,hi.signature=mi,vi.signature=mi,yi.signature=mi,gi.signature=mi,xi.signature=mi,bi.signature=mi,wi.signature=mi,Di.signature=mi,Ni.signature=mi,Ai.signature=mi,Mi.signature=mi,Ci.signature=mi,Ei.signature=mi,Si.signature=mi;var Fi="number";function Bi(e){return e<0}function qi(e){return e>0}function Ti(e){return Number.isNaN(e)}function Oi(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e-9,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(t<=0)throw new Error("Relative tolerance must be greater than 0");if(n<0)throw new Error("Absolute tolerance must be at least 0");return!e.isNaN()&&!r.isNaN()&&(e.isFinite()&&r.isFinite()?!!e.eq(r)||e.minus(r).abs().lte(e.constructor.max(e.constructor.max(e.abs(),r.abs()).mul(t),n)):e.eq(r))}Bi.signature=Fi,qi.signature=Fi,Ti.signature=Fi;var ki="isNegative",zi=Ar(ki,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(ki,{number:e=>!Lr(e,0,t.relTol,t.absTol)&&Bi(e),BigNumber:e=>!Oi(e,new e.constructor(0),t.relTol,t.absTol)&&e.isNeg()&&!e.isZero()&&!e.isNaN(),bigint:e=>e<0n,Fraction:e=>e.s<0n,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),Ii="isNumeric",Ri=Ar(Ii,["typed"],(e=>{var{typed:r}=e;return r(Ii,{"number | BigNumber | bigint | Fraction | boolean":()=>!0,"Complex | Unit | string | null | undefined | Node":()=>!1,"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),ji="hasNumericValue",Ui=Ar(ji,["typed","isNumeric"],(e=>{var{typed:r,isNumeric:t}=e;return r(ji,{boolean:()=>!0,string:function(e){return e.trim().length>0&&!isNaN(Number(e))},any:function(e){return t(e)}})})),Pi="isPositive",$i=Ar(Pi,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Pi,{number:e=>!Lr(e,0,t.relTol,t.absTol)&&qi(e),BigNumber:e=>!(Oi(e,new e.constructor(0),t.relTol,t.absTol)||e.isNeg()||e.isZero()||e.isNaN()),bigint:e=>e>0n,Fraction:e=>e.s>0n&&e.n>0n,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),Li="isZero",_i=Ar(Li,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(Li,{"number | BigNumber | Complex | Fraction":e=>t(e,0),bigint:e=>0n===e,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),Ji="isNaN",Wi=Ar(Ji,["typed"],(e=>{var{typed:r}=e;return r(Ji,{number:Ti,BigNumber:function(e){return e.isNaN()},bigint:function(){return!1},Fraction:function(){return!1},Complex:function(e){return e.isNaN()},Unit:function(e){return Number.isNaN(e.value)},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),Vi="typeOf",Hi=Ar(Vi,["typed"],(e=>{var{typed:r}=e;return r(Vi,{any:vr})})),Zi=Ar("compareUnits",["typed"],(e=>{var{typed:r}=e;return{"Unit, Unit":r.referToSelf((e=>(t,n)=>{if(!t.equalBase(n))throw new Error("Cannot compare units with different base");return r.find(e,[t.valueType(),n.valueType()])(t.value,n.value)}))}})),Gi="equalScalar",Xi=Ar(Gi,["typed","config"],(e=>{var{typed:r,config:t}=e,n=Zi({typed:r});return r(Gi,{"boolean, boolean":function(e,r){return e===r},"number, number":function(e,r){return Lr(e,r,t.relTol,t.absTol)},"BigNumber, BigNumber":function(e,r){return e.eq(r)||Oi(e,r,t.relTol,t.absTol)},"bigint, bigint":function(e,r){return e===r},"Fraction, Fraction":function(e,r){return e.equals(r)},"Complex, Complex":function(e,r){return function(e,r,t,n){return Lr(e.re,r.re,t,n)&&Lr(e.im,r.im,t,n)}(e,r,t.relTol,t.absTol)}},n)}));Ar(Gi,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Gi,{"number, number":function(e,r){return Lr(e,r,t.relTol,t.absTol)}})}));var Qi=Ar("SparseMatrix",["typed","equalScalar","Matrix"],(e=>{var{typed:r,equalScalar:t,Matrix:n}=e;function i(e,r){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");if(r&&!ke(r))throw new Error("Invalid datatype: "+r);if(Ie(e))!function(e,r,t){"SparseMatrix"===r.type?(e._values=r._values?yr(r._values):void 0,e._index=yr(r._index),e._ptr=yr(r._ptr),e._size=yr(r._size),e._datatype=t||r._datatype):a(e,r.valueOf(),t||r._datatype)}(this,e,r);else if(e&&ze(e.index)&&ze(e.ptr)&&ze(e.size))this._values=e.values,this._index=e.index,this._ptr=e.ptr,this._size=e.size,this._datatype=r||e.datatype;else if(ze(e))a(this,e,r);else{if(e)throw new TypeError("Unsupported type of data ("+vr(e)+")");this._values=[],this._index=[],this._ptr=[0],this._size=[0,0],this._datatype=r}}function a(e,n,i){e._values=[],e._index=[],e._ptr=[],e._datatype=i;var a=n.length,o=0,u=t,s=0;if(ke(i)&&(u=r.find(t,[i,i])||t,s=r.convert(0,i)),a>0){var c=0;do{e._ptr.push(e._index.length);for(var f=0;f<a;f++){var l=n[f];if(ze(l)){if(0===c&&o<l.length&&(o=l.length),c<l.length){var m=l[c];u(m,s)||(e._values.push(m),e._index.push(f))}}else 0===c&&o<1&&(o=1),u(l,s)||(e._values.push(l),e._index.push(f))}c++}while(c<o)}e._ptr.push(e._index.length),e._size=[a,o]}function o(e,r,t,n){if(t-r==0)return t;for(var i=r;i<t;i++)if(n[i]===e)return i;return r}function u(e,r,t,n,i,a,o){i.splice(e,0,n),a.splice(e,0,r);for(var u=t+1;u<o.length;u++)o[u]++}function s(e,n,i,a){var o=a||0,u=t,s=0;ke(e._datatype)&&(u=r.find(t,[e._datatype,e._datatype])||t,s=r.convert(0,e._datatype),o=r.convert(o,e._datatype));var c,f,l,m=!u(o,s),d=e._size[0],p=e._size[1];if(i>p){for(f=p;f<i;f++)if(e._ptr[f]=e._values.length,m)for(c=0;c<d;c++)e._values.push(o),e._index.push(c);e._ptr[i]=e._values.length}else i<p&&(e._ptr.splice(i+1,p-i),e._values.splice(e._ptr[i],e._values.length),e._index.splice(e._ptr[i],e._index.length));if(p=i,n>d){if(m){var h=0;for(f=0;f<p;f++){e._ptr[f]=e._ptr[f]+h,l=e._ptr[f+1]+h;var v=0;for(c=d;c<n;c++,v++)e._values.splice(l+v,0,o),e._index.splice(l+v,0,c),h++}e._ptr[p]=e._values.length}}else if(n<d){var y=0;for(f=0;f<p;f++){e._ptr[f]=e._ptr[f]-y;var g=e._ptr[f+1]-y;for(l=e._ptr[f];l<g;l++)(c=e._index[l])>n-1&&(e._values.splice(l,1),e._index.splice(l,1),y++)}e._ptr[f]=e._values.length}return e._size[0]=n,e._size[1]=i,e}function c(e,r,t,n,i){var a,o,u=n[0],s=n[1],c=[];for(a=0;a<u;a++)for(c[a]=[],o=0;o<s;o++)c[a][o]=0;for(o=0;o<s;o++)for(var f=t[o+1],l=t[o];l<f;l++)c[a=r[l]][o]=e?i?yr(e[l]):e[l]:1;return c}return(i.prototype=new n).createSparseMatrix=function(e,r){return new i(e,r)},Object.defineProperty(i,"name",{value:"SparseMatrix"}),i.prototype.constructor=i,i.prototype.type="SparseMatrix",i.prototype.isSparseMatrix=!0,i.prototype.getDataType=function(){return Gt(this._values,vr)},i.prototype.storage=function(){return"sparse"},i.prototype.datatype=function(){return this._datatype},i.prototype.create=function(e,r){return new i(e,r)},i.prototype.density=function(){var e=this._size[0],r=this._size[1];return 0!==e&&0!==r?this._index.length/(e*r):0},i.prototype.subset=function(e,r,t){if(!this._values)throw new Error("Cannot invoke subset on a Pattern only matrix");switch(arguments.length){case 1:return function(e,r){if(!$e(r))throw new TypeError("Invalid index");if(r.isScalar())return e.get(r.min());var t,n,a,o,u=r.size();if(u.length!==e._size.length)throw new Mt(u.length,e._size.length);var s=r.min(),c=r.max();for(t=0,n=e._size.length;t<n;t++)qt(s[t],e._size[t]),qt(c[t],e._size[t]);var f=e._values,l=e._index,m=e._ptr,d=r.dimension(0),p=r.dimension(1),h=[],v=[];d.forEach((function(e,r){v[e]=r[0],h[e]=!0}));var y=f?[]:void 0,g=[],x=[];return p.forEach((function(e){for(x.push(g.length),a=m[e],o=m[e+1];a<o;a++)!0===h[t=l[a]]&&(g.push(v[t]),y&&y.push(f[a]))})),x.push(g.length),new i({values:y,index:g,ptr:x,size:u,datatype:e._datatype})}(this,e);case 2:case 3:return function(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Invalid index");var i,a=r.size(),o=r.isScalar();if(Ie(t)?(i=t.size(),t=t.toArray()):i=Et(t),o){if(0!==i.length)throw new TypeError("Scalar expected");e.set(r.min(),t,n)}else{if(1!==a.length&&2!==a.length)throw new Mt(a.length,e._size.length,"<");if(i.length<a.length){for(var u=0,s=0;1===a[u]&&1===i[u];)u++;for(;1===a[u];)s++,u++;t=Pt(t,a.length,s,i)}if(!xr(a,i))throw new Mt(a,i,">");if(1===a.length)r.dimension(0).forEach((function(r,i){qt(r),e.set([r,0],t[i[0]],n)}));else{var c=r.dimension(0),f=r.dimension(1);c.forEach((function(r,i){qt(r),f.forEach((function(a,o){qt(a),e.set([r,a],t[i[0]][o[0]],n)}))}))}}return e}(this,e,r,t);default:throw new SyntaxError("Wrong number of arguments")}},i.prototype.get=function(e){if(!ze(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new Mt(e.length,this._size.length);if(!this._values)throw new Error("Cannot invoke get on a Pattern only matrix");var r=e[0],t=e[1];qt(r,this._size[0]),qt(t,this._size[1]);var n=o(r,this._ptr[t],this._ptr[t+1],this._index);return n<this._ptr[t+1]&&this._index[n]===r?this._values[n]:0},i.prototype.set=function(e,n,i){if(!ze(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new Mt(e.length,this._size.length);if(!this._values)throw new Error("Cannot invoke set on a Pattern only matrix");var a=e[0],c=e[1],f=this._size[0],l=this._size[1],m=t,d=0;ke(this._datatype)&&(m=r.find(t,[this._datatype,this._datatype])||t,d=r.convert(0,this._datatype)),(a>f-1||c>l-1)&&(s(this,Math.max(a+1,f),Math.max(c+1,l),i),f=this._size[0],l=this._size[1]),qt(a,f),qt(c,l);var p=o(a,this._ptr[c],this._ptr[c+1],this._index);return p<this._ptr[c+1]&&this._index[p]===a?m(n,d)?function(e,r,t,n,i){t.splice(e,1),n.splice(e,1);for(var a=r+1;a<i.length;a++)i[a]--}(p,c,this._values,this._index,this._ptr):this._values[p]=n:m(n,d)||u(p,a,c,n,this._values,this._index,this._ptr),this},i.prototype.resize=function(e,r,t){if(!Re(e))throw new TypeError("Array or Matrix expected");var n=e.valueOf().map((e=>Array.isArray(e)&&1===e.length?e[0]:e));if(2!==n.length)throw new Error("Only two dimensions matrix are supported");return n.forEach((function(e){if(!Se(e)||!Cr(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+xt(n)+")")})),s(t?this.clone():this,n[0],n[1],r)},i.prototype.reshape=function(e,r){if(!ze(e))throw new TypeError("Array expected");if(2!==e.length)throw new Error("Sparse matrices can only be reshaped in two dimensions");e.forEach((function(r){if(!Se(r)||!Cr(r)||r<=-2||0===r)throw new TypeError("Invalid size, must contain positive integers or -1 (size: "+xt(e)+")")}));var t=this._size[0]*this._size[1];if(t!==(e=It(e,t))[0]*e[1])throw new Error("Reshaping sparse matrix will result in the wrong number of elements");var n=r?this.clone():this;if(this._size[0]===e[0]&&this._size[1]===e[1])return n;for(var i=[],a=0;a<n._ptr.length;a++)for(var s=0;s<n._ptr[a+1]-n._ptr[a];s++)i.push(a);for(var c=n._values.slice(),f=n._index.slice(),l=0;l<n._index.length;l++){var m=f[l]*n._size[1]+i[l];i[l]=m%e[1],f[l]=Math.floor(m/e[1])}n._values.length=0,n._index.length=0,n._ptr.length=e[1]+1,n._size=e.slice();for(var d=0;d<n._ptr.length;d++)n._ptr[d]=0;for(var p=0;p<c.length;p++){var h=f[p],v=i[p],y=c[p];u(o(h,n._ptr[v],n._ptr[v+1],n._index),h,v,y,n._values,n._index,n._ptr)}return n},i.prototype.clone=function(){return new i({values:this._values?yr(this._values):void 0,index:yr(this._index),ptr:yr(this._ptr),size:yr(this._size),datatype:this._datatype})},i.prototype.size=function(){return this._size.slice(0)},i.prototype.map=function(e,n){if(!this._values)throw new Error("Cannot invoke map on a Pattern only matrix");var a=this,o=this._size[0],u=this._size[1],s=an(e,a,"map");return function(e,n,o,u,c,f,l){var m=[],d=[],p=[],h=t,v=0;ke(e._datatype)&&(h=r.find(t,[e._datatype,e._datatype])||t,v=r.convert(0,e._datatype));for(var y=function(e,r,t){var n=function(e,r,t){return s.fn(e,[r,t],a)}(e,r,t);h(n,v)||(m.push(n),d.push(r))},g=0;g<=c;g++){p.push(m.length);var x=e._ptr[g],b=e._ptr[g+1];if(l)for(var w=x;w<b;w++){var D=e._index[w];D>=0&&D<=o&&y(e._values[w],D-0,g-0)}else{for(var N={},A=x;A<b;A++)N[e._index[A]]=e._values[A];for(var M=0;M<=o;M++)y(M in N?N[M]:0,M-0,g-0)}}return p.push(m.length),new i({values:m,index:d,ptr:p,size:[o-0+1,c-0+1]})}(this,0,o-1,0,u-1,0,n)},i.prototype.forEach=function(e,r){if(!this._values)throw new Error("Cannot invoke forEach on a Pattern only matrix");for(var t=this,n=this._size[0],i=this._size[1],a=an(e,t,"forEach"),o=0;o<i;o++){var u=this._ptr[o],s=this._ptr[o+1];if(r)for(var c=u;c<s;c++)a.fn(this._values[c],[this._index[c],o],t);else{for(var f={},l=u;l<s;l++)f[this._index[l]]=this._values[l];for(var m=0;m<n;m++)a.fn(m in f?f[m]:0,[m,o],t)}}},i.prototype[Symbol.iterator]=function*(){if(!this._values)throw new Error("Cannot iterate a Pattern only matrix");for(var e=this._size[1],r=0;r<e;r++)for(var t=this._ptr[r+1],n=this._ptr[r];n<t;n++){var i=this._index[n];yield{value:this._values[n],index:[i,r]}}},i.prototype.toArray=function(){return c(this._values,this._index,this._ptr,this._size,!0)},i.prototype.valueOf=function(){return c(this._values,this._index,this._ptr,this._size,!1)},i.prototype.format=function(e){for(var r=this._size[0],t=this._size[1],n=this.density(),i="Sparse Matrix ["+xt(r,e)+" x "+xt(t,e)+"] density: "+xt(n,e)+"\n",a=0;a<t;a++)for(var o=this._ptr[a+1],u=this._ptr[a];u<o;u++)i+="\n ("+xt(this._index[u],e)+", "+xt(a,e)+") ==> "+(this._values?xt(this._values[u],e):"X");return i},i.prototype.toString=function(){return xt(this.toArray())},i.prototype.toJSON=function(){return{mathjs:"SparseMatrix",values:this._values,index:this._index,ptr:this._ptr,size:this._size,datatype:this._datatype}},i.prototype.diagonal=function(e){if(e){if(Fe(e)&&(e=e.toNumber()),!Se(e)||!Cr(e))throw new TypeError("The parameter k must be an integer number")}else e=0;var r=e>0?e:0,t=e<0?-e:0,n=this._size[1],a=Math.min(this._size[0]-t,n-r),o=[],u=[],s=[];s[0]=0;for(var c=r;c<n&&o.length<a;c++)for(var f=this._ptr[c+1],l=this._ptr[c];l<f;l++){var m=this._index[l];if(m===c-r+t){o.push(this._values[l]),u[o.length-1]=m-t;break}}return s.push(o.length),new i({values:o,index:u,ptr:s,size:[a,1]})},i.fromJSON=function(e){return new i(e)},i.diagonal=function(e,n,a,o,u){if(!ze(e))throw new TypeError("Array expected, size parameter");if(2!==e.length)throw new Error("Only two dimensions matrix are supported");if(e=e.map((function(e){if(Fe(e)&&(e=e.toNumber()),!Se(e)||!Cr(e)||e<1)throw new Error("Size values must be positive integers");return e})),a){if(Fe(a)&&(a=a.toNumber()),!Se(a)||!Cr(a))throw new TypeError("The parameter k must be an integer number")}else a=0;var s=t,c=0;ke(u)&&(s=r.find(t,[u,u])||t,c=r.convert(0,u));var f,l=a>0?a:0,m=a<0?-a:0,d=e[0],p=e[1],h=Math.min(d-m,p-l);if(ze(n)){if(n.length!==h)throw new Error("Invalid value array length");f=function(e){return n[e]}}else if(Ie(n)){var v=n.size();if(1!==v.length||v[0]!==h)throw new Error("Invalid matrix length");f=function(e){return n.get([e])}}else f=function(){return n};for(var y=[],g=[],x=[],b=0;b<p;b++){x.push(y.length);var w=b-l;if(w>=0&&w<h){var D=f(w);s(D,c)||(g.push(w+m),y.push(D))}}return x.push(y.length),new i({values:y,index:g,ptr:x,size:[d,p]})},i.prototype.swapRows=function(e,r){if(!(Se(e)&&Cr(e)&&Se(r)&&Cr(r)))throw new Error("Row index must be positive integers");if(2!==this._size.length)throw new Error("Only two dimensional matrix is supported");return qt(e,this._size[0]),qt(r,this._size[0]),i._swapRows(e,r,this._size[1],this._values,this._index,this._ptr),this},i._forEachRow=function(e,r,t,n,i){for(var a=n[e+1],o=n[e];o<a;o++)i(t[o],r[o])},i._swapRows=function(e,r,t,n,i,a){for(var u=0;u<t;u++){var s=a[u],c=a[u+1],f=o(e,s,c,i),l=o(r,s,c,i);if(f<c&&l<c&&i[f]===e&&i[l]===r){if(n){var m=n[f];n[f]=n[l],n[l]=m}}else if(f<c&&i[f]===e&&(l>=c||i[l]!==r)){var d=n?n[f]:void 0;i.splice(l,0,r),n&&n.splice(l,0,d),i.splice(l<=f?f+1:f,1),n&&n.splice(l<=f?f+1:f,1)}else if(l<c&&i[l]===r&&(f>=c||i[f]!==e)){var p=n?n[l]:void 0;i.splice(f,0,e),n&&n.splice(f,0,p),i.splice(f<=l?l+1:l,1),n&&n.splice(f<=l?l+1:l,1)}}},i}),{isClass:!0}),Yi=Ar("number",["typed"],(e=>{var{typed:r}=e,t=r("number",{"":function(){return 0},number:function(e){return e},string:function(e){if("NaN"===e)return NaN;var r,t,n=(t=(r=e).match(/(0[box])([0-9a-fA-F]*)\.([0-9a-fA-F]*)/))?{input:r,radix:{"0b":2,"0o":8,"0x":16}[t[1]],integerPart:t[2],fractionalPart:t[3]}:null;if(n)return function(e){for(var r=parseInt(e.integerPart,e.radix),t=0,n=0;n<e.fractionalPart.length;n++)t+=parseInt(e.fractionalPart[n],e.radix)/Math.pow(e.radix,n+1);var i=r+t;if(isNaN(i))throw new SyntaxError('String "'+e.input+'" is not a valid number');return i}(n);var i=0,a=e.match(/(0[box][0-9a-fA-F]*)i([0-9]*)/);a&&(i=Number(a[2]),e=a[1]);var o=Number(e);if(isNaN(o))throw new SyntaxError('String "'+e+'" is not a valid number');if(a){if(o>2**i-1)throw new SyntaxError('String "'.concat(e,'" is out of range'));o>=2**(i-1)&&(o-=2**i)}return o},BigNumber:function(e){return e.toNumber()},bigint:function(e){return Number(e)},Fraction:function(e){return e.valueOf()},Unit:r.referToSelf((e=>r=>{var t=r.clone();return t.value=e(r.value),t})),null:function(){return 0},"Unit, string | Unit":function(e,r){return e.toNumber(r)},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))});return t.fromJSON=function(e){return parseFloat(e.value)},t})),Ki=Ar("bigint",["typed"],(e=>{var{typed:r}=e,t=r("bigint",{"":function(){return 0n},bigint:function(e){return e},number:function(e){return BigInt(e.toFixed())},BigNumber:function(e){return BigInt(e.round().toString())},Fraction:function(e){return BigInt(e.valueOf().toFixed())},"string | boolean":function(e){return BigInt(e)},null:function(){return 0n},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))});return t.fromJSON=function(e){return BigInt(e.value)},t})),ea="string",ra=Ar(ea,["typed"],(e=>{var{typed:r}=e;return r(ea,{"":function(){return""},number:zr,null:function(){return"null"},boolean:function(e){return e+""},string:function(e){return e},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e))),any:function(e){return String(e)}})})),ta="boolean",na=Ar(ta,["typed"],(e=>{var{typed:r}=e;return r(ta,{"":function(){return!1},boolean:function(e){return e},number:function(e){return!!e},null:function(){return!1},BigNumber:function(e){return!e.isZero()},string:function(e){var r=e.toLowerCase();if("true"===r)return!0;if("false"===r)return!1;var t=Number(e);if(""!==e&&!isNaN(t))return!!t;throw new Error('Cannot convert "'+e+'" to a boolean')},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),ia=Ar("bignumber",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("bignumber",{"":function(){return new t(0)},number:function(e){return new t(e+"")},string:function(e){var r=e.match(/(0[box][0-9a-fA-F]*)i([0-9]*)/);if(r){var n=r[2],i=t(r[1]),a=new t(2).pow(Number(n));if(i.gt(a.sub(1)))throw new SyntaxError('String "'.concat(e,'" is out of range'));var o=new t(2).pow(Number(n)-1);return i.gte(o)?i.sub(a):i}return new t(e)},BigNumber:function(e){return e},bigint:function(e){return new t(e.toString())},Unit:r.referToSelf((e=>r=>{var t=r.clone();return t.value=e(r.value),t})),Fraction:function(e){return new t(String(e.n)).div(String(e.d)).times(String(e.s))},null:function(){return new t(0)},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),aa=Ar("complex",["typed","Complex"],(e=>{var{typed:r,Complex:t}=e;return r("complex",{"":function(){return t.ZERO},number:function(e){return new t(e,0)},"number, number":function(e,r){return new t(e,r)},"BigNumber, BigNumber":function(e,r){return new t(e.toNumber(),r.toNumber())},Fraction:function(e){return new t(e.valueOf(),0)},Complex:function(e){return e.clone()},string:function(e){return t(e)},null:function(){return t(0)},Object:function(e){if("re"in e&&"im"in e)return new t(e.re,e.im);if("r"in e&&"phi"in e||"abs"in e&&"arg"in e)return new t(e);throw new Error("Expected object with properties (re and im) or (r and phi) or (abs and arg)")},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),oa=Ar("fraction",["typed","Fraction"],(e=>{var{typed:r,Fraction:t}=e;return r("fraction",{number:function(e){if(!isFinite(e)||isNaN(e))throw new Error(e+" cannot be represented as a fraction");return new t(e)},string:function(e){return new t(e)},"number, number":function(e,r){return new t(e,r)},"bigint, bigint":function(e,r){return new t(e,r)},null:function(){return new t(0)},BigNumber:function(e){return new t(e.toString())},bigint:function(e){return new t(e.toString())},Fraction:function(e){return e},Unit:r.referToSelf((e=>r=>{var t=r.clone();return t.value=e(r.value),t})),Object:function(e){return new t(e)},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),ua="matrix",sa=Ar(ua,["typed","Matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,DenseMatrix:t,SparseMatrix:n}=e;return r(ua,{"":function(){return i([])},string:function(e){return i([],e)},"string, string":function(e,r){return i([],e,r)},Array:function(e){return i(e)},Matrix:function(e){return i(e,e.storage())},"Array | Matrix, string":i,"Array | Matrix, string, string":i});function i(e,r,i){if("dense"===r||"default"===r||void 0===r)return new t(e,i);if("sparse"===r)return new n(e,i);throw new TypeError("Unknown matrix type "+JSON.stringify(r)+".")}})),ca="matrixFromFunction",fa=Ar(ca,["typed","matrix","isZero"],(e=>{var{typed:r,matrix:t,isZero:n}=e;return r(ca,{"Array | Matrix, function, string, string":function(e,r,t,n){return i(e,r,t,n)},"Array | Matrix, function, string":function(e,r,t){return i(e,r,t)},"Matrix, function":function(e,r){return i(e,r,"dense")},"Array, function":function(e,r){return i(e,r,"dense").toArray()},"Array | Matrix, string, function":function(e,r,t){return i(e,t,r)},"Array | Matrix, string, string, function":function(e,r,t,n){return i(e,n,r,t)}});function i(e,r,i,a){var o;return(o=void 0!==a?t(i,a):t(i)).resize(e),o.forEach((function(e,t){var i=r(t);n(i)||o.set(t,i)})),o}})),la="matrixFromRows",ma=Ar(la,["typed","matrix","flatten","size"],(e=>{var{typed:r,matrix:t,flatten:n,size:i}=e;return r(la,{"...Array":function(e){return a(e)},"...Matrix":function(e){return t(a(e.map((e=>e.toArray()))))}});function a(e){if(0===e.length)throw new TypeError("At least one row is needed to construct a matrix.");var r=o(e[0]),t=[];for(var i of e){var a=o(i);if(a!==r)throw new TypeError("The vectors had different length: "+(0|r)+" ≠ "+(0|a));t.push(n(i))}return t}function o(e){var r=i(e);if(1===r.length)return r[0];if(2===r.length){if(1===r[0])return r[1];if(1===r[1])return r[0];throw new TypeError("At least one of the arguments is not a vector.")}throw new TypeError("Only one- or two-dimensional vectors are supported.")}})),da="matrixFromColumns",pa=Ar(da,["typed","matrix","flatten","size"],(e=>{var{typed:r,matrix:t,flatten:n,size:i}=e;return r(da,{"...Array":function(e){return a(e)},"...Matrix":function(e){return t(a(e.map((e=>e.toArray()))))}});function a(e){if(0===e.length)throw new TypeError("At least one column is needed to construct a matrix.");for(var r=o(e[0]),t=[],i=0;i<r;i++)t[i]=[];for(var a of e){var u=o(a);if(u!==r)throw new TypeError("The vectors had different length: "+(0|r)+" ≠ "+(0|u));for(var s=n(a),c=0;c<r;c++)t[c].push(s[c])}return t}function o(e){var r=i(e);if(1===r.length)return r[0];if(2===r.length){if(1===r[0])return r[1];if(1===r[1])return r[0];throw new TypeError("At least one of the arguments is not a vector.")}throw new TypeError("Only one- or two-dimensional vectors are supported.")}})),ha="splitUnit",va=Ar(ha,["typed"],(e=>{var{typed:r}=e;return r(ha,{"Unit, Array":function(e,r){return e.splitUnit(r)}})})),ya="unaryMinus",ga=Ar(ya,["typed"],(e=>{var{typed:r}=e;return r(ya,{number:Cn,"Complex | BigNumber | Fraction":e=>e.neg(),bigint:e=>-e,Unit:r.referToSelf((e=>t=>{var n=t.clone();return n.value=r.find(e,n.valueType())(t.value),n})),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0)))})})),xa="unaryPlus",ba=Ar(xa,["typed","config","numeric"],(e=>{var{typed:r,config:t,numeric:n}=e;return r(xa,{number:En,Complex:function(e){return e},BigNumber:function(e){return e},bigint:function(e){return e},Fraction:function(e){return e},Unit:function(e){return e.clone()},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0))),boolean:function(e){return n(e?1:0,t.number)},string:function(e){return n(e,Er(e,t))}})})),wa=Ar("abs",["typed"],(e=>{var{typed:r}=e;return r("abs",{number:Dn,"Complex | BigNumber | Fraction | Unit":e=>e.abs(),bigint:e=>e<0n?-e:e,"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0)))})})),Da="mapSlices",Na=Ar(Da,["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e;return r(Da,{"Array | Matrix, number | BigNumber, function":function(e,r,n){if(!t(r))throw new TypeError("Integer number expected for dimension");var i=Array.isArray(e)?Et(e):e.size();if(r<0||r>=i.length)throw new Ct(r,i.length);return Ie(e)?e.create(Aa(e.valueOf(),r,n),e.datatype()):Aa(e,r,n)}})}),{formerly:"apply"});function Aa(e,r,t){var n,i,a;if(r<=0){if(Array.isArray(e[0])){for(a=function(e){var r,t,n=e.length,i=e[0].length,a=[];for(t=0;t<i;t++){var o=[];for(r=0;r<n;r++)o.push(e[r][t]);a.push(o)}return a}(e),i=[],n=0;n<a.length;n++)i[n]=Aa(a[n],r-1,t);return i}return t(e)}for(i=[],n=0;n<e.length;n++)i[n]=Aa(e[n],r-1,t);return i}var Ma="addScalar",Ca=Ar(Ma,["typed"],(e=>{var{typed:r}=e;return r(Ma,{"number, number":Nn,"Complex, Complex":function(e,r){return e.add(r)},"BigNumber, BigNumber":function(e,r){return e.plus(r)},"bigint, bigint":function(e,r){return e+r},"Fraction, Fraction":function(e,r){return e.add(r)},"Unit, Unit":r.referToSelf((e=>(t,n)=>{if(null==t.value)throw new Error("Parameter x contains a unit with undefined value");if(null==n.value)throw new Error("Parameter y contains a unit with undefined value");if(!t.equalBase(n))throw new Error("Units do not match");var i=t.clone();return i.value=r.find(e,[i.valueType(),n.valueType()])(i.value,n.value),i.fixPrefix=!1,i}))})})),Ea="subtractScalar",Sa=Ar(Ea,["typed"],(e=>{var{typed:r}=e;return r(Ea,{"number, number":An,"Complex, Complex":function(e,r){return e.sub(r)},"BigNumber, BigNumber":function(e,r){return e.minus(r)},"bigint, bigint":function(e,r){return e-r},"Fraction, Fraction":function(e,r){return e.sub(r)},"Unit, Unit":r.referToSelf((e=>(t,n)=>{if(null==t.value)throw new Error("Parameter x contains a unit with undefined value");if(null==n.value)throw new Error("Parameter y contains a unit with undefined value");if(!t.equalBase(n))throw new Error("Units do not match");var i=t.clone();return i.value=r.find(e,[i.valueType(),n.valueType()])(i.value,n.value),i.fixPrefix=!1,i}))})})),Fa="cbrt",Ba=Ar(Fa,["config","typed","isNegative","unaryMinus","matrix","Complex","BigNumber","Fraction"],(e=>{var{config:r,typed:t,isNegative:n,unaryMinus:i,matrix:a,Complex:o,BigNumber:u,Fraction:s}=e;return t(Fa,{number:Sn,Complex:c,"Complex, boolean":c,BigNumber:function(e){return e.cbrt()},Unit:function(e){if(e.value&&qe(e.value)){var r=e.clone();return r.value=1,(r=r.pow(1/3)).value=c(e.value),r}var t,a=n(e.value);a&&(e.value=i(e.value)),t=Fe(e.value)?new u(1).div(3):Te(e.value)?new s(1,3):1/3;var o=e.pow(t);return a&&(o.value=i(o.value)),o}});function c(e,t){var n=e.arg()/3,i=e.abs(),u=new o(Sn(i),0).mul(new o(0,n).exp());if(t){var s=[u,new o(Sn(i),0).mul(new o(0,n+2*Math.PI/3).exp()),new o(Sn(i),0).mul(new o(0,n-2*Math.PI/3).exp())];return"Array"===r.matrix?s:a(s)}return u}})),qa=Ar("matAlgo11xS0s",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i,a){var o=e._values,u=e._index,s=e._ptr,c=e._size,f=e._datatype;if(!o)throw new Error("Cannot perform operation on Pattern Sparse Matrix and Scalar value");var l,m=c[0],d=c[1],p=t,h=0,v=i;"string"==typeof f&&(p=r.find(t,[l=f,l]),h=r.convert(0,l),n=r.convert(n,l),v=r.find(i,[l,l]));for(var y=[],g=[],x=[],b=0;b<d;b++){x[b]=g.length;for(var w=s[b+1],D=s[b];D<w;D++){var N=u[D],A=a?v(n,o[D]):v(o[D],n);p(A,h)||(g.push(N),y.push(A))}}return x[d]=g.length,e.createSparseMatrix({values:y,index:g,ptr:x,size:[m,d],datatype:l})}})),Ta=Ar("matAlgo12xSfs",["typed","DenseMatrix"],(e=>{var{typed:r,DenseMatrix:t}=e;return function(e,n,i,a){var o=e._values,u=e._index,s=e._ptr,c=e._size,f=e._datatype;if(!o)throw new Error("Cannot perform operation on Pattern Sparse Matrix and Scalar value");var l,m=c[0],d=c[1],p=i;"string"==typeof f&&(n=r.convert(n,l=f),p=r.find(i,[l,l]));for(var h=[],v=[],y=[],g=0;g<d;g++){for(var x=g+1,b=s[g+1],w=s[g];w<b;w++){var D=u[w];v[D]=o[w],y[D]=x}for(var N=0;N<m;N++)0===g&&(h[N]=[]),h[N][g]=y[N]===x?a?p(n,v[N]):p(v[N],n):a?p(n,0):p(0,n)}return new t({data:h,size:[m,d],datatype:l})}})),Oa=Ar("matAlgo14xDs",["typed"],(e=>{var{typed:r}=e;return function(e,n,i,a){var o,u=e._data,s=e._size,c=e._datatype,f=i;"string"==typeof c&&(n=r.convert(n,o=c),f=r.find(i,[o,o]));var l=s.length>0?t(f,0,s,s[0],u,n,a):[];return e.createDenseMatrix({data:l,size:yr(s),datatype:o})};function t(e,r,n,i,a,o,u){var s=[];if(r===n.length-1)for(var c=0;c<i;c++)s[c]=u?e(o,a[c]):e(a[c],o);else for(var f=0;f<i;f++)s[f]=t(e,r+1,n,n[r+1],a[f],o,u);return s}})),ka="ceil",za=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],Ia=new at(10),Ra=Ar(ka,["typed","config","round"],(e=>{var{typed:r,config:t,round:n}=e;function i(e){var r=Math.ceil(e),i=n(e);return r===i?r:Lr(e,i,t.relTol,t.absTol)&&!Lr(e,r,t.relTol,t.absTol)?i:r}return r(ka,{number:i,"number, number":function(e,r){if(!Cr(r))throw new RangeError("number of decimals in function ceil must be an integer");if(r<0||r>15)throw new RangeError("number of decimals in ceil number must be in range 0-15");var t=10**r;return i(e*t)/t}})})),ja=Ar(ka,za,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=qa({typed:r,equalScalar:a}),c=Ta({typed:r,DenseMatrix:u}),f=Oa({typed:r}),l=Ra({typed:r,config:t,round:n});function m(e){var r=(e,r)=>Oi(e,r,t.relTol,t.absTol),i=e.ceil(),a=n(e);return i.eq(a)?i:r(e,a)&&!r(e,i)?a:i}return r("ceil",{number:l.signatures.number,"number,number":l.signatures["number,number"],Complex:function(e){return e.ceil()},"Complex, number":function(e,r){return e.ceil(r)},"Complex, BigNumber":function(e,r){return e.ceil(r.toNumber())},BigNumber:m,"BigNumber, BigNumber":function(e,r){var t=Ia.pow(r);return m(e.mul(t)).div(t)},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.ceil()},"Fraction, number":function(e,r){return e.ceil(r)},"Fraction, BigNumber":function(e,r){return e.ceil(r.toNumber())},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>pn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>pn(r,(r=>e(r,t)),!0))),"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>s(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>f(r,t,e,!1))),"number | Complex | Fraction | BigNumber, Array":r.referToSelf((e=>(r,t)=>f(i(t),r,e,!0).valueOf())),"number | Complex | Fraction | BigNumber, Matrix":r.referToSelf((e=>(r,t)=>a(r,0)?o(t.size(),t.storage()):"dense"===t.storage()?f(t,r,e,!0):c(t,r,e,!0)))})})),Ua="cube",Pa=Ar(Ua,["typed"],(e=>{var{typed:r}=e;return r(Ua,{number:Fn,Complex:function(e){return e.mul(e).mul(e)},BigNumber:function(e){return e.times(e).times(e)},bigint:function(e){return e*e*e},Fraction:function(e){return e.pow(3)},Unit:function(e){return e.pow(3)}})})),$a=Ar("exp",["typed"],(e=>{var{typed:r}=e;return r("exp",{number:Bn,Complex:function(e){return e.exp()},BigNumber:function(e){return e.exp()}})})),La="expm1",_a=Ar(La,["typed","Complex"],(e=>{var{typed:r,Complex:t}=e;return r(La,{number:qn,Complex:function(e){var r=Math.exp(e.re);return new t(r*Math.cos(e.im)-1,r*Math.sin(e.im))},BigNumber:function(e){return e.exp().minus(1)}})})),Ja="fix",Wa=["typed","Complex","matrix","ceil","floor","equalScalar","zeros","DenseMatrix"],Va=Ar(Ja,["typed","ceil","floor"],(e=>{var{typed:r,ceil:t,floor:n}=e;return r(Ja,{number:function(e){return e>0?n(e):t(e)},"number, number":function(e,r){return e>0?n(e,r):t(e,r)}})})),Ha=Ar(Ja,Wa,(e=>{var{typed:r,Complex:t,matrix:n,ceil:i,floor:a,equalScalar:o,zeros:u,DenseMatrix:s}=e,c=Ta({typed:r,DenseMatrix:s}),f=Oa({typed:r}),l=Va({typed:r,ceil:i,floor:a});return r("fix",{number:l.signatures.number,"number, number | BigNumber":l.signatures["number,number"],Complex:function(e){return new t(e.re>0?Math.floor(e.re):Math.ceil(e.re),e.im>0?Math.floor(e.im):Math.ceil(e.im))},"Complex, number":function(e,r){return new t(e.re>0?a(e.re,r):i(e.re,r),e.im>0?a(e.im,r):i(e.im,r))},"Complex, BigNumber":function(e,r){var n=r.toNumber();return new t(e.re>0?a(e.re,n):i(e.re,n),e.im>0?a(e.im,n):i(e.im,n))},BigNumber:function(e){return e.isNegative()?i(e):a(e)},"BigNumber, number | BigNumber":function(e,r){return e.isNegative()?i(e,r):a(e,r)},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.s<0n?e.ceil():e.floor()},"Fraction, number | BigNumber":function(e,r){return e.s<0n?i(e,r):a(e,r)},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>pn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0))),"Array | Matrix, number | BigNumber":r.referToSelf((e=>(r,t)=>pn(r,(r=>e(r,t)),!0))),"number | Complex | Fraction | BigNumber, Array":r.referToSelf((e=>(r,t)=>f(n(t),r,e,!0).valueOf())),"number | Complex | Fraction | BigNumber, Matrix":r.referToSelf((e=>(r,t)=>o(r,0)?u(t.size(),t.storage()):"dense"===t.storage()?f(t,r,e,!0):c(t,r,e,!0)))})})),Za="floor",Ga=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],Xa=new at(10),Qa=Ar(Za,["typed","config","round"],(e=>{var{typed:r,config:t,round:n}=e;function i(e){var r=Math.floor(e),i=n(e);return r===i?r:Lr(e,i,t.relTol,t.absTol)&&!Lr(e,r,t.relTol,t.absTol)?i:r}return r(Za,{number:i,"number, number":function(e,r){if(!Cr(r))throw new RangeError("number of decimals in function floor must be an integer");if(r<0||r>15)throw new RangeError("number of decimals in floor number must be in range 0 - 15");var t=10**r;return i(e*t)/t}})})),Ya=Ar(Za,Ga,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=qa({typed:r,equalScalar:a}),c=Ta({typed:r,DenseMatrix:u}),f=Oa({typed:r}),l=Qa({typed:r,config:t,round:n});function m(e){var r=(e,r)=>Oi(e,r,t.relTol,t.absTol),i=e.floor(),a=n(e);return i.eq(a)?i:r(e,a)&&!r(e,i)?a:i}return r("floor",{number:l.signatures.number,"number,number":l.signatures["number,number"],Complex:function(e){return e.floor()},"Complex, number":function(e,r){return e.floor(r)},"Complex, BigNumber":function(e,r){return e.floor(r.toNumber())},BigNumber:m,"BigNumber, BigNumber":function(e,r){var t=Xa.pow(r);return m(e.mul(t)).div(t)},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.floor()},"Fraction, number":function(e,r){return e.floor(r)},"Fraction, BigNumber":function(e,r){return e.floor(r.toNumber())},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>pn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>pn(r,(r=>e(r,t)),!0))),"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>s(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>f(r,t,e,!1))),"number | Complex | Fraction | BigNumber, Array":r.referToSelf((e=>(r,t)=>f(i(t),r,e,!0).valueOf())),"number | Complex | Fraction | BigNumber, Matrix":r.referToSelf((e=>(r,t)=>a(r,0)?o(t.size(),t.storage()):"dense"===t.storage()?f(t,r,e,!0):c(t,r,e,!0)))})})),Ka=Ar("matAlgo02xDS0",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i,a){var o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=n._values,f=n._index,l=n._ptr,m=n._size,d=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(u.length!==m.length)throw new Mt(u.length,m.length);if(u[0]!==m[0]||u[1]!==m[1])throw new RangeError("Dimension mismatch. Matrix A ("+u+") must match Matrix B ("+m+")");if(!c)throw new Error("Cannot perform operation on Dense Matrix and Pattern Sparse Matrix");var p,h=u[0],v=u[1],y=t,g=0,x=i;"string"==typeof s&&s===d&&"mixed"!==s&&(y=r.find(t,[p=s,p]),g=r.convert(0,p),x=r.find(i,[p,p]));for(var b=[],w=[],D=[],N=0;N<v;N++){D[N]=w.length;for(var A=l[N+1],M=l[N];M<A;M++){var C=f[M],E=a?x(c[M],o[C][N]):x(o[C][N],c[M]);y(E,g)||(w.push(C),b.push(E))}}return D[v]=w.length,n.createSparseMatrix({values:b,index:w,ptr:D,size:[h,v],datatype:s===e._datatype&&d===n._datatype?p:void 0})}})),eo=Ar("matAlgo03xDSf",["typed"],(e=>{var{typed:r}=e;return function(e,t,n,i){var a=e._data,o=e._size,u=e._datatype||e.getDataType(),s=t._values,c=t._index,f=t._ptr,l=t._size,m=t._datatype||void 0===t._data?t._datatype:t.getDataType();if(o.length!==l.length)throw new Mt(o.length,l.length);if(o[0]!==l[0]||o[1]!==l[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+l+")");if(!s)throw new Error("Cannot perform operation on Dense Matrix and Pattern Sparse Matrix");var d,p=o[0],h=o[1],v=0,y=n;"string"==typeof u&&u===m&&"mixed"!==u&&(v=r.convert(0,d=u),y=r.find(n,[d,d]));for(var g=[],x=0;x<p;x++)g[x]=[];for(var b=[],w=[],D=0;D<h;D++){for(var N=D+1,A=f[D+1],M=f[D];M<A;M++){var C=c[M];b[C]=i?y(s[M],a[C][D]):y(a[C][D],s[M]),w[C]=N}for(var E=0;E<p;E++)g[E][D]=w[E]===N?b[E]:i?y(v,a[E][D]):y(a[E][D],v)}return e.createDenseMatrix({data:g,size:[p,h],datatype:u===e._datatype&&m===t._datatype?d:void 0})}})),ro=Ar("matAlgo05xSfSf",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Mt(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));var w,D,N,A,M=a&&f?[]:void 0,C=[],E=[],S=M?[]:void 0,F=M?[]:void 0,B=[],q=[];for(D=0;D<y;D++){E[D]=C.length;var T=D+1;for(N=u[D],A=u[D+1];N<A;N++)C.push(w=o[N]),B[w]=T,S&&(S[w]=a[N]);for(N=m[D],A=m[D+1];N<A;N++)B[w=l[N]]!==T&&C.push(w),q[w]=T,F&&(F[w]=f[N]);if(M)for(N=E[D];N<C.length;){var O=B[w=C[N]],k=q[w];if(O===T||k===T){var z=b(O===T?S[w]:x,k===T?F[w]:x);g(z,x)?C.splice(N,1):(M.push(z),N++)}}}return E[y]=C.length,e.createSparseMatrix({values:M,index:C,ptr:E,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),to=Ar("matAlgo13xDD",["typed"],(e=>{var{typed:r}=e;return function(e,n,i){var a,o=e._data,u=e._size,s=e._datatype,c=n._data,f=n._size,l=n._datatype,m=[];if(u.length!==f.length)throw new Mt(u.length,f.length);for(var d=0;d<u.length;d++){if(u[d]!==f[d])throw new RangeError("Dimension mismatch. Matrix A ("+u+") must match Matrix B ("+f+")");m[d]=u[d]}var p=i;"string"==typeof s&&s===l&&(p=r.find(i,[a=s,a]));var h=m.length>0?t(p,0,m,m[0],o,c):[];return e.createDenseMatrix({data:h,size:m,datatype:a})};function t(e,r,n,i,a,o){var u=[];if(r===n.length-1)for(var s=0;s<i;s++)u[s]=e(a[s],o[s]);else for(var c=0;c<i;c++)u[c]=t(e,r+1,n,n[r+1],a[c],o[c]);return u}}));function no(e,r){if(xr(e.size(),r.size()))return[e,r];var t=Yt(e.size(),r.size());return[e,r].map((e=>function(e,r){return xr(e.size(),r)?e:e.create(en(e.valueOf(),r),e.datatype())}(e,t)))}var io=Ar("matrixAlgorithmSuite",["typed","matrix"],(e=>{var{typed:r,matrix:t}=e,n=to({typed:r}),i=Oa({typed:r});return function(e){var a,o=e.elop,u=e.SD||e.DS;o?(a={"DenseMatrix, DenseMatrix":(e,r)=>n(...no(e,r),o),"Array, Array":(e,r)=>n(...no(t(e),t(r)),o).valueOf(),"Array, DenseMatrix":(e,r)=>n(...no(t(e),r),o),"DenseMatrix, Array":(e,r)=>n(...no(e,t(r)),o)},e.SS&&(a["SparseMatrix, SparseMatrix"]=(r,t)=>e.SS(...no(r,t),o,!1)),e.DS&&(a["DenseMatrix, SparseMatrix"]=(r,t)=>e.DS(...no(r,t),o,!1),a["Array, SparseMatrix"]=(r,n)=>e.DS(...no(t(r),n),o,!1)),u&&(a["SparseMatrix, DenseMatrix"]=(e,r)=>u(...no(r,e),o,!0),a["SparseMatrix, Array"]=(e,r)=>u(...no(t(r),e),o,!0))):(a={"DenseMatrix, DenseMatrix":r.referToSelf((e=>(r,t)=>n(...no(r,t),e))),"Array, Array":r.referToSelf((e=>(r,i)=>n(...no(t(r),t(i)),e).valueOf())),"Array, DenseMatrix":r.referToSelf((e=>(r,i)=>n(...no(t(r),i),e))),"DenseMatrix, Array":r.referToSelf((e=>(r,i)=>n(...no(r,t(i)),e)))},e.SS&&(a["SparseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.SS(...no(t,n),r,!1)))),e.DS&&(a["DenseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.DS(...no(t,n),r,!1))),a["Array, SparseMatrix"]=r.referToSelf((r=>(n,i)=>e.DS(...no(t(n),i),r,!1)))),u&&(a["SparseMatrix, DenseMatrix"]=r.referToSelf((e=>(r,t)=>u(...no(t,r),e,!0))),a["SparseMatrix, Array"]=r.referToSelf((e=>(r,n)=>u(...no(t(n),r),e,!0)))));var s=e.scalar||"any";(e.Ds||e.Ss)&&(o?(a["DenseMatrix,"+s]=(e,r)=>i(e,r,o,!1),a[s+", DenseMatrix"]=(e,r)=>i(r,e,o,!0),a["Array,"+s]=(e,r)=>i(t(e),r,o,!1).valueOf(),a[s+", Array"]=(e,r)=>i(t(r),e,o,!0).valueOf()):(a["DenseMatrix,"+s]=r.referToSelf((e=>(r,t)=>i(r,t,e,!1))),a[s+", DenseMatrix"]=r.referToSelf((e=>(r,t)=>i(t,r,e,!0))),a["Array,"+s]=r.referToSelf((e=>(r,n)=>i(t(r),n,e,!1).valueOf())),a[s+", Array"]=r.referToSelf((e=>(r,n)=>i(t(n),r,e,!0).valueOf()))));var c=void 0!==e.sS?e.sS:e.Ss;return o?(e.Ss&&(a["SparseMatrix,"+s]=(r,t)=>e.Ss(r,t,o,!1)),c&&(a[s+", SparseMatrix"]=(e,r)=>c(r,e,o,!0))):(e.Ss&&(a["SparseMatrix,"+s]=r.referToSelf((r=>(t,n)=>e.Ss(t,n,r,!1)))),c&&(a[s+", SparseMatrix"]=r.referToSelf((e=>(r,t)=>c(t,r,e,!0))))),o&&o.signatures&&gr(a,o.signatures),a}})),ao=Ar("mod",["typed","config","round","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u,concat:s}=e,c=Ya({typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}),f=Ka({typed:r,equalScalar:a}),l=eo({typed:r}),m=ro({typed:r,equalScalar:a}),d=qa({typed:r,equalScalar:a}),p=Ta({typed:r,DenseMatrix:u});return r("mod",{"number, number":function(e,r){return 0===r?e:e-r*c(e/r)},"BigNumber, BigNumber":function(e,r){return r.isZero()?e:e.sub(r.mul(c(e.div(r))))},"bigint, bigint":function(e,r){if(0n===r)return e;if(e<0){var t=e%r;return 0n===t?t:t+r}return e%r},"Fraction, Fraction":function(e,r){return r.equals(0)?e:e.sub(r.mul(c(e.div(r))))}},io({typed:r,matrix:i,concat:s})({SS:m,DS:l,SD:f,Ss:d,sS:p}))})),oo=Ar("matAlgo01xDSid",["typed"],(e=>{var{typed:r}=e;return function(e,t,n,i){var a=e._data,o=e._size,u=e._datatype||e.getDataType(),s=t._values,c=t._index,f=t._ptr,l=t._size,m=t._datatype||void 0===t._data?t._datatype:t.getDataType();if(o.length!==l.length)throw new Mt(o.length,l.length);if(o[0]!==l[0]||o[1]!==l[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+l+")");if(!s)throw new Error("Cannot perform operation on Dense Matrix and Pattern Sparse Matrix");var d,p,h=o[0],v=o[1],y="string"==typeof u&&"mixed"!==u&&u===m?u:void 0,g=y?r.find(n,[y,y]):n,x=[];for(d=0;d<h;d++)x[d]=[];var b=[],w=[];for(p=0;p<v;p++){for(var D=p+1,N=f[p+1],A=f[p];A<N;A++)b[d=c[A]]=i?g(s[A],a[d][p]):g(a[d][p],s[A]),w[d]=D;for(d=0;d<h;d++)x[d][p]=w[d]===D?b[d]:a[d][p]}return e.createDenseMatrix({data:x,size:[h,v],datatype:u===e._datatype&&m===t._datatype?y:void 0})}})),uo=Ar("matAlgo04xSidSid",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Mt(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));var w,D,N,A,M=a&&f?[]:void 0,C=[],E=[],S=a&&f?[]:void 0,F=a&&f?[]:void 0,B=[],q=[];for(D=0;D<y;D++){E[D]=C.length;var T=D+1;for(A=u[D+1],N=u[D];N<A;N++)C.push(w=o[N]),B[w]=T,S&&(S[w]=a[N]);for(A=m[D+1],N=m[D];N<A;N++)if(B[w=l[N]]===T){if(S){var O=b(S[w],f[N]);g(O,x)?B[w]=null:S[w]=O}}else C.push(w),q[w]=T,F&&(F[w]=f[N]);if(S&&F)for(N=E[D];N<C.length;)B[w=C[N]]===T?(M[N]=S[w],N++):q[w]===T?(M[N]=F[w],N++):C.splice(N,1)}return E[y]=C.length,e.createSparseMatrix({values:M,index:C,ptr:E,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),so=Ar("matAlgo10xSids",["typed","DenseMatrix"],(e=>{var{typed:r,DenseMatrix:t}=e;return function(e,n,i,a){var o=e._values,u=e._index,s=e._ptr,c=e._size,f=e._datatype;if(!o)throw new Error("Cannot perform operation on Pattern Sparse Matrix and Scalar value");var l,m=c[0],d=c[1],p=i;"string"==typeof f&&(n=r.convert(n,l=f),p=r.find(i,[l,l]));for(var h=[],v=[],y=[],g=0;g<d;g++){for(var x=g+1,b=s[g+1],w=s[g];w<b;w++){var D=u[w];v[D]=o[w],y[D]=x}for(var N=0;N<m;N++)0===g&&(h[N]=[]),h[N][g]=y[N]===x?a?p(n,v[N]):p(v[N],n):n}return new t({data:h,size:[m,d],datatype:l})}}));function co(e,r,t,n){if(!(this instanceof co))throw new SyntaxError("Constructor must be called with the new operator");this.fn=e,this.count=r,this.min=t,this.max=n,this.message="Wrong number of arguments in function "+e+" ("+r+" provided, "+t+(null!=n?"-"+n:"")+" expected)",this.stack=(new Error).stack}(co.prototype=new Error).constructor=Error,co.prototype.name="ArgumentsError",co.prototype.isArgumentsError=!0;var fo=["typed","config","round","matrix","equalScalar","zeros","BigNumber","DenseMatrix","concat"],lo="number | BigNumber | Fraction | Matrix | Array",mo="".concat(lo,", ").concat(lo,", ...").concat(lo);function po(e){return!e.some((e=>Array.isArray(e)))}var ho=Ar("gcd",fo,(e=>{var{typed:r,matrix:t,config:n,round:i,equalScalar:a,zeros:o,BigNumber:u,DenseMatrix:s,concat:c}=e,f=ao({typed:r,config:n,round:i,matrix:t,equalScalar:a,zeros:o,DenseMatrix:s,concat:c}),l=oo({typed:r}),m=uo({typed:r,equalScalar:a}),d=so({typed:r,DenseMatrix:s});return r("gcd",{"number, number":function(e,r){if(!Cr(e)||!Cr(r))throw new Error("Parameters in function gcd must be integer numbers");for(var t;0!==r;)t=f(e,r),e=r,r=t;return e<0?-e:e},"BigNumber, BigNumber":function(e,r){if(!e.isInt()||!r.isInt())throw new Error("Parameters in function gcd must be integer numbers");for(var t=new u(0);!r.isZero();){var n=f(e,r);e=r,r=n}return e.lt(t)?e.neg():e},"Fraction, Fraction":(e,r)=>e.gcd(r)},io({typed:r,matrix:t,concat:c})({SS:m,DS:l,Ss:d}),{[mo]:r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i})),Array:r.referToSelf((e=>r=>{if(1===r.length&&Array.isArray(r[0])&&po(r[0]))return e(...r[0]);if(po(r))return e(...r);throw new co("gcd() supports only 1d matrices!")})),Matrix:r.referToSelf((e=>r=>e(r.toArray())))})})),vo=Ar("matAlgo06xS0S0",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._size,u=e._datatype||void 0===e._data?e._datatype:e.getDataType(),s=n._values,c=n._size,f=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(o.length!==c.length)throw new Mt(o.length,c.length);if(o[0]!==c[0]||o[1]!==c[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+c+")");var l,m=o[0],d=o[1],p=t,h=0,v=i;"string"==typeof u&&u===f&&"mixed"!==u&&(p=r.find(t,[l=u,l]),h=r.convert(0,l),v=r.find(i,[l,l]));for(var y=a&&s?[]:void 0,g=[],x=[],b=y?[]:void 0,w=[],D=[],N=0;N<d;N++){x[N]=g.length;var A=N+1;if(yn(e,N,w,b,D,A,g,v),yn(n,N,w,b,D,A,g,v),b)for(var M=x[N];M<g.length;){var C=g[M];if(D[C]===A){var E=b[C];p(E,h)?g.splice(M,1):(y.push(E),M++)}else g.splice(M,1)}else for(var S=x[N];S<g.length;)D[g[S]]!==A?g.splice(S,1):S++}return x[d]=g.length,e.createSparseMatrix({values:y,index:g,ptr:x,size:[m,d],datatype:u===e._datatype&&f===n._datatype?l:void 0})}})),yo=Ar("lcm",["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=Ka({typed:r,equalScalar:n}),o=vo({typed:r,equalScalar:n}),u=qa({typed:r,equalScalar:n}),s=io({typed:r,matrix:t,concat:i}),c="number | BigNumber | Fraction | Matrix | Array",f={};return f["".concat(c,", ").concat(c,", ...").concat(c)]=r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i})),r("lcm",{"number, number":Tn,"BigNumber, BigNumber":function(e,r){if(!e.isInt()||!r.isInt())throw new Error("Parameters in function lcm must be integer numbers");if(e.isZero())return e;if(r.isZero())return r;for(var t=e.times(r);!r.isZero();){var n=r;r=e.mod(n),e=n}return t.div(e).abs()},"Fraction, Fraction":(e,r)=>e.lcm(r)},s({SS:o,DS:a,Ss:u}),f)}));function go(e,r,t,n){return function(i){if(i>0||t.predictable){if(i<=0)return NaN;var a=i.toString(16),o=a.substring(0,15);return e*(a.length-o.length)+r(Number("0x"+o))}return n(i.toNumber())}}var xo="log10",bo=["typed","config","Complex"],wo=kn(16),Do=Ar(xo,bo,(e=>{var{typed:r,config:t,Complex:n}=e;function i(e){return e.log().div(Math.LN10)}function a(e){return i(new n(e,0))}return r(xo,{number:function(e){return e>=0||t.predictable?kn(e):a(e)},bigint:go(wo,kn,t,a),Complex:i,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log():a(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),No="log2",Ao=Ar(No,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;function i(e){return a(new n(e,0))}return r(No,{number:function(e){return e>=0||t.predictable?zn(e):i(e)},bigint:go(4,zn,t,i),Complex:a,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log(2):i(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))});function a(e){var r=Math.sqrt(e.re*e.re+e.im*e.im);return new n(Math.log2?Math.log2(r):Math.log(r)/Math.LN2,Math.atan2(e.im,e.re)/Math.LN2)}})),Mo=Ar("multiplyScalar",["typed"],(e=>{var{typed:r}=e;return r("multiplyScalar",{"number, number":Mn,"Complex, Complex":function(e,r){return e.mul(r)},"BigNumber, BigNumber":function(e,r){return e.times(r)},"bigint, bigint":function(e,r){return e*r},"Fraction, Fraction":function(e,r){return e.mul(r)},"number | Fraction | BigNumber | Complex, Unit":(e,r)=>r.multiply(e),"Unit, number | Fraction | BigNumber | Complex | Unit":(e,r)=>e.multiply(r)})})),Co="multiply",Eo=Ar(Co,["typed","matrix","addScalar","multiplyScalar","equalScalar","dot"],(e=>{var{typed:r,matrix:t,addScalar:n,multiplyScalar:i,equalScalar:a,dot:o}=e,u=qa({typed:r,equalScalar:a}),s=Oa({typed:r});function c(e,r){switch(e.length){case 1:switch(r.length){case 1:if(e[0]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Vectors must have the same length");break;case 2:if(e[0]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Vector length ("+e[0]+") must match Matrix rows ("+r[0]+")");break;default:throw new Error("Can only multiply a 1 or 2 dimensional matrix (Matrix B has "+r.length+" dimensions)")}break;case 2:switch(r.length){case 1:if(e[1]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Matrix columns ("+e[1]+") must match Vector length ("+r[0]+")");break;case 2:if(e[1]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Matrix A columns ("+e[1]+") must match Matrix B rows ("+r[0]+")");break;default:throw new Error("Can only multiply a 1 or 2 dimensional matrix (Matrix B has "+r.length+" dimensions)")}break;default:throw new Error("Can only multiply a 1 or 2 dimensional matrix (Matrix A has "+e.length+" dimensions)")}}var f=r("_multiplyMatrixVector",{"DenseMatrix, any":function(e,t){var a,o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._data,f=t._datatype||t.getDataType(),l=u[0],m=u[1],d=n,p=i;s&&f&&s===f&&"string"==typeof s&&"mixed"!==s&&(d=r.find(n,[a=s,a]),p=r.find(i,[a,a]));for(var h=[],v=0;v<l;v++){for(var y=o[v],g=p(y[0],c[0]),x=1;x<m;x++)g=d(g,p(y[x],c[x]));h[v]=g}return e.createDenseMatrix({data:h,size:[l],datatype:s===e._datatype&&f===t._datatype?a:void 0})},"SparseMatrix, any":function(e,t){var o=e._values,u=e._index,s=e._ptr,c=e._datatype||void 0===e._data?e._datatype:e.getDataType();if(!o)throw new Error("Cannot multiply Pattern only Matrix times Dense Matrix");var f,l=t._data,m=t._datatype||t.getDataType(),d=e._size[0],p=t._size[0],h=[],v=[],y=[],g=n,x=i,b=a,w=0;c&&m&&c===m&&"string"==typeof c&&"mixed"!==c&&(g=r.find(n,[f=c,f]),x=r.find(i,[f,f]),b=r.find(a,[f,f]),w=r.convert(0,f));var D=[],N=[];y[0]=0;for(var A=0;A<p;A++){var M=l[A];if(!b(M,w))for(var C=s[A+1],E=s[A];E<C;E++){var S=u[E];N[S]?D[S]=g(D[S],x(M,o[E])):(N[S]=!0,v.push(S),D[S]=x(M,o[E]))}}for(var F=v.length,B=0;B<F;B++)h[B]=D[v[B]];return y[1]=v.length,e.createSparseMatrix({values:h,index:v,ptr:y,size:[d,1],datatype:c===e._datatype&&m===t._datatype?f:void 0})}}),l=r("_multiplyMatrixMatrix",{"DenseMatrix, DenseMatrix":function(e,t){var a,o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._data,f=t._size,l=t._datatype||t.getDataType(),m=u[0],d=u[1],p=f[1],h=n,v=i;s&&l&&s===l&&"string"==typeof s&&"mixed"!==s&&"mixed"!==s&&(h=r.find(n,[a=s,a]),v=r.find(i,[a,a]));for(var y=[],g=0;g<m;g++){var x=o[g];y[g]=[];for(var b=0;b<p;b++){for(var w=v(x[0],c[0][b]),D=1;D<d;D++)w=h(w,v(x[D],c[D][b]));y[g][b]=w}}return e.createDenseMatrix({data:y,size:[m,p],datatype:s===e._datatype&&l===t._datatype?a:void 0})},"DenseMatrix, SparseMatrix":function(e,t){var o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._values,f=t._index,l=t._ptr,m=t._size,d=t._datatype||void 0===t._data?t._datatype:t.getDataType();if(!c)throw new Error("Cannot multiply Dense Matrix times Pattern only Matrix");var p,h=u[0],v=m[1],y=n,g=i,x=a,b=0;s&&d&&s===d&&"string"==typeof s&&"mixed"!==s&&(y=r.find(n,[p=s,p]),g=r.find(i,[p,p]),x=r.find(a,[p,p]),b=r.convert(0,p));for(var w=[],D=[],N=[],A=t.createSparseMatrix({values:w,index:D,ptr:N,size:[h,v],datatype:s===e._datatype&&d===t._datatype?p:void 0}),M=0;M<v;M++){N[M]=D.length;var C=l[M],E=l[M+1];if(E>C)for(var S=0,F=0;F<h;F++){for(var B=F+1,q=void 0,T=C;T<E;T++){var O=f[T];S!==B?(q=g(o[F][O],c[T]),S=B):q=y(q,g(o[F][O],c[T]))}S!==B||x(q,b)||(D.push(F),w.push(q))}}return N[v]=D.length,A},"SparseMatrix, DenseMatrix":function(e,t){var o=e._values,u=e._index,s=e._ptr,c=e._datatype||void 0===e._data?e._datatype:e.getDataType();if(!o)throw new Error("Cannot multiply Pattern only Matrix times Dense Matrix");var f,l=t._data,m=t._datatype||t.getDataType(),d=e._size[0],p=t._size[0],h=t._size[1],v=n,y=i,g=a,x=0;c&&m&&c===m&&"string"==typeof c&&"mixed"!==c&&(v=r.find(n,[f=c,f]),y=r.find(i,[f,f]),g=r.find(a,[f,f]),x=r.convert(0,f));for(var b=[],w=[],D=[],N=e.createSparseMatrix({values:b,index:w,ptr:D,size:[d,h],datatype:c===e._datatype&&m===t._datatype?f:void 0}),A=[],M=[],C=0;C<h;C++){D[C]=w.length;for(var E=C+1,S=0;S<p;S++){var F=l[S][C];if(!g(F,x))for(var B=s[S+1],q=s[S];q<B;q++){var T=u[q];M[T]!==E?(M[T]=E,w.push(T),A[T]=y(F,o[q])):A[T]=v(A[T],y(F,o[q]))}}for(var O=w.length,k=D[C];k<O;k++)b[k]=A[w[k]]}return D[h]=w.length,N},"SparseMatrix, SparseMatrix":function(e,t){var a,o=e._values,u=e._index,s=e._ptr,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=t._values,l=t._index,m=t._ptr,d=t._datatype||void 0===t._data?t._datatype:t.getDataType(),p=e._size[0],h=t._size[1],v=o&&f,y=n,g=i;c&&d&&c===d&&"string"==typeof c&&"mixed"!==c&&(y=r.find(n,[a=c,a]),g=r.find(i,[a,a]));for(var x,b,w,D,N,A,M=v?[]:void 0,C=[],E=[],S=e.createSparseMatrix({values:M,index:C,ptr:E,size:[p,h],datatype:c===e._datatype&&d===t._datatype?a:void 0}),F=v?[]:void 0,B=[],q=0;q<h;q++){E[q]=C.length;var T=q+1;for(D=m[q+1],w=m[q];w<D;w++)if(A=l[w],v)for(b=s[A+1],x=s[A];x<b;x++)B[N=u[x]]!==T?(B[N]=T,C.push(N),F[N]=g(f[w],o[x])):F[N]=y(F[N],g(f[w],o[x]));else for(b=s[A+1],x=s[A];x<b;x++)B[N=u[x]]!==T&&(B[N]=T,C.push(N));if(v)for(var O=C.length,k=E[q];k<O;k++)M[k]=F[C[k]]}return E[h]=C.length,S}});return r(Co,i,{"Array, Array":r.referTo("Matrix, Matrix",(e=>(r,n)=>{c(Et(r),Et(n));var i=e(t(r),t(n));return Ie(i)?i.valueOf():i})),"Matrix, Matrix":function(e,t){var a=e.size(),u=t.size();return c(a,u),1===a.length?1===u.length?function(e,r,t){if(0===t)throw new Error("Cannot multiply two empty vectors");return o(e,r)}(e,t,a[0]):function(e,t){if("dense"!==t.storage())throw new Error("Support for SparseMatrix not implemented");return function(e,t){var a,o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._data,f=t._size,l=t._datatype||t.getDataType(),m=u[0],d=f[1],p=n,h=i;s&&l&&s===l&&"string"==typeof s&&"mixed"!==s&&(p=r.find(n,[a=s,a]),h=r.find(i,[a,a]));for(var v=[],y=0;y<d;y++){for(var g=h(o[0],c[0][y]),x=1;x<m;x++)g=p(g,h(o[x],c[x][y]));v[y]=g}return e.createDenseMatrix({data:v,size:[d],datatype:s===e._datatype&&l===t._datatype?a:void 0})}(e,t)}(e,t):1===u.length?f(e,t):l(e,t)},"Matrix, Array":r.referTo("Matrix,Matrix",(e=>(r,n)=>e(r,t(n)))),"Array, Matrix":r.referToSelf((e=>(r,n)=>e(t(r,n.storage()),n))),"SparseMatrix, any":function(e,r){return u(e,r,i,!1)},"DenseMatrix, any":function(e,r){return s(e,r,i,!1)},"any, SparseMatrix":function(e,r){return u(r,e,i,!0)},"any, DenseMatrix":function(e,r){return s(r,e,i,!0)},"Array, any":function(e,r){return s(t(e),r,i,!1).valueOf()},"any, Array":function(e,r){return s(t(r),e,i,!0).valueOf()},"any, any":i,"any, any, ...any":r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i}))})})),So="nthRoot",Fo=Ar(So,["typed","matrix","equalScalar","BigNumber","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,concat:a}=e,o=oo({typed:r}),u=Ka({typed:r,equalScalar:n}),s=vo({typed:r,equalScalar:n}),c=qa({typed:r,equalScalar:n}),f=io({typed:r,matrix:t,concat:a});function l(){throw new Error("Complex number not supported in function nthRoot. Use nthRoots instead.")}return r(So,{number:In,"number, number":In,BigNumber:e=>m(e,new i(2)),"BigNumber, BigNumber":m,Complex:l,"Complex, number":l,Array:r.referTo("DenseMatrix,number",(e=>r=>e(t(r),2).valueOf())),DenseMatrix:r.referTo("DenseMatrix,number",(e=>r=>e(r,2))),SparseMatrix:r.referTo("SparseMatrix,number",(e=>r=>e(r,2))),"SparseMatrix, SparseMatrix":r.referToSelf((e=>(r,t)=>{if(1===t.density())return s(r,t,e);throw new Error("Root must be non-zero")})),"DenseMatrix, SparseMatrix":r.referToSelf((e=>(r,t)=>{if(1===t.density())return o(r,t,e,!1);throw new Error("Root must be non-zero")})),"Array, SparseMatrix":r.referTo("DenseMatrix,SparseMatrix",(e=>(r,n)=>e(t(r),n))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>{if(1===t.density())return c(t,r,e,!0);throw new Error("Root must be non-zero")}))},f({scalar:"number | BigNumber",SD:u,Ss:c,sS:!1}));function m(e,r){var t=i.precision,n=i.clone({precision:t+2}),a=new i(0),o=new n(1),u=r.isNegative();if(u&&(r=r.neg()),r.isZero())throw new Error("Root must be non-zero");if(e.isNegative()&&!r.abs().mod(2).equals(1))throw new Error("Root must be odd when a is negative.");if(e.isZero())return u?new n(1/0):0;if(!e.isFinite())return u?a:e;var s=e.abs().pow(o.div(r));return s=e.isNeg()?s.neg():s,new i((u?o.div(s):s).toPrecision(t))}})),Bo="sign",qo=Ar(Bo,["typed","BigNumber","Fraction","complex"],(e=>{var{typed:r,BigNumber:t,complex:n,Fraction:i}=e;return r(Bo,{number:Rn,Complex:function(e){return 0===e.im?n(Rn(e.re)):e.sign()},BigNumber:function(e){return new t(e.cmp(0))},bigint:function(e){return e>0n?1n:e<0n?-1n:0n},Fraction:function(e){return new i(e.s)},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0))),Unit:r.referToSelf((e=>t=>{if(!t._isDerived()&&0!==t.units[0].unit.offset)throw new TypeError("sign is ambiguous for units with offset");return r.find(e,t.valueType())(t.value)}))})})),To=Ar("sqrt",["config","typed","Complex"],(e=>{var{config:r,typed:t,Complex:n}=e;return t("sqrt",{number:i,Complex:function(e){return e.sqrt()},BigNumber:function(e){return!e.isNegative()||r.predictable?e.sqrt():i(e.toNumber())},Unit:function(e){return e.pow(.5)}});function i(e){return isNaN(e)?NaN:e>=0||r.predictable?Math.sqrt(e):new n(e,0).sqrt()}})),Oo="square",ko=Ar(Oo,["typed"],(e=>{var{typed:r}=e;return r(Oo,{number:jn,Complex:function(e){return e.mul(e)},BigNumber:function(e){return e.times(e)},bigint:function(e){return e*e},Fraction:function(e){return e.mul(e)},Unit:function(e){return e.pow(2)}})})),zo="subtract",Io=Ar(zo,["typed","matrix","equalScalar","subtractScalar","unaryMinus","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,subtractScalar:i,DenseMatrix:a,concat:o}=e,u=oo({typed:r}),s=eo({typed:r}),c=ro({typed:r,equalScalar:n}),f=so({typed:r,DenseMatrix:a}),l=Ta({typed:r,DenseMatrix:a}),m=io({typed:r,matrix:t,concat:o});return r(zo,{"any, any":i},m({elop:i,SS:c,DS:u,SD:s,Ss:l,sS:f}))})),Ro="xgcd",jo=Ar(Ro,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(Ro,{"number, number":function(e,r){var i=Un(e,r);return"Array"===t.matrix?i:n(i)},"BigNumber, BigNumber":function(e,r){var a,o,u,s,c=new i(0),f=new i(1),l=c,m=f,d=f,p=c;if(!e.isInt()||!r.isInt())throw new Error("Parameters in function xgcd must be integer numbers");for(;!r.isZero();)o=e.div(r).floor(),u=e.mod(r),a=l,l=m.minus(o.times(l)),m=a,a=d,d=p.minus(o.times(d)),p=a,e=r,r=u;return s=e.lt(c)?[e.neg(),m.neg(),p.neg()]:[e,e.isZero()?0:m,p],"Array"===t.matrix?s:n(s)}})})),Uo="invmod",Po=Ar(Uo,["typed","config","BigNumber","xgcd","equal","smaller","mod","add","isInteger"],(e=>{var{typed:r,BigNumber:t,xgcd:n,equal:i,smaller:a,mod:o,add:u,isInteger:s}=e;return r(Uo,{"number, number":c,"BigNumber, BigNumber":c});function c(e,r){if(!s(e)||!s(r))throw new Error("Parameters in function invmod must be integer numbers");if(e=o(e,r),i(r,0))throw new Error("Divisor must be non zero");var c=n(e,r);c=c.valueOf();var[f,l]=c;return i(f,t(1))?(l=o(l,r),a(l,t(0))&&(l=u(l,r)),l):NaN}})),$o=Ar("matAlgo09xS0Sf",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Mt(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));var w,D,N,A,M=a&&f?[]:void 0,C=[],E=[],S=M?[]:void 0,F=[];for(D=0;D<y;D++){E[D]=C.length;var B=D+1;if(S)for(A=m[D+1],N=m[D];N<A;N++)F[w=l[N]]=B,S[w]=f[N];for(A=u[D+1],N=u[D];N<A;N++)if(w=o[N],S){var q=b(a[N],F[w]===B?S[w]:x);g(q,x)||(C.push(w),M.push(q))}else C.push(w)}return E[y]=C.length,e.createSparseMatrix({values:M,index:C,ptr:E,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),Lo="dotMultiply",_o=Ar(Lo,["typed","matrix","equalScalar","multiplyScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,multiplyScalar:i,concat:a}=e,o=Ka({typed:r,equalScalar:n}),u=$o({typed:r,equalScalar:n}),s=qa({typed:r,equalScalar:n}),c=io({typed:r,matrix:t,concat:a});return r(Lo,c({elop:i,SS:u,DS:o,Ss:s}))}));function Jo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function bitAnd");var t=e.constructor;if(e.isNaN()||r.isNaN())return new t(NaN);if(e.isZero()||r.eq(-1)||e.eq(r))return e;if(r.isZero()||e.eq(-1))return r;if(!e.isFinite()||!r.isFinite()){if(!e.isFinite()&&!r.isFinite())return e.isNegative()===r.isNegative()?e:new t(0);if(!e.isFinite())return r.isNegative()?e:e.isNegative()?new t(0):r;if(!r.isFinite())return e.isNegative()?r:r.isNegative()?new t(0):e}return Ho(e,r,(function(e,r){return e&r}))}function Wo(e){if(e.isFinite()&&!e.isInteger())throw new Error("Integer expected in function bitNot");var r=e.constructor,t=r.precision;r.config({precision:1e9});var n=e.plus(new r(1));return n.s=-n.s||null,r.config({precision:t}),n}function Vo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function bitOr");var t=e.constructor;if(e.isNaN()||r.isNaN())return new t(NaN);var n=new t(-1);return e.isZero()||r.eq(n)||e.eq(r)?r:r.isZero()||e.eq(n)?e:e.isFinite()&&r.isFinite()?Ho(e,r,(function(e,r){return e|r})):!e.isFinite()&&!e.isNegative()&&r.isNegative()||e.isNegative()&&!r.isNegative()&&!r.isFinite()?n:e.isNegative()&&r.isNegative()?e.isFinite()?e:r:e.isFinite()?r:e}function Ho(e,r,t){var n,i,a,o,u,s=e.constructor,c=+(e.s<0),f=+(r.s<0);if(c){n=Zo(Wo(e));for(var l=0;l<n.length;++l)n[l]^=1}else n=Zo(e);if(f){i=Zo(Wo(r));for(var m=0;m<i.length;++m)i[m]^=1}else i=Zo(r);n.length<=i.length?(a=n,o=i,u=c):(a=i,o=n,u=f);var d=a.length,p=o.length,h=1^t(c,f),v=new s(1^h),y=new s(1),g=new s(2),x=s.precision;for(s.config({precision:1e9});d>0;)t(a[--d],o[--p])===h&&(v=v.plus(y)),y=y.times(g);for(;p>0;)t(u,o[--p])===h&&(v=v.plus(y)),y=y.times(g);return s.config({precision:x}),0===h&&(v.s=-v.s),v}function Zo(e){for(var r=e.d,t=r[0]+"",n=1;n<r.length;++n){for(var i=r[n]+"",a=7-i.length;a--;)i="0"+i;t+=i}for(var o=t.length;"0"===t.charAt(o);)o--;var u=e.e,s=t.slice(0,o+1||1),c=s.length;if(u>0)if(++u>c)for(u-=c;u--;)s+="0";else u<c&&(s=s.slice(0,u)+"."+s.slice(u));for(var f=[0],l=0;l<s.length;){for(var m=f.length;m--;)f[m]*=10;f[0]+=parseInt(s.charAt(l++));for(var d=0;d<f.length;++d)f[d]>1&&(null==f[d+1]&&(f[d+1]=0),f[d+1]+=f[d]>>1,f[d]&=1)}return f.reverse()}function Go(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function bitXor");var t=e.constructor;if(e.isNaN()||r.isNaN())return new t(NaN);if(e.isZero())return r;if(r.isZero())return e;if(e.eq(r))return new t(0);var n=new t(-1);return e.eq(n)?Wo(r):r.eq(n)?Wo(e):e.isFinite()&&r.isFinite()?Ho(e,r,(function(e,r){return e^r})):e.isFinite()||r.isFinite()?new t(e.isNegative()===r.isNegative()?1/0:-1/0):n}function Xo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function leftShift");var t=e.constructor;return e.isNaN()||r.isNaN()||r.isNegative()&&!r.isZero()?new t(NaN):e.isZero()||r.isZero()?e:e.isFinite()||r.isFinite()?r.lt(55)?e.times(Math.pow(2,r.toNumber())+""):e.times(new t(2).pow(r)):new t(NaN)}function Qo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function rightArithShift");var t=e.constructor;return e.isNaN()||r.isNaN()||r.isNegative()&&!r.isZero()?new t(NaN):e.isZero()||r.isZero()?e:r.isFinite()?r.lt(55)?e.div(Math.pow(2,r.toNumber())+"").floor():e.div(new t(2).pow(r)).floor():e.isNegative()?new t(-1):e.isFinite()?new t(0):new t(NaN)}var Yo="bitAnd",Ko=Ar(Yo,["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=Ka({typed:r,equalScalar:n}),o=vo({typed:r,equalScalar:n}),u=qa({typed:r,equalScalar:n}),s=io({typed:r,matrix:t,concat:i});return r(Yo,{"number, number":_n,"BigNumber, BigNumber":Jo,"bigint, bigint":(e,r)=>e&r},s({SS:o,DS:a,Ss:u}))})),eu="bitNot",ru=Ar(eu,["typed"],(e=>{var{typed:r}=e;return r(eu,{number:Jn,BigNumber:Wo,bigint:e=>~e,"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),tu="bitOr",nu=Ar(tu,["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=oo({typed:r}),u=uo({typed:r,equalScalar:n}),s=so({typed:r,DenseMatrix:i}),c=io({typed:r,matrix:t,concat:a});return r(tu,{"number, number":Wn,"BigNumber, BigNumber":Vo,"bigint, bigint":(e,r)=>e|r},c({SS:u,DS:o,Ss:s}))})),iu=Ar("matAlgo07xSSf",["typed","SparseMatrix"],(e=>{var{typed:r,SparseMatrix:t}=e;return function(e,i,a){var o=e._size,u=e._datatype||void 0===e._data?e._datatype:e.getDataType(),s=i._size,c=i._datatype||void 0===i._data?i._datatype:i.getDataType();if(o.length!==s.length)throw new Mt(o.length,s.length);if(o[0]!==s[0]||o[1]!==s[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+s+")");var f,l=o[0],m=o[1],d=0,p=a;"string"==typeof u&&u===c&&"mixed"!==u&&(d=r.convert(0,f=u),p=r.find(a,[f,f]));for(var h=[],v=[],y=new Array(m+1).fill(0),g=[],x=[],b=[],w=[],D=0;D<m;D++){var N=D+1,A=0;n(e,D,b,g,N),n(i,D,w,x,N);for(var M=0;M<l;M++){var C=p(b[M]===N?g[M]:d,w[M]===N?x[M]:d);0!==C&&!1!==C&&(v.push(M),h.push(C),A++)}y[D+1]=y[D]+A}return new t({values:h,index:v,ptr:y,size:[l,m],datatype:u===e._datatype&&c===i._datatype?f:void 0})};function n(e,r,t,n,i){for(var a=e._values,o=e._index,u=e._ptr,s=u[r],c=u[r+1];s<c;s++){var f=o[s];t[f]=i,n[f]=a[s]}}})),au="bitXor",ou=Ar(au,["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=eo({typed:r}),u=iu({typed:r,SparseMatrix:a}),s=Ta({typed:r,DenseMatrix:n}),c=io({typed:r,matrix:t,concat:i});return r(au,{"number, number":Vn,"BigNumber, BigNumber":Go,"bigint, bigint":(e,r)=>e^r},c({SS:u,DS:o,Ss:s}))})),uu=Ar("arg",["typed"],(e=>{var{typed:r}=e;return r("arg",{number:function(e){return Math.atan2(0,e)},BigNumber:function(e){return e.constructor.atan2(0,e)},Complex:function(e){return e.arg()},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),su="conj",cu=Ar(su,["typed"],(e=>{var{typed:r}=e;return r(su,{"number | BigNumber | Fraction":e=>e,Complex:e=>e.conjugate(),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),fu=Ar("im",["typed"],(e=>{var{typed:r}=e;return r("im",{number:()=>0,"BigNumber | Fraction":e=>e.mul(0),Complex:e=>e.im,"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),lu=Ar("re",["typed"],(e=>{var{typed:r}=e;return r("re",{"number | BigNumber | Fraction":e=>e,Complex:e=>e.re,"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),mu=Ar("not",["typed"],(e=>{var{typed:r}=e;return r("not",{"null | undefined":()=>!0,number:ti,Complex:function(e){return 0===e.re&&0===e.im},BigNumber:function(e){return e.isZero()||e.isNaN()},bigint:e=>!e,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),du=Ar("or",["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=eo({typed:r}),u=ro({typed:r,equalScalar:n}),s=Ta({typed:r,DenseMatrix:i}),c=io({typed:r,matrix:t,concat:a});return r("or",{"number, number":ni,"Complex, Complex":function(e,r){return 0!==e.re||0!==e.im||0!==r.re||0!==r.im},"BigNumber, BigNumber":function(e,r){return!e.isZero()&&!e.isNaN()||!r.isZero()&&!r.isNaN()},"bigint, bigint":ni,"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0)))},c({SS:u,DS:o,Ss:s}))})),pu=Ar("xor",["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=eo({typed:r}),u=iu({typed:r,SparseMatrix:a}),s=Ta({typed:r,DenseMatrix:n}),c=io({typed:r,matrix:t,concat:i});return r("xor",{"number, number":ii,"Complex, Complex":function(e,r){return(0!==e.re||0!==e.im)!=(0!==r.re||0!==r.im)},"bigint, bigint":ii,"BigNumber, BigNumber":function(e,r){return(!e.isZero()&&!e.isNaN())!=(!r.isZero()&&!r.isNaN())},"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0)))},c({SS:u,DS:o,Ss:s}))})),hu="concat",vu=Ar(hu,["typed","matrix","isInteger"],(e=>{var{typed:r,matrix:t,isInteger:n}=e;return r(hu,{"...Array | Matrix | number | BigNumber":function(e){var r,i,a=e.length,o=-1,u=!1,s=[];for(r=0;r<a;r++){var c=e[r];if(Ie(c)&&(u=!0),Se(c)||Fe(c)){if(r!==a-1)throw new Error("Dimension must be specified as last argument");if(i=o,o=c.valueOf(),!n(o))throw new TypeError("Integer number expected for dimension");if(o<0||r>0&&o>i)throw new Ct(o,i+1)}else{var f=yr(c).valueOf(),l=Et(f);if(s[r]=f,i=o,o=l.length-1,r>0&&o!==i)throw new Mt(i+1,o+1)}}if(0===s.length)throw new SyntaxError("At least one matrix expected");for(var m=s.shift();s.length;)m=Qt(m,s.shift(),o);return u?t(m):m},"...string":function(e){return e.join("")}})})),yu="column",gu=Ar(yu,["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e;return r(yu,{"Matrix, number":a,"Array, number":function(e,r){return a(n(yr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");qt(r,e.size()[1]);var a=i(0,e.size()[0]),o=new t(a,r),u=e.subset(o);return Ie(u)?u:n([[u]])}})),xu="count",bu=Ar(xu,["typed","size","prod"],(e=>{var{typed:r,size:t,prod:n}=e;return r(xu,{string:function(e){return e.length},"Matrix | Array":function(e){return n(t(e))}})})),wu="cross",Du=Ar(wu,["typed","matrix","subtract","multiply"],(e=>{var{typed:r,matrix:t,subtract:n,multiply:i}=e;return r(wu,{"Matrix, Matrix":function(e,r){return t(a(e.toArray(),r.toArray()))},"Matrix, Array":function(e,r){return t(a(e.toArray(),r))},"Array, Matrix":function(e,r){return t(a(e,r.toArray()))},"Array, Array":a});function a(e,r){var t=Math.max(Et(e).length,Et(r).length);e=jt(e),r=jt(r);var a=Et(e),o=Et(r);if(1!==a.length||1!==o.length||3!==a[0]||3!==o[0])throw new RangeError("Vectors with length 3 expected (Size A = ["+a.join(", ")+"], B = ["+o.join(", ")+"])");var u=[n(i(e[1],r[2]),i(e[2],r[1])),n(i(e[2],r[0]),i(e[0],r[2])),n(i(e[0],r[1]),i(e[1],r[0]))];return t>1?[u]:u}})),Nu="diag",Au=Ar(Nu,["typed","matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,SparseMatrix:i}=e;return r(Nu,{Array:function(e){return a(e,0,Et(e),null)},"Array, number":function(e,r){return a(e,r,Et(e),null)},"Array, BigNumber":function(e,r){return a(e,r.toNumber(),Et(e),null)},"Array, string":function(e,r){return a(e,0,Et(e),r)},"Array, number, string":function(e,r,t){return a(e,r,Et(e),t)},"Array, BigNumber, string":function(e,r,t){return a(e,r.toNumber(),Et(e),t)},Matrix:function(e){return a(e,0,e.size(),e.storage())},"Matrix, number":function(e,r){return a(e,r,e.size(),e.storage())},"Matrix, BigNumber":function(e,r){return a(e,r.toNumber(),e.size(),e.storage())},"Matrix, string":function(e,r){return a(e,0,e.size(),r)},"Matrix, number, string":function(e,r,t){return a(e,r,e.size(),t)},"Matrix, BigNumber, string":function(e,r,t){return a(e,r.toNumber(),e.size(),t)}});function a(e,r,a,o){if(!Cr(r))throw new TypeError("Second parameter in function diag must be an integer");var u=r>0?r:0,s=r<0?-r:0;switch(a.length){case 1:return function(e,r,t,a,o,u){var s=[a+o,a+u];if(t&&"sparse"!==t&&"dense"!==t)throw new TypeError("Unknown matrix type ".concat(t,'"'));var c="sparse"===t?i.diagonal(s,e,r):n.diagonal(s,e,r);return null!==t?c:c.valueOf()}(e,r,o,a[0],s,u);case 2:return function(e,r,n,i,a,o){if(Ie(e)){var u=e.diagonal(r);return null!==n?n!==u.storage()?t(u,n):u:u.valueOf()}for(var s=Math.min(i[0]-a,i[1]-o),c=[],f=0;f<s;f++)c[f]=e[f+a][f+o];return null!==n?t(c):c}(e,r,o,a,s,u)}throw new RangeError("Matrix for function diag must be 2 dimensional")}})),Mu=Ar("filter",["typed"],(e=>{var{typed:r}=e;return r("filter",{"Array, function":Cu,"Matrix, function":function(e,r){return e.create(Cu(e.valueOf(),r),e.datatype())},"Array, RegExp":Wt,"Matrix, RegExp":function(e,r){return e.create(Wt(e.valueOf(),r),e.datatype())}})}));function Cu(e,r){var t=an(r,e,"filter");return function(e,r){if(1!==Et(e).length)throw new Error("Only one dimensional matrices supported");return Array.prototype.filter.call(e,r)}(e,t.isUnary?t.fn:function(e,r,n){return t.fn(e,[r],n)})}var Eu="flatten",Su=Ar(Eu,["typed"],(e=>{var{typed:r}=e;return r(Eu,{Array:function(e){return Lt(e)},Matrix:function(e){return e.create(Lt(e.valueOf(),!0),e.datatype())}})})),Fu="forEach",Bu=Ar(Fu,["typed"],(e=>{var{typed:r}=e;return r(Fu,{"Array, function":qu,"Matrix, function":function(e,r){e.forEach(r)}})}));function qu(e,r){var t=an(r,e,Fu);nn(e,t.fn,t.isUnary)}var Tu="getMatrixDataType",Ou=Ar(Tu,["typed"],(e=>{var{typed:r}=e;return r(Tu,{Array:function(e){return Gt(e,vr)},Matrix:function(e){return e.getDataType()}})})),ku="identity",zu=Ar(ku,["typed","config","matrix","BigNumber","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i,DenseMatrix:a,SparseMatrix:o}=e;return r(ku,{"":function(){return"Matrix"===t.matrix?n([]):[]},string:function(e){return n(e)},"number | BigNumber":function(e){return s(e,e,"Matrix"===t.matrix?"dense":void 0)},"number | BigNumber, string":function(e,r){return s(e,e,r)},"number | BigNumber, number | BigNumber":function(e,r){return s(e,r,"Matrix"===t.matrix?"dense":void 0)},"number | BigNumber, number | BigNumber, string":function(e,r,t){return s(e,r,t)},Array:function(e){return u(e)},"Array, string":function(e,r){return u(e,r)},Matrix:function(e){return u(e.valueOf(),e.storage())},"Matrix, string":function(e,r){return u(e.valueOf(),r)}});function u(e,r){switch(e.length){case 0:return r?n(r):[];case 1:return s(e[0],e[0],r);case 2:return s(e[0],e[1],r);default:throw new Error("Vector containing two values expected")}}function s(e,r,t){var n=Fe(e)||Fe(r)?i:null;if(Fe(e)&&(e=e.toNumber()),Fe(r)&&(r=r.toNumber()),!Cr(e)||e<1)throw new Error("Parameters in function identity must be positive integers");if(!Cr(r)||r<1)throw new Error("Parameters in function identity must be positive integers");var u=n?new i(1):1,s=n?new n(0):0,c=[e,r];if(t){if("sparse"===t)return o.diagonal(c,u,0,s);if("dense"===t)return a.diagonal(c,u,0,s);throw new TypeError('Unknown matrix type "'.concat(t,'"'))}for(var f=Ot([],c,s),l=e<r?e:r,m=0;m<l;m++)f[m][m]=u;return f}})),Iu="kron",Ru=Ar(Iu,["typed","matrix","multiplyScalar"],(e=>{var{typed:r,matrix:t,multiplyScalar:n}=e;return r(Iu,{"Matrix, Matrix":function(e,r){return t(i(e.toArray(),r.toArray()))},"Matrix, Array":function(e,r){return t(i(e.toArray(),r))},"Array, Matrix":function(e,r){return t(i(e,r.toArray()))},"Array, Array":i});function i(e,r){if(1===Et(e).length&&(e=[e]),1===Et(r).length&&(r=[r]),Et(e).length>2||Et(r).length>2)throw new RangeError("Vectors with dimensions greater then 2 are not supported expected (Size x = "+JSON.stringify(e.length)+", y = "+JSON.stringify(r.length)+")");var t=[],i=[];return e.map((function(e){return r.map((function(r){return t.push(i=[]),e.map((function(e){return r.map((function(r){return i.push(n(e,r))}))}))}))}))&&t}})),ju="map",Uu=Ar(ju,["typed"],(e=>{var{typed:r}=e;return r(ju,{"Array, function":t,"Matrix, function":function(e,r){return e.map(r)},"Array|Matrix, Array|Matrix, ...Array|Matrix|function":(e,n,i)=>function(e,n){if("function"!=typeof n)throw new Error("Last argument must be a callback function");var i,a=e[0].isMatrix,o=Yt(...e.map((e=>e.isMatrix?e.size():Et(e)))),u=a?(e,r)=>e.get(r):rn,s=e.map(a?r=>r.isMatrix?r.create(en(r.toArray(),o),r.datatype()):e[0].create(en(r.valueOf(),o)):e=>en(e.isMatrix?e.toArray():e,o));if(r.isTypedFunction(n)){var c=o.map((()=>0)),f=s.map((e=>u(e,c))),l=function(e,t,n,i){return null!==r.resolve(e,[...t,n,...i])?2:null!==r.resolve(e,[...t,n])?1:(r.resolve(e,t),0)}(n,f,c,s);i=p(l)}else{var m=function(e,r){return e.length>r+1?2:e.length===r+1?1:0}(n,e.length);i=p(m)}var d=(e,r)=>i([e,...s.slice(1).map((e=>u(e,r)))],r);return a?s[0].map(d):t(s[0],d);function p(e){switch(e){case 0:return e=>n(...e);case 1:return(e,r)=>n(...e,r);case 2:return(e,r)=>n(...e,r,...s)}}}([e,n,...i.slice(0,i.length-1)],i[i.length-1])});function t(e,r){var t=an(r,e,ju);return tn(e,t.fn,t.isUnary)}})),Pu="diff",$u=Ar(Pu,["typed","matrix","subtract","number"],(e=>{var{typed:r,matrix:t,subtract:n,number:i}=e;return r(Pu,{"Array | Matrix":function(e){return Ie(e)?t(o(e.toArray())):o(e)},"Array | Matrix, number":function(e,r){if(!Cr(r))throw new RangeError("Dimension must be a whole number");return Ie(e)?t(a(e.toArray(),r)):a(e,r)},"Array, BigNumber":r.referTo("Array,number",(e=>(r,t)=>e(r,i(t)))),"Matrix, BigNumber":r.referTo("Matrix,number",(e=>(r,t)=>e(r,i(t))))});function a(e,r){if(Ie(e)&&(e=e.toArray()),!Array.isArray(e))throw RangeError("Array/Matrix does not have that many dimensions");if(r>0){var t=[];return e.forEach((e=>{t.push(a(e,r-1))})),t}if(0===r)return o(e);throw RangeError("Cannot have negative dimension")}function o(e){for(var r=[],t=e.length,n=1;n<t;n++)r.push(u(e[n-1],e[n]));return r}function u(e,r){Ie(e)&&(e=e.toArray()),Ie(r)&&(r=r.toArray());var t=Array.isArray(e),i=Array.isArray(r);if(t&&i)return function(e,r){if(e.length!==r.length)throw RangeError("Not all sub-arrays have the same length");for(var t=[],n=e.length,i=0;i<n;i++)t.push(u(e[i],r[i]));return t}(e,r);if(!t&&!i)return n(r,e);throw TypeError("Cannot calculate difference between 1 array and 1 non-array")}})),Lu=Ar("ones",["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r("ones",{"":function(){return"Array"===t.matrix?a([]):a([],"default")},"...number | BigNumber | string":function(e){if("string"==typeof e[e.length-1]){var r=e.pop();return a(e,r)}return"Array"===t.matrix?a(e):a(e,"default")},Array:a,Matrix:function(e){var r=e.storage();return a(e.valueOf(),r)},"Array | Matrix, string":function(e,r){return a(e.valueOf(),r)}});function a(e,r){var t=function(e){var r=!1;return e.forEach((function(e,t,n){Fe(e)&&(r=!0,n[t]=e.toNumber())})),r}(e),a=t?new i(1):1;if(function(e){e.forEach((function(e){if("number"!=typeof e||!Cr(e)||e<0)throw new Error("Parameters in function ones must be positive integers")}))}(e),r){var o=n(r);return e.length>0?o.resize(e,a):o}var u=[];return e.length>0?Ot(u,e,a):u}}));function _u(){throw new Error('No "bignumber" implementation available')}function Ju(){throw new Error('No "fraction" implementation available')}function Wu(){throw new Error('No "matrix" implementation available')}var Vu="range",Hu=Ar(Vu,["typed","config","?matrix","?bignumber","smaller","smallerEq","larger","largerEq","add","isPositive"],(e=>{var{typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f}=e;return r(Vu,{string:m,"string, boolean":m,number:function(e){throw new TypeError("Too few arguments to function range(): ".concat(e))},boolean:function(e){throw new TypeError("Unexpected type of argument 1 to function range(): ".concat(e,", number|bigint|BigNumber|Fraction"))},"number, number":function(e,r){return l(d(e,r,1,!1))},"number, number, number":function(e,r,t){return l(d(e,r,t,!1))},"number, number, boolean":function(e,r,t){return l(d(e,r,1,t))},"number, number, number, boolean":function(e,r,t,n){return l(d(e,r,t,n))},"bigint, bigint|number":function(e,r){return l(d(e,r,1n,!1))},"number, bigint":function(e,r){return l(d(BigInt(e),r,1n,!1))},"bigint, bigint|number, bigint|number":function(e,r,t){return l(d(e,r,BigInt(t),!1))},"number, bigint, bigint|number":function(e,r,t){return l(d(BigInt(e),r,BigInt(t),!1))},"bigint, bigint|number, boolean":function(e,r,t){return l(d(e,r,1n,t))},"number, bigint, boolean":function(e,r,t){return l(d(BigInt(e),r,1n,t))},"bigint, bigint|number, bigint|number, boolean":function(e,r,t,n){return l(d(e,r,BigInt(t),n))},"number, bigint, bigint|number, boolean":function(e,r,t,n){return l(d(BigInt(e),r,BigInt(t),n))},"BigNumber, BigNumber":function(e,r){return l(d(e,r,new(0,e.constructor)(1),!1))},"BigNumber, BigNumber, BigNumber":function(e,r,t){return l(d(e,r,t,!1))},"BigNumber, BigNumber, boolean":function(e,r,t){return l(d(e,r,new(0,e.constructor)(1),t))},"BigNumber, BigNumber, BigNumber, boolean":function(e,r,t,n){return l(d(e,r,t,n))},"Fraction, Fraction":function(e,r){return l(d(e,r,1,!1))},"Fraction, Fraction, Fraction":function(e,r,t){return l(d(e,r,t,!1))},"Fraction, Fraction, boolean":function(e,r,t){return l(d(e,r,1,t))},"Fraction, Fraction, Fraction, boolean":function(e,r,t,n){return l(d(e,r,t,n))},"Unit, Unit, Unit":function(e,r,t){return l(d(e,r,t,!1))},"Unit, Unit, Unit, boolean":function(e,r,t,n){return l(d(e,r,t,n))}});function l(e){return"Matrix"===t.matrix?n?n(e):Wu():e}function m(e,r){var n=function(e){var r=e.split(":").map((function(e){return Number(e)}));if(r.some((function(e){return isNaN(e)})))return null;switch(r.length){case 2:return{start:r[0],end:r[1],step:1};case 3:return{start:r[0],end:r[2],step:r[1]};default:return null}}(e);if(!n)throw new SyntaxError('String "'+e+'" is no valid range');return"BigNumber"===t.number?(void 0===i&&_u(),l(d(i(n.start),i(n.end),i(n.step)))):l(d(n.start,n.end,n.step,r))}function d(e,r,t,n){for(var i=[],l=f(t)?n?o:a:n?s:u,m=e;l(m,r);)i.push(m),m=c(m,t);return i}})),Zu="reshape",Gu=Ar(Zu,["typed","isInteger","matrix"],(e=>{var{typed:r,isInteger:t}=e;return r(Zu,{"Matrix, Array":function(e,r){return e.reshape(r,!0)},"Array, Array":function(e,r){return r.forEach((function(e){if(!t(e))throw new TypeError("Invalid size for dimension: "+e)})),zt(e,r)}})})),Xu=Ar("resize",["config","matrix"],(e=>{var{config:r,matrix:t}=e;return function(e,n,i){if(2!==arguments.length&&3!==arguments.length)throw new co("resize",arguments.length,2,3);if(Ie(n)&&(n=n.valueOf()),Fe(n[0])&&(n=n.map((function(e){return Fe(e)?e.toNumber():e}))),Ie(e))return e.resize(n,i,!0);if("string"==typeof e)return function(e,r,t){if(void 0!==t){if("string"!=typeof t||1!==t.length)throw new TypeError("Single character expected as defaultValue")}else t=" ";if(1!==r.length)throw new Mt(r.length,1);var n=r[0];if("number"!=typeof n||!Cr(n))throw new TypeError("Invalid size, must contain positive integers (size: "+xt(r)+")");if(e.length>n)return e.substring(0,n);if(e.length<n){for(var i=e,a=0,o=n-e.length;a<o;a++)i+=t;return i}return e}(e,n,i);var a=!Array.isArray(e)&&"Array"!==r.matrix;if(0===n.length){for(;Array.isArray(e);)e=e[0];return yr(e)}Array.isArray(e)||(e=[e]);var o=Ot(e=yr(e),n,i);return a?t(o):o}})),Qu="rotate",Yu=Ar(Qu,["typed","multiply","rotationMatrix"],(e=>{var{typed:r,multiply:t,rotationMatrix:n}=e;return r(Qu,{"Array , number | BigNumber | Complex | Unit":function(e,r){return i(e,2),t(n(r),e).toArray()},"Matrix , number | BigNumber | Complex | Unit":function(e,r){return i(e,2),t(n(r),e)},"Array, number | BigNumber | Complex | Unit, Array | Matrix":function(e,r,a){return i(e,3),t(n(r,a),e)},"Matrix, number | BigNumber | Complex | Unit, Array | Matrix":function(e,r,a){return i(e,3),t(n(r,a),e)}});function i(e,r){var t=Array.isArray(e)?Et(e):e.size();if(t.length>2)throw new RangeError("Vector must be of dimensions 1x".concat(r));if(2===t.length&&1!==t[1])throw new RangeError("Vector must be of dimensions 1x".concat(r));if(t[0]!==r)throw new RangeError("Vector must be of dimensions 1x".concat(r))}})),Ku="rotationMatrix",es=Ar(Ku,["typed","config","multiplyScalar","addScalar","unaryMinus","norm","matrix","BigNumber","DenseMatrix","SparseMatrix","cos","sin"],(e=>{var{typed:r,config:t,multiplyScalar:n,addScalar:i,unaryMinus:a,norm:o,BigNumber:u,matrix:s,DenseMatrix:c,SparseMatrix:f,cos:l,sin:m}=e;return r(Ku,{"":function(){return"Matrix"===t.matrix?s([]):[]},string:function(e){return s(e)},"number | BigNumber | Complex | Unit":function(e){return d(e,"Matrix"===t.matrix?"dense":void 0)},"number | BigNumber | Complex | Unit, string":function(e,r){return d(e,r)},"number | BigNumber | Complex | Unit, Array":function(e,r){var t=s(r);return p(t),y(e,t,void 0)},"number | BigNumber | Complex | Unit, Matrix":function(e,r){p(r);var n=r.storage()||("Matrix"===t.matrix?"dense":void 0);return y(e,r,n)},"number | BigNumber | Complex | Unit, Array, string":function(e,r,t){var n=s(r);return p(n),y(e,n,t)},"number | BigNumber | Complex | Unit, Matrix, string":function(e,r,t){return p(r),y(e,r,t)}});function d(e,r){var t=Fe(e)?new u(-1):-1,i=l(e),a=m(e);return v([[i,n(t,a)],[a,i]],r)}function p(e){var r=e.size();if(r.length<1||3!==r[0])throw new RangeError("Vector must be of dimensions 1x3")}function h(e){return e.reduce(((e,r)=>n(e,r)))}function v(e,r){if(r){if("sparse"===r)return new f(e);if("dense"===r)return new c(e);throw new TypeError('Unknown matrix type "'.concat(r,'"'))}return e}function y(e,r,t){var n=o(r);if(0===n)throw new RangeError("Rotation around zero vector");var s=Fe(e)?u:null,c=s?new s(1):1,f=s?new s(-1):-1,d=s?new s(r.get([0])/n):r.get([0])/n,p=s?new s(r.get([1])/n):r.get([1])/n,y=s?new s(r.get([2])/n):r.get([2])/n,g=l(e),x=i(c,a(g)),b=m(e);return v([[i(g,h([d,d,x])),i(h([d,p,x]),h([f,y,b])),i(h([d,y,x]),h([p,b]))],[i(h([d,p,x]),h([y,b])),i(g,h([p,p,x])),i(h([p,y,x]),h([f,d,b]))],[i(h([d,y,x]),h([f,p,b])),i(h([p,y,x]),h([d,b])),i(g,h([y,y,x]))]],t)}})),rs=Ar("row",["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e;return r("row",{"Matrix, number":a,"Array, number":function(e,r){return a(n(yr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");qt(r,e.size()[0]);var a=i(0,e.size()[1]),o=new t(r,a),u=e.subset(o);return Ie(u)?u:n([[u]])}})),ts="size",ns=Ar(ts,["typed","config","?matrix"],(e=>{var{typed:r,config:t,matrix:n}=e;return r(ts,{Matrix:function(e){return e.create(e.size(),"number")},Array:Et,string:function(e){return"Array"===t.matrix?[e.length]:n([e.length],"dense","number")},"number | Complex | BigNumber | Unit | boolean | null":function(){return"Array"===t.matrix?[]:n?n([],"dense","number"):Wu()}})})),is="squeeze",as=Ar(is,["typed"],(e=>{var{typed:r}=e;return r(is,{Array:function(e){return jt(yr(e))},Matrix:function(e){var r=jt(e.toArray());return Array.isArray(r)?e.create(r,e.datatype()):r},any:function(e){return yr(e)}})})),os="subset",us=Ar(os,["typed","matrix","zeros","add"],(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e;return r(os,{"Matrix, Index":function(e,r){return Tt(r)?t():(Bt(e,r),e.subset(r))},"Array, Index":r.referTo("Matrix, Index",(function(e){return function(r,n){var i=e(t(r),n);return n.isScalar()?i:i.valueOf()}})),"Object, Index":fs,"string, Index":ss,"Matrix, Index, any, any":function(e,r,t,a){return Tt(r)?e:(Bt(e,r),e.clone().subset(r,function(e,r){if("string"==typeof e)throw new Error("can't boradcast a string");if(r._isScalar)return e;var t=r.size();if(!t.every((e=>e>0)))return e;try{return i(e,n(t))}catch(r){return e}}(t,r),a))},"Array, Index, any, any":r.referTo("Matrix, Index, any, any",(function(e){return function(r,n,i,a){var o=e(t(r),n,i,a);return o.isMatrix?o.valueOf():o}})),"Array, Index, any":r.referTo("Matrix, Index, any, any",(function(e){return function(r,n,i){return e(t(r),n,i,void 0).valueOf()}})),"Matrix, Index, any":r.referTo("Matrix, Index, any, any",(function(e){return function(r,t,n){return e(r,t,n,void 0)}})),"string, Index, string":cs,"string, Index, string, string":cs,"Object, Index, any":ls})}));function ss(e,r){if(!$e(r))throw new TypeError("Index expected");if(Tt(r))return"";if(Bt(Array.from(e),r),1!==r.size().length)throw new Mt(r.size().length,1);var t=e.length;qt(r.min()[0],t),qt(r.max()[0],t);var n=r.dimension(0),i="";return n.forEach((function(r){i+=e.charAt(r)})),i}function cs(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Index expected");if(Tt(r))return e;if(Bt(Array.from(e),r),1!==r.size().length)throw new Mt(r.size().length,1);if(void 0!==n){if("string"!=typeof n||1!==n.length)throw new TypeError("Single character expected as defaultValue")}else n=" ";var i=r.dimension(0);if(i.size()[0]!==t.length)throw new Mt(i.size()[0],t.length);var a=e.length;qt(r.min()[0]),qt(r.max()[0]);for(var o=[],u=0;u<a;u++)o[u]=e.charAt(u);if(i.forEach((function(e,r){o[e]=t.charAt(r[0])})),o.length>a)for(var s=a-1,c=o.length;s<c;s++)o[s]||(o[s]=n);return o.join("")}function fs(e,r){if(!Tt(r)){if(1!==r.size().length)throw new Mt(r.size(),1);var t=r.dimension(0);if("string"!=typeof t)throw new TypeError("String expected as index to retrieve an object property");return ye(e,t)}}function ls(e,r,t){if(Tt(r))return e;if(1!==r.size().length)throw new Mt(r.size(),1);var n=r.dimension(0);if("string"!=typeof n)throw new TypeError("String expected as index to retrieve an object property");var i=yr(e);return ge(i,n,t),i}var ms="transpose",ds=Ar(ms,["typed","matrix"],(e=>{var{typed:r,matrix:t}=e;return r(ms,{Array:e=>n(t(e)).valueOf(),Matrix:n,any:yr});function n(e){var r,t=e.size();switch(t.length){case 1:r=e.clone();break;case 2:var n=t[0],i=t[1];if(0===i)throw new RangeError("Cannot transpose a 2D matrix with no columns (size: "+xt(t)+")");switch(e.storage()){case"dense":r=function(e,r,t){for(var n,i=e._data,a=[],o=0;o<t;o++){n=a[o]=[];for(var u=0;u<r;u++)n[u]=yr(i[u][o])}return e.createDenseMatrix({data:a,size:[t,r],datatype:e._datatype})}(e,n,i);break;case"sparse":r=function(e,r,t){for(var n,i,a,o=e._values,u=e._index,s=e._ptr,c=o?[]:void 0,f=[],l=[],m=[],d=0;d<r;d++)m[d]=0;for(n=0,i=u.length;n<i;n++)m[u[n]]++;for(var p=0,h=0;h<r;h++)l.push(p),p+=m[h],m[h]=l[h];for(l.push(p),a=0;a<t;a++)for(var v=s[a+1],y=s[a];y<v;y++){var g=m[u[y]]++;f[g]=a,o&&(c[g]=yr(o[y]))}return e.createSparseMatrix({values:c,index:f,ptr:l,size:[t,r],datatype:e._datatype})}(e,n,i)}break;default:throw new RangeError("Matrix must be a vector or two dimensional (size: "+xt(t)+")")}return r}})),ps="ctranspose",hs=Ar(ps,["typed","transpose","conj"],(e=>{var{typed:r,transpose:t,conj:n}=e;return r(ps,{any:function(e){return n(t(e))}})})),vs="zeros",ys=Ar(vs,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(vs,{"":function(){return"Array"===t.matrix?a([]):a([],"default")},"...number | BigNumber | string":function(e){if("string"==typeof e[e.length-1]){var r=e.pop();return a(e,r)}return"Array"===t.matrix?a(e):a(e,"default")},Array:a,Matrix:function(e){var r=e.storage();return a(e.valueOf(),r)},"Array | Matrix, string":function(e,r){return a(e.valueOf(),r)}});function a(e,r){var t=function(e){var r=!1;return e.forEach((function(e,t,n){Fe(e)&&(r=!0,n[t]=e.toNumber())})),r}(e),a=t?new i(0):0;if(function(e){e.forEach((function(e){if("number"!=typeof e||!Cr(e)||e<0)throw new Error("Parameters in function zeros must be positive integers")}))}(e),r){var o=n(r);return e.length>0?o.resize(e,a):o}var u=[];return e.length>0?Ot(u,e,a):u}})),gs=Ar("fft",["typed","matrix","addScalar","multiplyScalar","divideScalar","exp","tau","i","dotDivide","conj","pow","ceil","log2"],(e=>{var{typed:r,addScalar:t,multiplyScalar:n,divideScalar:i,exp:a,tau:o,i:u,dotDivide:s,conj:c,pow:f,ceil:l,log2:m}=e;return r("fft",{Array:d,Matrix:function(e){return e.create(d(e.valueOf()),e.datatype())}});function d(e){var r=Et(e);return 1===r.length?h(e):p(e.map((e=>d(e,r.slice(1)))),0)}function p(e,r){var t=Et(e);if(0!==r)return new Array(t[0]).fill(0).map(((t,n)=>p(e[n],r-1)));if(1===t.length)return h(e);function n(e){var r=Et(e);return new Array(r[1]).fill(0).map(((t,n)=>new Array(r[0]).fill(0).map(((r,t)=>e[t][n]))))}return n(p(n(e),1))}function h(e){var r=e.length;if(1===r)return[e[0]];if(r%2==0){for(var p=[...h(e.filter(((e,r)=>r%2==0))),...h(e.filter(((e,r)=>r%2==1)))],v=0;v<r/2;v++){var y=p[v],g=n(p[v+r/2],a(n(n(o,u),i(-v,r))));p[v]=t(y,g),p[v+r/2]=t(y,n(-1,g))}return p}return function(e){for(var r=e.length,t=a(i(n(-1,n(u,o)),r)),p=[],v=1-r;v<r;v++)p.push(f(t,i(f(v,2),2)));for(var y=f(2,l(m(r+r-1))),g=[...new Array(r).fill(0).map(((t,i)=>n(e[i],p[r-1+i]))),...new Array(y-r).fill(0)],x=[...new Array(r+r-1).fill(0).map(((e,r)=>i(1,p[r]))),...new Array(y-(r+r-1)).fill(0)],b=h(g),w=h(x),D=new Array(y).fill(0).map(((e,r)=>n(b[r],w[r]))),N=s(c(d(c(D))),y),A=[],M=r-1;M<r+r-1;M++)A.push(n(N[M],p[M]));return A}(e)}})),xs="ifft",bs=Ar(xs,["typed","fft","dotDivide","conj"],(e=>{var{typed:r,fft:t,dotDivide:n,conj:i}=e;return r(xs,{"Array | Matrix":function(e){var r=Ie(e)?e.size():Et(e);return n(i(t(i(e))),r.reduce(((e,r)=>e*r),1))}})})),ws={exports:{}},Ds={exports:{}},Ns={exports:{}};!function(e){function r(t){return e.exports=r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,r(t)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Ns);var As={exports:{}};!function(e){var r=Ns.exports.default;e.exports=function(e,t){if("object"!=r(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=r(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(As),function(e){var r=Ns.exports.default,t=As.exports;e.exports=function(e){var n=t(e,"string");return"symbol"==r(n)?n:n+""},e.exports.__esModule=!0,e.exports.default=e.exports}(Ds),function(e){var r=Ds.exports;e.exports=function(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports}(ws);const Ms=le(ws.exports);function Cs(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}var Es=Ar("solveODE",["typed","add","subtract","multiply","divide","max","map","abs","isPositive","isNegative","larger","smaller","matrix","bignumber","unaryMinus"],(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,max:o,map:u,abs:s,isPositive:c,isNegative:f,larger:l,smaller:m,matrix:d,bignumber:p,unaryMinus:h}=e;function v(e){return function(r,d,v,y){if(2!==d.length||!d.every(b)&&!d.every(Oe))throw new Error('"tspan" must be an Array of two numeric values or two units [tStart, tEnd]');var g=d[0],x=d[1],w=l(x,g),D=y.firstStep;if(void 0!==D&&!c(D))throw new Error('"firstStep" must be positive');var N=y.maxStep;if(void 0!==N&&!c(N))throw new Error('"maxStep" must be positive');var A=y.minStep;if(A&&f(A))throw new Error('"minStep" must be positive or zero');var M=[g,x,D,A,N].filter((e=>void 0!==e));if(!M.every(b)&&!M.every(Oe))throw new Error('Inconsistent type of "t" dependant variables');for(var C=y.tol?y.tol:1e-4,E=y.minDelta?y.minDelta:.2,S=y.maxDelta?y.maxDelta:5,F=y.maxIter?y.maxIter:1e4,B=[g,x,...v,N,A].some(Fe),[q,T,O,k]=B?[p(e.a),p(e.c),p(e.b),p(e.bp)]:[e.a,e.c,e.b,e.bp],z=D?w?D:h(D):a(n(x,g),1),I=[g],R=[v],j=n(O,k),U=0,P=0,$=function(e){return e?m:l}(w),L=function(e){var r=e?l:m;return function(e,i,a){var o=t(e,a);return r(o,i)?n(i,e):a}}(w);$(I[U],x);){var _=[];z=L(I[U],x,z),_.push(r(I[U],R[U]));for(var J=1;J<T.length;++J)_.push(r(t(I[U],i(T[J],z)),t(R[U],i(z,q[J],_))));var W=o(s(u(i(j,_),(e=>Oe(e)?e.value:e))));W<C&&C/W>1/4&&(I.push(t(I[U],z)),R.push(t(R[U],i(z,O,_))),U++);var V=.84*(C/W)**.2;if(m(V,E)?V=E:l(V,S)&&(V=S),V=B?p(V):V,z=i(z,V),N&&l(s(z),N)?z=w?N:h(N):A&&m(s(z),A)&&(z=w?A:h(A)),++P>F)throw new Error("Maximum number of iterations reached, try changing options")}return{t:I,y:R}}}function y(e,r,t,n){return v({a:[[],[.5],[0,3/4],[2/9,1/3,4/9]],c:[null,.5,3/4,1],b:[2/9,1/3,4/9,0],bp:[7/24,1/4,1/3,1/8]})(e,r,t,n)}function g(e,r,t,n){return v({a:[[],[.2],[3/40,9/40],[44/45,-56/15,32/9],[19372/6561,-25360/2187,64448/6561,-212/729],[9017/3168,-355/33,46732/5247,49/176,-5103/18656],[35/384,0,500/1113,125/192,-2187/6784,11/84]],c:[null,.2,.3,.8,8/9,1,1],b:[35/384,0,500/1113,125/192,-2187/6784,11/84,0],bp:[5179/57600,0,7571/16695,393/640,-92097/339200,187/2100,1/40]})(e,r,t,n)}function x(e,r,t,n){var i=n.method?n.method:"RK45",a={RK23:y,RK45:g};if(i.toUpperCase()in a){var o=function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Cs(Object(t),!0).forEach((function(r){Ms(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Cs(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({},n);return delete o.method,a[i.toUpperCase()](e,r,t,o)}var u=Object.keys(a).map((e=>'"'.concat(e,'"'))),s="".concat(u.slice(0,-1).join(", ")," and ").concat(u.slice(-1));throw new Error('Unavailable method "'.concat(i,'". Available methods are ').concat(s))}function b(e){return Fe(e)||Se(e)}function w(e,r,t,n){var i=x(e,r.toArray(),t.toArray(),n);return{t:d(i.t),y:d(i.y)}}return r("solveODE",{"function, Array, Array, Object":x,"function, Matrix, Matrix, Object":w,"function, Array, Array":(e,r,t)=>x(e,r,t,{}),"function, Matrix, Matrix":(e,r,t)=>w(e,r,t,{}),"function, Array, number | BigNumber | Unit":(e,r,t)=>{var n=x(e,r,[t],{});return{t:n.t,y:n.y.map((e=>e[0]))}},"function, Matrix, number | BigNumber | Unit":(e,r,t)=>{var n=x(e,r.toArray(),[t],{});return{t:d(n.t),y:d(n.y.map((e=>e[0])))}},"function, Array, number | BigNumber | Unit, Object":(e,r,t,n)=>{var i=x(e,r,[t],n);return{t:i.t,y:i.y.map((e=>e[0]))}},"function, Matrix, number | BigNumber | Unit, Object":(e,r,t,n)=>{var i=x(e,r.toArray(),[t],n);return{t:d(i.t),y:d(i.y.map((e=>e[0])))}}})})),Ss=Ar("erf",["typed"],(e=>{var{typed:r}=e;return r("name",{number:function(e){var r=Math.abs(e);return r>=Os?Sr(e):r<=Fs?Sr(e)*function(e){var r,t=e*e,n=qs[0][4]*t,i=t;for(r=0;r<3;r+=1)n=(n+qs[0][r])*t,i=(i+Ts[0][r])*t;return e*(n+qs[0][3])/(i+Ts[0][3])}(r):r<=4?Sr(e)*(1-function(e){var r,t=qs[1][8]*e,n=e;for(r=0;r<7;r+=1)t=(t+qs[1][r])*e,n=(n+Ts[1][r])*e;var i=(t+qs[1][7])/(n+Ts[1][7]),a=parseInt(16*e)/16,o=(e-a)*(e+a);return Math.exp(-a*a)*Math.exp(-o)*i}(r)):Sr(e)*(1-function(e){var r,t=1/(e*e),n=qs[2][5]*t,i=t;for(r=0;r<4;r+=1)n=(n+qs[2][r])*t,i=(i+Ts[2][r])*t;var a=t*(n+qs[2][4])/(i+Ts[2][4]);a=(Bs-a)/e;var o=(e-(t=parseInt(16*e)/16))*(e+t);return Math.exp(-t*t)*Math.exp(-o)*a}(r))},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),Fs=.46875,Bs=.5641895835477563,qs=[[3.1611237438705655,113.86415415105016,377.485237685302,3209.3775891384694,.18577770618460315],[.5641884969886701,8.883149794388377,66.11919063714163,298.6351381974001,881.952221241769,1712.0476126340707,2051.0783778260716,1230.3393547979972,2.1531153547440383e-8],[.30532663496123236,.36034489994980445,.12578172611122926,.016083785148742275,.0006587491615298378,.016315387137302097]],Ts=[[23.601290952344122,244.02463793444417,1282.6165260773723,2844.236833439171],[15.744926110709835,117.6939508913125,537.1811018620099,1621.3895745666903,3290.7992357334597,4362.619090143247,3439.3676741437216,1230.3393548037495],[2.568520192289822,1.8729528499234604,.5279051029514285,.06051834131244132,.0023352049762686918]],Os=Math.pow(2,53),ks="zeta",zs=Ar(ks,["typed","config","multiply","pow","divide","factorial","equal","smallerEq","isNegative","gamma","sin","subtract","add","?Complex","?BigNumber","pi"],(e=>{var{typed:r,config:t,multiply:n,pow:i,divide:a,factorial:o,equal:u,smallerEq:s,isNegative:c,gamma:f,sin:l,subtract:m,add:d,Complex:p,BigNumber:h,pi:v}=e;return r(ks,{number:e=>y(e,(e=>e),(()=>20)),BigNumber:e=>y(e,(e=>new h(e)),(()=>Math.abs(Math.log10(t.relTol)))),Complex:function(e){return 0===e.re&&0===e.im?new p(-.5):1===e.re?new p(NaN,NaN):e.re===1/0&&0===e.im?new p(1):e.im===1/0||e.re===-1/0?new p(NaN,NaN):g(e,(e=>e),(e=>Math.round(19.5+.9*Math.abs(e.im))),(e=>e.re))}});function y(e,r,t){return u(e,0)?r(-.5):u(e,1)?r(NaN):isFinite(e)?g(e,r,t,(e=>e)):c(e)?r(NaN):r(1)}function g(e,r,t,o){var u=t(e);if(o(e)>-(u-1)/2)return function(e,r,t){for(var o=a(1,n(x(t(0),r),m(1,i(2,m(1,e))))),u=t(0),c=t(1);s(c,r);c=d(c,1))u=d(u,a(n((-1)**(c-1),x(c,r)),i(c,e)));return n(o,u)}(e,r(u),r);var c=n(i(2,e),i(r(v),m(e,1)));return c=n(c,l(n(a(r(v),2),e))),c=n(c,f(m(1,e))),n(c,g(m(1,e),r,t,o))}function x(e,r){for(var t=e,u=e;s(u,r);u=d(u,1)){var c=a(n(o(d(r,m(u,1))),i(4,u)),n(o(m(r,u)),o(n(2,u))));t=d(t,c)}return n(r,t)}})),Is="mode",Rs=Ar(Is,["typed","isNaN","isNumeric"],(e=>{var{typed:r,isNaN:t,isNumeric:n}=e;return r(Is,{"Array | Matrix":i,"...":function(e){return i(e)}});function i(e){if(0===(e=Lt(e.valueOf())).length)throw new Error("Cannot calculate mode of an empty array");for(var r={},i=[],a=0,o=0;o<e.length;o++){var u=e[o];if(n(u)&&t(u))throw new Error("Cannot calculate mode of an array containing NaN values");u in r||(r[u]=0),r[u]++,r[u]===a?i.push(u):r[u]>a&&(a=r[u],i=[u])}return i}}));function js(e,r,t){var n;return String(e).includes("Unexpected type")?(n=arguments.length>2?" (type: "+vr(t)+", value: "+JSON.stringify(t)+")":" (type: "+e.data.actual+")",new TypeError("Cannot calculate "+r+", unexpected type of argument"+n)):String(e).includes("complex numbers")?(n=arguments.length>2?" (type: "+vr(t)+", value: "+JSON.stringify(t)+")":"",new TypeError("Cannot calculate "+r+", no ordering relation is defined for complex numbers"+n)):e}var Us="prod",Ps=Ar(Us,["typed","config","multiplyScalar","numeric"],(e=>{var{typed:r,config:t,multiplyScalar:n,numeric:i}=e;return r(Us,{"Array | Matrix":a,"Array | Matrix, number | BigNumber":function(){throw new Error("prod(A, dim) is not yet supported")},"...":function(e){return a(e)}});function a(e){var r;if(dn(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw js(r,"prod",e)}})),"string"==typeof r&&(r=i(r,Er(r,t))),void 0===r)throw new Error("Cannot calculate prod of an empty array");return r}})),$s="format",Ls=Ar($s,["typed"],(e=>{var{typed:r}=e;return r($s,{any:xt,"any, Object | function | number | BigNumber":xt})})),_s=Ar("bin",["typed","format"],(e=>{var{typed:r,format:t}=e;return r("bin",{"number | BigNumber":function(e){return t(e,{notation:"bin"})},"number | BigNumber, number | BigNumber":function(e,r){return t(e,{notation:"bin",wordSize:r})}})})),Js=Ar("oct",["typed","format"],(e=>{var{typed:r,format:t}=e;return r("oct",{"number | BigNumber":function(e){return t(e,{notation:"oct"})},"number | BigNumber, number | BigNumber":function(e,r){return t(e,{notation:"oct",wordSize:r})}})})),Ws=Ar("hex",["typed","format"],(e=>{var{typed:r,format:t}=e;return r("hex",{"number | BigNumber":function(e){return t(e,{notation:"hex"})},"number | BigNumber, number | BigNumber":function(e,r){return t(e,{notation:"hex",wordSize:r})}})})),Vs=/\$([\w.]+)/g,Hs="print",Zs=Ar(Hs,["typed"],(e=>{var{typed:r}=e;return r(Hs,{"string, Object | Array":Gs,"string, Object | Array, number | Object":Gs})}));function Gs(e,r,t){return e.replace(Vs,(function(e,n){var i=n.split("."),a=r[i.shift()];for(void 0!==a&&a.isMatrix&&(a=a.toArray());i.length&&void 0!==a;){var o=i.shift();a=o?a[o]:a+"."}return void 0!==a?ke(a)?a:xt(a,t):e}))}var Xs=Ar("to",["typed","matrix","concat"],(e=>{var{typed:r,matrix:t,concat:n}=e;return r("to",{"Unit, Unit | string":(e,r)=>e.to(r)},io({typed:r,matrix:t,concat:n})({Ds:!0}))})),Qs="isPrime",Ys=Ar(Qs,["typed"],(e=>{var{typed:r}=e;return r(Qs,{number:function(e){if(e<=3)return e>1;if(e%2==0||e%3==0)return!1;for(var r=5;r*r<=e;r+=6)if(e%r==0||e%(r+2)==0)return!1;return!0},bigint:function(e){if(e<=3n)return e>1n;if(e%2n===0n||e%3n===0n)return!1;for(var r=5n;r*r<=e;r+=6n)if(e%r===0n||e%(r+2n)===0n)return!1;return!0},BigNumber:function(e){if(e.lte(3))return e.gt(1);if(e.mod(2).eq(0)||e.mod(3).eq(0))return!1;if(e.lt(Math.pow(2,32))){for(var r=e.toNumber(),t=5;t*t<=r;t+=6)if(r%t==0||r%(t+2)==0)return!1;return!0}function n(e,r,t){for(var n=1;!r.eq(0);)r.mod(2).eq(0)?(r=r.div(2),e=e.mul(e).mod(t)):(r=r.sub(1),n=e.mul(n).mod(t));return n}for(var i=e.constructor.clone({precision:2*e.toFixed(0).length}),a=0,o=(e=new i(e)).sub(1);o.mod(2).eq(0);)o=o.div(2),a+=1;var u=null;if(e.lt("3317044064679887385961981"))u=[2,3,5,7,11,13,17,19,23,29,31,37,41].filter((r=>r<e));else{var s=Math.min(e.toNumber()-2,Math.floor(2*Math.pow(e.toFixed(0).length*Math.log(10),2)));u=[];for(var c=2;c<=s;c+=1)u.push(s)}for(var f=0;f<u.length;f+=1){var l=u[f],m=n(e.sub(e).add(l),o,e);if(!m.eq(1))for(var d=0,p=m;!p.eq(e.sub(1));d+=1,p=p.mul(p).mod(e))if(d===a-1)return!1}return!0},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),Ks=Ar("numeric",["number","?bignumber","?fraction"],(e=>{var{number:r,bignumber:t,fraction:n}=e,i={string:!0,number:!0,BigNumber:!0,Fraction:!0},a={number:e=>r(e),BigNumber:t?e=>t(e):_u,bigint:e=>BigInt(e),Fraction:n?e=>n(e):Ju};return function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if(void 0!==(arguments.length>2?arguments[2]:void 0))throw new SyntaxError("numeric() takes one or two arguments");var t=vr(e);if(!(t in i))throw new TypeError("Cannot convert "+e+' of type "'+t+'"; valid input types are '+Object.keys(i).join(", "));if(!(r in a))throw new TypeError("Cannot convert "+e+' to type "'+r+'"; valid output types are '+Object.keys(a).join(", "));return r===t?e:a[r](e)}})),ec="divideScalar",rc=Ar(ec,["typed","numeric"],(e=>{var{typed:r}=e;return r(ec,{"number, number":function(e,r){return e/r},"Complex, Complex":function(e,r){return e.div(r)},"BigNumber, BigNumber":function(e,r){return e.div(r)},"bigint, bigint":function(e,r){return e/r},"Fraction, Fraction":function(e,r){return e.div(r)},"Unit, number | Complex | Fraction | BigNumber | Unit":(e,r)=>e.divide(r),"number | Fraction | Complex | BigNumber, Unit":(e,r)=>r.divideInto(e)})})),tc=Ar("pow",["typed","config","identity","multiply","matrix","inv","fraction","number","Complex"],(e=>{var{typed:r,config:t,identity:n,multiply:i,matrix:a,inv:o,number:u,fraction:s,Complex:c}=e;return r("pow",{"number, number":f,"Complex, Complex":function(e,r){return e.pow(r)},"BigNumber, BigNumber":function(e,r){return r.isInteger()||e>=0||t.predictable?e.pow(r):new c(e.toNumber(),0).pow(r.toNumber(),0)},"bigint, bigint":(e,r)=>e**r,"Fraction, Fraction":function(e,r){var n=e.pow(r);if(null!=n)return n;if(t.predictable)throw new Error("Result of pow is non-rational and cannot be expressed as a fraction");return f(e.valueOf(),r.valueOf())},"Array, number":l,"Array, BigNumber":function(e,r){return l(e,r.toNumber())},"Matrix, number":m,"Matrix, BigNumber":function(e,r){return m(e,r.toNumber())},"Unit, number | BigNumber":function(e,r){return e.pow(r)}});function f(e,r){if(t.predictable&&!Cr(r)&&e<0)try{var n=s(r),i=u(n);if((r===i||Math.abs((r-i)/r)<1e-14)&&n.d%2n===1n)return(n.n%2n===0n?1:-1)*Math.pow(-e,r)}catch(e){}return t.predictable&&(e<-1&&r===1/0||e>-1&&e<0&&r===-1/0)?NaN:Cr(r)||e>=0||t.predictable?Pn(e,r):e*e<1&&r===1/0||e*e>1&&r===-1/0?0:new c(e,0).pow(r,0)}function l(e,r){if(!Cr(r))throw new TypeError("For A^b, b must be an integer (value is "+r+")");var t=Et(e);if(2!==t.length)throw new Error("For A^b, A must be 2 dimensional (A has "+t.length+" dimensions)");if(t[0]!==t[1])throw new Error("For A^b, A must be square (size is "+t[0]+"x"+t[1]+")");if(r<0)try{return l(o(e),-r)}catch(e){if("Cannot calculate inverse, determinant is zero"===e.message)throw new TypeError("For A^b, when A is not invertible, b must be a positive integer (value is "+r+")");throw e}for(var a=n(t[0]).valueOf(),u=e;r>=1;)1&~r||(a=i(u,a)),r>>=1,u=i(u,u);return a}function m(e,r){return a(l(e.valueOf(),r))}})),nc="Number of decimals in function round must be an integer",ic="round",ac=Ar(ic,["typed","config","matrix","equalScalar","zeros","BigNumber","DenseMatrix"],(e=>{var{typed:r,config:t,matrix:n,equalScalar:i,zeros:a,BigNumber:o,DenseMatrix:u}=e,s=qa({typed:r,equalScalar:i}),c=Ta({typed:r,DenseMatrix:u}),f=Oa({typed:r});function l(e){return Math.abs(Rr(e).exponent)}return r(ic,{number:function(e){var r=$n(e,l(t.relTol));return $n(Lr(e,r,t.relTol,t.absTol)?r:e)},"number, number":function(e,r){var n=l(t.relTol);if(r>=n)return $n(e,r);var i=$n(e,n);return $n(Lr(e,i,t.relTol,t.absTol)?i:e,r)},"number, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(nc);return new o(e).toDecimalPlaces(r.toNumber())},Complex:function(e){return e.round()},"Complex, number":function(e,r){if(r%1)throw new TypeError(nc);return e.round(r)},"Complex, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(nc);var t=r.toNumber();return e.round(t)},BigNumber:function(e){var r=new o(e).toDecimalPlaces(l(t.relTol));return(Oi(e,r,t.relTol,t.absTol)?r:e).toDecimalPlaces(0)},"BigNumber, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(nc);var n=l(t.relTol);if(r>=n)return e.toDecimalPlaces(r.toNumber());var i=e.toDecimalPlaces(n);return(Oi(e,i,t.relTol,t.absTol)?i:e).toDecimalPlaces(r.toNumber())},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.round()},"Fraction, number":function(e,r){if(r%1)throw new TypeError(nc);return e.round(r)},"Fraction, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(nc);return e.round(r.toNumber())},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>pn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>pn(r,e,!0))),"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>s(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>f(r,t,e,!1))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>f(n(r),t,e,!1).valueOf())),"number | Complex | BigNumber | Fraction, SparseMatrix":r.referToSelf((e=>(r,t)=>i(r,0)?a(t.size(),t.storage()):c(t,r,e,!0))),"number | Complex | BigNumber | Fraction, DenseMatrix":r.referToSelf((e=>(r,t)=>i(r,0)?a(t.size(),t.storage()):f(t,r,e,!0))),"number | Complex | BigNumber | Fraction, Array":r.referToSelf((e=>(r,t)=>f(n(t),r,e,!0).valueOf()))})})),oc=["config","typed","typeOf","divideScalar","Complex"],uc=Math.log(16),sc=Ar("log",oc,(e=>{var{typed:r,typeOf:t,config:n,divideScalar:i,Complex:a}=e;function o(e){return e.log()}function u(e){return o(new a(e,0))}return r("log",{number:function(e){return e>=0||n.predictable?On(e):u(e)},bigint:go(uc,On,n,u),Complex:o,BigNumber:function(e){return!e.isNegative()||n.predictable?e.ln():u(e.toNumber())},"any, any":r.referToSelf((e=>(r,n)=>{if("Fraction"===t(r)&&"Fraction"===t(n)){var a=r.log(n);if(null!==a)return a}return i(e(r),e(n))}))})})),cc="log1p",fc=Ar(cc,["typed","config","divideScalar","log","Complex"],(e=>{var{typed:r,config:t,divideScalar:n,log:i,Complex:a}=e;return r(cc,{number:function(e){return e>=-1||t.predictable?qr(e):o(new a(e,0))},Complex:o,BigNumber:function(e){var r=e.plus(1);return!r.isNegative()||t.predictable?r.ln():o(new a(e.toNumber(),0))},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e))),"any, any":r.referToSelf((e=>(r,t)=>n(e(r),i(t))))});function o(e){var r=e.re+1;return new a(Math.log(Math.sqrt(r*r+e.im*e.im)),Math.atan2(e.im,r))}})),lc="nthRoots",mc=Ar(lc,["config","typed","divideScalar","Complex"],(e=>{var{typed:r,Complex:t}=e,n=[function(e){return new t(e,0)},function(e){return new t(0,e)},function(e){return new t(-e,0)},function(e){return new t(0,-e)}];function i(e,r){if(r<0)throw new Error("Root must be greater than zero");if(0===r)throw new Error("Root must be non-zero");if(r%1!=0)throw new Error("Root must be an integer");if(0===e||0===e.abs())return[new t(0,0)];var i,a="number"==typeof e;(a||0===e.re||0===e.im)&&(i=a?2*+(e<0):0===e.im?2*+(e.re<0):2*+(e.im<0)+1);for(var o=e.arg(),u=e.abs(),s=[],c=Math.pow(u,1/r),f=0;f<r;f++){var l=(i+4*f)/r;l!==Math.round(l)?s.push(new t({r:c,phi:(o+2*Math.PI*f)/r})):s.push(n[l%4](c))}return s}return r(lc,{Complex:function(e){return i(e,2)},"Complex, number":i})})),dc="dotPow",pc=Ar(dc,["typed","equalScalar","matrix","pow","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,equalScalar:t,matrix:n,pow:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=eo({typed:r}),c=iu({typed:r,SparseMatrix:u}),f=qa({typed:r,equalScalar:t}),l=Ta({typed:r,DenseMatrix:a}),m=io({typed:r,matrix:n,concat:o}),d={};for(var p in i.signatures)Object.prototype.hasOwnProperty.call(i.signatures,p)&&(p.includes("Matrix")||p.includes("Array")||(d[p]=i.signatures[p]));var h=r(d);return r(dc,m({elop:h,SS:c,DS:s,Ss:f,sS:l}))})),hc="dotDivide",vc=Ar(hc,["typed","matrix","equalScalar","divideScalar","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,equalScalar:n,divideScalar:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=Ka({typed:r,equalScalar:n}),c=eo({typed:r}),f=iu({typed:r,SparseMatrix:u}),l=qa({typed:r,equalScalar:n}),m=Ta({typed:r,DenseMatrix:a}),d=io({typed:r,matrix:t,concat:o});return r(hc,d({elop:i,SS:f,DS:c,SD:s,Ss:l,sS:m}))}));function yc(e){var{DenseMatrix:r}=e;return function(e,t,n){var i=e.size();if(2!==i.length)throw new RangeError("Matrix must be two dimensional (size: "+xt(i)+")");var a=i[0];if(a!==i[1])throw new RangeError("Matrix must be square (size: "+xt(i)+")");var o=[];if(Ie(t)){var u=t.size(),s=t._data;if(1===u.length){if(u[0]!==a)throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");for(var c=0;c<a;c++)o[c]=[s[c]];return new r({data:o,size:[a,1],datatype:t._datatype})}if(2===u.length){if(u[0]!==a||1!==u[1])throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");if(je(t)){if(n){o=[];for(var f=0;f<a;f++)o[f]=[s[f][0]];return new r({data:o,size:[a,1],datatype:t._datatype})}return t}if(Ue(t)){for(var l=0;l<a;l++)o[l]=[0];for(var m=t._values,d=t._index,p=t._ptr,h=p[1],v=p[0];v<h;v++)o[d[v]][0]=m[v];return new r({data:o,size:[a,1],datatype:t._datatype})}}throw new RangeError("Dimension mismatch. The right side has to be either 1- or 2-dimensional vector.")}if(ze(t)){var y=Et(t);if(1===y.length){if(y[0]!==a)throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");for(var g=0;g<a;g++)o[g]=[t[g]];return new r({data:o,size:[a,1]})}if(2===y.length){if(y[0]!==a||1!==y[1])throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");for(var x=0;x<a;x++)o[x]=[t[x][0]];return new r({data:o,size:[a,1]})}throw new RangeError("Dimension mismatch. The right side has to be either 1- or 2-dimensional vector.")}}}var gc="lsolve",xc=Ar(gc,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=yc({DenseMatrix:u});return r(gc,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=e._size[1],l=e._values,m=e._index,d=e._ptr,p=[],h=0;h<f;h++){var v=t[h][0]||0;if(o(v,0))p[h]=[0];else{for(var y=0,g=[],x=[],b=d[h+1],w=d[h];w<b;w++){var D=m[w];D===h?y=l[w]:D>h&&(g.push(l[w]),x.push(D))}if(o(y,0))throw new Error("Linear system cannot be solved since matrix is singular");for(var N=n(v,y),A=0,M=x.length;A<M;A++){var C=x[A];t[C]=[a(t[C][0]||0,i(N,g[A]))]}p[h]=[N]}}return new u({data:p,size:[c,1]})}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).valueOf()}});function c(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=e._size[1],l=[],m=e._data,d=0;d<f;d++){var p=t[d][0]||0,h=void 0;if(o(p,0))h=0;else{var v=m[d][d];if(o(v,0))throw new Error("Linear system cannot be solved since matrix is singular");h=n(p,v);for(var y=d+1;y<c;y++)t[y]=[a(t[y][0]||0,i(h,m[y][d]))]}l[d]=[h]}return new u({data:l,size:[c,1]})}})),bc="usolve",wc=Ar(bc,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=yc({DenseMatrix:u});return r(bc,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=e._values,l=e._index,m=e._ptr,d=[],p=e._size[1]-1;p>=0;p--){var h=t[p][0]||0;if(o(h,0))d[p]=[0];else{for(var v=0,y=[],g=[],x=m[p],b=m[p+1]-1;b>=x;b--){var w=l[b];w===p?v=f[b]:w<p&&(y.push(f[b]),g.push(w))}if(o(v,0))throw new Error("Linear system cannot be solved since matrix is singular");for(var D=n(h,v),N=0,A=g.length;N<A;N++){var M=g[N];t[M]=[a(t[M][0],i(D,y[N]))]}d[p]=[D]}}return new u({data:d,size:[c,1]})}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).valueOf()}});function c(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=[],l=e._data,m=e._size[1]-1;m>=0;m--){var d=t[m][0]||0,p=void 0;if(o(d,0))p=0;else{var h=l[m][m];if(o(h,0))throw new Error("Linear system cannot be solved since matrix is singular");p=n(d,h);for(var v=m-1;v>=0;v--)t[v]=[a(t[v][0]||0,i(p,l[v][m]))]}f[m]=[p]}return new u({data:f,size:[c,1]})}})),Dc="lsolveAll",Nc=Ar(Dc,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=yc({DenseMatrix:u});return r(Dc,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._size[0],f=e._size[1],l=e._values,m=e._index,d=e._ptr,p=0;p<f;p++)for(var h=t.length,v=0;v<h;v++){for(var y=t[v],g=[],x=[],b=d[p+1],w=0,D=d[p];D<b;D++){var N=m[D];N===p?w=l[D]:N>p&&(g.push(l[D]),x.push(N))}if(o(w,0))if(o(y[p],0)){if(0===v){var A=[...y];A[p]=1;for(var M=0,C=x.length;M<C;M++){var E=x[M];A[E]=a(A[E],g[M])}t.push(A)}}else{if(0===v)return[];t.splice(v,1),v-=1,h-=1}else{y[p]=n(y[p],w);for(var S=0,F=x.length;S<F;S++){var B=x[S];y[B]=a(y[B],i(y[p],g[S]))}}}return t.map((e=>new u({data:e.map((e=>[e])),size:[c,1]})))}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).map((e=>e.valueOf()))}});function c(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._data,f=e._size[0],l=e._size[1],m=0;m<l;m++)for(var d=t.length,p=0;p<d;p++){var h=t[p];if(o(c[m][m],0))if(o(h[m],0)){if(0===p){var v=[...h];v[m]=1;for(var y=m+1;y<l;y++)v[y]=a(v[y],c[y][m]);t.push(v)}}else{if(0===p)return[];t.splice(p,1),p-=1,d-=1}else{h[m]=n(h[m],c[m][m]);for(var g=m+1;g<l;g++)h[g]=a(h[g],i(h[m],c[g][m]))}}return t.map((e=>new u({data:e.map((e=>[e])),size:[f,1]})))}})),Ac="usolveAll",Mc=Ar(Ac,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=yc({DenseMatrix:u});return r(Ac,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._size[0],f=e._values,l=e._index,m=e._ptr,d=e._size[1]-1;d>=0;d--)for(var p=t.length,h=0;h<p;h++){for(var v=t[h],y=[],g=[],x=m[d],b=0,w=m[d+1]-1;w>=x;w--){var D=l[w];D===d?b=f[w]:D<d&&(y.push(f[w]),g.push(D))}if(o(b,0))if(o(v[d],0)){if(0===h){var N=[...v];N[d]=1;for(var A=0,M=g.length;A<M;A++){var C=g[A];N[C]=a(N[C],y[A])}t.push(N)}}else{if(0===h)return[];t.splice(h,1),h-=1,p-=1}else{v[d]=n(v[d],b);for(var E=0,S=g.length;E<S;E++){var F=g[E];v[F]=a(v[F],i(v[d],y[E]))}}}return t.map((e=>new u({data:e.map((e=>[e])),size:[c,1]})))}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).map((e=>e.valueOf()))}});function c(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._data,f=e._size[0],l=e._size[1]-1;l>=0;l--)for(var m=t.length,d=0;d<m;d++){var p=t[d];if(o(c[l][l],0))if(o(p[l],0)){if(0===d){var h=[...p];h[l]=1;for(var v=l-1;v>=0;v--)h[v]=a(h[v],c[v][l]);t.push(h)}}else{if(0===d)return[];t.splice(d,1),d-=1,m-=1}else{p[l]=n(p[l],c[l][l]);for(var y=l-1;y>=0;y--)p[y]=a(p[y],i(p[l],c[y][l]))}}return t.map((e=>new u({data:e.map((e=>[e])),size:[f,1]})))}})),Cc=Ar("matAlgo08xS0Sid",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Mt(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");if(!a||!f)throw new Error("Cannot perform operation on Pattern Sparse Matrices");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));for(var w,D,N,A=[],M=[],C=[],E=[],S=[],F=0;F<y;F++){C[F]=M.length;var B=F+1;for(D=u[F+1],w=u[F];w<D;w++)S[N=o[w]]=B,E[N]=a[w],M.push(N);for(D=m[F+1],w=m[F];w<D;w++)S[N=l[w]]===B&&(E[N]=b(E[N],f[w]));for(w=C[F];w<M.length;){var q=E[N=M[w]];g(q,x)?M.splice(w,1):(A.push(q),w++)}}return C[y]=M.length,e.createSparseMatrix({values:A,index:M,ptr:C,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),Ec=Ar("useMatrixForArrayScalar",["typed","matrix"],(e=>{var{typed:r,matrix:t}=e;return{"Array, number":r.referTo("DenseMatrix, number",(e=>(r,n)=>e(t(r),n).valueOf())),"Array, BigNumber":r.referTo("DenseMatrix, BigNumber",(e=>(r,n)=>e(t(r),n).valueOf())),"number, Array":r.referTo("number, DenseMatrix",(e=>(r,n)=>e(r,t(n)).valueOf())),"BigNumber, Array":r.referTo("BigNumber, DenseMatrix",(e=>(r,n)=>e(r,t(n)).valueOf()))}})),Sc="leftShift",Fc=Ar(Sc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=oo({typed:r}),s=Ka({typed:r,equalScalar:n}),c=Cc({typed:r,equalScalar:n}),f=so({typed:r,DenseMatrix:a}),l=qa({typed:r,equalScalar:n}),m=Oa({typed:r}),d=io({typed:r,matrix:t,concat:o}),p=Ec({typed:r,matrix:t});return r(Sc,{"number, number":Hn,"BigNumber, BigNumber":Xo,"bigint, bigint":(e,r)=>e<<r,"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():l(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():m(r,t,e,!1))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):f(t,r,e,!0))),"number | BigNumber, DenseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):m(t,r,e,!0)))},p,d({SS:c,DS:u,SD:s}))})),Bc="rightArithShift",qc=Ar(Bc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=oo({typed:r}),s=Ka({typed:r,equalScalar:n}),c=Cc({typed:r,equalScalar:n}),f=so({typed:r,DenseMatrix:a}),l=qa({typed:r,equalScalar:n}),m=Oa({typed:r}),d=io({typed:r,matrix:t,concat:o}),p=Ec({typed:r,matrix:t});return r(Bc,{"number, number":Zn,"BigNumber, BigNumber":Qo,"bigint, bigint":(e,r)=>e>>r,"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():l(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():m(r,t,e,!1))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):f(t,r,e,!0))),"number | BigNumber, DenseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):m(t,r,e,!0)))},p,d({SS:c,DS:u,SD:s}))})),Tc="rightLogShift",Oc=Ar(Tc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=oo({typed:r}),s=Ka({typed:r,equalScalar:n}),c=Cc({typed:r,equalScalar:n}),f=so({typed:r,DenseMatrix:a}),l=qa({typed:r,equalScalar:n}),m=Oa({typed:r}),d=io({typed:r,matrix:t,concat:o}),p=Ec({typed:r,matrix:t});return r(Tc,{"number, number":Gn,"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():l(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():m(r,t,e,!1))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):f(t,r,e,!0))),"number | BigNumber, DenseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):m(t,r,e,!0)))},p,d({SS:c,DS:u,SD:s}))})),kc=Ar("and",["typed","matrix","equalScalar","zeros","not","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Ka({typed:r,equalScalar:n}),s=vo({typed:r,equalScalar:n}),c=qa({typed:r,equalScalar:n}),f=Oa({typed:r}),l=io({typed:r,matrix:t,concat:o});return r("and",{"number, number":ai,"Complex, Complex":function(e,r){return!(0===e.re&&0===e.im||0===r.re&&0===r.im)},"BigNumber, BigNumber":function(e,r){return!(e.isZero()||r.isZero()||e.isNaN()||r.isNaN())},"bigint, bigint":ai,"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0))),"SparseMatrix, any":r.referToSelf((e=>(r,t)=>a(t)?i(r.size(),r.storage()):c(r,t,e,!1))),"DenseMatrix, any":r.referToSelf((e=>(r,t)=>a(t)?i(r.size(),r.storage()):f(r,t,e,!1))),"any, SparseMatrix":r.referToSelf((e=>(r,t)=>a(r)?i(r.size(),r.storage()):c(t,r,e,!0))),"any, DenseMatrix":r.referToSelf((e=>(r,t)=>a(r)?i(r.size(),r.storage()):f(t,r,e,!0))),"Array, any":r.referToSelf((e=>(r,n)=>e(t(r),n).valueOf())),"any, Array":r.referToSelf((e=>(r,n)=>e(r,t(n)).valueOf()))},l({SS:s,DS:u}))})),zc="compare",Ic=Ar(zc,["typed","config","matrix","equalScalar","BigNumber","Fraction","DenseMatrix","concat"],(e=>{var{typed:r,config:t,equalScalar:n,matrix:i,BigNumber:a,Fraction:o,DenseMatrix:u,concat:s}=e,c=eo({typed:r}),f=ro({typed:r,equalScalar:n}),l=Ta({typed:r,DenseMatrix:u}),m=io({typed:r,matrix:i,concat:s}),d=Zi({typed:r});return r(zc,Rc({typed:r,config:t}),{"boolean, boolean":function(e,r){return e===r?0:e>r?1:-1},"BigNumber, BigNumber":function(e,r){return Oi(e,r,t.relTol,t.absTol)?new a(0):new a(e.cmp(r))},"bigint, bigint":function(e,r){return e===r?0n:e>r?1n:-1n},"Fraction, Fraction":function(e,r){return new o(e.compare(r))},"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},d,m({SS:f,DS:c,Ss:l}))})),Rc=Ar(zc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(zc,{"number, number":function(e,r){return Lr(e,r,t.relTol,t.absTol)?0:e>r?1:-1}})})),jc=function e(r,t){var n,i,a=/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,o=/(^[ ]*|[ ]*$)/g,u=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,s=/^0x[0-9a-f]+$/i,c=/^0/,f=function(r){return e.insensitive&&(""+r).toLowerCase()||""+r},l=f(r).replace(o,"")||"",m=f(t).replace(o,"")||"",d=l.replace(a,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),p=m.replace(a,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),h=parseInt(l.match(s),16)||1!==d.length&&l.match(u)&&Date.parse(l),v=parseInt(m.match(s),16)||h&&m.match(u)&&Date.parse(m)||null;if(v){if(h<v)return-1;if(h>v)return 1}for(var y=0,g=Math.max(d.length,p.length);y<g;y++){if(n=!(d[y]||"").match(c)&&parseFloat(d[y])||d[y]||0,i=!(p[y]||"").match(c)&&parseFloat(p[y])||p[y]||0,isNaN(n)!==isNaN(i))return isNaN(n)?1:-1;if(typeof n!=typeof i&&(n+="",i+=""),n<i)return-1;if(n>i)return 1}return 0},Uc="compareNatural",Pc=Ar(Uc,["typed","compare"],(e=>{var{typed:r,compare:t}=e,n=t.signatures["boolean,boolean"];return r(Uc,{"any, any":function e(r,o){var u,s=vr(r),c=vr(o);if(!("number"!==s&&"BigNumber"!==s&&"Fraction"!==s||"number"!==c&&"BigNumber"!==c&&"Fraction"!==c))return"0"!==(u=t(r,o)).toString()?u>0?1:-1:jc(s,c);var f=["Array","DenseMatrix","SparseMatrix"];if(f.includes(s)||f.includes(c))return 0!==(u=i(e,r,o))?u:jc(s,c);if(s!==c)return jc(s,c);if("Complex"===s)return function(e,r){return e.re>r.re?1:e.re<r.re?-1:e.im>r.im?1:e.im<r.im?-1:0}(r,o);if("Unit"===s)return r.equalBase(o)?e(r.value,o.value):a(e,r.formatUnits(),o.formatUnits());if("boolean"===s)return n(r,o);if("string"===s)return jc(r,o);if("Object"===s)return function(e,r,t){var n=Object.keys(r),i=Object.keys(t);n.sort(jc),i.sort(jc);var o=a(e,n,i);if(0!==o)return o;for(var u=0;u<n.length;u++){var s=e(r[n[u]],t[i[u]]);if(0!==s)return s}return 0}(e,r,o);if("null"===s)return 0;if("undefined"===s)return 0;throw new TypeError('Unsupported type of value "'+s+'"')}});function i(e,r,t){return Ue(r)&&Ue(t)?a(e,r.toJSON().values,t.toJSON().values):Ue(r)?i(e,r.toArray(),t):Ue(t)?i(e,r,t.toArray()):je(r)?i(e,r.toJSON().data,t):je(t)?i(e,r,t.toJSON().data):Array.isArray(r)?Array.isArray(t)?a(e,r,t):i(e,r,[t]):i(e,[r],t)}function a(e,r,t){for(var n=0,i=Math.min(r.length,t.length);n<i;n++){var a=e(r[n],t[n]);if(0!==a)return a}return r.length>t.length?1:r.length<t.length?-1:0}})),$c="compareText",Lc=["typed","matrix","concat"];At.signature="any, any";var _c=Ar($c,Lc,(e=>{var{typed:r,matrix:t,concat:n}=e,i=io({typed:r,matrix:t,concat:n});return r($c,At,i({elop:At,Ds:!0}))})),Jc="equal",Wc=Ar(Jc,["typed","matrix","equalScalar","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=eo({typed:r}),s=iu({typed:r,SparseMatrix:o}),c=Ta({typed:r,DenseMatrix:i}),f=io({typed:r,matrix:t,concat:a});return r(Jc,Vc({typed:r,equalScalar:n}),f({elop:n,SS:s,DS:u,Ss:c}))})),Vc=Ar(Jc,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(Jc,{"any, any":function(e,r){return null===e?null===r:null===r?null===e:void 0===e?void 0===r:void 0===r?void 0===e:t(e,r)}})})),Hc="equalText",Zc=Ar(Hc,["typed","compareText","isZero"],(e=>{var{typed:r,compareText:t,isZero:n}=e;return r(Hc,{"any, any":function(e,r){return n(t(e,r))}})})),Gc="smaller",Xc=Ar(Gc,["typed","config","bignumber","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,bignumber:n,matrix:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=eo({typed:r}),c=iu({typed:r,SparseMatrix:u}),f=Ta({typed:r,DenseMatrix:a}),l=io({typed:r,matrix:i,concat:o}),m=Zi({typed:r});function d(e,r){return e.lt(r)&&!Oi(e,r,t.relTol,t.absTol)}return r(Gc,Qc({typed:r,config:t}),{"boolean, boolean":(e,r)=>e<r,"BigNumber, BigNumber":d,"bigint, bigint":(e,r)=>e<r,"Fraction, Fraction":(e,r)=>-1===e.compare(r),"Fraction, BigNumber":function(e,r){return d(n(e),r)},"BigNumber, Fraction":function(e,r){return d(e,n(r))},"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},m,l({SS:c,DS:s,Ss:f}))})),Qc=Ar(Gc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Gc,{"number, number":function(e,r){return e<r&&!Lr(e,r,t.relTol,t.absTol)}})})),Yc="smallerEq",Kc=Ar(Yc,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=eo({typed:r}),s=iu({typed:r,SparseMatrix:o}),c=Ta({typed:r,DenseMatrix:i}),f=io({typed:r,matrix:n,concat:a}),l=Zi({typed:r});return r(Yc,ef({typed:r,config:t}),{"boolean, boolean":(e,r)=>e<=r,"BigNumber, BigNumber":function(e,r){return e.lte(r)||Oi(e,r,t.relTol,t.absTol)},"bigint, bigint":(e,r)=>e<=r,"Fraction, Fraction":(e,r)=>1!==e.compare(r),"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},l,f({SS:s,DS:u,Ss:c}))})),ef=Ar(Yc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Yc,{"number, number":function(e,r){return e<=r||Lr(e,r,t.relTol,t.absTol)}})})),rf="larger",tf=Ar(rf,["typed","config","bignumber","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,bignumber:n,matrix:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=eo({typed:r}),c=iu({typed:r,SparseMatrix:u}),f=Ta({typed:r,DenseMatrix:a}),l=io({typed:r,matrix:i,concat:o}),m=Zi({typed:r});function d(e,r){return e.gt(r)&&!Oi(e,r,t.relTol,t.absTol)}return r(rf,nf({typed:r,config:t}),{"boolean, boolean":(e,r)=>e>r,"BigNumber, BigNumber":d,"bigint, bigint":(e,r)=>e>r,"Fraction, Fraction":(e,r)=>1===e.compare(r),"Fraction, BigNumber":function(e,r){return d(n(e),r)},"BigNumber, Fraction":function(e,r){return d(e,n(r))},"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},m,l({SS:c,DS:s,Ss:f}))})),nf=Ar(rf,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(rf,{"number, number":function(e,r){return e>r&&!Lr(e,r,t.relTol,t.absTol)}})})),af="largerEq",of=Ar(af,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=eo({typed:r}),s=iu({typed:r,SparseMatrix:o}),c=Ta({typed:r,DenseMatrix:i}),f=io({typed:r,matrix:n,concat:a}),l=Zi({typed:r});return r(af,uf({typed:r,config:t}),{"boolean, boolean":(e,r)=>e>=r,"BigNumber, BigNumber":function(e,r){return e.gte(r)||Oi(e,r,t.relTol,t.absTol)},"bigint, bigint":function(e,r){return e>=r},"Fraction, Fraction":(e,r)=>-1!==e.compare(r),"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},l,f({SS:s,DS:u,Ss:c}))})),uf=Ar(af,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(af,{"number, number":function(e,r){return e>=r||Lr(e,r,t.relTol,t.absTol)}})})),sf="deepEqual",cf=Ar(sf,["typed","equal"],(e=>{var{typed:r,equal:t}=e;return r(sf,{"any, any":function(e,r){return n(e.valueOf(),r.valueOf())}});function n(e,r){if(Array.isArray(e)){if(Array.isArray(r)){var i=e.length;if(i!==r.length)return!1;for(var a=0;a<i;a++)if(!n(e[a],r[a]))return!1;return!0}return!1}return!Array.isArray(r)&&t(e,r)}})),ff="unequal",lf=Ar(ff,["typed","config","equalScalar","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,equalScalar:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=eo({typed:r}),s=iu({typed:r,SparseMatrix:o}),c=Ta({typed:r,DenseMatrix:i}),f=io({typed:r,matrix:n,concat:a});return r(ff,mf({typed:r,equalScalar:t}),f({elop:function(e,r){return!t(e,r)},SS:s,DS:u,Ss:c}))})),mf=Ar(ff,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(ff,{"any, any":function(e,r){return null===e?null!==r:null===r?null!==e:void 0===e?void 0!==r:void 0===r?void 0!==e:!t(e,r)}})})),df="partitionSelect",pf=Ar(df,["typed","isNumeric","isNaN","compare"],(e=>{var{typed:r,isNumeric:t,isNaN:n,compare:i}=e,a=i,o=(e,r)=>-i(e,r);return r(df,{"Array | Matrix, number":function(e,r){return u(e,r,a)},"Array | Matrix, number, string":function(e,r,t){if("asc"===t)return u(e,r,a);if("desc"===t)return u(e,r,o);throw new Error('Compare string must be "asc" or "desc"')},"Array | Matrix, number, function":u});function u(e,r,t){if(!Cr(r)||r<0)throw new Error("k must be a non-negative integer");if(Ie(e)){if(e.size().length>1)throw new Error("Only one dimensional matrices supported");return s(e.valueOf(),r,t)}if(Array.isArray(e))return s(e,r,t)}function s(e,r,i){if(r>=e.length)throw new Error("k out of bounds");for(var a=0;a<e.length;a++)if(t(e[a])&&n(e[a]))return e[a];for(var o=0,u=e.length-1;o<u;){for(var s=o,c=u,f=e[Math.floor(Math.random()*(u-o+1))+o];s<c;)if(i(e[s],f)>=0){var l=e[c];e[c]=e[s],e[s]=l,--c}else++s;i(e[s],f)>0&&--s,r<=s?u=s:o=s+1}return e[r]}})),hf="sort",vf=Ar(hf,["typed","matrix","compare","compareNatural"],(e=>{var{typed:r,matrix:t,compare:n,compareNatural:i}=e,a=n,o=(e,r)=>-n(e,r);return r(hf,{Array:function(e){return s(e),e.sort(a)},Matrix:function(e){return c(e),t(e.toArray().sort(a),e.storage())},"Array, function":function(e,r){return s(e),e.sort(r)},"Matrix, function":function(e,r){return c(e),t(e.toArray().sort(r),e.storage())},"Array, string":function(e,r){return s(e),e.sort(u(r))},"Matrix, string":function(e,r){return c(e),t(e.toArray().sort(u(r)),e.storage())}});function u(e){if("asc"===e)return a;if("desc"===e)return o;if("natural"===e)return i;throw new Error('String "asc", "desc", or "natural" expected')}function s(e){if(1!==Et(e).length)throw new Error("One dimensional array expected")}function c(e){if(1!==e.size().length)throw new Error("One dimensional matrix expected")}})),yf=Ar("max",["typed","config","numeric","larger","isNaN"],(e=>{var{typed:r,config:t,numeric:n,larger:i,isNaN:a}=e;return r("max",{"Array | Matrix":u,"Array | Matrix, number | BigNumber":function(e,r){return hn(e,r.valueOf(),o)},"...":function(e){if(mn(e))throw new TypeError("Scalar values expected in function max");return u(e)}});function o(e,r){try{return i(e,r)?e:r}catch(e){throw js(e,"max",r)}}function u(e){var r;if(dn(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw js(r,"max",e)}})),void 0===r)throw new Error("Cannot calculate max of an empty array");return"string"==typeof r&&(r=n(r,Er(r,t))),r}})),gf=Ar("min",["typed","config","numeric","smaller","isNaN"],(e=>{var{typed:r,config:t,numeric:n,smaller:i,isNaN:a}=e;return r("min",{"Array | Matrix":u,"Array | Matrix, number | BigNumber":function(e,r){return hn(e,r.valueOf(),o)},"...":function(e){if(mn(e))throw new TypeError("Scalar values expected in function min");return u(e)}});function o(e,r){try{return i(e,r)?e:r}catch(e){throw js(e,"min",r)}}function u(e){var r;if(dn(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw js(r,"min",e)}})),void 0===r)throw new Error("Cannot calculate min of an empty array");return"string"==typeof r&&(r=n(r,Er(r,t))),r}})),xf=Ar("ImmutableDenseMatrix",["smaller","DenseMatrix"],(e=>{var{smaller:r,DenseMatrix:t}=e;function n(e,r){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");if(r&&!ke(r))throw new Error("Invalid datatype: "+r);if(Ie(e)||ze(e)){var i=new t(e,r);this._data=i._data,this._size=i._size,this._datatype=i._datatype,this._min=null,this._max=null}else if(e&&ze(e.data)&&ze(e.size))this._data=e.data,this._size=e.size,this._datatype=e.datatype,this._min=void 0!==e.min?e.min:null,this._max=void 0!==e.max?e.max:null;else{if(e)throw new TypeError("Unsupported type of data ("+vr(e)+")");this._data=[],this._size=[0],this._datatype=r,this._min=null,this._max=null}}return(n.prototype=new t).type="ImmutableDenseMatrix",n.prototype.isImmutableDenseMatrix=!0,n.prototype.subset=function(e){switch(arguments.length){case 1:var r=t.prototype.subset.call(this,e);return Ie(r)?new n({data:r._data,size:r._size,datatype:r._datatype}):r;case 2:case 3:throw new Error("Cannot invoke set subset on an Immutable Matrix instance");default:throw new SyntaxError("Wrong number of arguments")}},n.prototype.set=function(){throw new Error("Cannot invoke set on an Immutable Matrix instance")},n.prototype.resize=function(){throw new Error("Cannot invoke resize on an Immutable Matrix instance")},n.prototype.reshape=function(){throw new Error("Cannot invoke reshape on an Immutable Matrix instance")},n.prototype.clone=function(){return new n({data:yr(this._data),size:yr(this._size),datatype:this._datatype})},n.prototype.toJSON=function(){return{mathjs:"ImmutableDenseMatrix",data:this._data,size:this._size,datatype:this._datatype}},n.fromJSON=function(e){return new n(e)},n.prototype.swapRows=function(){throw new Error("Cannot invoke swapRows on an Immutable Matrix instance")},n.prototype.min=function(){if(null===this._min){var e=null;this.forEach((function(t){(null===e||r(t,e))&&(e=t)})),this._min=null!==e?e:void 0}return this._min},n.prototype.max=function(){if(null===this._max){var e=null;this.forEach((function(t){(null===e||r(e,t))&&(e=t)})),this._max=null!==e?e:void 0}return this._max},n}),{isClass:!0}),bf=Ar("Index",["ImmutableDenseMatrix","getMatrixDataType"],(e=>{var{ImmutableDenseMatrix:r,getMatrixDataType:t}=e;function n(e){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");this._dimensions=[],this._sourceSize=[],this._isScalar=!0;for(var r=0,a=arguments.length;r<a;r++){var o=arguments[r],u=ze(o),s=Ie(o),c=typeof o,f=null;if(Pe(o))this._dimensions.push(o),this._isScalar=!1;else if(u||s){var l=void 0;"boolean"===t(o)?(u&&(l=i(wf(o).valueOf())),s&&(l=i(wf(o._data).valueOf())),f=o.valueOf().length):l=i(o.valueOf()),this._dimensions.push(l);var m=l.size();1===m.length&&1===m[0]&&null===f||(this._isScalar=!1)}else if("number"===c)this._dimensions.push(i([o]));else if("bigint"===c)this._dimensions.push(i([Number(o)]));else{if("string"!==c)throw new TypeError("Dimension must be an Array, Matrix, number, bigint, string, or Range");this._dimensions.push(o)}this._sourceSize.push(f)}}function i(e){for(var t=0,n=e.length;t<n;t++)if("number"!=typeof e[t]||!Cr(e[t]))throw new TypeError("Index parameters must be positive integer numbers");return new r(e)}return n.prototype.type="Index",n.prototype.isIndex=!0,n.prototype.clone=function(){var e=new n;return e._dimensions=yr(this._dimensions),e._isScalar=this._isScalar,e._sourceSize=this._sourceSize,e},n.create=function(e){var r=new n;return n.apply(r,e),r},n.prototype.size=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e[r]="string"==typeof n?1:n.size()[0]}return e},n.prototype.max=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e[r]="string"==typeof n?n:n.max()}return e},n.prototype.min=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e[r]="string"==typeof n?n:n.min()}return e},n.prototype.forEach=function(e){for(var r=0,t=this._dimensions.length;r<t;r++)e(this._dimensions[r],r,this)},n.prototype.dimension=function(e){return"number"!=typeof e?null:this._dimensions[e]||null},n.prototype.isObjectProperty=function(){return 1===this._dimensions.length&&"string"==typeof this._dimensions[0]},n.prototype.getObjectProperty=function(){return this.isObjectProperty()?this._dimensions[0]:null},n.prototype.isScalar=function(){return this._isScalar},n.prototype.toArray=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e.push("string"==typeof n?n:n.toArray())}return e},n.prototype.valueOf=n.prototype.toArray,n.prototype.toString=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e.push("string"==typeof n?JSON.stringify(n):n.toString())}return"["+e.join(", ")+"]"},n.prototype.toJSON=function(){return{mathjs:"Index",dimensions:this._dimensions}},n.fromJSON=function(e){return n.create(e.dimensions)},n}),{isClass:!0});function wf(e){var r=[];return e.forEach(((e,t)=>{e&&r.push(t)})),r}var Df=Ar("FibonacciHeap",["smaller","larger"],(e=>{var{smaller:r,larger:t}=e,n=1/Math.log((1+Math.sqrt(5))/2);function i(){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");this._minimum=null,this._size=0}function a(e,r,t){r.left.right=r.right,r.right.left=r.left,t.degree--,t.child===r&&(t.child=r.right),0===t.degree&&(t.child=null),r.left=e,r.right=e.right,e.right=r,r.right.left=r,r.parent=null,r.mark=!1}function o(e,r){var t=r.parent;t&&(r.mark?(a(e,r,t),o(t)):r.mark=!0)}i.prototype.type="FibonacciHeap",i.prototype.isFibonacciHeap=!0,i.prototype.insert=function(e,t){var n={key:e,value:t,degree:0};if(this._minimum){var i=this._minimum;n.left=i,n.right=i.right,i.right=n,n.right.left=n,r(e,i.key)&&(this._minimum=n)}else n.left=n,n.right=n,this._minimum=n;return this._size++,n},i.prototype.size=function(){return this._size},i.prototype.clear=function(){this._minimum=null,this._size=0},i.prototype.isEmpty=function(){return 0===this._size},i.prototype.extractMinimum=function(){var e=this._minimum;if(null===e)return e;for(var i=this._minimum,a=e.degree,o=e.child;a>0;){var s=o.right;o.left.right=o.right,o.right.left=o.left,o.left=i,o.right=i.right,i.right=o,o.right.left=o,o.parent=null,o=s,a--}return e.left.right=e.right,e.right.left=e.left,i=e===e.right?null:function(e,i){var a,o=Math.floor(Math.log(i)*n)+1,s=new Array(o),c=0,f=e;if(f)for(c++,f=f.right;f!==e;)c++,f=f.right;for(;c>0;){for(var l=f.degree,m=f.right;a=s[l];){if(t(f.key,a.key)){var d=a;a=f,f=d}u(a,f),s[l]=null,l++}s[l]=f,f=m,c--}e=null;for(var p=0;p<o;p++)(a=s[p])&&(e?(a.left.right=a.right,a.right.left=a.left,a.left=e,a.right=e.right,e.right=a,a.right.left=a,r(a.key,e.key)&&(e=a)):e=a);return e}(i=e.right,this._size),this._size--,this._minimum=i,e},i.prototype.remove=function(e){this._minimum=function(e,t){t.key=-1;var n=t.parent;return n&&r(t.key,n.key)&&(a(e,t,n),o(e,n)),r(t.key,e.key)&&(e=t),e}(this._minimum,e),this.extractMinimum()};var u=function(e,r){e.left.right=e.right,e.right.left=e.left,e.parent=r,r.child?(e.left=r.child,e.right=r.child.right,r.child.right=e,e.right.left=e):(r.child=e,e.right=e,e.left=e),r.degree++,e.mark=!1};return i}),{isClass:!0}),Nf=Ar("Spa",["addScalar","equalScalar","FibonacciHeap"],(e=>{var{addScalar:r,equalScalar:t,FibonacciHeap:n}=e;function i(){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");this._values=[],this._heap=new n}return i.prototype.type="Spa",i.prototype.isSpa=!0,i.prototype.set=function(e,r){if(this._values[e])this._values[e].value=r;else{var t=this._heap.insert(e,r);this._values[e]=t}},i.prototype.get=function(e){var r=this._values[e];return r?r.value:0},i.prototype.accumulate=function(e,t){var n=this._values[e];n?n.value=r(n.value,t):(n=this._heap.insert(e,t),this._values[e]=n)},i.prototype.forEach=function(e,r,n){var i=this._heap,a=this._values,o=[],u=i.extractMinimum();for(u&&o.push(u);u&&u.key<=r;)u.key>=e&&(t(u.value,0)||n(u.key,u.value,this)),(u=i.extractMinimum())&&o.push(u);for(var s=0;s<o.length;s++){var c=o[s];a[(u=i.insert(c.key,c.value)).key]=u}},i.prototype.swap=function(e,r){var t=this._values[e],n=this._values[r];if(!t&&n)t=this._heap.insert(e,n.value),this._heap.remove(n),this._values[e]=t,this._values[r]=void 0;else if(t&&!n)n=this._heap.insert(r,t.value),this._heap.remove(t),this._values[r]=n,this._values[e]=void 0;else if(t&&n){var i=t.value;t.value=n.value,n.value=i}},i}),{isClass:!0});function Af(e){var r=0,t=1,n=Object.create(null),i=Object.create(null),a=0,o=function(e){var o=i[e];if(o&&(delete n[o],delete i[e],--r,t===o)){if(!r)return a=0,void(t=1);for(;!Object.prototype.hasOwnProperty.call(n,++t););}};return e=Math.abs(e),{hit:function(u){var s=i[u],c=++a;if(n[c]=u,i[u]=c,!s){if(++r<=e)return;return o(u=n[t]),u}if(delete n[s],t===s)for(;!Object.prototype.hasOwnProperty.call(n,++t););},delete:o,clear:function(){r=a=0,t=1,n=Object.create(null),i=Object.create(null)}}}function Mf(e){var{hasher:r,limit:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t=null==t?Number.POSITIVE_INFINITY:t,r=null==r?JSON.stringify:r,function n(){"object"!=typeof n.cache&&(n.cache={values:new Map,lru:Af(t||Number.POSITIVE_INFINITY)});for(var i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];var o=r(i);if(n.cache.values.has(o))return n.cache.lru.hit(o),n.cache.values.get(o);var u=e.apply(e,i);return n.cache.values.set(o,u),n.cache.values.delete(n.cache.lru.hit(o)),u}}var Cf=Mf((function(e){return new e(1).exp()}),{hasher:Bf}),Ef=Mf((function(e){return new e(1).plus(new e(5).sqrt()).div(2)}),{hasher:Bf}),Sf=Mf((function(e){return e.acos(-1)}),{hasher:Bf}),Ff=Mf((function(e){return Sf(e).times(2)}),{hasher:Bf});function Bf(e){return e[0].precision}function qf(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function Tf(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?qf(Object(t),!0).forEach((function(r){Ms(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):qf(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var Of=Ar("Unit",["?on","config","addScalar","subtractScalar","multiplyScalar","divideScalar","pow","abs","fix","round","equal","isNumeric","format","number","Complex","BigNumber","Fraction"],(e=>{var r,t,n,{on:i,config:a,addScalar:o,subtractScalar:u,multiplyScalar:s,divideScalar:c,pow:f,abs:l,fix:m,round:d,equal:p,isNumeric:h,format:v,number:y,Complex:g,BigNumber:x,Fraction:b}=e,w=y;function D(e,r){if(!(this instanceof D))throw new Error("Constructor must be called with the new operator");if(null!=e&&!h(e)&&!qe(e))throw new TypeError("First parameter in Unit constructor must be number, BigNumber, Fraction, Complex, or undefined");if(this.fixPrefix=!1,this.skipAutomaticSimplification=!0,void 0===r)this.units=[],this.dimensions=O.map((()=>0));else if("string"==typeof r){var t=D.parse(r);this.units=t.units,this.dimensions=t.dimensions}else{if(!Oe(r)||null!==r.value)throw new TypeError("Second parameter in Unit constructor must be a string or valueless Unit");this.fixPrefix=r.fixPrefix,this.skipAutomaticSimplification=r.skipAutomaticSimplification,this.dimensions=r.dimensions.slice(0),this.units=r.units.map((e=>he({},e)))}this.value=this._normalize(e)}function N(){for(;" "===n||"\t"===n;)M()}function A(e){return e>="0"&&e<="9"}function M(){t++,n=r.charAt(t)}function C(e){n=r.charAt(t=e)}function E(){var e="",r=t;if("+"===n?M():"-"===n&&(e+=n,M()),!function(e){return e>="0"&&e<="9"||"."===e}(n))return C(r),null;if("."===n){if(e+=n,M(),!A(n))return C(r),null}else{for(;A(n);)e+=n,M();"."===n&&(e+=n,M())}for(;A(n);)e+=n,M();if("E"===n||"e"===n){var i="",a=t;if(i+=n,M(),"+"!==n&&"-"!==n||(i+=n,M()),!A(n))return C(a),e;for(e+=i;A(n);)e+=n,M()}return e}function S(){for(var e="";A(n)||D.isValidAlpha(n);)e+=n,M();var r=e.charAt(0);return D.isValidAlpha(r)?e:null}function F(e){return n===e?(M(),e):null}Object.defineProperty(D,"name",{value:"Unit"}),D.prototype.constructor=D,D.prototype.type="Unit",D.prototype.isUnit=!0,D.parse=function(e,i){if(i=i||{},t=-1,n="","string"!=typeof(r=e))throw new TypeError("Invalid argument in Unit.parse, string expected");var o=new D;o.units=[];var u=1,s=!1;M(),N();var c=E(),f=null;if(c){if("BigNumber"===a.number)f=new x(c);else if("Fraction"===a.number)try{f=new b(c)}catch(e){f=parseFloat(c)}else f=parseFloat(c);N(),F("*")?(u=1,s=!0):F("/")&&(u=-1,s=!0)}for(var l=[],m=1;;){for(N();"("===n;)l.push(u),m*=u,u=1,M(),N();var d;if(!n)break;var p=n;if(null===(d=S()))throw new SyntaxError('Unexpected "'+p+'" in "'+r+'" at index '+t.toString());var h=B(d);if(null===h)throw new SyntaxError('Unit "'+d+'" not found.');var v=u*m;if(N(),F("^")){N();var y=E();if(null===y)throw new SyntaxError('In "'+e+'", "^" must be followed by a floating-point number');v*=y}o.units.push({unit:h.unit,prefix:h.prefix,power:v});for(var g=0;g<O.length;g++)o.dimensions[g]+=(h.unit.dimensions[g]||0)*v;for(N();")"===n;){if(0===l.length)throw new SyntaxError('Unmatched ")" in "'+r+'" at index '+t.toString());m/=l.pop(),M(),N()}s=!1,F("*")?(u=1,s=!0):F("/")?(u=-1,s=!0):u=1,h.unit.base&&(P.auto[h.unit.base.key]={unit:h.unit,prefix:h.prefix})}if(N(),n)throw new SyntaxError('Could not parse: "'+e+'"');if(s)throw new SyntaxError('Trailing characters: "'+e+'"');if(0!==l.length)throw new SyntaxError('Unmatched "(" in "'+r+'"');if(0===o.units.length&&!i.allowNoUnits)throw new SyntaxError('"'+e+'" contains no units');return o.value=void 0!==f?o._normalize(f):null,o},D.prototype.clone=function(){var e=new D;e.fixPrefix=this.fixPrefix,e.skipAutomaticSimplification=this.skipAutomaticSimplification,e.value=yr(this.value),e.dimensions=this.dimensions.slice(0),e.units=[];for(var r=0;r<this.units.length;r++)for(var t in e.units[r]={},this.units[r])br(this.units[r],t)&&(e.units[r][t]=this.units[r][t]);return e},D.prototype.valueType=function(){return vr(this.value)},D.prototype._isDerived=function(){return 0!==this.units.length&&(this.units.length>1||Math.abs(this.units[0].power-1)>1e-15)},D.prototype._normalize=function(e){if(null==e||0===this.units.length)return e;for(var r=e,t=D._getNumberConverter(vr(e)),n=0;n<this.units.length;n++){var i=t(this.units[n].unit.value),a=t(this.units[n].prefix.value),o=t(this.units[n].power);r=s(r,f(s(i,a),o))}return r},D.prototype._denormalize=function(e){if(null==e||0===this.units.length)return e;for(var r=e,t=D._getNumberConverter(vr(e)),n=0;n<this.units.length;n++){var i=t(this.units[n].unit.value),a=t(this.units[n].prefix.value),o=t(this.units[n].power);r=c(r,f(s(i,a),o))}return r};var B=Mf((e=>{if(br(R,e)){var r=R[e];return{unit:r,prefix:r.prefixes[""]}}for(var t in R)if(br(R,t)&>(e,t)){var n=R[t],i=e.substring(0,e.length-t.length),a=br(n.prefixes,i)?n.prefixes[i]:void 0;if(void 0!==a)return{unit:n,prefix:a}}return null}),{hasher:e=>e[0],limit:100});function q(e){return e.equalBase(k.NONE)&&null!==e.value&&!a.predictable?e.value:e}D.isValuelessUnit=function(e){return null!==B(e)},D.prototype.hasBase=function(e){if("string"==typeof e&&(e=k[e]),!e)return!1;for(var r=0;r<O.length;r++)if(Math.abs((this.dimensions[r]||0)-(e.dimensions[r]||0))>1e-12)return!1;return!0},D.prototype.equalBase=function(e){for(var r=0;r<O.length;r++)if(Math.abs((this.dimensions[r]||0)-(e.dimensions[r]||0))>1e-12)return!1;return!0},D.prototype.equals=function(e){return this.equalBase(e)&&p(this.value,e.value)},D.prototype.multiply=function(e){for(var r=this.clone(),t=Oe(e)?e:new D(e),n=0;n<O.length;n++)r.dimensions[n]=(this.dimensions[n]||0)+(t.dimensions[n]||0);for(var i=0;i<t.units.length;i++){var a=Tf({},t.units[i]);r.units.push(a)}if(null!==this.value||null!==t.value){var o=null===this.value?this._normalize(1):this.value,u=null===t.value?t._normalize(1):t.value;r.value=s(o,u)}else r.value=null;return Oe(e)&&(r.skipAutomaticSimplification=!1),q(r)},D.prototype.divideInto=function(e){return new D(e).divide(this)},D.prototype.divide=function(e){for(var r=this.clone(),t=Oe(e)?e:new D(e),n=0;n<O.length;n++)r.dimensions[n]=(this.dimensions[n]||0)-(t.dimensions[n]||0);for(var i=0;i<t.units.length;i++){var a=Tf(Tf({},t.units[i]),{},{power:-t.units[i].power});r.units.push(a)}if(null!==this.value||null!==t.value){var o=null===this.value?this._normalize(1):this.value,u=null===t.value?t._normalize(1):t.value;r.value=c(o,u)}else r.value=null;return Oe(e)&&(r.skipAutomaticSimplification=!1),q(r)},D.prototype.pow=function(e){for(var r=this.clone(),t=0;t<O.length;t++)r.dimensions[t]=(this.dimensions[t]||0)*e;for(var n=0;n<r.units.length;n++)r.units[n].power*=e;return r.value=null!==r.value?f(r.value,e):null,r.skipAutomaticSimplification=!1,q(r)},D.prototype.abs=function(){var e=this.clone();if(null!==e.value)if(e._isDerived()||0===e.units.length||0===e.units[0].unit.offset)e.value=l(e.value);else{var r=e._numberConverter(),t=r(e.units[0].unit.value),n=r(e.units[0].unit.offset),i=s(t,n);e.value=u(l(o(e.value,i)),i)}for(var a in e.units)"VA"!==e.units[a].unit.name&&"VAR"!==e.units[a].unit.name||(e.units[a].unit=R.W);return e},D.prototype.to=function(e){var r,t=null===this.value?this._normalize(1):this.value;if("string"==typeof e)r=D.parse(e);else{if(!Oe(e))throw new Error("String or Unit expected as parameter");r=e.clone()}if(!this.equalBase(r))throw new Error("Units do not match ('".concat(r.toString(),"' != '").concat(this.toString(),"')"));if(null!==r.value)throw new Error("Cannot convert to a unit with a value");if(null===this.value||this._isDerived()||0===this.units.length||0===r.units.length||this.units[0].unit.offset===r.units[0].unit.offset)r.value=yr(t);else{var n=D._getNumberConverter(vr(t)),i=s(this.units[0].unit.value,this.units[0].unit.offset),a=s(r.units[0].unit.value,r.units[0].unit.offset);r.value=o(t,n(u(i,a)))}return r.fixPrefix=!0,r.skipAutomaticSimplification=!0,r},D.prototype.toNumber=function(e){return w(this.toNumeric(e))},D.prototype.toNumeric=function(e){var r;return(r=e?this.to(e):this.clone())._isDerived()||0===r.units.length?r._denormalize(r.value):r._denormalize(r.value,r.units[0].prefix.value)},D.prototype.toString=function(){return this.format()},D.prototype.toJSON=function(){return{mathjs:"Unit",value:this._denormalize(this.value),unit:this.units.length>0?this.formatUnits():null,fixPrefix:this.fixPrefix}},D.fromJSON=function(e){var r,t=new D(e.value,null!==(r=e.unit)&&void 0!==r?r:void 0);return t.fixPrefix=e.fixPrefix||!1,t},D.prototype.valueOf=D.prototype.toString,D.prototype.simplify=function(){var e,r,t=this.clone(),n=[];for(var i in $)if(br($,i)&&t.hasBase(k[i])){e=i;break}if("NONE"===e)t.units=[];else if(e&&br($,e)&&(r=$[e]),r)t.units=[{unit:r.unit,prefix:r.prefix,power:1}];else{for(var a=!1,o=0;o<O.length;o++){var u=O[o];Math.abs(t.dimensions[o]||0)>1e-12&&(br($,u)?n.push({unit:$[u].unit,prefix:$[u].prefix,power:t.dimensions[o]||0}):a=!0)}n.length<t.units.length&&!a&&(t.units=n)}return t},D.prototype.toSI=function(){for(var e=this.clone(),r=[],t=0;t<O.length;t++){var n=O[t];if(Math.abs(e.dimensions[t]||0)>1e-12){if(!br(P.si,n))throw new Error("Cannot express custom unit "+n+" in SI units");r.push({unit:P.si[n].unit,prefix:P.si[n].prefix,power:e.dimensions[t]||0})}}return e.units=r,e.fixPrefix=!0,e.skipAutomaticSimplification=!0,null!==this.value?(e.value=null,this.to(e)):e},D.prototype.formatUnits=function(){for(var e="",r="",t=0,n=0,i=0;i<this.units.length;i++)this.units[i].power>0?(t++,e+=" "+this.units[i].prefix.name+this.units[i].unit.name,Math.abs(this.units[i].power-1)>1e-15&&(e+="^"+this.units[i].power)):this.units[i].power<0&&n++;if(n>0)for(var a=0;a<this.units.length;a++)this.units[a].power<0&&(t>0?(r+=" "+this.units[a].prefix.name+this.units[a].unit.name,Math.abs(this.units[a].power+1)>1e-15&&(r+="^"+-this.units[a].power)):(r+=" "+this.units[a].prefix.name+this.units[a].unit.name,r+="^"+this.units[a].power));e=e.substr(1),r=r.substr(1),t>1&&n>0&&(e="("+e+")"),n>1&&t>0&&(r="("+r+")");var o=e;return t>0&&n>0&&(o+=" / "),o+r},D.prototype.format=function(e){var r=this.skipAutomaticSimplification||null===this.value?this.clone():this.simplify(),t=!1;for(var n in null!=r.value&&qe(r.value)&&(t=Math.abs(r.value.re)<1e-14),r.units)br(r.units,n)&&r.units[n].unit&&("VA"===r.units[n].unit.name&&t?r.units[n].unit=R.VAR:"VAR"!==r.units[n].unit.name||t||(r.units[n].unit=R.VA));1!==r.units.length||r.fixPrefix||Math.abs(r.units[0].power-Math.round(r.units[0].power))<1e-14&&(r.units[0].prefix=r._bestPrefix());var i=r._denormalize(r.value),a=null!==r.value?v(i,e||{}):"",o=r.formatUnits();return r.value&&qe(r.value)&&(a="("+a+")"),o.length>0&&a.length>0&&(a+=" "),a+o},D.prototype._bestPrefix=function(){if(1!==this.units.length)throw new Error("Can only compute the best prefix for single units with integer powers, like kg, s^2, N^-1, and so forth!");if(Math.abs(this.units[0].power-Math.round(this.units[0].power))>=1e-14)throw new Error("Can only compute the best prefix for single units with integer powers, like kg, s^2, N^-1, and so forth!");var e=null!==this.value?l(this.value):0,r=l(this.units[0].unit.value),t=this.units[0].prefix;if(0===e)return t;var n=this.units[0].power,i=Math.log(e/Math.pow(t.value*r,n))/Math.LN10-1.2;if(i>-2.200001&&i<1.800001)return t;i=Math.abs(i);var a=this.units[0].unit.prefixes;for(var o in a)if(br(a,o)){var u=a[o];if(u.scientific){var s=Math.abs(Math.log(e/Math.pow(u.value*r,n))/Math.LN10-1.2);(s<i||s===i&&u.name.length<t.name.length)&&(t=u,i=s)}}return t},D.prototype.splitUnit=function(e){for(var r=this.clone(),t=[],n=0;n<e.length&&(r=r.to(e[n]),n!==e.length-1);n++){var i=r.toNumeric(),a=d(i),s=new D(p(a,i)?a:m(r.toNumeric()),e[n].toString());t.push(s),r=u(r,s)}for(var c=0,f=0;f<t.length;f++)c=o(c,t[f].value);return p(c,this.value)&&(r.value=0),t.push(r),t};var T={NONE:{"":{name:"",value:1,scientific:!0}},SHORT:{"":{name:"",value:1,scientific:!0},da:{name:"da",value:10,scientific:!1},h:{name:"h",value:100,scientific:!1},k:{name:"k",value:1e3,scientific:!0},M:{name:"M",value:1e6,scientific:!0},G:{name:"G",value:1e9,scientific:!0},T:{name:"T",value:1e12,scientific:!0},P:{name:"P",value:1e15,scientific:!0},E:{name:"E",value:1e18,scientific:!0},Z:{name:"Z",value:1e21,scientific:!0},Y:{name:"Y",value:1e24,scientific:!0},R:{name:"R",value:1e27,scientific:!0},Q:{name:"Q",value:1e30,scientific:!0},d:{name:"d",value:.1,scientific:!1},c:{name:"c",value:.01,scientific:!1},m:{name:"m",value:.001,scientific:!0},u:{name:"u",value:1e-6,scientific:!0},n:{name:"n",value:1e-9,scientific:!0},p:{name:"p",value:1e-12,scientific:!0},f:{name:"f",value:1e-15,scientific:!0},a:{name:"a",value:1e-18,scientific:!0},z:{name:"z",value:1e-21,scientific:!0},y:{name:"y",value:1e-24,scientific:!0},r:{name:"r",value:1e-27,scientific:!0},q:{name:"q",value:1e-30,scientific:!0}},LONG:{"":{name:"",value:1,scientific:!0},deca:{name:"deca",value:10,scientific:!1},hecto:{name:"hecto",value:100,scientific:!1},kilo:{name:"kilo",value:1e3,scientific:!0},mega:{name:"mega",value:1e6,scientific:!0},giga:{name:"giga",value:1e9,scientific:!0},tera:{name:"tera",value:1e12,scientific:!0},peta:{name:"peta",value:1e15,scientific:!0},exa:{name:"exa",value:1e18,scientific:!0},zetta:{name:"zetta",value:1e21,scientific:!0},yotta:{name:"yotta",value:1e24,scientific:!0},ronna:{name:"ronna",value:1e27,scientific:!0},quetta:{name:"quetta",value:1e30,scientific:!0},deci:{name:"deci",value:.1,scientific:!1},centi:{name:"centi",value:.01,scientific:!1},milli:{name:"milli",value:.001,scientific:!0},micro:{name:"micro",value:1e-6,scientific:!0},nano:{name:"nano",value:1e-9,scientific:!0},pico:{name:"pico",value:1e-12,scientific:!0},femto:{name:"femto",value:1e-15,scientific:!0},atto:{name:"atto",value:1e-18,scientific:!0},zepto:{name:"zepto",value:1e-21,scientific:!0},yocto:{name:"yocto",value:1e-24,scientific:!0},ronto:{name:"ronto",value:1e-27,scientific:!0},quecto:{name:"quecto",value:1e-30,scientific:!0}},SQUARED:{"":{name:"",value:1,scientific:!0},da:{name:"da",value:100,scientific:!1},h:{name:"h",value:1e4,scientific:!1},k:{name:"k",value:1e6,scientific:!0},M:{name:"M",value:1e12,scientific:!0},G:{name:"G",value:1e18,scientific:!0},T:{name:"T",value:1e24,scientific:!0},P:{name:"P",value:1e30,scientific:!0},E:{name:"E",value:1e36,scientific:!0},Z:{name:"Z",value:1e42,scientific:!0},Y:{name:"Y",value:1e48,scientific:!0},R:{name:"R",value:1e54,scientific:!0},Q:{name:"Q",value:1e60,scientific:!0},d:{name:"d",value:.01,scientific:!1},c:{name:"c",value:1e-4,scientific:!1},m:{name:"m",value:1e-6,scientific:!0},u:{name:"u",value:1e-12,scientific:!0},n:{name:"n",value:1e-18,scientific:!0},p:{name:"p",value:1e-24,scientific:!0},f:{name:"f",value:1e-30,scientific:!0},a:{name:"a",value:1e-36,scientific:!0},z:{name:"z",value:1e-42,scientific:!0},y:{name:"y",value:1e-48,scientific:!0},r:{name:"r",value:1e-54,scientific:!0},q:{name:"q",value:1e-60,scientific:!0}},CUBIC:{"":{name:"",value:1,scientific:!0},da:{name:"da",value:1e3,scientific:!1},h:{name:"h",value:1e6,scientific:!1},k:{name:"k",value:1e9,scientific:!0},M:{name:"M",value:1e18,scientific:!0},G:{name:"G",value:1e27,scientific:!0},T:{name:"T",value:1e36,scientific:!0},P:{name:"P",value:1e45,scientific:!0},E:{name:"E",value:1e54,scientific:!0},Z:{name:"Z",value:1e63,scientific:!0},Y:{name:"Y",value:1e72,scientific:!0},R:{name:"R",value:1e81,scientific:!0},Q:{name:"Q",value:1e90,scientific:!0},d:{name:"d",value:.001,scientific:!1},c:{name:"c",value:1e-6,scientific:!1},m:{name:"m",value:1e-9,scientific:!0},u:{name:"u",value:1e-18,scientific:!0},n:{name:"n",value:1e-27,scientific:!0},p:{name:"p",value:1e-36,scientific:!0},f:{name:"f",value:1e-45,scientific:!0},a:{name:"a",value:1e-54,scientific:!0},z:{name:"z",value:1e-63,scientific:!0},y:{name:"y",value:1e-72,scientific:!0},r:{name:"r",value:1e-81,scientific:!0},q:{name:"q",value:1e-90,scientific:!0}},BINARY_SHORT_SI:{"":{name:"",value:1,scientific:!0},k:{name:"k",value:1e3,scientific:!0},M:{name:"M",value:1e6,scientific:!0},G:{name:"G",value:1e9,scientific:!0},T:{name:"T",value:1e12,scientific:!0},P:{name:"P",value:1e15,scientific:!0},E:{name:"E",value:1e18,scientific:!0},Z:{name:"Z",value:1e21,scientific:!0},Y:{name:"Y",value:1e24,scientific:!0}},BINARY_SHORT_IEC:{"":{name:"",value:1,scientific:!0},Ki:{name:"Ki",value:1024,scientific:!0},Mi:{name:"Mi",value:Math.pow(1024,2),scientific:!0},Gi:{name:"Gi",value:Math.pow(1024,3),scientific:!0},Ti:{name:"Ti",value:Math.pow(1024,4),scientific:!0},Pi:{name:"Pi",value:Math.pow(1024,5),scientific:!0},Ei:{name:"Ei",value:Math.pow(1024,6),scientific:!0},Zi:{name:"Zi",value:Math.pow(1024,7),scientific:!0},Yi:{name:"Yi",value:Math.pow(1024,8),scientific:!0}},BINARY_LONG_SI:{"":{name:"",value:1,scientific:!0},kilo:{name:"kilo",value:1e3,scientific:!0},mega:{name:"mega",value:1e6,scientific:!0},giga:{name:"giga",value:1e9,scientific:!0},tera:{name:"tera",value:1e12,scientific:!0},peta:{name:"peta",value:1e15,scientific:!0},exa:{name:"exa",value:1e18,scientific:!0},zetta:{name:"zetta",value:1e21,scientific:!0},yotta:{name:"yotta",value:1e24,scientific:!0}},BINARY_LONG_IEC:{"":{name:"",value:1,scientific:!0},kibi:{name:"kibi",value:1024,scientific:!0},mebi:{name:"mebi",value:Math.pow(1024,2),scientific:!0},gibi:{name:"gibi",value:Math.pow(1024,3),scientific:!0},tebi:{name:"tebi",value:Math.pow(1024,4),scientific:!0},pebi:{name:"pebi",value:Math.pow(1024,5),scientific:!0},exi:{name:"exi",value:Math.pow(1024,6),scientific:!0},zebi:{name:"zebi",value:Math.pow(1024,7),scientific:!0},yobi:{name:"yobi",value:Math.pow(1024,8),scientific:!0}},BTU:{"":{name:"",value:1,scientific:!0},MM:{name:"MM",value:1e6,scientific:!0}}};T.SHORTLONG=he({},T.SHORT,T.LONG),T.BINARY_SHORT=he({},T.BINARY_SHORT_SI,T.BINARY_SHORT_IEC),T.BINARY_LONG=he({},T.BINARY_LONG_SI,T.BINARY_LONG_IEC);var O=["MASS","LENGTH","TIME","CURRENT","TEMPERATURE","LUMINOUS_INTENSITY","AMOUNT_OF_SUBSTANCE","ANGLE","BIT"],k={NONE:{dimensions:[0,0,0,0,0,0,0,0,0]},MASS:{dimensions:[1,0,0,0,0,0,0,0,0]},LENGTH:{dimensions:[0,1,0,0,0,0,0,0,0]},TIME:{dimensions:[0,0,1,0,0,0,0,0,0]},CURRENT:{dimensions:[0,0,0,1,0,0,0,0,0]},TEMPERATURE:{dimensions:[0,0,0,0,1,0,0,0,0]},LUMINOUS_INTENSITY:{dimensions:[0,0,0,0,0,1,0,0,0]},AMOUNT_OF_SUBSTANCE:{dimensions:[0,0,0,0,0,0,1,0,0]},FORCE:{dimensions:[1,1,-2,0,0,0,0,0,0]},SURFACE:{dimensions:[0,2,0,0,0,0,0,0,0]},VOLUME:{dimensions:[0,3,0,0,0,0,0,0,0]},ENERGY:{dimensions:[1,2,-2,0,0,0,0,0,0]},POWER:{dimensions:[1,2,-3,0,0,0,0,0,0]},PRESSURE:{dimensions:[1,-1,-2,0,0,0,0,0,0]},ELECTRIC_CHARGE:{dimensions:[0,0,1,1,0,0,0,0,0]},ELECTRIC_CAPACITANCE:{dimensions:[-1,-2,4,2,0,0,0,0,0]},ELECTRIC_POTENTIAL:{dimensions:[1,2,-3,-1,0,0,0,0,0]},ELECTRIC_RESISTANCE:{dimensions:[1,2,-3,-2,0,0,0,0,0]},ELECTRIC_INDUCTANCE:{dimensions:[1,2,-2,-2,0,0,0,0,0]},ELECTRIC_CONDUCTANCE:{dimensions:[-1,-2,3,2,0,0,0,0,0]},MAGNETIC_FLUX:{dimensions:[1,2,-2,-1,0,0,0,0,0]},MAGNETIC_FLUX_DENSITY:{dimensions:[1,0,-2,-1,0,0,0,0,0]},FREQUENCY:{dimensions:[0,0,-1,0,0,0,0,0,0]},ANGLE:{dimensions:[0,0,0,0,0,0,0,1,0]},BIT:{dimensions:[0,0,0,0,0,0,0,0,1]}};for(var z in k)br(k,z)&&(k[z].key=z);var I={name:"",base:{},value:1,offset:0,dimensions:O.map((()=>0))},R={meter:{name:"meter",base:k.LENGTH,prefixes:T.LONG,value:1,offset:0},inch:{name:"inch",base:k.LENGTH,prefixes:T.NONE,value:.0254,offset:0},foot:{name:"foot",base:k.LENGTH,prefixes:T.NONE,value:.3048,offset:0},yard:{name:"yard",base:k.LENGTH,prefixes:T.NONE,value:.9144,offset:0},mile:{name:"mile",base:k.LENGTH,prefixes:T.NONE,value:1609.344,offset:0},link:{name:"link",base:k.LENGTH,prefixes:T.NONE,value:.201168,offset:0},rod:{name:"rod",base:k.LENGTH,prefixes:T.NONE,value:5.0292,offset:0},chain:{name:"chain",base:k.LENGTH,prefixes:T.NONE,value:20.1168,offset:0},angstrom:{name:"angstrom",base:k.LENGTH,prefixes:T.NONE,value:1e-10,offset:0},m:{name:"m",base:k.LENGTH,prefixes:T.SHORT,value:1,offset:0},in:{name:"in",base:k.LENGTH,prefixes:T.NONE,value:.0254,offset:0},ft:{name:"ft",base:k.LENGTH,prefixes:T.NONE,value:.3048,offset:0},yd:{name:"yd",base:k.LENGTH,prefixes:T.NONE,value:.9144,offset:0},mi:{name:"mi",base:k.LENGTH,prefixes:T.NONE,value:1609.344,offset:0},li:{name:"li",base:k.LENGTH,prefixes:T.NONE,value:.201168,offset:0},rd:{name:"rd",base:k.LENGTH,prefixes:T.NONE,value:5.02921,offset:0},ch:{name:"ch",base:k.LENGTH,prefixes:T.NONE,value:20.1168,offset:0},mil:{name:"mil",base:k.LENGTH,prefixes:T.NONE,value:254e-7,offset:0},m2:{name:"m2",base:k.SURFACE,prefixes:T.SQUARED,value:1,offset:0},sqin:{name:"sqin",base:k.SURFACE,prefixes:T.NONE,value:64516e-8,offset:0},sqft:{name:"sqft",base:k.SURFACE,prefixes:T.NONE,value:.09290304,offset:0},sqyd:{name:"sqyd",base:k.SURFACE,prefixes:T.NONE,value:.83612736,offset:0},sqmi:{name:"sqmi",base:k.SURFACE,prefixes:T.NONE,value:2589988.110336,offset:0},sqrd:{name:"sqrd",base:k.SURFACE,prefixes:T.NONE,value:25.29295,offset:0},sqch:{name:"sqch",base:k.SURFACE,prefixes:T.NONE,value:404.6873,offset:0},sqmil:{name:"sqmil",base:k.SURFACE,prefixes:T.NONE,value:6.4516e-10,offset:0},acre:{name:"acre",base:k.SURFACE,prefixes:T.NONE,value:4046.86,offset:0},hectare:{name:"hectare",base:k.SURFACE,prefixes:T.NONE,value:1e4,offset:0},m3:{name:"m3",base:k.VOLUME,prefixes:T.CUBIC,value:1,offset:0},L:{name:"L",base:k.VOLUME,prefixes:T.SHORT,value:.001,offset:0},l:{name:"l",base:k.VOLUME,prefixes:T.SHORT,value:.001,offset:0},litre:{name:"litre",base:k.VOLUME,prefixes:T.LONG,value:.001,offset:0},cuin:{name:"cuin",base:k.VOLUME,prefixes:T.NONE,value:16387064e-12,offset:0},cuft:{name:"cuft",base:k.VOLUME,prefixes:T.NONE,value:.028316846592,offset:0},cuyd:{name:"cuyd",base:k.VOLUME,prefixes:T.NONE,value:.764554857984,offset:0},teaspoon:{name:"teaspoon",base:k.VOLUME,prefixes:T.NONE,value:5e-6,offset:0},tablespoon:{name:"tablespoon",base:k.VOLUME,prefixes:T.NONE,value:15e-6,offset:0},drop:{name:"drop",base:k.VOLUME,prefixes:T.NONE,value:5e-8,offset:0},gtt:{name:"gtt",base:k.VOLUME,prefixes:T.NONE,value:5e-8,offset:0},minim:{name:"minim",base:k.VOLUME,prefixes:T.NONE,value:6.1611519921875e-8,offset:0},fluiddram:{name:"fluiddram",base:k.VOLUME,prefixes:T.NONE,value:36966911953125e-19,offset:0},fluidounce:{name:"fluidounce",base:k.VOLUME,prefixes:T.NONE,value:295735295625e-16,offset:0},gill:{name:"gill",base:k.VOLUME,prefixes:T.NONE,value:.00011829411825,offset:0},cc:{name:"cc",base:k.VOLUME,prefixes:T.NONE,value:1e-6,offset:0},cup:{name:"cup",base:k.VOLUME,prefixes:T.NONE,value:.0002365882365,offset:0},pint:{name:"pint",base:k.VOLUME,prefixes:T.NONE,value:.000473176473,offset:0},quart:{name:"quart",base:k.VOLUME,prefixes:T.NONE,value:.000946352946,offset:0},gallon:{name:"gallon",base:k.VOLUME,prefixes:T.NONE,value:.003785411784,offset:0},beerbarrel:{name:"beerbarrel",base:k.VOLUME,prefixes:T.NONE,value:.117347765304,offset:0},oilbarrel:{name:"oilbarrel",base:k.VOLUME,prefixes:T.NONE,value:.158987294928,offset:0},hogshead:{name:"hogshead",base:k.VOLUME,prefixes:T.NONE,value:.238480942392,offset:0},g:{name:"g",base:k.MASS,prefixes:T.SHORT,value:.001,offset:0},gram:{name:"gram",base:k.MASS,prefixes:T.LONG,value:.001,offset:0},ton:{name:"ton",base:k.MASS,prefixes:T.SHORT,value:907.18474,offset:0},t:{name:"t",base:k.MASS,prefixes:T.SHORT,value:1e3,offset:0},tonne:{name:"tonne",base:k.MASS,prefixes:T.LONG,value:1e3,offset:0},grain:{name:"grain",base:k.MASS,prefixes:T.NONE,value:6479891e-11,offset:0},dram:{name:"dram",base:k.MASS,prefixes:T.NONE,value:.0017718451953125,offset:0},ounce:{name:"ounce",base:k.MASS,prefixes:T.NONE,value:.028349523125,offset:0},poundmass:{name:"poundmass",base:k.MASS,prefixes:T.NONE,value:.45359237,offset:0},hundredweight:{name:"hundredweight",base:k.MASS,prefixes:T.NONE,value:45.359237,offset:0},stick:{name:"stick",base:k.MASS,prefixes:T.NONE,value:.115,offset:0},stone:{name:"stone",base:k.MASS,prefixes:T.NONE,value:6.35029318,offset:0},gr:{name:"gr",base:k.MASS,prefixes:T.NONE,value:6479891e-11,offset:0},dr:{name:"dr",base:k.MASS,prefixes:T.NONE,value:.0017718451953125,offset:0},oz:{name:"oz",base:k.MASS,prefixes:T.NONE,value:.028349523125,offset:0},lbm:{name:"lbm",base:k.MASS,prefixes:T.NONE,value:.45359237,offset:0},cwt:{name:"cwt",base:k.MASS,prefixes:T.NONE,value:45.359237,offset:0},s:{name:"s",base:k.TIME,prefixes:T.SHORT,value:1,offset:0},min:{name:"min",base:k.TIME,prefixes:T.NONE,value:60,offset:0},h:{name:"h",base:k.TIME,prefixes:T.NONE,value:3600,offset:0},second:{name:"second",base:k.TIME,prefixes:T.LONG,value:1,offset:0},sec:{name:"sec",base:k.TIME,prefixes:T.LONG,value:1,offset:0},minute:{name:"minute",base:k.TIME,prefixes:T.NONE,value:60,offset:0},hour:{name:"hour",base:k.TIME,prefixes:T.NONE,value:3600,offset:0},day:{name:"day",base:k.TIME,prefixes:T.NONE,value:86400,offset:0},week:{name:"week",base:k.TIME,prefixes:T.NONE,value:604800,offset:0},month:{name:"month",base:k.TIME,prefixes:T.NONE,value:2629800,offset:0},year:{name:"year",base:k.TIME,prefixes:T.NONE,value:31557600,offset:0},decade:{name:"decade",base:k.TIME,prefixes:T.NONE,value:315576e3,offset:0},century:{name:"century",base:k.TIME,prefixes:T.NONE,value:315576e4,offset:0},millennium:{name:"millennium",base:k.TIME,prefixes:T.NONE,value:315576e5,offset:0},hertz:{name:"Hertz",base:k.FREQUENCY,prefixes:T.LONG,value:1,offset:0,reciprocal:!0},Hz:{name:"Hz",base:k.FREQUENCY,prefixes:T.SHORT,value:1,offset:0,reciprocal:!0},rad:{name:"rad",base:k.ANGLE,prefixes:T.SHORT,value:1,offset:0},radian:{name:"radian",base:k.ANGLE,prefixes:T.LONG,value:1,offset:0},deg:{name:"deg",base:k.ANGLE,prefixes:T.SHORT,value:null,offset:0},degree:{name:"degree",base:k.ANGLE,prefixes:T.LONG,value:null,offset:0},grad:{name:"grad",base:k.ANGLE,prefixes:T.SHORT,value:null,offset:0},gradian:{name:"gradian",base:k.ANGLE,prefixes:T.LONG,value:null,offset:0},cycle:{name:"cycle",base:k.ANGLE,prefixes:T.NONE,value:null,offset:0},arcsec:{name:"arcsec",base:k.ANGLE,prefixes:T.NONE,value:null,offset:0},arcmin:{name:"arcmin",base:k.ANGLE,prefixes:T.NONE,value:null,offset:0},A:{name:"A",base:k.CURRENT,prefixes:T.SHORT,value:1,offset:0},ampere:{name:"ampere",base:k.CURRENT,prefixes:T.LONG,value:1,offset:0},K:{name:"K",base:k.TEMPERATURE,prefixes:T.SHORT,value:1,offset:0},degC:{name:"degC",base:k.TEMPERATURE,prefixes:T.SHORT,value:1,offset:273.15},degF:{name:"degF",base:k.TEMPERATURE,prefixes:T.SHORT,value:new b(5,9),offset:459.67},degR:{name:"degR",base:k.TEMPERATURE,prefixes:T.SHORT,value:new b(5,9),offset:0},kelvin:{name:"kelvin",base:k.TEMPERATURE,prefixes:T.LONG,value:1,offset:0},celsius:{name:"celsius",base:k.TEMPERATURE,prefixes:T.LONG,value:1,offset:273.15},fahrenheit:{name:"fahrenheit",base:k.TEMPERATURE,prefixes:T.LONG,value:new b(5,9),offset:459.67},rankine:{name:"rankine",base:k.TEMPERATURE,prefixes:T.LONG,value:new b(5,9),offset:0},mol:{name:"mol",base:k.AMOUNT_OF_SUBSTANCE,prefixes:T.SHORT,value:1,offset:0},mole:{name:"mole",base:k.AMOUNT_OF_SUBSTANCE,prefixes:T.LONG,value:1,offset:0},cd:{name:"cd",base:k.LUMINOUS_INTENSITY,prefixes:T.SHORT,value:1,offset:0},candela:{name:"candela",base:k.LUMINOUS_INTENSITY,prefixes:T.LONG,value:1,offset:0},N:{name:"N",base:k.FORCE,prefixes:T.SHORT,value:1,offset:0},newton:{name:"newton",base:k.FORCE,prefixes:T.LONG,value:1,offset:0},dyn:{name:"dyn",base:k.FORCE,prefixes:T.SHORT,value:1e-5,offset:0},dyne:{name:"dyne",base:k.FORCE,prefixes:T.LONG,value:1e-5,offset:0},lbf:{name:"lbf",base:k.FORCE,prefixes:T.NONE,value:4.4482216152605,offset:0},poundforce:{name:"poundforce",base:k.FORCE,prefixes:T.NONE,value:4.4482216152605,offset:0},kip:{name:"kip",base:k.FORCE,prefixes:T.LONG,value:4448.2216,offset:0},kilogramforce:{name:"kilogramforce",base:k.FORCE,prefixes:T.NONE,value:9.80665,offset:0},J:{name:"J",base:k.ENERGY,prefixes:T.SHORT,value:1,offset:0},joule:{name:"joule",base:k.ENERGY,prefixes:T.LONG,value:1,offset:0},erg:{name:"erg",base:k.ENERGY,prefixes:T.SHORTLONG,value:1e-7,offset:0},Wh:{name:"Wh",base:k.ENERGY,prefixes:T.SHORT,value:3600,offset:0},BTU:{name:"BTU",base:k.ENERGY,prefixes:T.BTU,value:1055.05585262,offset:0},eV:{name:"eV",base:k.ENERGY,prefixes:T.SHORT,value:1602176565e-28,offset:0},electronvolt:{name:"electronvolt",base:k.ENERGY,prefixes:T.LONG,value:1602176565e-28,offset:0},W:{name:"W",base:k.POWER,prefixes:T.SHORT,value:1,offset:0},watt:{name:"watt",base:k.POWER,prefixes:T.LONG,value:1,offset:0},hp:{name:"hp",base:k.POWER,prefixes:T.NONE,value:745.6998715386,offset:0},VAR:{name:"VAR",base:k.POWER,prefixes:T.SHORT,value:g.I,offset:0},VA:{name:"VA",base:k.POWER,prefixes:T.SHORT,value:1,offset:0},Pa:{name:"Pa",base:k.PRESSURE,prefixes:T.SHORT,value:1,offset:0},psi:{name:"psi",base:k.PRESSURE,prefixes:T.NONE,value:6894.75729276459,offset:0},atm:{name:"atm",base:k.PRESSURE,prefixes:T.NONE,value:101325,offset:0},bar:{name:"bar",base:k.PRESSURE,prefixes:T.SHORTLONG,value:1e5,offset:0},torr:{name:"torr",base:k.PRESSURE,prefixes:T.NONE,value:133.322,offset:0},mmHg:{name:"mmHg",base:k.PRESSURE,prefixes:T.NONE,value:133.322,offset:0},mmH2O:{name:"mmH2O",base:k.PRESSURE,prefixes:T.NONE,value:9.80665,offset:0},cmH2O:{name:"cmH2O",base:k.PRESSURE,prefixes:T.NONE,value:98.0665,offset:0},coulomb:{name:"coulomb",base:k.ELECTRIC_CHARGE,prefixes:T.LONG,value:1,offset:0},C:{name:"C",base:k.ELECTRIC_CHARGE,prefixes:T.SHORT,value:1,offset:0},farad:{name:"farad",base:k.ELECTRIC_CAPACITANCE,prefixes:T.LONG,value:1,offset:0},F:{name:"F",base:k.ELECTRIC_CAPACITANCE,prefixes:T.SHORT,value:1,offset:0},volt:{name:"volt",base:k.ELECTRIC_POTENTIAL,prefixes:T.LONG,value:1,offset:0},V:{name:"V",base:k.ELECTRIC_POTENTIAL,prefixes:T.SHORT,value:1,offset:0},ohm:{name:"ohm",base:k.ELECTRIC_RESISTANCE,prefixes:T.SHORTLONG,value:1,offset:0},henry:{name:"henry",base:k.ELECTRIC_INDUCTANCE,prefixes:T.LONG,value:1,offset:0},H:{name:"H",base:k.ELECTRIC_INDUCTANCE,prefixes:T.SHORT,value:1,offset:0},siemens:{name:"siemens",base:k.ELECTRIC_CONDUCTANCE,prefixes:T.LONG,value:1,offset:0},S:{name:"S",base:k.ELECTRIC_CONDUCTANCE,prefixes:T.SHORT,value:1,offset:0},weber:{name:"weber",base:k.MAGNETIC_FLUX,prefixes:T.LONG,value:1,offset:0},Wb:{name:"Wb",base:k.MAGNETIC_FLUX,prefixes:T.SHORT,value:1,offset:0},tesla:{name:"tesla",base:k.MAGNETIC_FLUX_DENSITY,prefixes:T.LONG,value:1,offset:0},T:{name:"T",base:k.MAGNETIC_FLUX_DENSITY,prefixes:T.SHORT,value:1,offset:0},b:{name:"b",base:k.BIT,prefixes:T.BINARY_SHORT,value:1,offset:0},bits:{name:"bits",base:k.BIT,prefixes:T.BINARY_LONG,value:1,offset:0},B:{name:"B",base:k.BIT,prefixes:T.BINARY_SHORT,value:8,offset:0},bytes:{name:"bytes",base:k.BIT,prefixes:T.BINARY_LONG,value:8,offset:0}},j={meters:"meter",inches:"inch",feet:"foot",yards:"yard",miles:"mile",links:"link",rods:"rod",chains:"chain",angstroms:"angstrom",lt:"l",litres:"litre",liter:"litre",liters:"litre",teaspoons:"teaspoon",tablespoons:"tablespoon",minims:"minim",fldr:"fluiddram",fluiddrams:"fluiddram",floz:"fluidounce",fluidounces:"fluidounce",gi:"gill",gills:"gill",cp:"cup",cups:"cup",pt:"pint",pints:"pint",qt:"quart",quarts:"quart",gal:"gallon",gallons:"gallon",bbl:"beerbarrel",beerbarrels:"beerbarrel",obl:"oilbarrel",oilbarrels:"oilbarrel",hogsheads:"hogshead",gtts:"gtt",grams:"gram",tons:"ton",tonnes:"tonne",grains:"grain",drams:"dram",ounces:"ounce",poundmasses:"poundmass",hundredweights:"hundredweight",sticks:"stick",lb:"lbm",lbs:"lbm",kips:"kip",kgf:"kilogramforce",acres:"acre",hectares:"hectare",sqfeet:"sqft",sqyard:"sqyd",sqmile:"sqmi",sqmiles:"sqmi",mmhg:"mmHg",mmh2o:"mmH2O",cmh2o:"cmH2O",seconds:"second",secs:"second",minutes:"minute",mins:"minute",hours:"hour",hr:"hour",hrs:"hour",days:"day",weeks:"week",months:"month",years:"year",decades:"decade",centuries:"century",millennia:"millennium",hertz:"hertz",radians:"radian",degrees:"degree",gradians:"gradian",cycles:"cycle",arcsecond:"arcsec",arcseconds:"arcsec",arcminute:"arcmin",arcminutes:"arcmin",BTUs:"BTU",watts:"watt",joules:"joule",amperes:"ampere",amps:"ampere",amp:"ampere",coulombs:"coulomb",volts:"volt",ohms:"ohm",farads:"farad",webers:"weber",teslas:"tesla",electronvolts:"electronvolt",moles:"mole",bit:"bits",byte:"bytes"};function U(e){if("BigNumber"===e.number){var r=Sf(x);R.rad.value=new x(1),R.deg.value=r.div(180),R.grad.value=r.div(200),R.cycle.value=r.times(2),R.arcsec.value=r.div(648e3),R.arcmin.value=r.div(10800)}else R.rad.value=1,R.deg.value=Math.PI/180,R.grad.value=Math.PI/200,R.cycle.value=2*Math.PI,R.arcsec.value=Math.PI/648e3,R.arcmin.value=Math.PI/10800;R.radian.value=R.rad.value,R.degree.value=R.deg.value,R.gradian.value=R.grad.value}U(a),i&&i("config",(function(e,r){e.number!==r.number&&U(e)}));var P={si:{NONE:{unit:I,prefix:T.NONE[""]},LENGTH:{unit:R.m,prefix:T.SHORT[""]},MASS:{unit:R.g,prefix:T.SHORT.k},TIME:{unit:R.s,prefix:T.SHORT[""]},CURRENT:{unit:R.A,prefix:T.SHORT[""]},TEMPERATURE:{unit:R.K,prefix:T.SHORT[""]},LUMINOUS_INTENSITY:{unit:R.cd,prefix:T.SHORT[""]},AMOUNT_OF_SUBSTANCE:{unit:R.mol,prefix:T.SHORT[""]},ANGLE:{unit:R.rad,prefix:T.SHORT[""]},BIT:{unit:R.bits,prefix:T.SHORT[""]},FORCE:{unit:R.N,prefix:T.SHORT[""]},ENERGY:{unit:R.J,prefix:T.SHORT[""]},POWER:{unit:R.W,prefix:T.SHORT[""]},PRESSURE:{unit:R.Pa,prefix:T.SHORT[""]},ELECTRIC_CHARGE:{unit:R.C,prefix:T.SHORT[""]},ELECTRIC_CAPACITANCE:{unit:R.F,prefix:T.SHORT[""]},ELECTRIC_POTENTIAL:{unit:R.V,prefix:T.SHORT[""]},ELECTRIC_RESISTANCE:{unit:R.ohm,prefix:T.SHORT[""]},ELECTRIC_INDUCTANCE:{unit:R.H,prefix:T.SHORT[""]},ELECTRIC_CONDUCTANCE:{unit:R.S,prefix:T.SHORT[""]},MAGNETIC_FLUX:{unit:R.Wb,prefix:T.SHORT[""]},MAGNETIC_FLUX_DENSITY:{unit:R.T,prefix:T.SHORT[""]},FREQUENCY:{unit:R.Hz,prefix:T.SHORT[""]}}};P.cgs=JSON.parse(JSON.stringify(P.si)),P.cgs.LENGTH={unit:R.m,prefix:T.SHORT.c},P.cgs.MASS={unit:R.g,prefix:T.SHORT[""]},P.cgs.FORCE={unit:R.dyn,prefix:T.SHORT[""]},P.cgs.ENERGY={unit:R.erg,prefix:T.NONE[""]},P.us=JSON.parse(JSON.stringify(P.si)),P.us.LENGTH={unit:R.ft,prefix:T.NONE[""]},P.us.MASS={unit:R.lbm,prefix:T.NONE[""]},P.us.TEMPERATURE={unit:R.degF,prefix:T.NONE[""]},P.us.FORCE={unit:R.lbf,prefix:T.NONE[""]},P.us.ENERGY={unit:R.BTU,prefix:T.BTU[""]},P.us.POWER={unit:R.hp,prefix:T.NONE[""]},P.us.PRESSURE={unit:R.psi,prefix:T.NONE[""]},P.auto=JSON.parse(JSON.stringify(P.si));var $=P.auto;for(var L in D.setUnitSystem=function(e){if(!br(P,e))throw new Error("Unit system "+e+" does not exist. Choices are: "+Object.keys(P).join(", "));$=P[e]},D.getUnitSystem=function(){for(var e in P)if(br(P,e)&&P[e]===$)return e},D.typeConverters={BigNumber:function(e){return null!=e&&e.isFraction?new x(String(e.n)).div(String(e.d)).times(String(e.s)):new x(e+"")},Fraction:function(e){return new b(e)},Complex:function(e){return e},number:function(e){return null!=e&&e.isFraction?y(e):e}},D.prototype._numberConverter=function(){var e=D.typeConverters[this.valueType()];if(e)return e;throw new TypeError('Unsupported Unit value type "'+this.valueType()+'"')},D._getNumberConverter=function(e){if(!D.typeConverters[e])throw new TypeError('Unsupported type "'+e+'"');return D.typeConverters[e]},R)if(br(R,L)){var _=R[L];_.dimensions=_.base.dimensions}for(var J in j)if(br(j,J)){var W=R[j[J]],V={};for(var H in W)br(W,H)&&(V[H]=W[H]);V.name=J,R[J]=V}return D.isValidAlpha=function(e){return/^[a-zA-Z]$/.test(e)},D.createUnit=function(e,r){if("object"!=typeof e)throw new TypeError("createUnit expects first parameter to be of type 'Object'");if(r&&r.override)for(var t in e)if(br(e,t)&&D.deleteUnit(t),e[t].aliases)for(var n=0;n<e[t].aliases.length;n++)D.deleteUnit(e[t].aliases[n]);var i;for(var a in e)br(e,a)&&(i=D.createUnitSingle(a,e[a]));return i},D.createUnitSingle=function(e,r){if(null==r&&(r={}),"string"!=typeof e)throw new TypeError("createUnitSingle expects first parameter to be of type 'string'");if(br(R,e))throw new Error('Cannot create unit "'+e+'": a unit with that name already exists');!function(e){for(var r=0;r<e.length;r++){if(n=e.charAt(r),0===r&&!D.isValidAlpha(n))throw new Error('Invalid unit name (must begin with alpha character): "'+e+'"');if(r>0&&!D.isValidAlpha(n)&&!A(n))throw new Error('Invalid unit name (only alphanumeric characters are allowed): "'+e+'"')}}(e);var t,i,a,o=null,u=[],s=0;if(r&&"Unit"===r.type)o=r.clone();else if("string"==typeof r)""!==r&&(t=r);else{if("object"!=typeof r)throw new TypeError('Cannot create unit "'+e+'" from "'+r.toString()+'": expecting "string" or "Unit" or "Object"');t=r.definition,i=r.prefixes,s=r.offset,a=r.baseName,r.aliases&&(u=r.aliases.valueOf())}if(u)for(var c=0;c<u.length;c++)if(br(R,u[c]))throw new Error('Cannot create alias "'+u[c]+'": a unit with that name already exists');if(t&&"string"==typeof t&&!o)try{o=D.parse(t,{allowNoUnits:!0})}catch(r){throw r.message='Could not create unit "'+e+'" from "'+t+'": '+r.message,r}else t&&"Unit"===t.type&&(o=t.clone());u=u||[],s=s||0,i=i&&i.toUpperCase&&T[i.toUpperCase()]||T.NONE;var f={};if(o){f={name:e,value:o.value,dimensions:o.dimensions.slice(0),prefixes:i,offset:s};var l=!1;for(var m in k)if(br(k,m)){for(var d=!0,p=0;p<O.length;p++)if(Math.abs((f.dimensions[p]||0)-(k[m].dimensions[p]||0))>1e-12){d=!1;break}if(d){l=!0,f.base=k[m];break}}if(!l){a=a||e+"_STUFF";var h={dimensions:o.dimensions.slice(0)};h.key=a,k[a]=h,$[a]={unit:f,prefix:T.NONE[""]},f.base=k[a]}}else{if(O.indexOf(a=a||e+"_STUFF")>=0)throw new Error('Cannot create new base unit "'+e+'": a base unit with that name already exists (and cannot be overridden)');for(var v in O.push(a),k)br(k,v)&&(k[v].dimensions[O.length-1]=0);for(var y={dimensions:[]},g=0;g<O.length;g++)y.dimensions[g]=0;y.dimensions[O.length-1]=1,y.key=a,k[a]=y,f={name:e,value:1,dimensions:k[a].dimensions.slice(0),prefixes:i,offset:s,base:k[a]},$[a]={unit:f,prefix:T.NONE[""]}}D.UNITS[e]=f;for(var x=0;x<u.length;x++){var b=u[x],w={};for(var N in f)br(f,N)&&(w[N]=f[N]);w.name=b,D.UNITS[b]=w}return delete B.cache,new D(null,e)},D.deleteUnit=function(e){delete D.UNITS[e],delete B.cache},D.PREFIXES=T,D.BASE_DIMENSIONS=O,D.BASE_UNITS=k,D.UNIT_SYSTEMS=P,D.UNITS=R,D}),{isClass:!0}),kf="unit",zf=Ar(kf,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r(kf,{Unit:function(e){return e.clone()},string:function(e){return t.isValuelessUnit(e)?new t(null,e):t.parse(e,{allowNoUnits:!0})},"number | BigNumber | Fraction | Complex, string | Unit":function(e,r){return new t(e,r)},"number | BigNumber | Fraction":function(e){return new t(e)},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),If="sparse",Rf=Ar(If,["typed","SparseMatrix"],(e=>{var{typed:r,SparseMatrix:t}=e;return r(If,{"":function(){return new t([])},string:function(e){return new t([],e)},"Array | Matrix":function(e){return new t(e)},"Array | Matrix, string":function(e,r){return new t(e,r)}})})),jf="createUnit",Uf=Ar(jf,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r(jf,{"Object, Object":function(e,r){return t.createUnit(e,r)},Object:function(e){return t.createUnit(e,{})},"string, Unit | string | Object, Object":function(e,r,n){var i={};return i[e]=r,t.createUnit(i,n)},"string, Unit | string | Object":function(e,r){var n={};return n[e]=r,t.createUnit(n,{})},string:function(e){var r={};return r[e]={},t.createUnit(r,{})}})})),Pf="acos",$f=Ar(Pf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(Pf,{number:function(e){return e>=-1&&e<=1||t.predictable?Math.acos(e):new n(e,0).acos()},Complex:function(e){return e.acos()},BigNumber:function(e){return e.acos()}})})),Lf="acosh",_f=Ar(Lf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(Lf,{number:function(e){return e>=1||t.predictable?di(e):e<=-1?new n(Math.log(Math.sqrt(e*e-1)-e),Math.PI):new n(e,0).acosh()},Complex:function(e){return e.acosh()},BigNumber:function(e){return e.acosh()}})})),Jf="acot",Wf=Ar(Jf,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Jf,{number:pi,Complex:function(e){return e.acot()},BigNumber:function(e){return new t(1).div(e).atan()}})})),Vf="acoth",Hf=Ar(Vf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Vf,{number:function(e){return e>=1||e<=-1||t.predictable?hi(e):new n(e,0).acoth()},Complex:function(e){return e.acoth()},BigNumber:function(e){return new i(1).div(e).atanh()}})})),Zf="acsc",Gf=Ar(Zf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Zf,{number:function(e){return e<=-1||e>=1||t.predictable?vi(e):new n(e,0).acsc()},Complex:function(e){return e.acsc()},BigNumber:function(e){return new i(1).div(e).asin()}})})),Xf="acsch",Qf=Ar(Xf,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Xf,{number:yi,Complex:function(e){return e.acsch()},BigNumber:function(e){return new t(1).div(e).asinh()}})})),Yf="asec",Kf=Ar(Yf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Yf,{number:function(e){return e<=-1||e>=1||t.predictable?gi(e):new n(e,0).asec()},Complex:function(e){return e.asec()},BigNumber:function(e){return new i(1).div(e).acos()}})})),el="asech",rl=Ar(el,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(el,{number:function(e){if(e<=1&&e>=-1||t.predictable){var r=1/e;if(r>0||t.predictable)return xi(e);var i=Math.sqrt(r*r-1);return new n(Math.log(i-r),Math.PI)}return new n(e,0).asech()},Complex:function(e){return e.asech()},BigNumber:function(e){return new i(1).div(e).acosh()}})})),tl="asin",nl=Ar(tl,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(tl,{number:function(e){return e>=-1&&e<=1||t.predictable?Math.asin(e):new n(e,0).asin()},Complex:function(e){return e.asin()},BigNumber:function(e){return e.asin()}})})),il=Ar("asinh",["typed"],(e=>{var{typed:r}=e;return r("asinh",{number:bi,Complex:function(e){return e.asinh()},BigNumber:function(e){return e.asinh()}})})),al=Ar("atan",["typed"],(e=>{var{typed:r}=e;return r("atan",{number:function(e){return Math.atan(e)},Complex:function(e){return e.atan()},BigNumber:function(e){return e.atan()}})})),ol="atan2",ul=Ar(ol,["typed","matrix","equalScalar","BigNumber","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,DenseMatrix:a,concat:o}=e,u=Ka({typed:r,equalScalar:n}),s=eo({typed:r}),c=$o({typed:r,equalScalar:n}),f=qa({typed:r,equalScalar:n}),l=Ta({typed:r,DenseMatrix:a}),m=io({typed:r,matrix:t,concat:o});return r(ol,{"number, number":Math.atan2,"BigNumber, BigNumber":(e,r)=>i.atan2(e,r)},m({scalar:"number | BigNumber",SS:c,DS:s,SD:u,Ss:f,sS:l}))})),sl="atanh",cl=Ar(sl,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(sl,{number:function(e){return e<=1&&e>=-1||t.predictable?wi(e):new n(e,0).atanh()},Complex:function(e){return e.atanh()},BigNumber:function(e){return e.atanh()}})})),fl=Ar("trigUnit",["typed"],(e=>{var{typed:r}=e;return{Unit:r.referToSelf((e=>t=>{if(!t.hasBase(t.constructor.BASE_UNITS.ANGLE))throw new TypeError("Unit in function cot is no angle");return r.find(e,t.valueType())(t.value)}))}})),ll=Ar("cos",["typed"],(e=>{var{typed:r}=e,t=fl({typed:r});return r("cos",{number:Math.cos,"Complex | BigNumber":e=>e.cos()},t)})),ml="cosh",dl=Ar(ml,["typed"],(e=>{var{typed:r}=e;return r(ml,{number:Vr,"Complex | BigNumber":e=>e.cosh()})})),pl=Ar("cot",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("cot",{number:Di,Complex:e=>e.cot(),BigNumber:e=>new t(1).div(e.tan())},fl({typed:r}))})),hl="coth",vl=Ar(hl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(hl,{number:Ni,Complex:e=>e.coth(),BigNumber:e=>new t(1).div(e.tanh())})})),yl=Ar("csc",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("csc",{number:Ai,Complex:e=>e.csc(),BigNumber:e=>new t(1).div(e.sin())},fl({typed:r}))})),gl="csch",xl=Ar(gl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(gl,{number:Mi,Complex:e=>e.csch(),BigNumber:e=>new t(1).div(e.sinh())})})),bl=Ar("sec",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("sec",{number:Ci,Complex:e=>e.sec(),BigNumber:e=>new t(1).div(e.cos())},fl({typed:r}))})),wl="sech",Dl=Ar(wl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(wl,{number:Ei,Complex:e=>e.sech(),BigNumber:e=>new t(1).div(e.cosh())})})),Nl=Ar("sin",["typed"],(e=>{var{typed:r}=e,t=fl({typed:r});return r("sin",{number:Math.sin,"Complex | BigNumber":e=>e.sin()},t)})),Al="sinh",Ml=Ar(Al,["typed"],(e=>{var{typed:r}=e;return r(Al,{number:Si,"Complex | BigNumber":e=>e.sinh()})})),Cl=Ar("tan",["typed"],(e=>{var{typed:r}=e,t=fl({typed:r});return r("tan",{number:Math.tan,"Complex | BigNumber":e=>e.tan()},t)})),El=Ar("tanh",["typed"],(e=>{var{typed:r}=e;return r("tanh",{number:Zr,"Complex | BigNumber":e=>e.tanh()})})),Sl="setCartesian",Fl=Ar(Sl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Sl,{"Array | Matrix, Array | Matrix":function(e,r){var u=[];if(0!==n(t(e),new a(0))&&0!==n(t(r),new a(0))){var s=Lt(Array.isArray(e)?e:e.toArray()).sort(i),c=Lt(Array.isArray(r)?r:r.toArray()).sort(i);u=[];for(var f=0;f<s.length;f++)for(var l=0;l<c.length;l++)u.push([s[f],c[l]])}return Array.isArray(e)&&Array.isArray(r)?u:new o(u)}})})),Bl="setDifference",ql=Ar(Bl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Bl,{"Array | Matrix, Array | Matrix":function(e,r){var u;if(0===n(t(e),new a(0)))u=[];else{if(0===n(t(r),new a(0)))return Lt(e.toArray());var s,c=Ht(Lt(Array.isArray(e)?e:e.toArray()).sort(i)),f=Ht(Lt(Array.isArray(r)?r:r.toArray()).sort(i));u=[];for(var l=0;l<c.length;l++){s=!1;for(var m=0;m<f.length;m++)if(0===i(c[l].value,f[m].value)&&c[l].identifier===f[m].identifier){s=!0;break}s||u.push(c[l])}}return Array.isArray(e)&&Array.isArray(r)?Zt(u):new o(Zt(u))}})})),Tl="setDistinct",Ol=Ar(Tl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Tl,{"Array | Matrix":function(e){var r;if(0===n(t(e),new a(0)))r=[];else{var u=Lt(Array.isArray(e)?e:e.toArray()).sort(i);(r=[]).push(u[0]);for(var s=1;s<u.length;s++)0!==i(u[s],u[s-1])&&r.push(u[s])}return Array.isArray(e)?r:new o(r)}})})),kl="setIntersect",zl=Ar(kl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(kl,{"Array | Matrix, Array | Matrix":function(e,r){var u;if(0===n(t(e),new a(0))||0===n(t(r),new a(0)))u=[];else{var s=Ht(Lt(Array.isArray(e)?e:e.toArray()).sort(i)),c=Ht(Lt(Array.isArray(r)?r:r.toArray()).sort(i));u=[];for(var f=0;f<s.length;f++)for(var l=0;l<c.length;l++)if(0===i(s[f].value,c[l].value)&&s[f].identifier===c[l].identifier){u.push(s[f]);break}}return Array.isArray(e)&&Array.isArray(r)?Zt(u):new o(Zt(u))}})})),Il="setIsSubset",Rl=Ar(Il,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(Il,{"Array | Matrix, Array | Matrix":function(e,r){if(0===n(t(e),new a(0)))return!0;if(0===n(t(r),new a(0)))return!1;for(var o,u=Ht(Lt(Array.isArray(e)?e:e.toArray()).sort(i)),s=Ht(Lt(Array.isArray(r)?r:r.toArray()).sort(i)),c=0;c<u.length;c++){o=!1;for(var f=0;f<s.length;f++)if(0===i(u[c].value,s[f].value)&&u[c].identifier===s[f].identifier){o=!0;break}if(!1===o)return!1}return!0}})})),jl="setMultiplicity",Ul=Ar(jl,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(jl,{"number | BigNumber | Fraction | Complex, Array | Matrix":function(e,r){if(0===n(t(r),new a(0)))return 0;for(var o=Lt(Array.isArray(r)?r:r.toArray()),u=0,s=0;s<o.length;s++)0===i(o[s],e)&&u++;return u}})})),Pl="setPowerset",$l=Ar(Pl,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(Pl,{"Array | Matrix":function(e){if(0===n(t(e),new a(0)))return[];for(var r=Lt(Array.isArray(e)?e:e.toArray()).sort(i),u=[],s=0;s.toString(2).length<=r.length;)u.push(o(r,s.toString(2).split("").reverse())),s++;return function(e){for(var r=[],t=e.length-1;t>0;t--)for(var n=0;n<t;n++)e[n].length>e[n+1].length&&(r=e[n],e[n]=e[n+1],e[n+1]=r);return e}(u)}});function o(e,r){for(var t=[],n=0;n<r.length;n++)"1"===r[n]&&t.push(e[n]);return t}})),Ll="setSize",_l=Ar(Ll,["typed","compareNatural"],(e=>{var{typed:r,compareNatural:t}=e;return r(Ll,{"Array | Matrix":function(e){return Array.isArray(e)?Lt(e).length:Lt(e.toArray()).length},"Array | Matrix, boolean":function(e,r){if(!1===r||0===e.length)return Array.isArray(e)?Lt(e).length:Lt(e.toArray()).length;for(var n=Lt(Array.isArray(e)?e:e.toArray()).sort(t),i=1,a=1;a<n.length;a++)0!==t(n[a],n[a-1])&&i++;return i}})})),Jl="setSymDifference",Wl=Ar(Jl,["typed","size","concat","subset","setDifference","Index"],(e=>{var{typed:r,size:t,concat:n,subset:i,setDifference:a,Index:o}=e;return r(Jl,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new o(0)))return Lt(r);if(0===i(t(r),new o(0)))return Lt(e);var u=Lt(e),s=Lt(r);return n(a(u,s),a(s,u))}})})),Vl="setUnion",Hl=Ar(Vl,["typed","size","concat","subset","setIntersect","setSymDifference","Index"],(e=>{var{typed:r,size:t,concat:n,subset:i,setIntersect:a,setSymDifference:o,Index:u}=e;return r(Vl,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new u(0)))return Lt(r);if(0===i(t(r),new u(0)))return Lt(e);var s=Lt(e),c=Lt(r);return n(o(s,c),a(s,c))}})})),Zl=Ar("add",["typed","matrix","addScalar","equalScalar","DenseMatrix","SparseMatrix","concat"],(e=>{var{typed:r,matrix:t,addScalar:n,equalScalar:i,DenseMatrix:a,concat:o}=e,u=oo({typed:r}),s=uo({typed:r,equalScalar:i}),c=so({typed:r,DenseMatrix:a}),f=io({typed:r,matrix:t,concat:o});return r("add",{"any, any":n,"any, any, ...any":r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i}))},f({elop:n,DS:u,SS:s,Ss:c}))})),Gl="hypot",Xl=Ar(Gl,["typed","abs","addScalar","divideScalar","multiplyScalar","sqrt","smaller","isPositive"],(e=>{var{typed:r,abs:t,addScalar:n,divideScalar:i,multiplyScalar:a,sqrt:o,smaller:u,isPositive:s}=e;return r(Gl,{"... number | BigNumber":c,Array:c,Matrix:e=>c(Lt(e.toArray(),!0))});function c(e){for(var r=0,c=0,f=0;f<e.length;f++){if(qe(e[f]))throw new TypeError("Unexpected type of argument to hypot");var l=t(e[f]);u(c,l)?(r=a(r,a(i(c,l),i(c,l))),r=n(r,1),c=l):r=n(r,s(l)?a(i(l,c),i(l,c)):l)}return a(c,o(r))}})),Ql="norm",Yl=Ar(Ql,["typed","abs","add","pow","conj","sqrt","multiply","equalScalar","larger","smaller","matrix","ctranspose","eigs"],(e=>{var{typed:r,abs:t,add:n,pow:i,conj:a,sqrt:o,multiply:u,equalScalar:s,larger:c,smaller:f,matrix:l,ctranspose:m,eigs:d}=e;return r(Ql,{number:Math.abs,Complex:function(e){return e.abs()},BigNumber:function(e){return e.abs()},boolean:function(e){return Math.abs(e)},Array:function(e){return p(l(e),2)},Matrix:function(e){return p(e,2)},"Array, number | BigNumber | string":function(e,r){return p(l(e),r)},"Matrix, number | BigNumber | string":function(e,r){return p(e,r)}});function p(e,r){var l=e.size();if(1===l.length)return function(e,r){if(r===Number.POSITIVE_INFINITY||"inf"===r)return function(e){var r=0;return e.forEach((function(e){var n=t(e);c(n,r)&&(r=n)}),!0),r}(e);if(r===Number.NEGATIVE_INFINITY||"-inf"===r)return function(e){var r;return e.forEach((function(e){var n=t(e);r&&!f(n,r)||(r=n)}),!0),r||0}(e);if("fro"===r)return p(e,2);if("number"==typeof r&&!isNaN(r)){if(!s(r,0)){var a=0;return e.forEach((function(e){a=n(i(t(e),r),a)}),!0),i(a,1/r)}return Number.POSITIVE_INFINITY}throw new Error("Unsupported parameter value")}(e,r);if(2===l.length){if(l[0]&&l[1])return function(e,r){if(1===r)return function(e){var r=[],i=0;return e.forEach((function(e,a){var o=a[1],u=n(r[o]||0,t(e));c(u,i)&&(i=u),r[o]=u}),!0),i}(e);if(r===Number.POSITIVE_INFINITY||"inf"===r)return function(e){var r=[],i=0;return e.forEach((function(e,a){var o=a[0],u=n(r[o]||0,t(e));c(u,i)&&(i=u),r[o]=u}),!0),i}(e);if("fro"===r)return function(e){var r=0;return e.forEach((function(e){r=n(r,u(e,a(e)))})),t(o(r))}(e);if(2===r)return function(e){var r=e.size();if(r[0]!==r[1])throw new RangeError("Invalid matrix dimensions");var n=m(e),i=u(n,e),a=d(i).values.toArray();return t(o(a[a.length-1]))}(e);throw new Error("Unsupported parameter value "+r)}(e,r);throw new RangeError("Invalid matrix dimensions")}}})),Kl=Ar("dot",["typed","addScalar","multiplyScalar","conj","size"],(e=>{var{typed:r,addScalar:t,multiplyScalar:n,conj:i,size:a}=e;return r("dot",{"Array | DenseMatrix, Array | DenseMatrix":function(e,a){var s=o(e,a),c=Ie(e)?e._data:e,f=Ie(e)?e._datatype||e.getDataType():void 0,l=Ie(a)?a._data:a,m=Ie(a)?a._datatype||a.getDataType():void 0,d=2===u(e).length,p=2===u(a).length,h=t,v=n;if(f&&m&&f===m&&"string"==typeof f&&"mixed"!==f){var y=f;h=r.find(t,[y,y]),v=r.find(n,[y,y])}if(!d&&!p){for(var g=v(i(c[0]),l[0]),x=1;x<s;x++)g=h(g,v(i(c[x]),l[x]));return g}if(!d&&p){for(var b=v(i(c[0]),l[0][0]),w=1;w<s;w++)b=h(b,v(i(c[w]),l[w][0]));return b}if(d&&!p){for(var D=v(i(c[0][0]),l[0]),N=1;N<s;N++)D=h(D,v(i(c[N][0]),l[N]));return D}if(d&&p){for(var A=v(i(c[0][0]),l[0][0]),M=1;M<s;M++)A=h(A,v(i(c[M][0]),l[M][0]));return A}},"SparseMatrix, SparseMatrix":function(e,r){o(e,r);for(var i=e._index,a=e._values,u=r._index,s=r._values,c=0,f=t,l=n,m=0,d=0;m<i.length&&d<u.length;){var p=i[m],h=u[d];p<h?m++:p>h?d++:p===h&&(c=f(c,l(a[m],s[d])),m++,d++)}return c}});function o(e,r){var t,n,i=u(e),a=u(r);if(1===i.length)t=i[0];else{if(2!==i.length||1!==i[1])throw new RangeError("Expected a column vector, instead got a matrix of size ("+i.join(", ")+")");t=i[0]}if(1===a.length)n=a[0];else{if(2!==a.length||1!==a[1])throw new RangeError("Expected a column vector, instead got a matrix of size ("+a.join(", ")+")");n=a[0]}if(t!==n)throw new RangeError("Vectors must have equal length ("+t+" != "+n+")");if(0===t)throw new RangeError("Cannot calculate the dot product of empty vectors");return t}function u(e){return Ie(e)?e.size():a(e)}})),em=Ar("trace",["typed","matrix","add"],(e=>{var{typed:r,matrix:t,add:n}=e;return r("trace",{Array:function(e){return i(t(e))},SparseMatrix:function(e){var r=e._values,t=e._index,i=e._ptr,a=e._size,o=a[1];if(a[0]===o){var u=0;if(r.length>0)for(var s=0;s<o;s++)for(var c=i[s+1],f=i[s];f<c;f++){var l=t[f];if(l===s){u=n(u,r[f]);break}if(l>s)break}return u}throw new RangeError("Matrix must be square (size: "+xt(a)+")")},DenseMatrix:i,any:yr});function i(e){var r=e._size,t=e._data;switch(r.length){case 1:if(1===r[0])return yr(t[0]);throw new RangeError("Matrix must be square (size: "+xt(r)+")");case 2:var i=r[0];if(i===r[1]){for(var a=0,o=0;o<i;o++)a=n(a,t[o][o]);return a}throw new RangeError("Matrix must be square (size: "+xt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+xt(r)+")")}}})),rm="index",tm=Ar(rm,["typed","Index"],(e=>{var{typed:r,Index:t}=e;return r(rm,{"...number | string | BigNumber | Range | Array | Matrix":function(e){var r=e.map((function(e){return Fe(e)?e.toNumber():ze(e)||Ie(e)?e.map((function(e){return Fe(e)?e.toNumber():e})):e})),n=new t;return t.apply(n,r),n}})})),nm=new Set(["end"]),im=Ar("Node",["mathWithTransform"],(e=>{var{mathWithTransform:r}=e;return class{get type(){return"Node"}get isNode(){return!0}evaluate(e){return this.compile().evaluate(e)}compile(){var e=this._compile(r,{}),t={};return{evaluate:function(r){var n=Ee(r);return function(e){for(var r of[...nm])if(e.has(r))throw new Error('Scope contains an illegal symbol, "'+r+'" is a reserved keyword')}(n),e(n,t,null)}}}_compile(e,r){throw new Error("Method _compile must be implemented by type "+this.type)}forEach(e){throw new Error("Cannot run forEach on a Node interface")}map(e){throw new Error("Cannot run map on a Node interface")}_ifNode(e){if(!sr(e))throw new TypeError("Callback function must return a Node");return e}traverse(e){e(this,null,null),function e(r,t){r.forEach((function(r,n,i){t(r,n,i),e(r,t)}))}(this,e)}transform(e){return function r(t,n,i){var a=e(t,n,i);return a!==t?a:t.map(r)}(this,null,null)}filter(e){var r=[];return this.traverse((function(t,n,i){e(t,n,i)&&r.push(t)})),r}clone(){throw new Error("Cannot clone a Node interface")}cloneDeep(){return this.map((function(e){return e.cloneDeep()}))}equals(e){return!!e&&this.type===e.type&&xr(this,e)}toString(e){var r=this._getCustomString(e);return void 0!==r?r:this._toString(e)}_toString(){throw new Error("_toString not implemented for "+this.type)}toJSON(){throw new Error("Cannot serialize object: toJSON not implemented by "+this.type)}toHTML(e){var r=this._getCustomString(e);return void 0!==r?r:this._toHTML(e)}_toHTML(){throw new Error("_toHTML not implemented for "+this.type)}toTex(e){var r=this._getCustomString(e);return void 0!==r?r:this._toTex(e)}_toTex(e){throw new Error("_toTex not implemented for "+this.type)}_getCustomString(e){if(e&&"object"==typeof e)switch(typeof e.handler){case"object":case"undefined":return;case"function":return e.handler(this,e);default:throw new TypeError("Object or function expected as callback")}}getIdentifier(){return this.type}getContent(){return this}}}),{isClass:!0,isNode:!0});function am(e){return e&&e.isIndexError?new Ct(e.index+1,e.min+1,void 0!==e.max?e.max+1:void 0):e}function om(e){var{subset:r}=e;return function(e,t){try{if(Array.isArray(e))return r(e,t);if(e&&"function"==typeof e.subset)return e.subset(t);if("string"==typeof e)return r(e,t);if("object"==typeof e){if(!t.isObjectProperty())throw new TypeError("Cannot apply a numeric index as object property");return ye(e,t.getObjectProperty())}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw am(e)}}}var um="AccessorNode",sm=Ar(um,["subset","Node"],(e=>{var{subset:r,Node:t}=e,n=om({subset:r});function i(e){return!(Ye(e)||Ke(e)||nr(e)||or(e)||cr(e)||lr(e)||pr(e))}class a extends t{constructor(e,r){if(super(),!sr(e))throw new TypeError('Node expected for parameter "object"');if(!ur(r))throw new TypeError('IndexNode expected for parameter "index"');this.object=e,this.index=r}get name(){return this.index?this.index.isObjectProperty()?this.index.getObjectProperty():"":this.object.name||""}get type(){return um}get isAccessorNode(){return!0}_compile(e,r){var t=this.object._compile(e,r),i=this.index._compile(e,r);if(this.index.isObjectProperty()){var a=this.index.getObjectProperty();return function(e,r,n){return ye(t(e,r,n),a)}}return function(e,r,a){var o=t(e,r,a),u=i(e,r,o);return n(o,u)}}forEach(e){e(this.object,"object",this),e(this.index,"index",this)}map(e){return new a(this._ifNode(e(this.object,"object",this)),this._ifNode(e(this.index,"index",this)))}clone(){return new a(this.object,this.index)}_toString(e){var r=this.object.toString(e);return i(this.object)&&(r="("+r+")"),r+this.index.toString(e)}_toHTML(e){var r=this.object.toHTML(e);return i(this.object)&&(r='<span class="math-parenthesis math-round-parenthesis">(</span>'+r+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r+this.index.toHTML(e)}_toTex(e){var r=this.object.toTex(e);return i(this.object)&&(r="\\left(' + object + '\\right)"),r+this.index.toTex(e)}toJSON(){return{mathjs:um,object:this.object,index:this.index}}static fromJSON(e){return new a(e.object,e.index)}}return Ms(a,"name",um),a}),{isClass:!0,isNode:!0}),cm="ArrayNode",fm=Ar(cm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),this.items=e||[],!Array.isArray(this.items)||!this.items.every(sr))throw new TypeError("Array containing Nodes expected")}get type(){return cm}get isArrayNode(){return!0}_compile(e,r){var t=_t(this.items,(function(t){return t._compile(e,r)}));if("Array"!==e.config.matrix){var n=e.matrix;return function(e,r,i){return n(_t(t,(function(t){return t(e,r,i)})))}}return function(e,r,n){return _t(t,(function(t){return t(e,r,n)}))}}forEach(e){for(var r=0;r<this.items.length;r++)e(this.items[r],"items["+r+"]",this)}map(e){for(var r=[],n=0;n<this.items.length;n++)r[n]=this._ifNode(e(this.items[n],"items["+n+"]",this));return new t(r)}clone(){return new t(this.items.slice(0))}_toString(e){return"["+this.items.map((function(r){return r.toString(e)})).join(", ")+"]"}toJSON(){return{mathjs:cm,items:this.items}}static fromJSON(e){return new t(e.items)}_toHTML(e){return'<span class="math-parenthesis math-square-parenthesis">[</span>'+this.items.map((function(r){return r.toHTML(e)})).join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-square-parenthesis">]</span>'}_toTex(e){return function r(t,n){var i=t.some(Ke)&&!t.every(Ke),a=n||i,o=a?"&":"\\\\",u=t.map((function(t){return t.items?r(t.items,!n):t.toTex(e)})).join(o);return i||!a||a&&!n?"\\begin{bmatrix}"+u+"\\end{bmatrix}":u}(this.items,!1)}}return Ms(t,"name",cm),t}),{isClass:!0,isNode:!0}),lm=[{AssignmentNode:{},FunctionAssignmentNode:{}},{ConditionalNode:{latexLeftParens:!1,latexRightParens:!1,latexParens:!1}},{"OperatorNode:or":{op:"or",associativity:"left",associativeWith:[]}},{"OperatorNode:xor":{op:"xor",associativity:"left",associativeWith:[]}},{"OperatorNode:and":{op:"and",associativity:"left",associativeWith:[]}},{"OperatorNode:bitOr":{op:"|",associativity:"left",associativeWith:[]}},{"OperatorNode:bitXor":{op:"^|",associativity:"left",associativeWith:[]}},{"OperatorNode:bitAnd":{op:"&",associativity:"left",associativeWith:[]}},{"OperatorNode:equal":{op:"==",associativity:"left",associativeWith:[]},"OperatorNode:unequal":{op:"!=",associativity:"left",associativeWith:[]},"OperatorNode:smaller":{op:"<",associativity:"left",associativeWith:[]},"OperatorNode:larger":{op:">",associativity:"left",associativeWith:[]},"OperatorNode:smallerEq":{op:"<=",associativity:"left",associativeWith:[]},"OperatorNode:largerEq":{op:">=",associativity:"left",associativeWith:[]},RelationalNode:{associativity:"left",associativeWith:[]}},{"OperatorNode:leftShift":{op:"<<",associativity:"left",associativeWith:[]},"OperatorNode:rightArithShift":{op:">>",associativity:"left",associativeWith:[]},"OperatorNode:rightLogShift":{op:">>>",associativity:"left",associativeWith:[]}},{"OperatorNode:to":{op:"to",associativity:"left",associativeWith:[]}},{RangeNode:{}},{"OperatorNode:add":{op:"+",associativity:"left",associativeWith:["OperatorNode:add","OperatorNode:subtract"]},"OperatorNode:subtract":{op:"-",associativity:"left",associativeWith:[]}},{"OperatorNode:multiply":{op:"*",associativity:"left",associativeWith:["OperatorNode:multiply","OperatorNode:divide","Operator:dotMultiply","Operator:dotDivide"]},"OperatorNode:divide":{op:"/",associativity:"left",associativeWith:[],latexLeftParens:!1,latexRightParens:!1,latexParens:!1},"OperatorNode:dotMultiply":{op:".*",associativity:"left",associativeWith:["OperatorNode:multiply","OperatorNode:divide","OperatorNode:dotMultiply","OperatorNode:doDivide"]},"OperatorNode:dotDivide":{op:"./",associativity:"left",associativeWith:[]},"OperatorNode:mod":{op:"mod",associativity:"left",associativeWith:[]}},{"OperatorNode:multiply":{associativity:"left",associativeWith:["OperatorNode:multiply","OperatorNode:divide","Operator:dotMultiply","Operator:dotDivide"]}},{"OperatorNode:unaryPlus":{op:"+",associativity:"right"},"OperatorNode:unaryMinus":{op:"-",associativity:"right"},"OperatorNode:bitNot":{op:"~",associativity:"right"},"OperatorNode:not":{op:"not",associativity:"right"}},{"OperatorNode:pow":{op:"^",associativity:"right",associativeWith:[],latexRightParens:!1},"OperatorNode:dotPow":{op:".^",associativity:"right",associativeWith:[]}},{"OperatorNode:factorial":{op:"!",associativity:"left"}},{"OperatorNode:ctranspose":{op:"'",associativity:"left"}}];function mm(e,r){if(!r||"auto"!==r)return e;for(var t=e;lr(t);)t=t.content;return t}function dm(e,r,t,n){var i=e;"keep"!==r&&(i=e.getContent());for(var a=i.getIdentifier(),o=null,u=0;u<lm.length;u++)if(a in lm[u]){o=u;break}if("OperatorNode:multiply"===a&&i.implicit&&"show"!==t){var s=mm(i.args[0],r);nr(s)&&n&&"OperatorNode:divide"===n.getIdentifier()&&ir(mm(n.args[0],r))||"OperatorNode:divide"===s.getIdentifier()&&ir(mm(s.args[0],r))&&nr(mm(s.args[1]))||(o+=1)}return o}function pm(e,r){var t=e;"keep"!==r&&(t=e.getContent());var n=t.getIdentifier(),i=dm(t,r);if(null===i)return null;var a=lm[i][n];if(br(a,"associativity")){if("left"===a.associativity)return"left";if("right"===a.associativity)return"right";throw Error("'"+n+"' has the invalid associativity '"+a.associativity+"'.")}return null}function hm(e,r,t){var n="keep"!==t?e.getContent():e,i="keep"!==t?e.getContent():r,a=n.getIdentifier(),o=i.getIdentifier(),u=dm(n,t);if(null===u)return null;var s=lm[u][a];if(br(s,"associativeWith")&&s.associativeWith instanceof Array){for(var c=0;c<s.associativeWith.length;c++)if(s.associativeWith[c]===o)return!0;return!1}return null}var vm="AssignmentNode",ym=Ar(vm,["subset","?matrix","Node"],(e=>{var{subset:r,matrix:t,Node:n}=e,i=om({subset:r}),a=function(e){var{subset:r,matrix:t}=e;return function(e,n,i){try{if(Array.isArray(e))return t(e).subset(n,i).valueOf().forEach(((r,t)=>{e[t]=r})),e;if(e&&"function"==typeof e.subset)return e.subset(n,i);if("string"==typeof e)return r(e,n,i);if("object"==typeof e){if(!n.isObjectProperty())throw TypeError("Cannot apply a numeric index as object property");return ge(e,n.getObjectProperty(),i),e}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw am(e)}}}({subset:r,matrix:t});function o(e,r,t){r||(r="keep");var n=dm(e,r,t),i=dm(e.value,r,t);return"all"===r||null!==i&&i<=n}class u extends n{constructor(e,r,t){if(super(),this.object=e,this.index=t?r:null,this.value=t||r,!pr(e)&&!Ye(e))throw new TypeError('SymbolNode or AccessorNode expected as "object"');if(pr(e)&&"end"===e.name)throw new Error('Cannot assign to symbol "end"');if(this.index&&!ur(this.index))throw new TypeError('IndexNode expected as "index"');if(!sr(this.value))throw new TypeError('Node expected as "value"')}get name(){return this.index?this.index.isObjectProperty()?this.index.getObjectProperty():"":this.object.name||""}get type(){return vm}get isAssignmentNode(){return!0}_compile(e,r){var t=this.object._compile(e,r),n=this.index?this.index._compile(e,r):null,o=this.value._compile(e,r),u=this.object.name;if(this.index){if(this.index.isObjectProperty()){var s=this.index.getObjectProperty();return function(e,r,n){var i=t(e,r,n),a=o(e,r,n);return ge(i,s,a),a}}if(pr(this.object))return function(e,r,i){var s=t(e,r,i),c=o(e,r,i),f=n(e,r,s);return e.set(u,a(s,f,c)),c};var c=this.object.object._compile(e,r);if(this.object.index.isObjectProperty()){var f=this.object.index.getObjectProperty();return function(e,r,t){var i=c(e,r,t),u=ye(i,f),s=n(e,r,u),l=o(e,r,t);return ge(i,f,a(u,s,l)),l}}var l=this.object.index._compile(e,r);return function(e,r,t){var u=c(e,r,t),s=l(e,r,u),f=i(u,s),m=n(e,r,f),d=o(e,r,t);return a(u,s,a(f,m,d)),d}}if(!pr(this.object))throw new TypeError("SymbolNode expected as object");return function(e,r,t){var n=o(e,r,t);return e.set(u,n),n}}forEach(e){e(this.object,"object",this),this.index&&e(this.index,"index",this),e(this.value,"value",this)}map(e){var r=this._ifNode(e(this.object,"object",this)),t=this.index?this._ifNode(e(this.index,"index",this)):null,n=this._ifNode(e(this.value,"value",this));return new u(r,t,n)}clone(){return new u(this.object,this.index,this.value)}_toString(e){var r=this.object.toString(e),t=this.index?this.index.toString(e):"",n=this.value.toString(e);return o(this,e&&e.parenthesis,e&&e.implicit)&&(n="("+n+")"),r+t+" = "+n}toJSON(){return{mathjs:vm,object:this.object,index:this.index,value:this.value}}static fromJSON(e){return new u(e.object,e.index,e.value)}_toHTML(e){var r=this.object.toHTML(e),t=this.index?this.index.toHTML(e):"",n=this.value.toHTML(e);return o(this,e&&e.parenthesis,e&&e.implicit)&&(n='<span class="math-paranthesis math-round-parenthesis">(</span>'+n+'<span class="math-paranthesis math-round-parenthesis">)</span>'),r+t+'<span class="math-operator math-assignment-operator math-variable-assignment-operator math-binary-operator">=</span>'+n}_toTex(e){var r=this.object.toTex(e),t=this.index?this.index.toTex(e):"",n=this.value.toTex(e);return o(this,e&&e.parenthesis,e&&e.implicit)&&(n="\\left(".concat(n,"\\right)")),r+t+"="+n}}return Ms(u,"name",vm),u}),{isClass:!0,isNode:!0}),gm="BlockNode",xm=Ar(gm,["ResultSet","Node"],(e=>{var{ResultSet:r,Node:t}=e;class n extends t{constructor(e){if(super(),!Array.isArray(e))throw new Error("Array expected");this.blocks=e.map((function(e){var r=e&&e.node,t=!e||void 0===e.visible||e.visible;if(!sr(r))throw new TypeError('Property "node" must be a Node');if("boolean"!=typeof t)throw new TypeError('Property "visible" must be a boolean');return{node:r,visible:t}}))}get type(){return gm}get isBlockNode(){return!0}_compile(e,t){var n=_t(this.blocks,(function(r){return{evaluate:r.node._compile(e,t),visible:r.visible}}));return function(e,t,i){var a=[];return Jt(n,(function(r){var n=r.evaluate(e,t,i);r.visible&&a.push(n)})),new r(a)}}forEach(e){for(var r=0;r<this.blocks.length;r++)e(this.blocks[r].node,"blocks["+r+"].node",this)}map(e){for(var r=[],t=0;t<this.blocks.length;t++){var i=this.blocks[t],a=this._ifNode(e(i.node,"blocks["+t+"].node",this));r[t]={node:a,visible:i.visible}}return new n(r)}clone(){var e=this.blocks.map((function(e){return{node:e.node,visible:e.visible}}));return new n(e)}_toString(e){return this.blocks.map((function(r){return r.node.toString(e)+(r.visible?"":";")})).join("\n")}toJSON(){return{mathjs:gm,blocks:this.blocks}}static fromJSON(e){return new n(e.blocks)}_toHTML(e){return this.blocks.map((function(r){return r.node.toHTML(e)+(r.visible?"":'<span class="math-separator">;</span>')})).join('<span class="math-separator"><br /></span>')}_toTex(e){return this.blocks.map((function(r){return r.node.toTex(e)+(r.visible?"":";")})).join("\\;\\;\n")}}return Ms(n,"name",gm),n}),{isClass:!0,isNode:!0}),bm="ConditionalNode",wm=Ar(bm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e,r,t){if(super(),!sr(e))throw new TypeError("Parameter condition must be a Node");if(!sr(r))throw new TypeError("Parameter trueExpr must be a Node");if(!sr(t))throw new TypeError("Parameter falseExpr must be a Node");this.condition=e,this.trueExpr=r,this.falseExpr=t}get type(){return bm}get isConditionalNode(){return!0}_compile(e,r){var t=this.condition._compile(e,r),n=this.trueExpr._compile(e,r),i=this.falseExpr._compile(e,r);return function(e,r,a){return function(e){if("number"==typeof e||"boolean"==typeof e||"string"==typeof e)return!!e;if(e){if(Fe(e))return!e.isZero();if(qe(e))return!(!e.re&&!e.im);if(Oe(e))return!!e.value}if(null==e)return!1;throw new TypeError('Unsupported type of condition "'+vr(e)+'"')}(t(e,r,a))?n(e,r,a):i(e,r,a)}}forEach(e){e(this.condition,"condition",this),e(this.trueExpr,"trueExpr",this),e(this.falseExpr,"falseExpr",this)}map(e){return new t(this._ifNode(e(this.condition,"condition",this)),this._ifNode(e(this.trueExpr,"trueExpr",this)),this._ifNode(e(this.falseExpr,"falseExpr",this)))}clone(){return new t(this.condition,this.trueExpr,this.falseExpr)}_toString(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=dm(this,r,e&&e.implicit),n=this.condition.toString(e),i=dm(this.condition,r,e&&e.implicit);("all"===r||"OperatorNode"===this.condition.type||null!==i&&i<=t)&&(n="("+n+")");var a=this.trueExpr.toString(e),o=dm(this.trueExpr,r,e&&e.implicit);("all"===r||"OperatorNode"===this.trueExpr.type||null!==o&&o<=t)&&(a="("+a+")");var u=this.falseExpr.toString(e),s=dm(this.falseExpr,r,e&&e.implicit);return("all"===r||"OperatorNode"===this.falseExpr.type||null!==s&&s<=t)&&(u="("+u+")"),n+" ? "+a+" : "+u}toJSON(){return{mathjs:bm,condition:this.condition,trueExpr:this.trueExpr,falseExpr:this.falseExpr}}static fromJSON(e){return new t(e.condition,e.trueExpr,e.falseExpr)}_toHTML(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=dm(this,r,e&&e.implicit),n=this.condition.toHTML(e),i=dm(this.condition,r,e&&e.implicit);("all"===r||"OperatorNode"===this.condition.type||null!==i&&i<=t)&&(n='<span class="math-parenthesis math-round-parenthesis">(</span>'+n+'<span class="math-parenthesis math-round-parenthesis">)</span>');var a=this.trueExpr.toHTML(e),o=dm(this.trueExpr,r,e&&e.implicit);("all"===r||"OperatorNode"===this.trueExpr.type||null!==o&&o<=t)&&(a='<span class="math-parenthesis math-round-parenthesis">(</span>'+a+'<span class="math-parenthesis math-round-parenthesis">)</span>');var u=this.falseExpr.toHTML(e),s=dm(this.falseExpr,r,e&&e.implicit);return("all"===r||"OperatorNode"===this.falseExpr.type||null!==s&&s<=t)&&(u='<span class="math-parenthesis math-round-parenthesis">(</span>'+u+'<span class="math-parenthesis math-round-parenthesis">)</span>'),n+'<span class="math-operator math-conditional-operator">?</span>'+a+'<span class="math-operator math-conditional-operator">:</span>'+u}_toTex(e){return"\\begin{cases} {"+this.trueExpr.toTex(e)+"}, &\\quad{\\text{if }\\;"+this.condition.toTex(e)+"}\\\\{"+this.falseExpr.toTex(e)+"}, &\\quad{\\text{otherwise}}\\end{cases}"}}return Ms(t,"name",bm),t}),{isClass:!0,isNode:!0}),Dm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Nm={"{":"\\{","}":"\\}","\\":"\\textbackslash{}","#":"\\#",$:"\\$","%":"\\%","&":"\\&","^":"\\textasciicircum{}",_:"\\_","~":"\\textasciitilde{}"},Am={"–":"\\--","—":"\\---"," ":"~","\t":"\\qquad{}","\r\n":"\\newline{}","\n":"\\newline{}"},Mm=function(e,r){return Dm({},e,r)};const Cm=function(e){for(var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=r.preserveFormatting,n=void 0!==t&&t,i=r.escapeMapFn,a=void 0===i?Mm:i,o=String(e),u="",s=a(Dm({},Nm),n?Dm({},Am):{}),c=Object.keys(s),f=function(){var e=!1;c.forEach((function(r,t){e||o.length>=r.length&&o.slice(0,r.length)===r&&(u+=s[c[t]],o=o.slice(r.length,o.length),e=!0)})),e||(u+=o.slice(0,1),o=o.slice(1,o.length))};o;)f();return u};var Em={Alpha:"A",alpha:"\\alpha",Beta:"B",beta:"\\beta",Gamma:"\\Gamma",gamma:"\\gamma",Delta:"\\Delta",delta:"\\delta",Epsilon:"E",epsilon:"\\epsilon",varepsilon:"\\varepsilon",Zeta:"Z",zeta:"\\zeta",Eta:"H",eta:"\\eta",Theta:"\\Theta",theta:"\\theta",vartheta:"\\vartheta",Iota:"I",iota:"\\iota",Kappa:"K",kappa:"\\kappa",varkappa:"\\varkappa",Lambda:"\\Lambda",lambda:"\\lambda",Mu:"M",mu:"\\mu",Nu:"N",nu:"\\nu",Xi:"\\Xi",xi:"\\xi",Omicron:"O",omicron:"o",Pi:"\\Pi",pi:"\\pi",varpi:"\\varpi",Rho:"P",rho:"\\rho",varrho:"\\varrho",Sigma:"\\Sigma",sigma:"\\sigma",varsigma:"\\varsigma",Tau:"T",tau:"\\tau",Upsilon:"\\Upsilon",upsilon:"\\upsilon",Phi:"\\Phi",phi:"\\phi",varphi:"\\varphi",Chi:"X",chi:"\\chi",Psi:"\\Psi",psi:"\\psi",Omega:"\\Omega",omega:"\\omega",true:"\\mathrm{True}",false:"\\mathrm{False}",i:"i",inf:"\\infty",Inf:"\\infty",infinity:"\\infty",Infinity:"\\infty",oo:"\\infty",lim:"\\lim",undefined:"\\mathbf{?}"},Sm={transpose:"^\\top",ctranspose:"^H",factorial:"!",pow:"^",dotPow:".^\\wedge",unaryPlus:"+",unaryMinus:"-",bitNot:"\\~",not:"\\neg",multiply:"\\cdot",divide:"\\frac",dotMultiply:".\\cdot",dotDivide:".:",mod:"\\mod",add:"+",subtract:"-",to:"\\rightarrow",leftShift:"<<",rightArithShift:">>",rightLogShift:">>>",equal:"=",unequal:"\\neq",smaller:"<",larger:">",smallerEq:"\\leq",largerEq:"\\geq",bitAnd:"\\&",bitXor:"\\underline{|}",bitOr:"|",and:"\\wedge",xor:"\\veebar",or:"\\vee"},Fm={abs:{1:"\\left|${args[0]}\\right|"},add:{2:"\\left(${args[0]}".concat(Sm.add,"${args[1]}\\right)")},cbrt:{1:"\\sqrt[3]{${args[0]}}"},ceil:{1:"\\left\\lceil${args[0]}\\right\\rceil"},cube:{1:"\\left(${args[0]}\\right)^3"},divide:{2:"\\frac{${args[0]}}{${args[1]}}"},dotDivide:{2:"\\left(${args[0]}".concat(Sm.dotDivide,"${args[1]}\\right)")},dotMultiply:{2:"\\left(${args[0]}".concat(Sm.dotMultiply,"${args[1]}\\right)")},dotPow:{2:"\\left(${args[0]}".concat(Sm.dotPow,"${args[1]}\\right)")},exp:{1:"\\exp\\left(${args[0]}\\right)"},expm1:"\\left(e".concat(Sm.pow,"{${args[0]}}-1\\right)"),fix:{1:"\\mathrm{${name}}\\left(${args[0]}\\right)"},floor:{1:"\\left\\lfloor${args[0]}\\right\\rfloor"},fraction:{2:"\\frac{${args[0]}}{${args[1]}}"},gcd:"\\gcd\\left(${args}\\right)",hypot:"\\hypot\\left(${args}\\right)",log:{1:"\\ln\\left(${args[0]}\\right)",2:"\\log_{${args[1]}}\\left(${args[0]}\\right)"},log10:{1:"\\log_{10}\\left(${args[0]}\\right)"},log1p:{1:"\\ln\\left(${args[0]}+1\\right)",2:"\\log_{${args[1]}}\\left(${args[0]}+1\\right)"},log2:"\\log_{2}\\left(${args[0]}\\right)",mod:{2:"\\left(${args[0]}".concat(Sm.mod,"${args[1]}\\right)")},multiply:{2:"\\left(${args[0]}".concat(Sm.multiply,"${args[1]}\\right)")},norm:{1:"\\left\\|${args[0]}\\right\\|",2:void 0},nthRoot:{2:"\\sqrt[${args[1]}]{${args[0]}}"},nthRoots:{2:"\\{y : y^${args[1]} = {${args[0]}}\\}"},pow:{2:"\\left(${args[0]}\\right)".concat(Sm.pow,"{${args[1]}}")},round:{1:"\\left\\lfloor${args[0]}\\right\\rceil",2:void 0},sign:{1:"\\mathrm{${name}}\\left(${args[0]}\\right)"},sqrt:{1:"\\sqrt{${args[0]}}"},square:{1:"\\left(${args[0]}\\right)^2"},subtract:{2:"\\left(${args[0]}".concat(Sm.subtract,"${args[1]}\\right)")},unaryMinus:{1:"".concat(Sm.unaryMinus,"\\left(${args[0]}\\right)")},unaryPlus:{1:"".concat(Sm.unaryPlus,"\\left(${args[0]}\\right)")},bitAnd:{2:"\\left(${args[0]}".concat(Sm.bitAnd,"${args[1]}\\right)")},bitNot:{1:Sm.bitNot+"\\left(${args[0]}\\right)"},bitOr:{2:"\\left(${args[0]}".concat(Sm.bitOr,"${args[1]}\\right)")},bitXor:{2:"\\left(${args[0]}".concat(Sm.bitXor,"${args[1]}\\right)")},leftShift:{2:"\\left(${args[0]}".concat(Sm.leftShift,"${args[1]}\\right)")},rightArithShift:{2:"\\left(${args[0]}".concat(Sm.rightArithShift,"${args[1]}\\right)")},rightLogShift:{2:"\\left(${args[0]}".concat(Sm.rightLogShift,"${args[1]}\\right)")},bellNumbers:{1:"\\mathrm{B}_{${args[0]}}"},catalan:{1:"\\mathrm{C}_{${args[0]}}"},stirlingS2:{2:"\\mathrm{S}\\left(${args}\\right)"},arg:{1:"\\arg\\left(${args[0]}\\right)"},conj:{1:"\\left(${args[0]}\\right)^*"},im:{1:"\\Im\\left\\lbrace${args[0]}\\right\\rbrace"},re:{1:"\\Re\\left\\lbrace${args[0]}\\right\\rbrace"},and:{2:"\\left(${args[0]}".concat(Sm.and,"${args[1]}\\right)")},not:{1:Sm.not+"\\left(${args[0]}\\right)"},or:{2:"\\left(${args[0]}".concat(Sm.or,"${args[1]}\\right)")},xor:{2:"\\left(${args[0]}".concat(Sm.xor,"${args[1]}\\right)")},cross:{2:"\\left(${args[0]}\\right)\\times\\left(${args[1]}\\right)"},ctranspose:{1:"\\left(${args[0]}\\right)".concat(Sm.ctranspose)},det:{1:"\\det\\left(${args[0]}\\right)"},dot:{2:"\\left(${args[0]}\\cdot${args[1]}\\right)"},expm:{1:"\\exp\\left(${args[0]}\\right)"},inv:{1:"\\left(${args[0]}\\right)^{-1}"},pinv:{1:"\\left(${args[0]}\\right)^{+}"},sqrtm:{1:"{${args[0]}}".concat(Sm.pow,"{\\frac{1}{2}}")},trace:{1:"\\mathrm{tr}\\left(${args[0]}\\right)"},transpose:{1:"\\left(${args[0]}\\right)".concat(Sm.transpose)},combinations:{2:"\\binom{${args[0]}}{${args[1]}}"},combinationsWithRep:{2:"\\left(\\!\\!{\\binom{${args[0]}}{${args[1]}}}\\!\\!\\right)"},factorial:{1:"\\left(${args[0]}\\right)".concat(Sm.factorial)},gamma:{1:"\\Gamma\\left(${args[0]}\\right)"},lgamma:{1:"\\ln\\Gamma\\left(${args[0]}\\right)"},equal:{2:"\\left(${args[0]}".concat(Sm.equal,"${args[1]}\\right)")},larger:{2:"\\left(${args[0]}".concat(Sm.larger,"${args[1]}\\right)")},largerEq:{2:"\\left(${args[0]}".concat(Sm.largerEq,"${args[1]}\\right)")},smaller:{2:"\\left(${args[0]}".concat(Sm.smaller,"${args[1]}\\right)")},smallerEq:{2:"\\left(${args[0]}".concat(Sm.smallerEq,"${args[1]}\\right)")},unequal:{2:"\\left(${args[0]}".concat(Sm.unequal,"${args[1]}\\right)")},erf:{1:"erf\\left(${args[0]}\\right)"},max:"\\max\\left(${args}\\right)",min:"\\min\\left(${args}\\right)",variance:"\\mathrm{Var}\\left(${args}\\right)",acos:{1:"\\cos^{-1}\\left(${args[0]}\\right)"},acosh:{1:"\\cosh^{-1}\\left(${args[0]}\\right)"},acot:{1:"\\cot^{-1}\\left(${args[0]}\\right)"},acoth:{1:"\\coth^{-1}\\left(${args[0]}\\right)"},acsc:{1:"\\csc^{-1}\\left(${args[0]}\\right)"},acsch:{1:"\\mathrm{csch}^{-1}\\left(${args[0]}\\right)"},asec:{1:"\\sec^{-1}\\left(${args[0]}\\right)"},asech:{1:"\\mathrm{sech}^{-1}\\left(${args[0]}\\right)"},asin:{1:"\\sin^{-1}\\left(${args[0]}\\right)"},asinh:{1:"\\sinh^{-1}\\left(${args[0]}\\right)"},atan:{1:"\\tan^{-1}\\left(${args[0]}\\right)"},atan2:{2:"\\mathrm{atan2}\\left(${args}\\right)"},atanh:{1:"\\tanh^{-1}\\left(${args[0]}\\right)"},cos:{1:"\\cos\\left(${args[0]}\\right)"},cosh:{1:"\\cosh\\left(${args[0]}\\right)"},cot:{1:"\\cot\\left(${args[0]}\\right)"},coth:{1:"\\coth\\left(${args[0]}\\right)"},csc:{1:"\\csc\\left(${args[0]}\\right)"},csch:{1:"\\mathrm{csch}\\left(${args[0]}\\right)"},sec:{1:"\\sec\\left(${args[0]}\\right)"},sech:{1:"\\mathrm{sech}\\left(${args[0]}\\right)"},sin:{1:"\\sin\\left(${args[0]}\\right)"},sinh:{1:"\\sinh\\left(${args[0]}\\right)"},tan:{1:"\\tan\\left(${args[0]}\\right)"},tanh:{1:"\\tanh\\left(${args[0]}\\right)"},to:{2:"\\left(${args[0]}".concat(Sm.to,"${args[1]}\\right)")},numeric:function(e){return e.args[0].toTex()},number:{0:"0",1:"\\left(${args[0]}\\right)",2:"\\left(\\left(${args[0]}\\right)${args[1]}\\right)"},string:{0:'\\mathtt{""}',1:"\\mathrm{string}\\left(${args[0]}\\right)"},bignumber:{0:"0",1:"\\left(${args[0]}\\right)"},bigint:{0:"0",1:"\\left(${args[0]}\\right)"},complex:{0:"0",1:"\\left(${args[0]}\\right)",2:"\\left(\\left(${args[0]}\\right)+".concat(Em.i,"\\cdot\\left(${args[1]}\\right)\\right)")},matrix:{0:"\\begin{bmatrix}\\end{bmatrix}",1:"\\left(${args[0]}\\right)",2:"\\left(${args[0]}\\right)"},sparse:{0:"\\begin{bsparse}\\end{bsparse}",1:"\\left(${args[0]}\\right)"},unit:{1:"\\left(${args[0]}\\right)",2:"\\left(\\left(${args[0]}\\right)${args[1]}\\right)"}},Bm={deg:"^\\circ"};function qm(e){return Cm(e,{preserveFormatting:!0})}function Tm(e,r){return(r=void 0!==r&&r)?br(Bm,e)?Bm[e]:"\\mathrm{"+qm(e)+"}":br(Em,e)?Em[e]:qm(e)}var Om="ConstantNode",km=Ar(Om,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){super(),this.value=e}get type(){return Om}get isConstantNode(){return!0}_compile(e,r){var t=this.value;return function(){return t}}forEach(e){}map(e){return this.clone()}clone(){return new t(this.value)}_toString(e){return xt(this.value,e)}_toHTML(e){var r=this._toString(e);switch(vr(this.value)){case"number":case"bigint":case"BigNumber":case"Fraction":return'<span class="math-number">'+r+"</span>";case"string":return'<span class="math-string">'+r+"</span>";case"boolean":return'<span class="math-boolean">'+r+"</span>";case"null":return'<span class="math-null-symbol">'+r+"</span>";case"undefined":return'<span class="math-undefined">'+r+"</span>";default:return'<span class="math-symbol">'+r+"</span>"}}toJSON(){return{mathjs:Om,value:this.value}}static fromJSON(e){return new t(e.value)}_toTex(e){var r=this._toString(e),t=vr(this.value);switch(t){case"string":return"\\mathtt{"+qm(r)+"}";case"number":case"BigNumber":if(!("BigNumber"===t?this.value.isFinite():isFinite(this.value)))return this.value.valueOf()<0?"-\\infty":"\\infty";var n=r.toLowerCase().indexOf("e");return-1!==n?r.substring(0,n)+"\\cdot10^{"+r.substring(n+1)+"}":r;case"bigint":return r.toString();case"Fraction":return this.value.toLatex();default:return r}}}return Ms(t,"name",Om),t}),{isClass:!0,isNode:!0}),zm="FunctionAssignmentNode",Im=Ar(zm,["typed","Node"],(e=>{var{typed:r,Node:t}=e;function n(e,r,t){var n=dm(e,r,t),i=dm(e.expr,r,t);return"all"===r||null!==i&&i<=n}class i extends t{constructor(e,r,t){if(super(),"string"!=typeof e)throw new TypeError('String expected for parameter "name"');if(!Array.isArray(r))throw new TypeError('Array containing strings or objects expected for parameter "params"');if(!sr(t))throw new TypeError('Node expected for parameter "expr"');if(nm.has(e))throw new Error('Illegal function name, "'+e+'" is a reserved keyword');var n=new Set;for(var i of r){var a="string"==typeof i?i:i.name;if(n.has(a))throw new Error('Duplicate parameter name "'.concat(a,'"'));n.add(a)}this.name=e,this.params=r.map((function(e){return e&&e.name||e})),this.types=r.map((function(e){return e&&e.type||"any"})),this.expr=t}get type(){return zm}get isFunctionAssignmentNode(){return!0}_compile(e,t){var n=Object.create(t);Jt(this.params,(function(e){n[e]=!0}));var i=this.expr._compile(e,n),a=this.name,o=this.params,u=Vt(this.types,","),s=a+"("+Vt(this.params,", ")+")";return function(e,t,n){var c={};c[u]=function(){for(var r=Object.create(t),a=0;a<o.length;a++)r[o[a]]=arguments[a];return i(e,r,n)};var f=r(a,c);return f.syntax=s,e.set(a,f),f}}forEach(e){e(this.expr,"expr",this)}map(e){var r=this._ifNode(e(this.expr,"expr",this));return new i(this.name,this.params.slice(0),r)}clone(){return new i(this.name,this.params.slice(0),this.expr)}_toString(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=this.expr.toString(e);return n(this,r,e&&e.implicit)&&(t="("+t+")"),this.name+"("+this.params.join(", ")+") = "+t}toJSON(){var e=this.types;return{mathjs:zm,name:this.name,params:this.params.map((function(r,t){return{name:r,type:e[t]}})),expr:this.expr}}static fromJSON(e){return new i(e.name,e.params,e.expr)}_toHTML(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",t=[],i=0;i<this.params.length;i++)t.push('<span class="math-symbol math-parameter">'+Dt(this.params[i])+"</span>");var a=this.expr.toHTML(e);return n(this,r,e&&e.implicit)&&(a='<span class="math-parenthesis math-round-parenthesis">(</span>'+a+'<span class="math-parenthesis math-round-parenthesis">)</span>'),'<span class="math-function">'+Dt(this.name)+'</span><span class="math-parenthesis math-round-parenthesis">(</span>'+t.join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-round-parenthesis">)</span><span class="math-operator math-assignment-operator math-variable-assignment-operator math-binary-operator">=</span>'+a}_toTex(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=this.expr.toTex(e);return n(this,r,e&&e.implicit)&&(t="\\left(".concat(t,"\\right)")),"\\mathrm{"+this.name+"}\\left("+this.params.map(Tm).join(",")+"\\right)="+t}}return Ms(i,"name",zm),i}),{isClass:!0,isNode:!0}),Rm="IndexNode",jm=Ar(Rm,["Node","size"],(e=>{var{Node:r,size:t}=e;class n extends r{constructor(e,r){if(super(),this.dimensions=e,this.dotNotation=r||!1,!Array.isArray(e)||!e.every(sr))throw new TypeError('Array containing Nodes expected for parameter "dimensions"');if(this.dotNotation&&!this.isObjectProperty())throw new Error("dotNotation only applicable for object properties")}get type(){return Rm}get isIndexNode(){return!0}_compile(e,r){var n=_t(this.dimensions,(function(n,i){if(n.filter((e=>e.isSymbolNode&&"end"===e.name)).length>0){var a=Object.create(r);a.end=!0;var o=n._compile(e,a);return function(e,r,n){if(!Ie(n)&&!ze(n)&&!ke(n))throw new TypeError('Cannot resolve "end": context must be a Matrix, Array, or string but is '+vr(n));var a=t(n).valueOf(),u=Object.create(r);return u.end=a[i],o(e,u,n)}}return n._compile(e,r)})),i=ye(e,"index");return function(e,r,t){var a=_t(n,(function(n){return n(e,r,t)}));return i(...a)}}forEach(e){for(var r=0;r<this.dimensions.length;r++)e(this.dimensions[r],"dimensions["+r+"]",this)}map(e){for(var r=[],t=0;t<this.dimensions.length;t++)r[t]=this._ifNode(e(this.dimensions[t],"dimensions["+t+"]",this));return new n(r,this.dotNotation)}clone(){return new n(this.dimensions.slice(0),this.dotNotation)}isObjectProperty(){return 1===this.dimensions.length&&nr(this.dimensions[0])&&"string"==typeof this.dimensions[0].value}getObjectProperty(){return this.isObjectProperty()?this.dimensions[0].value:null}_toString(e){return this.dotNotation?"."+this.getObjectProperty():"["+this.dimensions.join(", ")+"]"}toJSON(){return{mathjs:Rm,dimensions:this.dimensions,dotNotation:this.dotNotation}}static fromJSON(e){return new n(e.dimensions,e.dotNotation)}_toHTML(e){for(var r=[],t=0;t<this.dimensions.length;t++)r[t]=this.dimensions[t].toHTML();return this.dotNotation?'<span class="math-operator math-accessor-operator">.</span><span class="math-symbol math-property">'+Dt(this.getObjectProperty())+"</span>":'<span class="math-parenthesis math-square-parenthesis">[</span>'+r.join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-square-parenthesis">]</span>'}_toTex(e){var r=this.dimensions.map((function(r){return r.toTex(e)}));return this.dotNotation?"."+this.getObjectProperty():"_{"+r.join(",")+"}"}}return Ms(n,"name",Rm),n}),{isClass:!0,isNode:!0}),Um="ObjectNode",Pm=Ar(Um,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),this.properties=e||{},e&&("object"!=typeof e||!Object.keys(e).every((function(r){return sr(e[r])}))))throw new TypeError("Object containing Nodes expected")}get type(){return Um}get isObjectNode(){return!0}_compile(e,r){var t={};for(var n in this.properties)if(br(this.properties,n)){var i=bt(n),a=JSON.parse(i),o=ye(this.properties,n);t[a]=o._compile(e,r)}return function(e,r,n){var i={};for(var a in t)br(t,a)&&(i[a]=t[a](e,r,n));return i}}forEach(e){for(var r in this.properties)br(this.properties,r)&&e(this.properties[r],"properties["+bt(r)+"]",this)}map(e){var r={};for(var n in this.properties)br(this.properties,n)&&(r[n]=this._ifNode(e(this.properties[n],"properties["+bt(n)+"]",this)));return new t(r)}clone(){var e={};for(var r in this.properties)br(this.properties,r)&&(e[r]=this.properties[r]);return new t(e)}_toString(e){var r=[];for(var t in this.properties)br(this.properties,t)&&r.push(bt(t)+": "+this.properties[t].toString(e));return"{"+r.join(", ")+"}"}toJSON(){return{mathjs:Um,properties:this.properties}}static fromJSON(e){return new t(e.properties)}_toHTML(e){var r=[];for(var t in this.properties)br(this.properties,t)&&r.push('<span class="math-symbol math-property">'+Dt(t)+'</span><span class="math-operator math-assignment-operator math-property-assignment-operator math-binary-operator">:</span>'+this.properties[t].toHTML(e));return'<span class="math-parenthesis math-curly-parenthesis">{</span>'+r.join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-curly-parenthesis">}</span>'}_toTex(e){var r=[];for(var t in this.properties)br(this.properties,t)&&r.push("\\mathbf{"+t+":} & "+this.properties[t].toTex(e)+"\\\\");return"\\left\\{\\begin{array}{ll}"+r.join("\n")+"\\end{array}\\right\\}"}}return Ms(t,"name",Um),t}),{isClass:!0,isNode:!0});function $m(e,r){return new Ae(e,new Ne(r),new Set(Object.keys(r)))}var Lm="OperatorNode",_m=Ar(Lm,["Node"],(e=>{var{Node:r}=e;function t(e,r){var n=e;if("auto"===r)for(;lr(n);)n=n.content;return!!nr(n)||!!fr(n)&&t(n.args[0],r)}function n(e,r,n,i,a){var o,u=dm(e,r,n),s=pm(e,r);if("all"===r||i.length>2&&"OperatorNode:add"!==e.getIdentifier()&&"OperatorNode:multiply"!==e.getIdentifier())return i.map((function(e){switch(e.getContent().type){case"ArrayNode":case"ConstantNode":case"SymbolNode":case"ParenthesisNode":return!1;default:return!0}}));switch(i.length){case 0:o=[];break;case 1:var c=dm(i[0],r,n,e);if(a&&null!==c){var f,l;if("keep"===r?(f=i[0].getIdentifier(),l=e.getIdentifier()):(f=i[0].getContent().getIdentifier(),l=e.getContent().getIdentifier()),!1===lm[u][l].latexLeftParens){o=[!1];break}if(!1===lm[c][f].latexParens){o=[!1];break}}if(null===c){o=[!1];break}if(c<=u){o=[!0];break}o=[!1];break;case 2:var m,d,p=dm(i[0],r,n,e),h=hm(e,i[0],r);m=null!==p&&(p===u&&"right"===s&&!h||p<u);var v,y,g,x=dm(i[1],r,n,e),b=hm(e,i[1],r);d=null!==x&&(x===u&&"left"===s&&!b||x<u),a&&("keep"===r?(v=e.getIdentifier(),y=e.args[0].getIdentifier(),g=e.args[1].getIdentifier()):(v=e.getContent().getIdentifier(),y=e.args[0].getContent().getIdentifier(),g=e.args[1].getContent().getIdentifier()),null!==p&&(!1===lm[u][v].latexLeftParens&&(m=!1),!1===lm[p][y].latexParens&&(m=!1)),null!==x&&(!1===lm[u][v].latexRightParens&&(d=!1),!1===lm[x][g].latexParens&&(d=!1))),o=[m,d];break;default:"OperatorNode:add"!==e.getIdentifier()&&"OperatorNode:multiply"!==e.getIdentifier()||(o=i.map((function(t){var i=dm(t,r,n,e),a=hm(e,t,r),o=pm(t,r);return null!==i&&(u===i&&s===o&&!a||i<u)})))}if(i.length>=2&&"OperatorNode:multiply"===e.getIdentifier()&&e.implicit&&"all"!==r&&"hide"===n)for(var w=1;w<o.length;++w)!t(i[w],r)||o[w-1]||"keep"===r&&lr(i[w-1])||(o[w]=!0);return o}class i extends r{constructor(e,r,t,n,i){if(super(),"string"!=typeof e)throw new TypeError('string expected for parameter "op"');if("string"!=typeof r)throw new TypeError('string expected for parameter "fn"');if(!Array.isArray(t)||!t.every(sr))throw new TypeError('Array containing Nodes expected for parameter "args"');this.implicit=!0===n,this.isPercentage=!0===i,this.op=e,this.fn=r,this.args=t||[]}get type(){return Lm}get isOperatorNode(){return!0}_compile(e,r){if("string"!=typeof this.fn||!be(e,this.fn))throw e[this.fn]?new Error('No access to function "'+this.fn+'"'):new Error("Function "+this.fn+' missing in provided namespace "math"');var t=ye(e,this.fn),n=_t(this.args,(function(t){return t._compile(e,r)}));if("function"==typeof t&&!0===t.rawArgs){var i=this.args;return function(r,n){return t(i,e,$m(r,n))}}if(1===n.length){var a=n[0];return function(e,r,n){return t(a(e,r,n))}}if(2===n.length){var o=n[0],u=n[1];return function(e,r,n){return t(o(e,r,n),u(e,r,n))}}return function(e,r,i){return t.apply(null,_t(n,(function(t){return t(e,r,i)})))}}forEach(e){for(var r=0;r<this.args.length;r++)e(this.args[r],"args["+r+"]",this)}map(e){for(var r=[],t=0;t<this.args.length;t++)r[t]=this._ifNode(e(this.args[t],"args["+t+"]",this));return new i(this.op,this.fn,r,this.implicit,this.isPercentage)}clone(){return new i(this.op,this.fn,this.args.slice(0),this.implicit,this.isPercentage)}isUnary(){return 1===this.args.length}isBinary(){return 2===this.args.length}_toString(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=e&&e.implicit?e.implicit:"hide",i=this.args,a=n(this,r,t,i,!1);if(1===i.length){var o=pm(this,r),u=i[0].toString(e);a[0]&&(u="("+u+")");var s=/[a-zA-Z]+/.test(this.op);return"right"===o?this.op+(s?" ":"")+u:"left"===o?u+(s?" ":"")+this.op:u+this.op}if(2===i.length){var c=i[0].toString(e),f=i[1].toString(e);return a[0]&&(c="("+c+")"),a[1]&&(f="("+f+")"),this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?c+" "+f:c+" "+this.op+" "+f}if(i.length>2&&("OperatorNode:add"===this.getIdentifier()||"OperatorNode:multiply"===this.getIdentifier())){var l=i.map((function(r,t){return r=r.toString(e),a[t]&&(r="("+r+")"),r}));return this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?l.join(" "):l.join(" "+this.op+" ")}return this.fn+"("+this.args.join(", ")+")"}toJSON(){return{mathjs:Lm,op:this.op,fn:this.fn,args:this.args,implicit:this.implicit,isPercentage:this.isPercentage}}static fromJSON(e){return new i(e.op,e.fn,e.args,e.implicit,e.isPercentage)}_toHTML(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=e&&e.implicit?e.implicit:"hide",i=this.args,a=n(this,r,t,i,!1);if(1===i.length){var o=pm(this,r),u=i[0].toHTML(e);return a[0]&&(u='<span class="math-parenthesis math-round-parenthesis">(</span>'+u+'<span class="math-parenthesis math-round-parenthesis">)</span>'),"right"===o?'<span class="math-operator math-unary-operator math-lefthand-unary-operator">'+Dt(this.op)+"</span>"+u:u+'<span class="math-operator math-unary-operator math-righthand-unary-operator">'+Dt(this.op)+"</span>"}if(2===i.length){var s=i[0].toHTML(e),c=i[1].toHTML(e);return a[0]&&(s='<span class="math-parenthesis math-round-parenthesis">(</span>'+s+'<span class="math-parenthesis math-round-parenthesis">)</span>'),a[1]&&(c='<span class="math-parenthesis math-round-parenthesis">(</span>'+c+'<span class="math-parenthesis math-round-parenthesis">)</span>'),this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?s+'<span class="math-operator math-binary-operator math-implicit-binary-operator"></span>'+c:s+'<span class="math-operator math-binary-operator math-explicit-binary-operator">'+Dt(this.op)+"</span>"+c}var f=i.map((function(r,t){return r=r.toHTML(e),a[t]&&(r='<span class="math-parenthesis math-round-parenthesis">(</span>'+r+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r}));return i.length>2&&("OperatorNode:add"===this.getIdentifier()||"OperatorNode:multiply"===this.getIdentifier())?this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?f.join('<span class="math-operator math-binary-operator math-implicit-binary-operator"></span>'):f.join('<span class="math-operator math-binary-operator math-explicit-binary-operator">'+Dt(this.op)+"</span>"):'<span class="math-function">'+Dt(this.fn)+'</span><span class="math-paranthesis math-round-parenthesis">(</span>'+f.join('<span class="math-separator">,</span>')+'<span class="math-paranthesis math-round-parenthesis">)</span>'}_toTex(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=e&&e.implicit?e.implicit:"hide",i=this.args,a=n(this,r,t,i,!0),o=Sm[this.fn];if(o=void 0===o?this.op:o,1===i.length){var u=pm(this,r),s=i[0].toTex(e);return a[0]&&(s="\\left(".concat(s,"\\right)")),"right"===u?o+s:s+o}if(2===i.length){var c=i[0],f=c.toTex(e);a[0]&&(f="\\left(".concat(f,"\\right)"));var l,m=i[1].toTex(e);switch(a[1]&&(m="\\left(".concat(m,"\\right)")),l="keep"===r?c.getIdentifier():c.getContent().getIdentifier(),this.getIdentifier()){case"OperatorNode:divide":return o+"{"+f+"}{"+m+"}";case"OperatorNode:pow":switch(f="{"+f+"}",m="{"+m+"}",l){case"ConditionalNode":case"OperatorNode:divide":f="\\left(".concat(f,"\\right)")}break;case"OperatorNode:multiply":if(this.implicit&&"hide"===t)return f+"~"+m}return f+o+m}if(i.length>2&&("OperatorNode:add"===this.getIdentifier()||"OperatorNode:multiply"===this.getIdentifier())){var d=i.map((function(r,t){return r=r.toTex(e),a[t]&&(r="\\left(".concat(r,"\\right)")),r}));return"OperatorNode:multiply"===this.getIdentifier()&&this.implicit&&"hide"===t?d.join("~"):d.join(o)}return"\\mathrm{"+this.fn+"}\\left("+i.map((function(r){return r.toTex(e)})).join(",")+"\\right)"}getIdentifier(){return this.type+":"+this.fn}}return Ms(i,"name",Lm),i}),{isClass:!0,isNode:!0}),Jm="ParenthesisNode",Wm=Ar(Jm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),!sr(e))throw new TypeError('Node expected for parameter "content"');this.content=e}get type(){return Jm}get isParenthesisNode(){return!0}_compile(e,r){return this.content._compile(e,r)}getContent(){return this.content.getContent()}forEach(e){e(this.content,"content",this)}map(e){var r=e(this.content,"content",this);return new t(r)}clone(){return new t(this.content)}_toString(e){return!e||e&&!e.parenthesis||e&&"keep"===e.parenthesis?"("+this.content.toString(e)+")":this.content.toString(e)}toJSON(){return{mathjs:Jm,content:this.content}}static fromJSON(e){return new t(e.content)}_toHTML(e){return!e||e&&!e.parenthesis||e&&"keep"===e.parenthesis?'<span class="math-parenthesis math-round-parenthesis">(</span>'+this.content.toHTML(e)+'<span class="math-parenthesis math-round-parenthesis">)</span>':this.content.toHTML(e)}_toTex(e){return!e||e&&!e.parenthesis||e&&"keep"===e.parenthesis?"\\left(".concat(this.content.toTex(e),"\\right)"):this.content.toTex(e)}}return Ms(t,"name",Jm),t}),{isClass:!0,isNode:!0}),Vm="RangeNode",Hm=Ar(Vm,["Node"],(e=>{var{Node:r}=e;function t(e,r,t){var n=dm(e,r,t),i={},a=dm(e.start,r,t);if(i.start=null!==a&&a<=n||"all"===r,e.step){var o=dm(e.step,r,t);i.step=null!==o&&o<=n||"all"===r}var u=dm(e.end,r,t);return i.end=null!==u&&u<=n||"all"===r,i}class n extends r{constructor(e,r,t){if(super(),!sr(e))throw new TypeError("Node expected");if(!sr(r))throw new TypeError("Node expected");if(t&&!sr(t))throw new TypeError("Node expected");if(arguments.length>3)throw new Error("Too many arguments");this.start=e,this.end=r,this.step=t||null}get type(){return Vm}get isRangeNode(){return!0}needsEnd(){return this.filter((function(e){return pr(e)&&"end"===e.name})).length>0}_compile(e,r){var t=e.range,n=this.start._compile(e,r),i=this.end._compile(e,r);if(this.step){var a=this.step._compile(e,r);return function(e,r,o){return t(n(e,r,o),i(e,r,o),a(e,r,o))}}return function(e,r,a){return t(n(e,r,a),i(e,r,a))}}forEach(e){e(this.start,"start",this),e(this.end,"end",this),this.step&&e(this.step,"step",this)}map(e){return new n(this._ifNode(e(this.start,"start",this)),this._ifNode(e(this.end,"end",this)),this.step&&this._ifNode(e(this.step,"step",this)))}clone(){return new n(this.start,this.end,this.step&&this.step)}_toString(e){var r,n=t(this,e&&e.parenthesis?e.parenthesis:"keep",e&&e.implicit),i=this.start.toString(e);if(n.start&&(i="("+i+")"),r=i,this.step){var a=this.step.toString(e);n.step&&(a="("+a+")"),r+=":"+a}var o=this.end.toString(e);return n.end&&(o="("+o+")"),r+":"+o}toJSON(){return{mathjs:Vm,start:this.start,end:this.end,step:this.step}}static fromJSON(e){return new n(e.start,e.end,e.step)}_toHTML(e){var r,n=t(this,e&&e.parenthesis?e.parenthesis:"keep",e&&e.implicit),i=this.start.toHTML(e);if(n.start&&(i='<span class="math-parenthesis math-round-parenthesis">(</span>'+i+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r=i,this.step){var a=this.step.toHTML(e);n.step&&(a='<span class="math-parenthesis math-round-parenthesis">(</span>'+a+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r+='<span class="math-operator math-range-operator">:</span>'+a}var o=this.end.toHTML(e);return n.end&&(o='<span class="math-parenthesis math-round-parenthesis">(</span>'+o+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r+'<span class="math-operator math-range-operator">:</span>'+o}_toTex(e){var r=t(this,e&&e.parenthesis?e.parenthesis:"keep",e&&e.implicit),n=this.start.toTex(e);if(r.start&&(n="\\left(".concat(n,"\\right)")),this.step){var i=this.step.toTex(e);r.step&&(i="\\left(".concat(i,"\\right)")),n+=":"+i}var a=this.end.toTex(e);return r.end&&(a="\\left(".concat(a,"\\right)")),n+":"+a}}return Ms(n,"name",Vm),n}),{isClass:!0,isNode:!0}),Zm="RelationalNode",Gm=Ar(Zm,["Node"],(e=>{var{Node:r}=e,t={equal:"==",unequal:"!=",smaller:"<",larger:">",smallerEq:"<=",largerEq:">="};class n extends r{constructor(e,r){if(super(),!Array.isArray(e))throw new TypeError("Parameter conditionals must be an array");if(!Array.isArray(r))throw new TypeError("Parameter params must be an array");if(e.length!==r.length-1)throw new TypeError("Parameter params must contain exactly one more element than parameter conditionals");this.conditionals=e,this.params=r}get type(){return Zm}get isRelationalNode(){return!0}_compile(e,r){var t=this,n=this.params.map((t=>t._compile(e,r)));return function(r,i,a){for(var o,u=n[0](r,i,a),s=0;s<t.conditionals.length;s++)if(o=u,u=n[s+1](r,i,a),!ye(e,t.conditionals[s])(o,u))return!1;return!0}}forEach(e){this.params.forEach(((r,t)=>e(r,"params["+t+"]",this)),this)}map(e){return new n(this.conditionals.slice(),this.params.map(((r,t)=>this._ifNode(e(r,"params["+t+"]",this))),this))}clone(){return new n(this.conditionals,this.params)}_toString(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",n=dm(this,r,e&&e.implicit),i=this.params.map((function(t){var i=dm(t,r,e&&e.implicit);return"all"===r||null!==i&&i<=n?"("+t.toString(e)+")":t.toString(e)})),a=i[0],o=0;o<this.conditionals.length;o++)a+=" "+t[this.conditionals[o]],a+=" "+i[o+1];return a}toJSON(){return{mathjs:Zm,conditionals:this.conditionals,params:this.params}}static fromJSON(e){return new n(e.conditionals,e.params)}_toHTML(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",n=dm(this,r,e&&e.implicit),i=this.params.map((function(t){var i=dm(t,r,e&&e.implicit);return"all"===r||null!==i&&i<=n?'<span class="math-parenthesis math-round-parenthesis">(</span>'+t.toHTML(e)+'<span class="math-parenthesis math-round-parenthesis">)</span>':t.toHTML(e)})),a=i[0],o=0;o<this.conditionals.length;o++)a+='<span class="math-operator math-binary-operator math-explicit-binary-operator">'+Dt(t[this.conditionals[o]])+"</span>"+i[o+1];return a}_toTex(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",t=dm(this,r,e&&e.implicit),n=this.params.map((function(n){var i=dm(n,r,e&&e.implicit);return"all"===r||null!==i&&i<=t?"\\left("+n.toTex(e)+"\right)":n.toTex(e)})),i=n[0],a=0;a<this.conditionals.length;a++)i+=Sm[this.conditionals[a]]+n[a+1];return i}}return Ms(n,"name",Zm),n}),{isClass:!0,isNode:!0}),Xm=Ar("SymbolNode",["math","?Unit","Node"],(e=>{var{math:r,Unit:t,Node:n}=e;function i(e){return!!t&&t.isValuelessUnit(e)}class a extends n{constructor(e){if(super(),"string"!=typeof e)throw new TypeError('String expected for parameter "name"');this.name=e}get type(){return"SymbolNode"}get isSymbolNode(){return!0}_compile(e,r){var n=this.name;if(!0===r[n])return function(e,r){return ye(r,n)};if(n in e)return function(r){return r.has(n)?r.get(n):ye(e,n)};var o=i(n);return function(e){return e.has(n)?e.get(n):o?new t(null,n):a.onUndefinedSymbol(n)}}forEach(e){}map(e){return this.clone()}static onUndefinedSymbol(e){throw new Error("Undefined symbol "+e)}clone(){return new a(this.name)}_toString(e){return this.name}_toHTML(e){var r=Dt(this.name);return"true"===r||"false"===r?'<span class="math-symbol math-boolean">'+r+"</span>":"i"===r?'<span class="math-symbol math-imaginary-symbol">'+r+"</span>":"Infinity"===r?'<span class="math-symbol math-infinity-symbol">'+r+"</span>":"NaN"===r?'<span class="math-symbol math-nan-symbol">'+r+"</span>":"null"===r?'<span class="math-symbol math-null-symbol">'+r+"</span>":"undefined"===r?'<span class="math-symbol math-undefined-symbol">'+r+"</span>":'<span class="math-symbol">'+r+"</span>"}toJSON(){return{mathjs:"SymbolNode",name:this.name}}static fromJSON(e){return new a(e.name)}_toTex(e){var t=!1;void 0===r[this.name]&&i(this.name)&&(t=!0);var n=Tm(this.name,t);return"\\"===n[0]?n:" "+n}}return a}),{isClass:!0,isNode:!0}),Qm="FunctionNode",Ym=Ar(Qm,["math","Node","SymbolNode"],(e=>{var r,{math:t,Node:n,SymbolNode:i}=e,a=e=>xt(e,{truncate:78});function o(e,r,t){for(var n,i="",a=/\$(?:\{([a-z_][a-z_0-9]*)(?:\[([0-9]+)\])?\}|\$)/gi,o=0;null!==(n=a.exec(e));)if(i+=e.substring(o,n.index),o=n.index,"$$"===n[0])i+="$",o++;else{o+=n[0].length;var u=r[n[1]];if(!u)throw new ReferenceError("Template: Property "+n[1]+" does not exist.");if(void 0===n[2])switch(typeof u){case"string":i+=u;break;case"object":if(sr(u))i+=u.toTex(t);else{if(!Array.isArray(u))throw new TypeError("Template: "+n[1]+" has to be a Node, String or array of Nodes");i+=u.map((function(e,r){if(sr(e))return e.toTex(t);throw new TypeError("Template: "+n[1]+"["+r+"] is not a Node.")})).join(",")}break;default:throw new TypeError("Template: "+n[1]+" has to be a Node, String or array of Nodes")}else{if(!sr(u[n[2]]&&u[n[2]]))throw new TypeError("Template: "+n[1]+"["+n[2]+"] is not a Node.");i+=u[n[2]].toTex(t)}}return i+e.slice(o)}class u extends n{constructor(e,r){if(super(),"string"==typeof e&&(e=new i(e)),!sr(e))throw new TypeError('Node expected as parameter "fn"');if(!Array.isArray(r)||!r.every(sr))throw new TypeError('Array containing Nodes expected for parameter "args"');this.fn=e,this.args=r||[]}get name(){return this.fn.name||""}get type(){return Qm}get isFunctionNode(){return!0}_compile(e,r){var t=this.args.map((t=>t._compile(e,r)));if(!pr(this.fn)){if(Ye(this.fn)&&ur(this.fn.index)&&this.fn.index.isObjectProperty()){var n=this.fn.object._compile(e,r),i=this.fn.index.getObjectProperty(),o=this.args;return function(r,a,u){var s=n(r,a,u),c=function(e,r){if(!be(e,r))throw new Error('No access to method "'+r+'"');return e[r]}(s,i);if(null!=c&&c.rawArgs)return c(o,e,$m(r,a));var f=t.map((e=>e(r,a,u)));return c.apply(s,f)}}var s=this.fn.toString(),c=this.fn._compile(e,r),f=this.args;return function(r,n,i){var o=c(r,n,i);if("function"!=typeof o)throw new TypeError("Expression '".concat(s,"' did not evaluate to a function; value is:")+"\n ".concat(a(o)));if(o.rawArgs)return o(f,e,$m(r,n));var u=t.map((e=>e(r,n,i)));return o.apply(o,u)}}var l=this.fn.name;if(r[l]){var m=this.args;return function(r,n,i){var o=ye(n,l);if("function"!=typeof o)throw new TypeError("Argument '".concat(l,"' was not a function; received: ").concat(a(o)));if(o.rawArgs)return o(m,e,$m(r,n));var u=t.map((e=>e(r,n,i)));return o.apply(o,u)}}var d=l in e?ye(e,l):void 0,p=r=>{var t;if(r.has(l))t=r.get(l);else{if(!(l in e))return u.onUndefinedFunction(l);t=ye(e,l)}if("function"==typeof t)return t;throw new TypeError("'".concat(l,"' is not a function; its value is:\n ").concat(a(t)))};if("function"==typeof d&&!0===d.rawArgs){var h=this.args;return function(r,n,i){var a=p(r);return!0===a.rawArgs?a(h,e,$m(r,n)):a(...t.map((e=>e(r,n,i))))}}switch(t.length){case 0:return function(e){return p(e)()};case 1:return function(e,r,n){return p(e)((0,t[0])(e,r,n))};case 2:return function(e,r,n){var i=p(e),a=t[1];return i((0,t[0])(e,r,n),a(e,r,n))};default:return function(e,r,n){return p(e)(...t.map((t=>t(e,r,n))))}}}forEach(e){e(this.fn,"fn",this);for(var r=0;r<this.args.length;r++)e(this.args[r],"args["+r+"]",this)}map(e){for(var r=this._ifNode(e(this.fn,"fn",this)),t=[],n=0;n<this.args.length;n++)t[n]=this._ifNode(e(this.args[n],"args["+n+"]",this));return new u(r,t)}clone(){return new u(this.fn,this.args.slice(0))}toString(e){var r,t=this.fn.toString(e);return e&&"object"==typeof e.handler&&br(e.handler,t)&&(r=e.handler[t](this,e)),void 0!==r?r:super.toString(e)}_toString(e){var r=this.args.map((function(r){return r.toString(e)}));return(ar(this.fn)?"("+this.fn.toString(e)+")":this.fn.toString(e))+"("+r.join(", ")+")"}toJSON(){return{mathjs:Qm,fn:this.fn,args:this.args}}_toHTML(e){var r=this.args.map((function(r){return r.toHTML(e)}));return'<span class="math-function">'+Dt(this.fn)+'</span><span class="math-paranthesis math-round-parenthesis">(</span>'+r.join('<span class="math-separator">,</span>')+'<span class="math-paranthesis math-round-parenthesis">)</span>'}toTex(e){var r;return e&&"object"==typeof e.handler&&br(e.handler,this.name)&&(r=e.handler[this.name](this,e)),void 0!==r?r:super.toTex(e)}_toTex(e){var r,n,i=this.args.map((function(r){return r.toTex(e)}));switch(Fm[this.name]&&(r=Fm[this.name]),!t[this.name]||"function"!=typeof t[this.name].toTex&&"object"!=typeof t[this.name].toTex&&"string"!=typeof t[this.name].toTex||(r=t[this.name].toTex),typeof r){case"function":n=r(this,e);break;case"string":n=o(r,this,e);break;case"object":switch(typeof r[i.length]){case"function":n=r[i.length](this,e);break;case"string":n=o(r[i.length],this,e)}}return void 0!==n?n:o("\\mathrm{${name}}\\left(${args}\\right)",this,e)}getIdentifier(){return this.type+":"+this.name}}return r=u,Ms(u,"name",Qm),Ms(u,"onUndefinedFunction",(function(e){throw new Error("Undefined function "+e)})),Ms(u,"fromJSON",(function(e){return new r(e.fn,e.args)})),u}),{isClass:!0,isNode:!0}),Km="parse",ed=Ar(Km,["typed","numeric","config","AccessorNode","ArrayNode","AssignmentNode","BlockNode","ConditionalNode","ConstantNode","FunctionAssignmentNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","ParenthesisNode","RangeNode","RelationalNode","SymbolNode"],(e=>{var{typed:r,numeric:t,config:n,AccessorNode:i,ArrayNode:a,AssignmentNode:o,BlockNode:u,ConditionalNode:s,ConstantNode:c,FunctionAssignmentNode:f,FunctionNode:l,IndexNode:m,ObjectNode:d,OperatorNode:p,ParenthesisNode:h,RangeNode:v,RelationalNode:y,SymbolNode:g}=e,x=r(Km,{string:function(e){return I(e,{})},"Array | Matrix":function(e){return b(e,{})},"string, Object":function(e,r){return I(e,void 0!==r.nodes?r.nodes:{})},"Array | Matrix, Object":b});function b(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=void 0!==r.nodes?r.nodes:{};return pn(e,(function(e){if("string"!=typeof e)throw new TypeError("String expected");return I(e,t)}))}var w={NULL:0,DELIMITER:1,NUMBER:2,SYMBOL:3,UNKNOWN:4},D={",":!0,"(":!0,")":!0,"[":!0,"]":!0,"{":!0,"}":!0,'"':!0,"'":!0,";":!0,"+":!0,"-":!0,"*":!0,".*":!0,"/":!0,"./":!0,"%":!0,"^":!0,".^":!0,"~":!0,"!":!0,"&":!0,"|":!0,"^|":!0,"=":!0,":":!0,"?":!0,"==":!0,"!=":!0,"<":!0,">":!0,"<=":!0,">=":!0,"<<":!0,">>":!0,">>>":!0},N={mod:!0,to:!0,in:!0,and:!0,xor:!0,or:!0,not:!0},A={true:!0,false:!1,null:null,undefined:void 0},M=["NaN","Infinity"],C={'"':'"',"'":"'","\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"};function E(e,r){return e.expression.substr(e.index,r)}function S(e){return E(e,1)}function F(e){e.index++}function B(e){return e.expression.charAt(e.index-1)}function q(e){return e.expression.charAt(e.index+1)}function T(e){for(e.tokenType=w.NULL,e.token="",e.comment="";;){if("#"===S(e))for(;"\n"!==S(e)&&""!==S(e);)e.comment+=S(e),F(e);if(!x.isWhitespace(S(e),e.nestingLevel))break;F(e)}if(""!==S(e)){if("\n"===S(e)&&!e.nestingLevel)return e.tokenType=w.DELIMITER,e.token=S(e),void F(e);var r=S(e),t=E(e,2),n=E(e,3);if(3===n.length&&D[n])return e.tokenType=w.DELIMITER,e.token=n,F(e),F(e),void F(e);if(2===t.length&&D[t])return e.tokenType=w.DELIMITER,e.token=t,F(e),void F(e);if(D[r])return e.tokenType=w.DELIMITER,e.token=r,void F(e);if(x.isDigitDot(r)){e.tokenType=w.NUMBER;var i=E(e,2);if("0b"===i||"0o"===i||"0x"===i){for(e.token+=S(e),F(e),e.token+=S(e),F(e);x.isHexDigit(S(e));)e.token+=S(e),F(e);if("."===S(e))for(e.token+=".",F(e);x.isHexDigit(S(e));)e.token+=S(e),F(e);else if("i"===S(e))for(e.token+="i",F(e);x.isDigit(S(e));)e.token+=S(e),F(e);return}if("."===S(e)){if(e.token+=S(e),F(e),!x.isDigit(S(e)))return void(e.tokenType=w.DELIMITER)}else{for(;x.isDigit(S(e));)e.token+=S(e),F(e);x.isDecimalMark(S(e),q(e))&&(e.token+=S(e),F(e))}for(;x.isDigit(S(e));)e.token+=S(e),F(e);if("E"===S(e)||"e"===S(e))if(x.isDigit(q(e))||"-"===q(e)||"+"===q(e)){if(e.token+=S(e),F(e),"+"!==S(e)&&"-"!==S(e)||(e.token+=S(e),F(e)),!x.isDigit(S(e)))throw te(e,'Digit expected, got "'+S(e)+'"');for(;x.isDigit(S(e));)e.token+=S(e),F(e);if(x.isDecimalMark(S(e),q(e)))throw te(e,'Digit expected, got "'+S(e)+'"')}else if(x.isDecimalMark(q(e),e.expression.charAt(e.index+2)))throw F(e),te(e,'Digit expected, got "'+S(e)+'"')}else{if(!x.isAlpha(S(e),B(e),q(e))){for(e.tokenType=w.UNKNOWN;""!==S(e);)e.token+=S(e),F(e);throw te(e,'Syntax error in part "'+e.token+'"')}for(;x.isAlpha(S(e),B(e),q(e))||x.isDigit(S(e));)e.token+=S(e),F(e);e.tokenType=br(N,e.token)?w.DELIMITER:w.SYMBOL}}else e.tokenType=w.DELIMITER}function O(e){do{T(e)}while("\n"===e.token)}function k(e){e.nestingLevel++}function z(e){e.nestingLevel--}function I(e,r){var t={extraNodes:{},expression:"",comment:"",index:0,token:"",tokenType:w.NULL,nestingLevel:0,conditionalLevel:null};he(t,{expression:e,extraNodes:r}),T(t);var n=function(e){var r,t=[];for(""!==e.token&&"\n"!==e.token&&";"!==e.token&&(r=R(e),e.comment&&(r.comment=e.comment));"\n"===e.token||";"===e.token;)0===t.length&&r&&t.push({node:r,visible:";"!==e.token}),T(e),"\n"!==e.token&&";"!==e.token&&""!==e.token&&(r=R(e),e.comment&&(r.comment=e.comment),t.push({node:r,visible:";"!==e.token}));return t.length>0?new u(t):(r||(r=new c(void 0),e.comment&&(r.comment=e.comment)),r)}(t);if(""!==t.token)throw t.tokenType===w.DELIMITER?ne(t,"Unexpected operator "+t.token):te(t,'Unexpected part "'+t.token+'"');return n}function R(e){var r,t,n,i,a=function(e){for(var r=function(e){for(var r=j(e);"or"===e.token;)O(e),r=new p("or","or",[r,j(e)]);return r}(e);"?"===e.token;){var t=e.conditionalLevel;e.conditionalLevel=e.nestingLevel,O(e);var n=r,i=R(e);if(":"!==e.token)throw te(e,"False part of conditional expression expected");e.conditionalLevel=null,O(e);var a=R(e);r=new s(n,i,a),e.conditionalLevel=t}return r}(e);if("="===e.token){if(pr(a))return r=a.name,O(e),n=R(e),new o(new g(r),n);if(Ye(a))return O(e),n=R(e),new o(a.object,a.index,n);if(or(a)&&pr(a.fn)&&(i=!0,t=[],r=a.name,a.args.forEach((function(e,r){pr(e)?t[r]=e.name:i=!1})),i))return O(e),n=R(e),new f(r,t,n);throw te(e,"Invalid left hand side of assignment operator =")}return a}function j(e){for(var r=U(e);"xor"===e.token;)O(e),r=new p("xor","xor",[r,U(e)]);return r}function U(e){for(var r=P(e);"and"===e.token;)O(e),r=new p("and","and",[r,P(e)]);return r}function P(e){for(var r=$(e);"|"===e.token;)O(e),r=new p("|","bitOr",[r,$(e)]);return r}function $(e){for(var r=L(e);"^|"===e.token;)O(e),r=new p("^|","bitXor",[r,L(e)]);return r}function L(e){for(var r=_(e);"&"===e.token;)O(e),r=new p("&","bitAnd",[r,_(e)]);return r}function _(e){for(var r=[J(e)],t=[],n={"==":"equal","!=":"unequal","<":"smaller",">":"larger","<=":"smallerEq",">=":"largerEq"};br(n,e.token);)t.push({name:e.token,fn:n[e.token]}),O(e),r.push(J(e));return 1===r.length?r[0]:2===r.length?new p(t[0].name,t[0].fn,r):new y(t.map((e=>e.fn)),r)}function J(e){var r,t,n,i;r=W(e);for(var a={"<<":"leftShift",">>":"rightArithShift",">>>":"rightLogShift"};br(a,e.token);)n=a[t=e.token],O(e),i=[r,W(e)],r=new p(t,n,i);return r}function W(e){var r,t,n,i;r=V(e);for(var a={to:"to",in:"to"};br(a,e.token);)n=a[t=e.token],O(e),"in"===t&&""===e.token?r=new p("*","multiply",[r,new g("in")],!0):(i=[r,V(e)],r=new p(t,n,i));return r}function V(e){var r,t=[];if(r=":"===e.token?new c(1):H(e),":"===e.token&&e.conditionalLevel!==e.nestingLevel){for(t.push(r);":"===e.token&&t.length<3;)O(e),t.push(")"===e.token||"]"===e.token||","===e.token||""===e.token?new g("end"):H(e));r=3===t.length?new v(t[0],t[2],t[1]):new v(t[0],t[1])}return r}function H(e){var r,t,n,i;r=Z(e);for(var a={"+":"add","-":"subtract"};br(a,e.token);){n=a[t=e.token],O(e);var o=Z(e);i=o.isPercentage?[r,new p("*","multiply",[r,o])]:[r,o],r=new p(t,n,i)}return r}function Z(e){var r,t,n,i;t=r=G(e);for(var a={"*":"multiply",".*":"dotMultiply","/":"divide","./":"dotDivide","%":"mod",mod:"mod"};br(a,e.token);)if(i=a[n=e.token],O(e),"%"===n&&e.tokenType===w.DELIMITER&&"("!==e.token)if(""!==e.token&&a[e.token]){var o=new p("/","divide",[r,new c(100)],!1,!0);i=a[n=e.token],O(e),t=G(e),r=new p(n,i,[o,t])}else r=new p("/","divide",[r,new c(100)],!1,!0);else t=G(e),r=new p(n,i,[r,t]);return r}function G(e){var r,t;for(t=r=X(e);e.tokenType===w.SYMBOL||"in"===e.token&&nr(r)||"in"===e.token&&fr(r)&&"unaryMinus"===r.fn&&nr(r.args[0])||!(e.tokenType!==w.NUMBER||nr(t)||fr(t)&&"!"!==t.op)||"("===e.token;)t=X(e),r=new p("*","multiply",[r,t],!0);return r}function X(e){for(var r=Q(e),t=r,n=[];"/"===e.token&&ir(t);){if(n.push(he({},e)),O(e),e.tokenType!==w.NUMBER){he(e,n.pop());break}if(n.push(he({},e)),O(e),e.tokenType!==w.SYMBOL&&"("!==e.token&&"in"!==e.token){n.pop(),he(e,n.pop());break}he(e,n.pop()),n.pop(),t=Q(e),r=new p("/","divide",[r,t])}return r}function Q(e){var r,i,o,u={"-":"unaryMinus","+":"unaryPlus","~":"bitNot",not:"not"};return br(u,e.token)?(o=u[e.token],r=e.token,O(e),i=[Q(e)],new p(r,o,i)):function(e){var r,i,o,u;return r=function(e){var r,i,o;r=function(e){var r=[];if(e.tokenType===w.SYMBOL&&br(e.extraNodes,e.token)){var i=e.extraNodes[e.token];if(T(e),"("===e.token){if(r=[],k(e),T(e),")"!==e.token)for(r.push(R(e));","===e.token;)T(e),r.push(R(e));if(")"!==e.token)throw te(e,"Parenthesis ) expected");z(e),T(e)}return new i(r)}return function(e){var r;return e.tokenType===w.SYMBOL||e.tokenType===w.DELIMITER&&e.token in N?(r=e.token,T(e),Y(e,br(A,r)?new c(A[r]):M.includes(r)?new c(t(r,"number")):new g(r))):function(e){var r;return'"'===e.token||"'"===e.token?(r=K(e,e.token),Y(e,new c(r))):function(e){var r,i,o,u;if("["===e.token){if(k(e),T(e),"]"!==e.token){var s=ee(e);if(";"===e.token){for(o=1,i=[s];";"===e.token;)T(e),"]"!==e.token&&(i[o]=ee(e),o++);if("]"!==e.token)throw te(e,"End of matrix ] expected");z(e),T(e),u=i[0].items.length;for(var f=1;f<o;f++)if(i[f].items.length!==u)throw ne(e,"Column dimensions mismatch ("+i[f].items.length+" !== "+u+")");r=new a(i)}else{if("]"!==e.token)throw te(e,"End of matrix ] expected");z(e),T(e),r=s}}else z(e),T(e),r=new a([]);return Y(e,r)}return function(e){if("{"===e.token){var r;k(e);var i={};do{if(T(e),"}"!==e.token){if('"'===e.token||"'"===e.token)r=K(e,e.token);else{if(!(e.tokenType===w.SYMBOL||e.tokenType===w.DELIMITER&&e.token in N))throw te(e,"Symbol or string expected as object key");r=e.token,T(e)}if(":"!==e.token)throw te(e,"Colon : expected after object key");T(e),i[r]=R(e)}}while(","===e.token);if("}"!==e.token)throw te(e,"Comma , or bracket } expected after object value");z(e),T(e);var a=new d(i);return Y(e,a)}return function(e){var r;if(e.tokenType===w.NUMBER){r=e.token,T(e);var i=Er(r,n),a=t(r,i);return new c(a)}return function(e){var r;if("("===e.token){if(k(e),T(e),r=R(e),")"!==e.token)throw te(e,"Parenthesis ) expected");return z(e),T(e),Y(e,r=new h(r))}return function(e){throw te(e,""===e.token?"Unexpected end of expression":"Value expected")}(e)}(e)}(e)}(e)}(e)}(e)}(e)}(e);for(var u={"!":"factorial","'":"ctranspose"};br(u,e.token);)o=u[i=e.token],T(e),r=Y(e,r=new p(i,o,[r]));return r}(e),("^"===e.token||".^"===e.token)&&(o="^"===(i=e.token)?"pow":"dotPow",O(e),u=[r,Q(e)],r=new p(i,o,u)),r}(e)}function Y(e,r,t){for(var n;("("===e.token||"["===e.token||"."===e.token)&&(!t||t.includes(e.token));)if(n=[],"("===e.token){if(!pr(r)&&!Ye(r))return r;if(k(e),T(e),")"!==e.token)for(n.push(R(e));","===e.token;)T(e),n.push(R(e));if(")"!==e.token)throw te(e,"Parenthesis ) expected");z(e),T(e),r=new l(r,n)}else if("["===e.token){if(k(e),T(e),"]"!==e.token)for(n.push(R(e));","===e.token;)T(e),n.push(R(e));if("]"!==e.token)throw te(e,"Parenthesis ] expected");z(e),T(e),r=new i(r,new m(n))}else{if(T(e),!(e.tokenType===w.SYMBOL||e.tokenType===w.DELIMITER&&e.token in N))throw te(e,"Property name expected after dot");n.push(new c(e.token)),T(e),r=new i(r,new m(n,!0))}return r}function K(e,r){for(var t="";""!==S(e)&&S(e)!==r;)if("\\"===S(e)){F(e);var n=S(e),i=C[n];if(void 0!==i)t+=i,e.index+=1;else{if("u"!==n)throw te(e,"Bad escape character \\".concat(n));var a=e.expression.slice(e.index+1,e.index+5);if(!/^[0-9A-Fa-f]{4}$/.test(a))throw te(e,"Invalid unicode character \\u".concat(a));t+=String.fromCharCode(parseInt(a,16)),e.index+=5}}else t+=S(e),F(e);if(T(e),e.token!==r)throw te(e,"End of string ".concat(r," expected"));return T(e),t}function ee(e){for(var r=[R(e)],t=1;","===e.token;)T(e),"]"!==e.token&&";"!==e.token&&(r[t]=R(e),t++);return new a(r)}function re(e){return e.index-e.token.length+1}function te(e,r){var t=re(e),n=new SyntaxError(r+" (char "+t+")");return n.char=t,n}function ne(e,r){var t=re(e),n=new SyntaxError(r+" (char "+t+")");return n.char=t,n}return x.isAlpha=function(e,r,t){return x.isValidLatinOrGreek(e)||x.isValidMathSymbol(e,t)||x.isValidMathSymbol(r,e)},x.isValidLatinOrGreek=function(e){return/^[a-zA-Z_$\u00C0-\u02AF\u0370-\u03FF\u2100-\u214F]$/.test(e)},x.isValidMathSymbol=function(e,r){return/^[\uD835]$/.test(e)&&/^[\uDC00-\uDFFF]$/.test(r)&&/^[^\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDFCC\uDFCD]$/.test(r)},x.isWhitespace=function(e,r){return" "===e||"\t"===e||"\n"===e&&r>0},x.isDecimalMark=function(e,r){return"."===e&&"/"!==r&&"*"!==r&&"^"!==r},x.isDigitDot=function(e){return e>="0"&&e<="9"||"."===e},x.isDigit=function(e){return e>="0"&&e<="9"},x.isHexDigit=function(e){return e>="0"&&e<="9"||e>="a"&&e<="f"||e>="A"&&e<="F"},r.addConversion({from:"string",to:"Node",convert:x}),x})),rd="compile",td=Ar(rd,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(rd,{string:function(e){return t(e).compile()},"Array | Matrix":function(e){return pn(e,(function(e){return t(e).compile()}))}})})),nd="evaluate",id=Ar(nd,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(nd,{string:function(e){var r=Ce();return t(e).compile().evaluate(r)},"string, Map | Object":function(e,r){return t(e).compile().evaluate(r)},"Array | Matrix":function(e){var r=Ce();return pn(e,(function(e){return t(e).compile().evaluate(r)}))},"Array | Matrix, Map | Object":function(e,r){return pn(e,(function(e){return t(e).compile().evaluate(r)}))}})})),ad=Ar("Parser",["evaluate","parse"],(e=>{var{evaluate:r,parse:t}=e;function n(){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");Object.defineProperty(this,"scope",{value:Ce(),writable:!1})}return n.prototype.type="Parser",n.prototype.isParser=!0,n.prototype.evaluate=function(e){return r(e,this.scope)},n.prototype.get=function(e){if(this.scope.has(e))return this.scope.get(e)},n.prototype.getAll=function(){return function(e){if(e instanceof Ne)return e.wrappedObject;var r={};for(var t of e.keys())ge(r,t,e.get(t));return r}(this.scope)},n.prototype.getAllAsMap=function(){return this.scope},n.prototype.set=function(e,r){if(!function(e){if(0===e.length)return!1;for(var r=0;r<e.length;r++){var n=e.charAt(r-1),i=e.charAt(r),a=e.charAt(r+1);if(!(t.isAlpha(i,n,a)||r>0&&t.isDigit(i)))return!1}return!0}(e))throw new Error("Invalid variable name: '".concat(e,"'. Variable names must follow the specified rules."));return this.scope.set(e,r),r},n.prototype.remove=function(e){this.scope.delete(e)},n.prototype.clear=function(){this.scope.clear()},n}),{isClass:!0}),od="parser",ud=Ar(od,["typed","Parser"],(e=>{var{typed:r,Parser:t}=e;return r(od,{"":function(){return new t}})})),sd=Ar("lup",["typed","matrix","abs","addScalar","divideScalar","multiplyScalar","subtractScalar","larger","equalScalar","unaryMinus","DenseMatrix","SparseMatrix","Spa"],(e=>{var{typed:r,matrix:t,abs:n,addScalar:i,divideScalar:a,multiplyScalar:o,subtractScalar:u,larger:s,equalScalar:c,unaryMinus:f,DenseMatrix:l,SparseMatrix:m,Spa:d}=e;return r("lup",{DenseMatrix:function(e){return p(e)},SparseMatrix:function(e){return function(e){var r,t,i,u=e._size[0],l=e._size[1],p=Math.min(u,l),h=e._values,v=e._index,y=e._ptr,g=[],x=[],b=[],w=[u,p],D=[],N=[],A=[],M=[p,l],C=[],E=[];for(r=0;r<u;r++)C[r]=r,E[r]=r;var S=function(){var e=new d;t<u&&(b.push(g.length),g.push(1),x.push(t)),A.push(D.length);var l=y[t+1];for(i=y[t];i<l;i++)e.set(C[r=v[i]],h[i]);t>0&&e.forEach(0,t-1,(function(r,t){m._forEachRow(r,g,x,b,(function(n,i){n>r&&e.accumulate(n,f(o(i,t)))}))}));var p,S,F,B,q=t,T=e.get(t),O=n(T);e.forEach(t+1,u-1,(function(e,r){var t=n(r);s(t,O)&&(q=e,O=t,T=r)})),t!==q&&(m._swapRows(t,q,w[1],g,x,b),m._swapRows(t,q,M[1],D,N,A),e.swap(t,q),B=E[S=q],C[F=E[p=t]]=S,C[B]=p,E[p]=B,E[S]=F),e.forEach(0,u-1,(function(e,r){e<=t?(D.push(r),N.push(e)):(r=a(r,T),c(r,0)||(g.push(r),x.push(e)))}))};for(t=0;t<l;t++)S();return A.push(D.length),b.push(g.length),{L:new m({values:g,index:x,ptr:b,size:w}),U:new m({values:D,index:N,ptr:A,size:M}),p:C,toString:function(){return"L: "+this.L.toString()+"\nU: "+this.U.toString()+"\nP: "+this.p}}}(e)},Array:function(e){var r=p(t(e));return{L:r.L.valueOf(),U:r.U.valueOf(),p:r.p}}});function p(e){var r,t,f,m=e._size[0],d=e._size[1],p=Math.min(m,d),h=yr(e._data),v=[],y=[m,p],g=[],x=[p,d],b=[];for(r=0;r<m;r++)b[r]=r;for(t=0;t<d;t++){if(t>0)for(r=0;r<m;r++){var w=Math.min(r,t),D=0;for(f=0;f<w;f++)D=i(D,o(h[r][f],h[f][t]));h[r][t]=u(h[r][t],D)}var N=t,A=0,M=0;for(r=t;r<m;r++){var C=h[r][t],E=n(C);s(E,A)&&(N=r,A=E,M=C)}if(t!==N&&(b[t]=[b[N],b[N]=b[t]][0],l._swapRows(t,N,h)),t<m)for(r=t+1;r<m;r++)c(h[r][t],0)||(h[r][t]=a(h[r][t],M))}for(t=0;t<d;t++)for(r=0;r<m;r++)0===t&&(r<d&&(g[r]=[]),v[r]=[]),r<t?(r<d&&(g[r][t]=h[r][t]),t<m&&(v[r][t]=0)):r!==t?(r<d&&(g[r][t]=0),t<m&&(v[r][t]=h[r][t])):(r<d&&(g[r][t]=h[r][t]),t<m&&(v[r][t]=1));var S=new l({data:v,size:y}),F=new l({data:g,size:x}),B=[];for(r=0,p=b.length;r<p;r++)B[b[r]]=r;return{L:S,U:F,p:B,toString:function(){return"L: "+this.L.toString()+"\nU: "+this.U.toString()+"\nP: "+this.p}}}})),cd=Ar("qr",["typed","matrix","zeros","identity","isZero","equal","sign","sqrt","conj","unaryMinus","addScalar","divideScalar","multiplyScalar","subtractScalar","complex"],(e=>{var{typed:r,matrix:t,zeros:n,identity:i,isZero:a,equal:o,sign:u,sqrt:s,conj:c,unaryMinus:f,addScalar:l,divideScalar:m,multiplyScalar:d,subtractScalar:p,complex:h}=e;return he(r("qr",{DenseMatrix:function(e){return y(e)},SparseMatrix:function(){return function(){throw new Error("qr not implemented for sparse matrices yet")}()},Array:function(e){var r=y(t(e));return{Q:r.Q.valueOf(),R:r.R.valueOf()}}}),{_denseQRimpl:v});function v(e){var r,t,h,v=e._size[0],y=e._size[1],g=i([v],"dense"),x=g._data,b=e.clone(),w=b._data,D=n([v],"");for(h=0;h<Math.min(y,v);++h){var N=w[h][h],A=f(o(N,0)?1:u(N)),M=c(A),C=0;for(r=h;r<v;r++)C=l(C,d(w[r][h],c(w[r][h])));var E=d(A,s(C));if(!a(E)){var S=p(N,E);for(D[h]=1,r=h+1;r<v;r++)D[r]=m(w[r][h],S);var F=f(c(m(S,E))),B=void 0;for(t=h;t<y;t++){for(B=0,r=h;r<v;r++)B=l(B,d(c(D[r]),w[r][t]));for(B=d(B,F),r=h;r<v;r++)w[r][t]=d(p(w[r][t],d(D[r],B)),M)}for(r=0;r<v;r++){for(B=0,t=h;t<v;t++)B=l(B,d(x[r][t],D[t]));for(B=d(B,F),t=h;t<v;++t)x[r][t]=m(p(x[r][t],d(B,c(D[t]))),M)}}}return{Q:g,R:b,toString:function(){return"Q: "+this.Q.toString()+"\nR: "+this.R.toString()}}}function y(e){var r=v(e),t=r.R._data;if(e._data.length>0)for(var n="Complex"===t[0][0].type?h(0):0,i=0;i<t.length;++i)for(var a=0;a<i&&a<(t[0]||[]).length;++a)t[i][a]=n;return r}}));function fd(e,r,t,n,i,a,o){var u=0;for(t[o]=e;u>=0;){var s=t[o+u],c=t[n+s];-1===c?(u--,a[r++]=s):(t[n+s]=t[i+c],t[o+ ++u]=c)}return r}function ld(e){return-e-2}var md=Ar("csAmd",["add","multiply","transpose"],(e=>{var{add:r,multiply:t,transpose:n}=e;return function(e,o){if(!o||e<=0||e>3)return null;var u=o._size,s=u[0],c=u[1],f=0,l=Math.max(16,10*Math.sqrt(c)),m=function(e,i,a,o,u){var s=n(i);if(1===e&&o===a)return r(i,s);if(2===e){for(var c=s._index,f=s._ptr,l=0,m=0;m<a;m++){var d=f[m];if(f[m]=l,!(f[m+1]-d>u))for(var p=f[m+1];d<p;d++)c[l++]=c[d]}return f[a]=l,i=n(s),t(s,i)}return t(s,i)}(e,o,s,c,l=Math.min(c-2,l));!function(e,r){for(var t=e._values,n=e._index,i=e._ptr,a=e._size[1],o=0,u=0;u<a;u++){var s=i[u];for(i[u]=o;s<i[u+1];s++)r(n[s],u,t?t[s]:1,null)&&(n[o]=n[s],t&&(t[o]=t[s]),o++)}i[a]=o,n.splice(o,n.length-o),t&&t.splice(o,t.length-o)}(m,a);for(var d,p,h,v,y,g,x,b,w,D,N,A,M,C,E,S,F=m._index,B=m._ptr,q=B[c],T=[],O=[],k=c+1,z=2*(c+1),I=3*(c+1),R=4*(c+1),j=5*(c+1),U=6*(c+1),P=7*(c+1),$=T,L=function(e,r,t,n,a,o,u,s,c,f,l,m){for(var d=0;d<e;d++)t[0+d]=r[d+1]-r[d];t[0+e]=0;for(var p=0;p<=e;p++)t[a+p]=-1,o[p]=-1,t[u+p]=-1,t[s+p]=-1,t[c+p]=1,t[f+p]=1,t[l+p]=0,t[m+p]=t[0+p];var h=i(0,0,t,f,e);return t[l+e]=-2,r[e]=-1,t[f+e]=0,h}(c,B,O,0,I,$,z,P,k,U,R,j),_=function(e,r,t,n,i,a,o,u,s,c,f){for(var l=0,m=0;m<e;m++){var d=t[n+m];if(0===d)t[i+m]=-2,l++,r[m]=-1,t[a+m]=0;else if(d>o)t[u+m]=0,t[i+m]=-1,l++,r[m]=ld(e),t[u+e]++;else{var p=t[s+d];-1!==p&&(c[p]=m),t[f+m]=t[s+d],t[s+d]=m}}return l}(c,B,O,j,R,U,l,k,I,$,z),J=0;_<c;){for(h=-1;J<c&&-1===(h=O[I+J]);J++);-1!==O[z+h]&&($[O[z+h]]=-1),O[I+J]=O[z+h];var W=O[R+h],V=O[k+h];_+=V;var H=0;O[k+h]=-V;var Z=B[h],G=0===W?Z:q,X=G;for(v=1;v<=W+1;v++){for(v>W?(g=h,x=Z,b=O[0+h]-W):(x=B[g=F[Z++]],b=O[0+g]),y=1;y<=b;y++)(w=O[k+(d=F[x++])])<=0||(H+=w,O[k+d]=-w,F[X++]=d,-1!==O[z+d]&&($[O[z+d]]=$[d]),-1!==$[d]?O[z+$[d]]=O[z+d]:O[I+O[j+d]]=O[z+d]);g!==h&&(B[g]=ld(h),O[U+g]=0)}for(0!==W&&(q=X),O[j+h]=H,B[h]=G,O[0+h]=X-G,O[R+h]=-2,L=i(L,f,O,U,c),D=G;D<X;D++)if(!((N=O[R+(d=F[D])])<=0)){var Q=L-(w=-O[k+d]);for(Z=B[d],A=B[d]+N-1;Z<=A;Z++)O[U+(g=F[Z])]>=L?O[U+g]-=w:0!==O[U+g]&&(O[U+g]=O[j+g]+Q)}for(D=G;D<X;D++){for(M=(A=B[d=F[D]])+O[R+d]-1,C=A,E=0,S=0,Z=A;Z<=M;Z++)if(0!==O[U+(g=F[Z])]){var Y=O[U+g]-L;Y>0?(S+=Y,F[C++]=g,E+=g):(B[g]=ld(h),O[U+g]=0)}O[R+d]=C-A+1;var K=C,ee=A+O[0+d];for(Z=M+1;Z<ee;Z++){var re=O[k+(p=F[Z])];re<=0||(S+=re,F[C++]=p,E+=p)}0===S?(B[d]=ld(h),H-=w=-O[k+d],V+=w,_+=w,O[k+d]=0,O[R+d]=-1):(O[j+d]=Math.min(O[j+d],S),F[C]=F[K],F[K]=F[A],F[A]=h,O[0+d]=C-A+1,O[z+d]=O[P+(E=(E<0?-E:E)%c)],O[P+E]=d,$[d]=E)}for(O[j+h]=H,L=i(L+(f=Math.max(f,H)),f,O,U,c),D=G;D<X;D++)if(!(O[k+(d=F[D])]>=0))for(d=O[P+(E=$[d])],O[P+E]=-1;-1!==d&&-1!==O[z+d];d=O[z+d],L++){for(b=O[0+d],N=O[R+d],Z=B[d]+1;Z<=B[d]+b-1;Z++)O[U+F[Z]]=L;var te=d;for(p=O[z+d];-1!==p;){var ne=O[0+p]===b&&O[R+p]===N;for(Z=B[p]+1;ne&&Z<=B[p]+b-1;Z++)O[U+F[Z]]!==L&&(ne=0);ne?(B[p]=ld(d),O[k+d]+=O[k+p],O[k+p]=0,O[R+p]=-1,O[z+te]=p=O[z+p]):(te=p,p=O[z+p])}}for(Z=G,D=G;D<X;D++)(w=-O[k+(d=F[D])])<=0||(O[k+d]=w,S=O[j+d]+H-w,-1!==O[I+(S=Math.min(S,c-_-w))]&&($[O[I+S]]=d),O[z+d]=O[I+S],$[d]=-1,O[I+S]=d,J=Math.min(J,S),O[j+d]=S,F[Z++]=d);O[k+h]=V,0==(O[0+h]=Z-G)&&(B[h]=-1,O[U+h]=0),0!==W&&(q=Z)}for(d=0;d<c;d++)B[d]=ld(B[d]);for(p=0;p<=c;p++)O[I+p]=-1;for(p=c;p>=0;p--)O[k+p]>0||(O[z+p]=O[I+B[p]],O[I+B[p]]=p);for(g=c;g>=0;g--)O[k+g]<=0||-1!==B[g]&&(O[z+g]=O[I+B[g]],O[I+B[g]]=g);for(h=0,d=0;d<=c;d++)-1===B[d]&&(h=fd(d,h,O,I,z,T,U));return T.splice(T.length-1,1),T};function i(e,r,t,n,i){if(e<2||e+r<0){for(var a=0;a<i;a++)0!==t[n+a]&&(t[n+a]=1);e=2}return e}function a(e,r){return e!==r}}));function dd(e,r,t,n,i,a,o){var u,s,c,f=0;if(e<=r||t[n+r]<=t[i+e])return-1;t[i+e]=t[n+r];var l=t[a+e];if(t[a+e]=r,-1===l)f=1,c=e;else{for(f=2,c=l;c!==t[o+c];c=t[o+c]);for(u=l;u!==c;u=s)s=t[o+u],t[o+u]=c}return{jleaf:f,q:c}}var pd=Ar("csCounts",["transpose"],(e=>{var{transpose:r}=e;return function(e,t,n,i){if(!e||!t||!n)return null;var a,o,u,s,c,f,l=e._size,m=l[0],d=l[1],p=4*d+(i?d+m+1:0),h=[],v=d,y=2*d,g=3*d,x=4*d,b=5*d+1;for(u=0;u<p;u++)h[u]=-1;var w=[],D=r(e),N=D._index,A=D._ptr;for(u=0;u<d;u++)for(w[o=n[u]]=-1===h[g+o]?1:0;-1!==o&&-1===h[g+o];o=t[o])h[g+o]=u;if(i){for(u=0;u<d;u++)h[n[u]]=u;for(a=0;a<m;a++){for(u=d,f=A[a+1],c=A[a];c<f;c++)u=Math.min(u,h[N[c]]);h[b+a]=h[x+u],h[x+u]=a}}for(a=0;a<d;a++)h[0+a]=a;for(u=0;u<d;u++){for(-1!==t[o=n[u]]&&w[t[o]]--,s=i?h[x+u]:o;-1!==s;s=i?h[b+s]:-1)for(c=A[s];c<A[s+1];c++){var M=dd(a=N[c],o,h,g,v,y,0);M.jleaf>=1&&w[o]++,2===M.jleaf&&w[M.q]--}-1!==t[o]&&(h[0+o]=t[o])}for(o=0;o<d;o++)-1!==t[o]&&(w[t[o]]+=w[o]);return w}})),hd=Ar("csSqr",["add","multiply","transpose"],(e=>{var{add:r,multiply:t,transpose:n}=e,i=md({add:r,multiply:t,transpose:n}),a=pd({transpose:n});return function(e,r,t){var n,o=r._ptr,u=r._size[1],s={};if(s.q=i(e,r),e&&!s.q)return null;if(t){var c=e?function(e,r,t){for(var n=e._values,i=e._index,a=e._ptr,o=e._size,u=e._datatype,s=o[0],c=o[1],f=null,l=[],m=[],d=0,p=0;p<c;p++){m[p]=d;for(var h=t?t[p]:p,v=a[h+1],y=a[h];y<v;y++)l[d]=i[y],f&&(f[d]=n[y]),d++}return m[c]=d,e.createSparseMatrix({values:f,index:l,ptr:m,size:[s,c],datatype:u})}(r,0,s.q):r;s.parent=function(e){if(!e)return null;var r,t,n=e._index,i=e._ptr,a=e._size,o=a[0],u=a[1],s=[],c=[],f=u;for(r=0;r<o;r++)c[f+r]=-1;for(var l=0;l<u;l++){s[l]=-1,c[0+l]=-1;for(var m=i[l+1],d=i[l];d<m;d++){var p=n[d];for(r=c[f+p];-1!==r&&r<l;r=t)t=c[0+r],c[0+r]=l,-1===t&&(s[r]=l);c[f+p]=l}}return s}(c);var f=function(e,r){if(!e)return null;var t,n=0,i=[],a=[],o=r,u=2*r;for(t=0;t<r;t++)a[0+t]=-1;for(t=r-1;t>=0;t--)-1!==e[t]&&(a[o+t]=a[0+e[t]],a[0+e[t]]=t);for(t=0;t<r;t++)-1===e[t]&&(n=fd(t,n,a,0,o,i,u));return i}(s.parent,u);if(s.cp=a(c,s.parent,f,1),c&&s.parent&&s.cp&&function(e,r){var t=e._ptr,n=e._index,i=e._size,a=i[0],o=i[1];r.pinv=[],r.leftmost=[];var u,s,c,f,l=r.parent,m=r.pinv,d=r.leftmost,p=[],h=a,v=a+o,y=a+2*o;for(s=0;s<o;s++)p[h+s]=-1,p[v+s]=-1,p[y+s]=0;for(u=0;u<a;u++)d[u]=-1;for(s=o-1;s>=0;s--)for(f=t[s+1],c=t[s];c<f;c++)d[n[c]]=s;for(u=a-1;u>=0;u--)m[u]=-1,-1!==(s=d[u])&&(0==p[y+s]++&&(p[v+s]=u),p[0+u]=p[h+s],p[h+s]=u);for(r.lnz=0,r.m2=a,s=0;s<o;s++)if(u=p[h+s],r.lnz++,u<0&&(u=r.m2++),m[u]=s,!(--y[s]<=0)){r.lnz+=p[y+s];var g=l[s];-1!==g&&(0===p[y+g]&&(p[v+g]=p[v+s]),p[0+p[v+s]]=p[h+g],p[h+g]=p[0+u],p[y+g]+=p[y+s])}for(u=0;u<a;u++)m[u]<0&&(m[u]=s++);return!0}(c,s))for(s.unz=0,n=0;n<u;n++)s.unz+=s.cp[n]}else s.unz=4*o[u]+u,s.lnz=s.unz;return s}}));function vd(e,r){return e[r]<0}function yd(e,r){e[r]=ld(e[r])}function gd(e){return e<0?ld(e):e}function xd(e,r,t,n,i){var a,o,u,s=r._index,c=r._ptr,f=r._size[1],l=0;for(n[0]=e;l>=0;){e=n[l];var m=i?i[e]:e;vd(c,e)||(yd(c,e),n[f+l]=m<0?0:gd(c[m]));var d=1;for(o=n[f+l],u=m<0?0:gd(c[m+1]);o<u;o++)if(!vd(c,a=s[o])){n[f+l]=o,n[++l]=a,d=0;break}d&&(l--,n[--t]=e)}return t}var bd=Ar("csSpsolve",["divideScalar","multiply","subtract"],(e=>{var{divideScalar:r,multiply:t,subtract:n}=e;return function(e,i,a,o,u,s,c){var f,l,m,d,p=e._values,h=e._index,v=e._ptr,y=e._size[1],g=i._values,x=i._index,b=i._ptr,w=function(e,r,t,n,i){var a,o,u=e._ptr,s=r._index,c=r._ptr,f=e._size[1],l=f;for(o=c[t+1],a=c[t];a<o;a++){var m=s[a];vd(u,m)||(l=xd(m,e,l,n,i))}for(a=l;a<f;a++)yd(u,n[a]);return l}(e,i,a,o,s);for(f=w;f<y;f++)u[o[f]]=0;for(m=b[a+1],f=l=b[a];f<m;f++)u[x[f]]=g[f];for(var D=w;D<y;D++){var N=o[D],A=s?s[N]:N;if(!(A<0))for(l=v[A],m=v[A+1],u[N]=r(u[N],p[c?l:m-1]),f=c?l+1:l,d=c?m:m-1;f<d;f++){var M=h[f];u[M]=n(u[M],t(p[f],u[N]))}}return w}})),wd=Ar("csLu",["abs","divideScalar","multiply","subtract","larger","largerEq","SparseMatrix"],(e=>{var{abs:r,divideScalar:t,multiply:n,subtract:i,larger:a,largerEq:o,SparseMatrix:u}=e,s=bd({divideScalar:t,multiply:n,subtract:i});return function(e,i,c){if(!e)return null;var f,l=e._size[1],m=100,d=100;i&&(f=i.q,m=i.lnz||m,d=i.unz||d);var p,h,v=[],y=[],g=[],x=new u({values:v,index:y,ptr:g,size:[l,l]}),b=[],w=[],D=[],N=new u({values:b,index:w,ptr:D,size:[l,l]}),A=[],M=[],C=[];for(p=0;p<l;p++)M[p]=0,A[p]=-1,g[p+1]=0;m=0,d=0;for(var E=0;E<l;E++){g[E]=m,D[E]=d;var S=f?f[E]:E,F=s(x,e,S,C,M,A,1),B=-1,q=-1;for(h=F;h<l;h++)if(A[p=C[h]]<0){var T=r(M[p]);a(T,q)&&(q=T,B=p)}else w[d]=A[p],b[d++]=M[p];if(-1===B||q<=0)return null;A[S]<0&&o(r(M[S]),n(q,c))&&(B=S);var O=M[B];for(w[d]=E,b[d++]=O,A[B]=E,y[m]=B,v[m++]=1,h=F;h<l;h++)A[p=C[h]]<0&&(y[m]=p,v[m++]=t(M[p],O)),M[p]=0}for(g[l]=m,D[l]=d,h=0;h<m;h++)y[h]=A[y[h]];return v.splice(m,v.length-m),y.splice(m,y.length-m),b.splice(d,b.length-d),w.splice(d,w.length-d),{L:x,U:N,pinv:A}}})),Dd=Ar("slu",["typed","abs","add","multiply","transpose","divideScalar","subtract","larger","largerEq","SparseMatrix"],(e=>{var{typed:r,abs:t,add:n,multiply:i,transpose:a,divideScalar:o,subtract:u,larger:s,largerEq:c,SparseMatrix:f}=e,l=hd({add:n,multiply:i,transpose:a}),m=wd({abs:t,divideScalar:o,multiply:i,subtract:u,larger:s,largerEq:c,SparseMatrix:f});return r("slu",{"SparseMatrix, number, number":function(e,r,t){if(!Cr(r)||r<0||r>3)throw new Error("Symbolic Ordering and Analysis order must be an integer number in the interval [0, 3]");if(t<0||t>1)throw new Error("Partial pivoting threshold must be a number from 0 to 1");var n=l(r,e,!1),i=m(e,n,t);return{L:i.L,U:i.U,p:i.pinv,q:n.q,toString:function(){return"L: "+this.L.toString()+"\nU: "+this.U.toString()+"\np: "+this.p.toString()+(this.q?"\nq: "+this.q.toString():"")+"\n"}}}})}));function Nd(e,r){var t,n=r.length,i=[];if(e)for(t=0;t<n;t++)i[e[t]]=r[t];else for(t=0;t<n;t++)i[t]=r[t];return i}var Ad="lusolve",Md=Ar(Ad,["typed","matrix","lup","slu","usolve","lsolve","DenseMatrix"],(e=>{var{typed:r,matrix:t,lup:n,slu:i,usolve:a,lsolve:o,DenseMatrix:u}=e,s=yc({DenseMatrix:u});return r(Ad,{"Array, Array | Matrix":function(e,r){e=t(e);var i=n(e);return f(i.L,i.U,i.p,null,r).valueOf()},"DenseMatrix, Array | Matrix":function(e,r){var t=n(e);return f(t.L,t.U,t.p,null,r)},"SparseMatrix, Array | Matrix":function(e,r){var t=n(e);return f(t.L,t.U,t.p,null,r)},"SparseMatrix, Array | Matrix, number, number":function(e,r,t,n){var a=i(e,t,n);return f(a.L,a.U,a.p,a.q,r)},"Object, Array | Matrix":function(e,r){return f(e.L,e.U,e.p,e.q,r)}});function c(e){if(Ie(e))return e;if(ze(e))return t(e);throw new TypeError("Invalid Matrix LU decomposition")}function f(e,r,t,n,i){e=c(e),r=c(r),t&&((i=s(e,i,!0))._data=Nd(t,i._data));var u=o(e,i),f=a(r,u);return n&&(f._data=Nd(n,f._data)),f}})),Cd="polynomialRoot",Ed=Ar(Cd,["typed","isZero","equalScalar","add","subtract","multiply","divide","sqrt","unaryMinus","cbrt","typeOf","im","re"],(e=>{var{typed:r,isZero:t,equalScalar:n,add:i,subtract:a,multiply:o,divide:u,sqrt:s,unaryMinus:c,cbrt:f,typeOf:l,im:m,re:d}=e;return r(Cd,{"number|Complex, ...number|Complex":(e,r)=>{for(var p=[e,...r];p.length>0&&t(p[p.length-1]);)p.pop();if(p.length<2)throw new RangeError("Polynomial [".concat(e,", ").concat(r,"] must have a non-zero non-constant coefficient"));switch(p.length){case 2:return[c(u(p[0],p[1]))];case 3:var[h,v,y]=p,g=o(2,y),x=o(v,v),b=o(4,y,h);if(n(x,b))return[u(c(v),g)];var w=s(a(x,b));return[u(a(w,v),g),u(a(c(w),v),g)];case 4:var[D,N,A,M]=p,C=c(o(3,M)),E=o(A,A),S=o(3,M,N),F=i(o(2,A,A,A),o(27,M,M,D)),B=o(9,M,A,N);if(n(E,S)&&n(F,B))return[u(A,C)];var q,T=a(E,S),O=a(F,B),k=i(o(18,M,A,N,D),o(A,A,N,N)),z=i(o(4,A,A,A,D),o(4,M,N,N,N),o(27,M,M,D,D));return n(k,z)?[u(a(o(4,M,A,N),i(o(9,M,M,D),o(A,A,A))),o(M,T)),u(a(o(9,M,D),o(A,N)),o(2,T))]:(q=n(E,S)?O:u(i(O,s(a(o(O,O),o(4,T,T,T)))),2),f(q,!0).toArray().map((e=>u(i(A,e,u(T,e)),C))).map((e=>"Complex"===l(e)&&n(d(e),d(e)+m(e))?d(e):e)));default:throw new RangeError("only implemented for cubic or lower-order polynomials, not ".concat(p))}}})})),Sd=Ar("Help",["evaluate"],(e=>{var{evaluate:r}=e;function t(e){if(!(this instanceof t))throw new SyntaxError("Constructor must be called with the new operator");if(!e)throw new Error('Argument "doc" missing');this.doc=e}return t.prototype.type="Help",t.prototype.isHelp=!0,t.prototype.toString=function(){var e=this.doc||{},t="\n";if(e.name&&(t+="Name: "+e.name+"\n\n"),e.category&&(t+="Category: "+e.category+"\n\n"),e.description&&(t+="Description:\n "+e.description+"\n\n"),e.syntax&&(t+="Syntax:\n "+e.syntax.join("\n ")+"\n\n"),e.examples){t+="Examples:\n";for(var n=!1,i=r("config()"),a={config:e=>(n=!0,r("config(newConfig)",{newConfig:e}))},o=0;o<e.examples.length;o++){var u=e.examples[o];t+=" "+u+"\n";var s=void 0;try{s=r(u,a)}catch(e){s=e}void 0===s||Je(s)||(t+=" "+xt(s,{precision:14})+"\n")}t+="\n",n&&r("config(originalConfig)",{originalConfig:i})}return e.mayThrow&&e.mayThrow.length&&(t+="Throws: "+e.mayThrow.join(", ")+"\n\n"),e.seealso&&e.seealso.length&&(t+="See also: "+e.seealso.join(", ")+"\n"),t},t.prototype.toJSON=function(){var e=yr(this.doc);return e.mathjs="Help",e},t.fromJSON=function(e){var r={};return Object.keys(e).filter((e=>"mathjs"!==e)).forEach((t=>{r[t]=e[t]})),new t(r)},t.prototype.valueOf=t.prototype.toString,t}),{isClass:!0}),Fd=Ar("Chain",["?on","math","typed"],(e=>{var{on:r,math:t,typed:n}=e;function i(e){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");this.value=hr(e)?e.value:e}function a(e,r){var t,n,a;t=function(){var e=r();if("function"==typeof e)return o(e)},a=!0,Object.defineProperty(i.prototype,e,{get:function(){return a&&(n=t(),a=!1),n},set:function(e){n=e,a=!1},configurable:!0,enumerable:!0})}function o(e){return function(){if(0===arguments.length)return new i(e(this.value));for(var r=[this.value],t=0;t<arguments.length;t++)r[t+1]=arguments[t];if(n.isTypedFunction(e)){var a=n.resolve(e,r);if(1===a.params.length)throw new Error("chain function "+e.name+" cannot match rest parameter between chain value and additional arguments.");return new i(a.implementation.apply(e,r))}return new i(e.apply(e,r))}}i.prototype.type="Chain",i.prototype.isChain=!0,i.prototype.done=function(){return this.value},i.prototype.valueOf=function(){return this.value},i.prototype.toString=function(){return xt(this.value)},i.prototype.toJSON=function(){return{mathjs:"Chain",value:this.value}},i.fromJSON=function(e){return new i(e.value)},i.createProxy=function(e,r){if("string"==typeof e)s=e,"function"==typeof(c=r)&&(i.prototype[s]=o(c));else{var t=function(r){br(e,r)&&void 0===u[r]&&a(r,(()=>e[r]))};for(var n in e)t(n)}var s,c};var u={expression:!0,docs:!0,type:!0,classes:!0,json:!0,error:!0,isChain:!0};return i.createProxy(t),r&&r("import",(function(e,r,t){t||a(e,r)})),i}),{isClass:!0}),Bd={name:"e",category:"Constants",syntax:["e"],description:"Euler's number, the base of the natural logarithm. Approximately equal to 2.71828",examples:["e","e ^ 2","exp(2)","log(e)"],seealso:["exp"]},qd={name:"pi",category:"Constants",syntax:["pi"],description:"The number pi is a mathematical constant that is the ratio of a circle's circumference to its diameter, and is approximately equal to 3.14159",examples:["pi","sin(pi/2)"],seealso:["tau"]},Td={bignumber:{name:"bignumber",category:"Construction",syntax:["bignumber(x)"],description:"Create a big number from a number or string.",examples:["0.1 + 0.2","bignumber(0.1) + bignumber(0.2)",'bignumber("7.2")','bignumber("7.2e500")',"bignumber([0.1, 0.2, 0.3])"],seealso:["boolean","bigint","complex","fraction","index","matrix","string","unit"]},bigint:{name:"bigint",category:"Construction",syntax:["bigint(x)"],description:"Create a bigint, an integer with an arbitrary number of digits, from a number or string.",examples:["123123123123123123 # a large number will lose digits",'bigint("123123123123123123")','bignumber(["1", "3", "5"])'],seealso:["boolean","bignumber","number","complex","fraction","index","matrix","string","unit"]},boolean:{name:"boolean",category:"Construction",syntax:["x","boolean(x)"],description:"Convert a string or number into a boolean.",examples:["boolean(0)","boolean(1)","boolean(3)",'boolean("true")','boolean("false")',"boolean([1, 0, 1, 1])"],seealso:["bignumber","complex","index","matrix","number","string","unit"]},complex:{name:"complex",category:"Construction",syntax:["complex()","complex(re, im)","complex(string)"],description:"Create a complex number.",examples:["complex()","complex(2, 3)",'complex("7 - 2i")'],seealso:["bignumber","boolean","index","matrix","number","string","unit"]},createUnit:{name:"createUnit",category:"Construction",syntax:["createUnit(definitions)","createUnit(name, definition)"],description:"Create a user-defined unit and register it with the Unit type.",examples:['createUnit("foo")','createUnit("knot", {definition: "0.514444444 m/s", aliases: ["knots", "kt", "kts"]})','createUnit("mph", "1 mile/hour")'],seealso:["unit","splitUnit"]},fraction:{name:"fraction",category:"Construction",syntax:["fraction(num)","fraction(matrix)","fraction(num,den)","fraction({n: num, d: den})"],description:"Create a fraction from a number or from integer numerator and denominator.",examples:["fraction(0.125)","fraction(1, 3) + fraction(2, 5)","fraction({n: 333, d: 53})","fraction([sqrt(9), sqrt(10), sqrt(11)])"],seealso:["bignumber","boolean","complex","index","matrix","string","unit"]},index:{name:"index",category:"Construction",syntax:["[start]","[start:end]","[start:step:end]","[start1, start 2, ...]","[start1:end1, start2:end2, ...]","[start1:step1:end1, start2:step2:end2, ...]"],description:"Create an index to get or replace a subset of a matrix",examples:["A = [1, 2, 3; 4, 5, 6]","A[1, :]","A[1, 2] = 50","A[1:2, 1:2] = 1","B = [1, 2, 3]","B[B>1 and B<3]"],seealso:["bignumber","boolean","complex","matrix,","number","range","string","unit"]},matrix:{name:"matrix",category:"Construction",syntax:["[]","[a1, b1, ...; a2, b2, ...]","matrix()",'matrix("dense")',"matrix([...])"],description:"Create a matrix.",examples:["[]","[1, 2, 3]","[1, 2, 3; 4, 5, 6]","matrix()","matrix([3, 4])",'matrix([3, 4; 5, 6], "sparse")','matrix([3, 4; 5, 6], "sparse", "number")'],seealso:["bignumber","boolean","complex","index","number","string","unit","sparse"]},number:{name:"number",category:"Construction",syntax:["x","number(x)","number(unit, valuelessUnit)"],description:"Create a number or convert a string or boolean into a number.",examples:["2","2e3","4.05","number(2)",'number("7.2")',"number(true)","number([true, false, true, true])",'number(unit("52cm"), "m")'],seealso:["bignumber","bigint","boolean","complex","fraction","index","matrix","string","unit"]},sparse:{name:"sparse",category:"Construction",syntax:["sparse()","sparse([a1, b1, ...; a1, b2, ...])",'sparse([a1, b1, ...; a1, b2, ...], "number")'],description:"Create a sparse matrix.",examples:["sparse()","sparse([3, 4; 5, 6])",'sparse([3, 0; 5, 0], "number")'],seealso:["bignumber","boolean","complex","index","number","string","unit","matrix"]},splitUnit:{name:"splitUnit",category:"Construction",syntax:["splitUnit(unit: Unit, parts: Unit[])"],description:"Split a unit in an array of units whose sum is equal to the original unit.",examples:['splitUnit(1 m, ["feet", "inch"])'],seealso:["unit","createUnit"]},string:{name:"string",category:"Construction",syntax:['"text"',"string(x)"],description:"Create a string or convert a value to a string",examples:['"Hello World!"',"string(4.2)","string(3 + 2i)"],seealso:["bignumber","boolean","complex","index","matrix","number","unit"]},unit:{name:"unit",category:"Construction",syntax:["value unit","unit(value, unit)","unit(string)"],description:"Create a unit.",examples:["5.5 mm","3 inch",'unit(7.1, "kilogram")','unit("23 deg")'],seealso:["bignumber","boolean","complex","index","matrix","number","string"]},e:Bd,E:Bd,false:{name:"false",category:"Constants",syntax:["false"],description:"Boolean value false",examples:["false"],seealso:["true"]},i:{name:"i",category:"Constants",syntax:["i"],description:"Imaginary unit, defined as i*i=-1. A complex number is described as a + b*i, where a is the real part, and b is the imaginary part.",examples:["i","i * i","sqrt(-1)"],seealso:[]},Infinity:{name:"Infinity",category:"Constants",syntax:["Infinity"],description:"Infinity, a number which is larger than the maximum number that can be handled by a floating point number.",examples:["Infinity","1 / 0"],seealso:[]},LN2:{name:"LN2",category:"Constants",syntax:["LN2"],description:"Returns the natural logarithm of 2, approximately equal to 0.693",examples:["LN2","log(2)"],seealso:[]},LN10:{name:"LN10",category:"Constants",syntax:["LN10"],description:"Returns the natural logarithm of 10, approximately equal to 2.302",examples:["LN10","log(10)"],seealso:[]},LOG2E:{name:"LOG2E",category:"Constants",syntax:["LOG2E"],description:"Returns the base-2 logarithm of E, approximately equal to 1.442",examples:["LOG2E","log(e, 2)"],seealso:[]},LOG10E:{name:"LOG10E",category:"Constants",syntax:["LOG10E"],description:"Returns the base-10 logarithm of E, approximately equal to 0.434",examples:["LOG10E","log(e, 10)"],seealso:[]},NaN:{name:"NaN",category:"Constants",syntax:["NaN"],description:"Not a number",examples:["NaN","0 / 0"],seealso:[]},null:{name:"null",category:"Constants",syntax:["null"],description:"Value null",examples:["null"],seealso:["true","false"]},pi:qd,PI:qd,phi:{name:"phi",category:"Constants",syntax:["phi"],description:"Phi is the golden ratio. Two quantities are in the golden ratio if their ratio is the same as the ratio of their sum to the larger of the two quantities. Phi is defined as `(1 + sqrt(5)) / 2` and is approximately 1.618034...",examples:["phi"],seealso:[]},SQRT1_2:{name:"SQRT1_2",category:"Constants",syntax:["SQRT1_2"],description:"Returns the square root of 1/2, approximately equal to 0.707",examples:["SQRT1_2","sqrt(1/2)"],seealso:[]},SQRT2:{name:"SQRT2",category:"Constants",syntax:["SQRT2"],description:"Returns the square root of 2, approximately equal to 1.414",examples:["SQRT2","sqrt(2)"],seealso:[]},tau:{name:"tau",category:"Constants",syntax:["tau"],description:"Tau is the ratio constant of a circle's circumference to radius, equal to 2 * pi, approximately 6.2832.",examples:["tau","2 * pi"],seealso:["pi"]},true:{name:"true",category:"Constants",syntax:["true"],description:"Boolean value true",examples:["true"],seealso:["false"]},version:{name:"version",category:"Constants",syntax:["version"],description:"A string with the version number of math.js",examples:["version"],seealso:[]},speedOfLight:{description:"Speed of light in vacuum",examples:["speedOfLight"]},gravitationConstant:{description:"Newtonian constant of gravitation",examples:["gravitationConstant"]},planckConstant:{description:"Planck constant",examples:["planckConstant"]},reducedPlanckConstant:{description:"Reduced Planck constant",examples:["reducedPlanckConstant"]},magneticConstant:{description:"Magnetic constant (vacuum permeability)",examples:["magneticConstant"]},electricConstant:{description:"Electric constant (vacuum permeability)",examples:["electricConstant"]},vacuumImpedance:{description:"Characteristic impedance of vacuum",examples:["vacuumImpedance"]},coulomb:{description:"Coulomb's constant",examples:["coulomb"]},elementaryCharge:{description:"Elementary charge",examples:["elementaryCharge"]},bohrMagneton:{description:"Bohr magneton",examples:["bohrMagneton"]},conductanceQuantum:{description:"Conductance quantum",examples:["conductanceQuantum"]},inverseConductanceQuantum:{description:"Inverse conductance quantum",examples:["inverseConductanceQuantum"]},magneticFluxQuantum:{description:"Magnetic flux quantum",examples:["magneticFluxQuantum"]},nuclearMagneton:{description:"Nuclear magneton",examples:["nuclearMagneton"]},klitzing:{description:"Von Klitzing constant",examples:["klitzing"]},bohrRadius:{description:"Bohr radius",examples:["bohrRadius"]},classicalElectronRadius:{description:"Classical electron radius",examples:["classicalElectronRadius"]},electronMass:{description:"Electron mass",examples:["electronMass"]},fermiCoupling:{description:"Fermi coupling constant",examples:["fermiCoupling"]},fineStructure:{description:"Fine-structure constant",examples:["fineStructure"]},hartreeEnergy:{description:"Hartree energy",examples:["hartreeEnergy"]},protonMass:{description:"Proton mass",examples:["protonMass"]},deuteronMass:{description:"Deuteron Mass",examples:["deuteronMass"]},neutronMass:{description:"Neutron mass",examples:["neutronMass"]},quantumOfCirculation:{description:"Quantum of circulation",examples:["quantumOfCirculation"]},rydberg:{description:"Rydberg constant",examples:["rydberg"]},thomsonCrossSection:{description:"Thomson cross section",examples:["thomsonCrossSection"]},weakMixingAngle:{description:"Weak mixing angle",examples:["weakMixingAngle"]},efimovFactor:{description:"Efimov factor",examples:["efimovFactor"]},atomicMass:{description:"Atomic mass constant",examples:["atomicMass"]},avogadro:{description:"Avogadro's number",examples:["avogadro"]},boltzmann:{description:"Boltzmann constant",examples:["boltzmann"]},faraday:{description:"Faraday constant",examples:["faraday"]},firstRadiation:{description:"First radiation constant",examples:["firstRadiation"]},loschmidt:{description:"Loschmidt constant at T=273.15 K and p=101.325 kPa",examples:["loschmidt"]},gasConstant:{description:"Gas constant",examples:["gasConstant"]},molarPlanckConstant:{description:"Molar Planck constant",examples:["molarPlanckConstant"]},molarVolume:{description:"Molar volume of an ideal gas at T=273.15 K and p=101.325 kPa",examples:["molarVolume"]},sackurTetrode:{description:"Sackur-Tetrode constant at T=1 K and p=101.325 kPa",examples:["sackurTetrode"]},secondRadiation:{description:"Second radiation constant",examples:["secondRadiation"]},stefanBoltzmann:{description:"Stefan-Boltzmann constant",examples:["stefanBoltzmann"]},wienDisplacement:{description:"Wien displacement law constant",examples:["wienDisplacement"]},molarMass:{description:"Molar mass constant",examples:["molarMass"]},molarMassC12:{description:"Molar mass constant of carbon-12",examples:["molarMassC12"]},gravity:{description:"Standard acceleration of gravity (standard acceleration of free-fall on Earth)",examples:["gravity"]},planckLength:{description:"Planck length",examples:["planckLength"]},planckMass:{description:"Planck mass",examples:["planckMass"]},planckTime:{description:"Planck time",examples:["planckTime"]},planckCharge:{description:"Planck charge",examples:["planckCharge"]},planckTemperature:{description:"Planck temperature",examples:["planckTemperature"]},derivative:{name:"derivative",category:"Algebra",syntax:["derivative(expr, variable)","derivative(expr, variable, {simplify: boolean})"],description:"Takes the derivative of an expression expressed in parser Nodes. The derivative will be taken over the supplied variable in the second parameter. If there are multiple variables in the expression, it will return a partial derivative.",examples:['derivative("2x^3", "x")','derivative("2x^3", "x", {simplify: false})','derivative("2x^2 + 3x + 4", "x")','derivative("sin(2x)", "x")','f = parse("x^2 + x")','x = parse("x")',"df = derivative(f, x)","df.evaluate({x: 3})"],seealso:["simplify","parse","evaluate"]},lsolve:{name:"lsolve",category:"Algebra",syntax:["x=lsolve(L, b)"],description:"Finds one solution of the linear system L * x = b where L is an [n x n] lower triangular matrix and b is a [n] column vector.",examples:["a = [-2, 3; 2, 1]","b = [11, 9]","x = lsolve(a, b)"],seealso:["lsolveAll","lup","lusolve","usolve","matrix","sparse"]},lsolveAll:{name:"lsolveAll",category:"Algebra",syntax:["x=lsolveAll(L, b)"],description:"Finds all solutions of the linear system L * x = b where L is an [n x n] lower triangular matrix and b is a [n] column vector.",examples:["a = [-2, 3; 2, 1]","b = [11, 9]","x = lsolve(a, b)"],seealso:["lsolve","lup","lusolve","usolve","matrix","sparse"]},lup:{name:"lup",category:"Algebra",syntax:["lup(m)"],description:"Calculate the Matrix LU decomposition with partial pivoting. Matrix A is decomposed in three matrices (L, U, P) where P * A = L * U",examples:["lup([[2, 1], [1, 4]])","lup(matrix([[2, 1], [1, 4]]))","lup(sparse([[2, 1], [1, 4]]))"],seealso:["lusolve","lsolve","usolve","matrix","sparse","slu","qr"]},lusolve:{name:"lusolve",category:"Algebra",syntax:["x=lusolve(A, b)","x=lusolve(lu, b)"],description:"Solves the linear system A * x = b where A is an [n x n] matrix and b is a [n] column vector.",examples:["a = [-2, 3; 2, 1]","b = [11, 9]","x = lusolve(a, b)"],seealso:["lup","slu","lsolve","usolve","matrix","sparse"]},leafCount:{name:"leafCount",category:"Algebra",syntax:["leafCount(expr)"],description:"Computes the number of leaves in the parse tree of the given expression",examples:['leafCount("e^(i*pi)-1")','leafCount(parse("{a: 22/7, b: 10^(1/2)}"))'],seealso:["simplify"]},polynomialRoot:{name:"polynomialRoot",category:"Algebra",syntax:["x=polynomialRoot(-6, 3)","x=polynomialRoot(4, -4, 1)","x=polynomialRoot(-8, 12, -6, 1)"],description:"Finds the roots of a univariate polynomial given by its coefficients starting from constant, linear, and so on, increasing in degree.",examples:["a = polynomialRoot(-6, 11, -6, 1)"],seealso:["cbrt","sqrt"]},resolve:{name:"resolve",category:"Algebra",syntax:["resolve(node, scope)"],description:"Recursively substitute variables in an expression tree.",examples:['resolve(parse("1 + x"), { x: 7 })','resolve(parse("size(text)"), { text: "Hello World" })','resolve(parse("x + y"), { x: parse("3z") })','resolve(parse("3x"), { x: parse("y+z"), z: parse("w^y") })'],seealso:["simplify","evaluate"],mayThrow:["ReferenceError"]},simplify:{name:"simplify",category:"Algebra",syntax:["simplify(expr)","simplify(expr, rules)"],description:"Simplify an expression tree.",examples:['simplify("3 + 2 / 4")','simplify("2x + x")','f = parse("x * (x + 2 + x)")',"simplified = simplify(f)","simplified.evaluate({x: 2})"],seealso:["simplifyCore","derivative","evaluate","parse","rationalize","resolve"]},simplifyConstant:{name:"simplifyConstant",category:"Algebra",syntax:["simplifyConstant(expr)","simplifyConstant(expr, options)"],description:"Replace constant subexpressions of node with their values.",examples:['simplifyConstant("(3-3)*x")','simplifyConstant(parse("z-cos(tau/8)"))'],seealso:["simplify","simplifyCore","evaluate"]},simplifyCore:{name:"simplifyCore",category:"Algebra",syntax:["simplifyCore(node)"],description:"Perform simple one-pass simplifications on an expression tree.",examples:['simplifyCore(parse("0*x"))','simplifyCore(parse("(x+0)*2"))'],seealso:["simplify","simplifyConstant","evaluate"]},symbolicEqual:{name:"symbolicEqual",category:"Algebra",syntax:["symbolicEqual(expr1, expr2)","symbolicEqual(expr1, expr2, options)"],description:"Returns true if the difference of the expressions simplifies to 0",examples:['symbolicEqual("x*y","y*x")','symbolicEqual("abs(x^2)", "x^2")','symbolicEqual("abs(x)", "x", {context: {abs: {trivial: true}}})'],seealso:["simplify","evaluate"]},rationalize:{name:"rationalize",category:"Algebra",syntax:["rationalize(expr)","rationalize(expr, scope)","rationalize(expr, scope, detailed)"],description:"Transform a rationalizable expression in a rational fraction. If rational fraction is one variable polynomial then converts the numerator and denominator in canonical form, with decreasing exponents, returning the coefficients of numerator.",examples:['rationalize("2x/y - y/(x+1)")','rationalize("2x/y - y/(x+1)", true)'],seealso:["simplify"]},slu:{name:"slu",category:"Algebra",syntax:["slu(A, order, threshold)"],description:"Calculate the Matrix LU decomposition with full pivoting. Matrix A is decomposed in two matrices (L, U) and two permutation vectors (pinv, q) where P * A * Q = L * U",examples:["slu(sparse([4.5, 0, 3.2, 0; 3.1, 2.9, 0, 0.9; 0, 1.7, 3, 0; 3.5, 0.4, 0, 1]), 1, 0.001)"],seealso:["lusolve","lsolve","usolve","matrix","sparse","lup","qr"]},usolve:{name:"usolve",category:"Algebra",syntax:["x=usolve(U, b)"],description:"Finds one solution of the linear system U * x = b where U is an [n x n] upper triangular matrix and b is a [n] column vector.",examples:["x=usolve(sparse([1, 1, 1, 1; 0, 1, 1, 1; 0, 0, 1, 1; 0, 0, 0, 1]), [1; 2; 3; 4])"],seealso:["usolveAll","lup","lusolve","lsolve","matrix","sparse"]},usolveAll:{name:"usolveAll",category:"Algebra",syntax:["x=usolve(U, b)"],description:"Finds all solutions of the linear system U * x = b where U is an [n x n] upper triangular matrix and b is a [n] column vector.",examples:["x=usolve(sparse([1, 1, 1, 1; 0, 1, 1, 1; 0, 0, 1, 1; 0, 0, 0, 1]), [1; 2; 3; 4])"],seealso:["usolve","lup","lusolve","lsolve","matrix","sparse"]},qr:{name:"qr",category:"Algebra",syntax:["qr(A)"],description:"Calculates the Matrix QR decomposition. Matrix `A` is decomposed in two matrices (`Q`, `R`) where `Q` is an orthogonal matrix and `R` is an upper triangular matrix.",examples:["qr([[1, -1, 4], [1, 4, -2], [1, 4, 2], [1, -1, 0]])"],seealso:["lup","slu","matrix"]},abs:{name:"abs",category:"Arithmetic",syntax:["abs(x)"],description:"Compute the absolute value.",examples:["abs(3.5)","abs(-4.2)"],seealso:["sign"]},add:{name:"add",category:"Operators",syntax:["x + y","add(x, y)"],description:"Add two values.",examples:["a = 2.1 + 3.6","a - 3.6","3 + 2i","3 cm + 2 inch",'"2.3" + "4"'],seealso:["subtract"]},cbrt:{name:"cbrt",category:"Arithmetic",syntax:["cbrt(x)","cbrt(x, allRoots)"],description:"Compute the cubic root value. If x = y * y * y, then y is the cubic root of x. When `x` is a number or complex number, an optional second argument `allRoots` can be provided to return all three cubic roots. If not provided, the principal root is returned",examples:["cbrt(64)","cube(4)","cbrt(-8)","cbrt(2 + 3i)","cbrt(8i)","cbrt(8i, true)","cbrt(27 m^3)"],seealso:["square","sqrt","cube","multiply"]},ceil:{name:"ceil",category:"Arithmetic",syntax:["ceil(x)","ceil(x, n)","ceil(unit, valuelessUnit)","ceil(unit, n, valuelessUnit)"],description:"Round a value towards plus infinity. If x is complex, both real and imaginary part are rounded towards plus infinity.",examples:["ceil(3.2)","ceil(3.8)","ceil(-4.2)","ceil(3.241cm, cm)","ceil(3.241cm, 2, cm)"],seealso:["floor","fix","round"]},cube:{name:"cube",category:"Arithmetic",syntax:["cube(x)"],description:"Compute the cube of a value. The cube of x is x * x * x.",examples:["cube(2)","2^3","2 * 2 * 2"],seealso:["multiply","square","pow"]},divide:{name:"divide",category:"Operators",syntax:["x / y","divide(x, y)"],description:"Divide two values.",examples:["a = 2 / 3","a * 3","4.5 / 2","3 + 4 / 2","(3 + 4) / 2","18 km / 4.5"],seealso:["multiply"]},dotDivide:{name:"dotDivide",category:"Operators",syntax:["x ./ y","dotDivide(x, y)"],description:"Divide two values element wise.",examples:["a = [1, 2, 3; 4, 5, 6]","b = [2, 1, 1; 3, 2, 5]","a ./ b"],seealso:["multiply","dotMultiply","divide"]},dotMultiply:{name:"dotMultiply",category:"Operators",syntax:["x .* y","dotMultiply(x, y)"],description:"Multiply two values element wise.",examples:["a = [1, 2, 3; 4, 5, 6]","b = [2, 1, 1; 3, 2, 5]","a .* b"],seealso:["multiply","divide","dotDivide"]},dotPow:{name:"dotPow",category:"Operators",syntax:["x .^ y","dotPow(x, y)"],description:"Calculates the power of x to y element wise.",examples:["a = [1, 2, 3; 4, 5, 6]","a .^ 2"],seealso:["pow"]},exp:{name:"exp",category:"Arithmetic",syntax:["exp(x)"],description:"Calculate the exponent of a value.",examples:["exp(1.3)","e ^ 1.3","log(exp(1.3))","x = 2.4","(exp(i*x) == cos(x) + i*sin(x)) # Euler's formula"],seealso:["expm","expm1","pow","log"]},expm:{name:"expm",category:"Arithmetic",syntax:["exp(x)"],description:"Compute the matrix exponential, expm(A) = e^A. The matrix must be square. Not to be confused with exp(a), which performs element-wise exponentiation.",examples:["expm([[0,2],[0,0]])"],seealso:["exp"]},expm1:{name:"expm1",category:"Arithmetic",syntax:["expm1(x)"],description:"Calculate the value of subtracting 1 from the exponential value.",examples:["expm1(2)","pow(e, 2) - 1","log(expm1(2) + 1)"],seealso:["exp","pow","log"]},fix:{name:"fix",category:"Arithmetic",syntax:["fix(x)","fix(x, n)","fix(unit, valuelessUnit)","fix(unit, n, valuelessUnit)"],description:"Round a value towards zero. If x is complex, both real and imaginary part are rounded towards zero.",examples:["fix(3.2)","fix(3.8)","fix(-4.2)","fix(-4.8)","fix(3.241cm, cm)","fix(3.241cm, 2, cm)"],seealso:["ceil","floor","round"]},floor:{name:"floor",category:"Arithmetic",syntax:["floor(x)","floor(x, n)","floor(unit, valuelessUnit)","floor(unit, n, valuelessUnit)"],description:"Round a value towards minus infinity.If x is complex, both real and imaginary part are rounded towards minus infinity.",examples:["floor(3.2)","floor(3.8)","floor(-4.2)","floor(3.241cm, cm)","floor(3.241cm, 2, cm)"],seealso:["ceil","fix","round"]},gcd:{name:"gcd",category:"Arithmetic",syntax:["gcd(a, b)","gcd(a, b, c, ...)"],description:"Compute the greatest common divisor.",examples:["gcd(8, 12)","gcd(-4, 6)","gcd(25, 15, -10)"],seealso:["lcm","xgcd"]},hypot:{name:"hypot",category:"Arithmetic",syntax:["hypot(a, b, c, ...)","hypot([a, b, c, ...])"],description:"Calculate the hypotenuse of a list with values.",examples:["hypot(3, 4)","sqrt(3^2 + 4^2)","hypot(-2)","hypot([3, 4, 5])"],seealso:["abs","norm"]},lcm:{name:"lcm",category:"Arithmetic",syntax:["lcm(x, y)"],description:"Compute the least common multiple.",examples:["lcm(4, 6)","lcm(6, 21)","lcm(6, 21, 5)"],seealso:["gcd"]},log:{name:"log",category:"Arithmetic",syntax:["log(x)","log(x, base)"],description:"Compute the logarithm of a value. If no base is provided, the natural logarithm of x is calculated. If base if provided, the logarithm is calculated for the specified base. log(x, base) is defined as log(x) / log(base).",examples:["log(3.5)","a = log(2.4)","exp(a)","10 ^ 4","log(10000, 10)","log(10000) / log(10)","b = log(1024, 2)","2 ^ b"],seealso:["exp","log1p","log2","log10"]},log2:{name:"log2",category:"Arithmetic",syntax:["log2(x)"],description:"Calculate the 2-base of a value. This is the same as calculating `log(x, 2)`.",examples:["log2(0.03125)","log2(16)","log2(16) / log2(2)","pow(2, 4)"],seealso:["exp","log1p","log","log10"]},log1p:{name:"log1p",category:"Arithmetic",syntax:["log1p(x)","log1p(x, base)"],description:"Calculate the logarithm of a `value+1`",examples:["log1p(2.5)","exp(log1p(1.4))","pow(10, 4)","log1p(9999, 10)","log1p(9999) / log(10)"],seealso:["exp","log","log2","log10"]},log10:{name:"log10",category:"Arithmetic",syntax:["log10(x)"],description:"Compute the 10-base logarithm of a value.",examples:["log10(0.00001)","log10(10000)","10 ^ 4","log(10000) / log(10)","log(10000, 10)"],seealso:["exp","log"]},mod:{name:"mod",category:"Operators",syntax:["x % y","x mod y","mod(x, y)"],description:"Calculates the modulus, the remainder of an integer division.",examples:["7 % 3","11 % 2","10 mod 4","isOdd(x) = x % 2","isOdd(2)","isOdd(3)"],seealso:["divide"]},multiply:{name:"multiply",category:"Operators",syntax:["x * y","multiply(x, y)"],description:"multiply two values.",examples:["a = 2.1 * 3.4","a / 3.4","2 * 3 + 4","2 * (3 + 4)","3 * 2.1 km"],seealso:["divide"]},norm:{name:"norm",category:"Arithmetic",syntax:["norm(x)","norm(x, p)"],description:"Calculate the norm of a number, vector or matrix.",examples:["abs(-3.5)","norm(-3.5)","norm(3 - 4i)","norm([1, 2, -3], Infinity)","norm([1, 2, -3], -Infinity)","norm([3, 4], 2)","norm([[1, 2], [3, 4]], 1)",'norm([[1, 2], [3, 4]], "inf")','norm([[1, 2], [3, 4]], "fro")']},nthRoot:{name:"nthRoot",category:"Arithmetic",syntax:["nthRoot(a)","nthRoot(a, root)"],description:'Calculate the nth root of a value. The principal nth root of a positive real number A, is the positive real solution of the equation "x^root = A".',examples:["4 ^ 3","nthRoot(64, 3)","nthRoot(9, 2)","sqrt(9)"],seealso:["nthRoots","pow","sqrt"]},nthRoots:{name:"nthRoots",category:"Arithmetic",syntax:["nthRoots(A)","nthRoots(A, root)"],description:'Calculate the nth roots of a value. An nth root of a positive real number A, is a positive real solution of the equation "x^root = A". This function returns an array of complex values.',examples:["nthRoots(1)","nthRoots(1, 3)"],seealso:["sqrt","pow","nthRoot"]},pow:{name:"pow",category:"Operators",syntax:["x ^ y","pow(x, y)"],description:"Calculates the power of x to y, x^y.",examples:["2^3","2*2*2","1 + e ^ (pi * i)","pow([[1, 2], [4, 3]], 2)","pow([[1, 2], [4, 3]], -1)"],seealso:["multiply","nthRoot","nthRoots","sqrt"]},round:{name:"round",category:"Arithmetic",syntax:["round(x)","round(x, n)","round(unit, valuelessUnit)","round(unit, n, valuelessUnit)"],description:"round a value towards the nearest integer.If x is complex, both real and imaginary part are rounded towards the nearest integer. When n is specified, the value is rounded to n decimals.",examples:["round(3.2)","round(3.8)","round(-4.2)","round(-4.8)","round(pi, 3)","round(123.45678, 2)","round(3.241cm, 2, cm)","round([3.2, 3.8, -4.7])"],seealso:["ceil","floor","fix"]},sign:{name:"sign",category:"Arithmetic",syntax:["sign(x)"],description:"Compute the sign of a value. The sign of a value x is 1 when x>0, -1 when x<0, and 0 when x=0.",examples:["sign(3.5)","sign(-4.2)","sign(0)"],seealso:["abs"]},sqrt:{name:"sqrt",category:"Arithmetic",syntax:["sqrt(x)"],description:"Compute the square root value. If x = y * y, then y is the square root of x.",examples:["sqrt(25)","5 * 5","sqrt(-1)"],seealso:["square","sqrtm","multiply","nthRoot","nthRoots","pow"]},sqrtm:{name:"sqrtm",category:"Arithmetic",syntax:["sqrtm(x)"],description:"Calculate the principal square root of a square matrix. The principal square root matrix `X` of another matrix `A` is such that `X * X = A`.",examples:["sqrtm([[33, 24], [48, 57]])"],seealso:["sqrt","abs","square","multiply"]},square:{name:"square",category:"Arithmetic",syntax:["square(x)"],description:"Compute the square of a value. The square of x is x * x.",examples:["square(3)","sqrt(9)","3^2","3 * 3"],seealso:["multiply","pow","sqrt","cube"]},subtract:{name:"subtract",category:"Operators",syntax:["x - y","subtract(x, y)"],description:"subtract two values.",examples:["a = 5.3 - 2","a + 2","2/3 - 1/6","2 * 3 - 3","2.1 km - 500m"],seealso:["add"]},unaryMinus:{name:"unaryMinus",category:"Operators",syntax:["-x","unaryMinus(x)"],description:"Inverse the sign of a value. Converts booleans and strings to numbers.",examples:["-4.5","-(-5.6)",'-"22"'],seealso:["add","subtract","unaryPlus"]},unaryPlus:{name:"unaryPlus",category:"Operators",syntax:["+x","unaryPlus(x)"],description:"Converts booleans and strings to numbers.",examples:["+true",'+"2"'],seealso:["add","subtract","unaryMinus"]},xgcd:{name:"xgcd",category:"Arithmetic",syntax:["xgcd(a, b)"],description:"Calculate the extended greatest common divisor for two values. The result is an array [d, x, y] with 3 entries, where d is the greatest common divisor, and d = x * a + y * b.",examples:["xgcd(8, 12)","gcd(8, 12)","xgcd(36163, 21199)"],seealso:["gcd","lcm"]},invmod:{name:"invmod",category:"Arithmetic",syntax:["invmod(a, b)"],description:"Calculate the (modular) multiplicative inverse of a modulo b. Solution to the equation ax ≣ 1 (mod b)",examples:["invmod(8, 12)","invmod(7, 13)","invmod(15151, 15122)"],seealso:["gcd","xgcd"]},bitAnd:{name:"bitAnd",category:"Bitwise",syntax:["x & y","bitAnd(x, y)"],description:"Bitwise AND operation. Performs the logical AND operation on each pair of the corresponding bits of the two given values by multiplying them. If both bits in the compared position are 1, the bit in the resulting binary representation is 1, otherwise, the result is 0",examples:["5 & 3","bitAnd(53, 131)","[1, 12, 31] & 42"],seealso:["bitNot","bitOr","bitXor","leftShift","rightArithShift","rightLogShift"]},bitNot:{name:"bitNot",category:"Bitwise",syntax:["~x","bitNot(x)"],description:"Bitwise NOT operation. Performs a logical negation on each bit of the given value. Bits that are 0 become 1, and those that are 1 become 0.",examples:["~1","~2","bitNot([2, -3, 4])"],seealso:["bitAnd","bitOr","bitXor","leftShift","rightArithShift","rightLogShift"]},bitOr:{name:"bitOr",category:"Bitwise",syntax:["x | y","bitOr(x, y)"],description:"Bitwise OR operation. Performs the logical inclusive OR operation on each pair of corresponding bits of the two given values. The result in each position is 1 if the first bit is 1 or the second bit is 1 or both bits are 1, otherwise, the result is 0.",examples:["5 | 3","bitOr([1, 2, 3], 4)"],seealso:["bitAnd","bitNot","bitXor","leftShift","rightArithShift","rightLogShift"]},bitXor:{name:"bitXor",category:"Bitwise",syntax:["bitXor(x, y)"],description:"Bitwise XOR operation, exclusive OR. Performs the logical exclusive OR operation on each pair of corresponding bits of the two given values. The result in each position is 1 if only the first bit is 1 or only the second bit is 1, but will be 0 if both are 0 or both are 1.",examples:["bitOr(1, 2)","bitXor([2, 3, 4], 4)"],seealso:["bitAnd","bitNot","bitOr","leftShift","rightArithShift","rightLogShift"]},leftShift:{name:"leftShift",category:"Bitwise",syntax:["x << y","leftShift(x, y)"],description:"Bitwise left logical shift of a value x by y number of bits.",examples:["4 << 1","8 >> 1"],seealso:["bitAnd","bitNot","bitOr","bitXor","rightArithShift","rightLogShift"]},rightArithShift:{name:"rightArithShift",category:"Bitwise",syntax:["x >> y","rightArithShift(x, y)"],description:"Bitwise right arithmetic shift of a value x by y number of bits.",examples:["8 >> 1","4 << 1","-12 >> 2"],seealso:["bitAnd","bitNot","bitOr","bitXor","leftShift","rightLogShift"]},rightLogShift:{name:"rightLogShift",category:"Bitwise",syntax:["x >>> y","rightLogShift(x, y)"],description:"Bitwise right logical shift of a value x by y number of bits.",examples:["8 >>> 1","4 << 1","-12 >>> 2"],seealso:["bitAnd","bitNot","bitOr","bitXor","leftShift","rightArithShift"]},bellNumbers:{name:"bellNumbers",category:"Combinatorics",syntax:["bellNumbers(n)"],description:"The Bell Numbers count the number of partitions of a set. A partition is a pairwise disjoint subset of S whose union is S. `bellNumbers` only takes integer arguments. The following condition must be enforced: n >= 0.",examples:["bellNumbers(3)","bellNumbers(8)"],seealso:["stirlingS2"]},catalan:{name:"catalan",category:"Combinatorics",syntax:["catalan(n)"],description:"The Catalan Numbers enumerate combinatorial structures of many different types. catalan only takes integer arguments. The following condition must be enforced: n >= 0.",examples:["catalan(3)","catalan(8)"],seealso:["bellNumbers"]},composition:{name:"composition",category:"Combinatorics",syntax:["composition(n, k)"],description:"The composition counts of n into k parts. composition only takes integer arguments. The following condition must be enforced: k <= n.",examples:["composition(5, 3)"],seealso:["combinations"]},stirlingS2:{name:"stirlingS2",category:"Combinatorics",syntax:["stirlingS2(n, k)"],description:"he Stirling numbers of the second kind, counts the number of ways to partition a set of n labelled objects into k nonempty unlabelled subsets. `stirlingS2` only takes integer arguments. The following condition must be enforced: k <= n. If n = k or k = 1, then s(n,k) = 1.",examples:["stirlingS2(5, 3)"],seealso:["bellNumbers"]},config:{name:"config",category:"Core",syntax:["config()","config(options)"],description:"Get configuration or change configuration.",examples:["config()","1/3 + 1/4",'config({number: "Fraction"})',"1/3 + 1/4"],seealso:[]},import:{name:"import",category:"Core",syntax:["import(functions)","import(functions, options)"],description:"Import functions or constants from an object.",examples:["import({myFn: f(x)=x^2, myConstant: 32 })","myFn(2)","myConstant"],seealso:[]},typed:{name:"typed",category:"Core",syntax:["typed(signatures)","typed(name, signatures)"],description:"Create a typed function.",examples:['double = typed({ "number": f(x)=x+x, "string": f(x)=concat(x,x) })',"double(2)",'double("hello")'],seealso:[]},arg:{name:"arg",category:"Complex",syntax:["arg(x)"],description:"Compute the argument of a complex value. If x = a+bi, the argument is computed as atan2(b, a).",examples:["arg(2 + 2i)","atan2(3, 2)","arg(2 + 3i)"],seealso:["re","im","conj","abs"]},conj:{name:"conj",category:"Complex",syntax:["conj(x)"],description:"Compute the complex conjugate of a complex value. If x = a+bi, the complex conjugate is a-bi.",examples:["conj(2 + 3i)","conj(2 - 3i)","conj(-5.2i)"],seealso:["re","im","abs","arg"]},re:{name:"re",category:"Complex",syntax:["re(x)"],description:"Get the real part of a complex number.",examples:["re(2 + 3i)","im(2 + 3i)","re(-5.2i)","re(2.4)"],seealso:["im","conj","abs","arg"]},im:{name:"im",category:"Complex",syntax:["im(x)"],description:"Get the imaginary part of a complex number.",examples:["im(2 + 3i)","re(2 + 3i)","im(-5.2i)","im(2.4)"],seealso:["re","conj","abs","arg"]},evaluate:{name:"evaluate",category:"Expression",syntax:["evaluate(expression)","evaluate(expression, scope)","evaluate([expr1, expr2, expr3, ...])","evaluate([expr1, expr2, expr3, ...], scope)"],description:"Evaluate an expression or an array with expressions.",examples:['evaluate("2 + 3")','evaluate("sqrt(16)")','evaluate("2 inch to cm")','evaluate("sin(x * pi)", { "x": 1/2 })','evaluate(["width=2", "height=4","width*height"])'],seealso:[]},help:{name:"help",category:"Expression",syntax:["help(object)","help(string)"],description:"Display documentation on a function or data type.",examples:["help(sqrt)",'help("complex")'],seealso:[]},distance:{name:"distance",category:"Geometry",syntax:["distance([x1, y1], [x2, y2])","distance([[x1, y1], [x2, y2]])"],description:"Calculates the Euclidean distance between two points.",examples:["distance([0,0], [4,4])","distance([[0,0], [4,4]])"],seealso:[]},intersect:{name:"intersect",category:"Geometry",syntax:["intersect(expr1, expr2, expr3, expr4)","intersect(expr1, expr2, expr3)"],description:"Computes the intersection point of lines and/or planes.",examples:["intersect([0, 0], [10, 10], [10, 0], [0, 10])","intersect([1, 0, 1], [4, -2, 2], [1, 1, 1, 6])"],seealso:[]},and:{name:"and",category:"Logical",syntax:["x and y","and(x, y)"],description:"Logical and. Test whether two values are both defined with a nonzero/nonempty value.",examples:["true and false","true and true","2 and 4"],seealso:["not","or","xor"]},not:{name:"not",category:"Logical",syntax:["not x","not(x)"],description:"Logical not. Flips the boolean value of given argument.",examples:["not true","not false","not 2","not 0"],seealso:["and","or","xor"]},or:{name:"or",category:"Logical",syntax:["x or y","or(x, y)"],description:"Logical or. Test if at least one value is defined with a nonzero/nonempty value.",examples:["true or false","false or false","0 or 4"],seealso:["not","and","xor"]},xor:{name:"xor",category:"Logical",syntax:["x xor y","xor(x, y)"],description:"Logical exclusive or, xor. Test whether one and only one value is defined with a nonzero/nonempty value.",examples:["true xor false","false xor false","true xor true","0 xor 4"],seealso:["not","and","or"]},mapSlices:{name:"mapSlices",category:"Matrix",syntax:["mapSlices(A, dim, callback)"],description:"Generate a matrix one dimension less than A by applying callback to each slice of A along dimension dim.",examples:["A = [[1, 2], [3, 4]]","mapSlices(A, 1, sum)","mapSlices(A, 2, prod)"],seealso:["map","forEach"]},concat:{name:"concat",category:"Matrix",syntax:["concat(A, B, C, ...)","concat(A, B, C, ..., dim)"],description:"Concatenate matrices. By default, the matrices are concatenated by the last dimension. The dimension on which to concatenate can be provided as last argument.",examples:["A = [1, 2; 5, 6]","B = [3, 4; 7, 8]","concat(A, B)","concat(A, B, 1)","concat(A, B, 2)"],seealso:["det","diag","identity","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},count:{name:"count",category:"Matrix",syntax:["count(x)"],description:"Count the number of elements of a matrix, array or string.",examples:["a = [1, 2; 3, 4; 5, 6]","count(a)","size(a)",'count("hello world")'],seealso:["size"]},cross:{name:"cross",category:"Matrix",syntax:["cross(A, B)"],description:"Calculate the cross product for two vectors in three dimensional space.",examples:["cross([1, 1, 0], [0, 1, 1])","cross([3, -3, 1], [4, 9, 2])","cross([2, 3, 4], [5, 6, 7])"],seealso:["multiply","dot"]},column:{name:"column",category:"Matrix",syntax:["column(x, index)"],description:"Return a column from a matrix or array.",examples:["A = [[1, 2], [3, 4]]","column(A, 1)","column(A, 2)"],seealso:["row","matrixFromColumns"]},ctranspose:{name:"ctranspose",category:"Matrix",syntax:["x'","ctranspose(x)"],description:"Complex Conjugate and Transpose a matrix",examples:["a = [1, 2, 3; 4, 5, 6]","a'","ctranspose(a)"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","trace","zeros"]},det:{name:"det",category:"Matrix",syntax:["det(x)"],description:"Calculate the determinant of a matrix",examples:["det([1, 2; 3, 4])","det([-2, 2, 3; -1, 1, 3; 2, 0, -1])"],seealso:["concat","diag","identity","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},diag:{name:"diag",category:"Matrix",syntax:["diag(x)","diag(x, k)"],description:"Create a diagonal matrix or retrieve the diagonal of a matrix. When x is a vector, a matrix with the vector values on the diagonal will be returned. When x is a matrix, a vector with the diagonal values of the matrix is returned. When k is provided, the k-th diagonal will be filled in or retrieved, if k is positive, the values are placed on the super diagonal. When k is negative, the values are placed on the sub diagonal.",examples:["diag(1:3)","diag(1:3, 1)","a = [1, 2, 3; 4, 5, 6; 7, 8, 9]","diag(a)"],seealso:["concat","det","identity","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},diff:{name:"diff",category:"Matrix",syntax:["diff(arr)","diff(arr, dim)"],description:["Create a new matrix or array with the difference of the passed matrix or array.","Dim parameter is optional and used to indicate the dimension of the array/matrix to apply the difference","If no dimension parameter is passed it is assumed as dimension 0","Dimension is zero-based in javascript and one-based in the parser","Arrays must be 'rectangular' meaning arrays like [1, 2]","If something is passed as a matrix it will be returned as a matrix but other than that all matrices are converted to arrays"],examples:["A = [1, 2, 4, 7, 0]","diff(A)","diff(A, 1)","B = [[1, 2], [3, 4]]","diff(B)","diff(B, 1)","diff(B, 2)","diff(B, bignumber(2))","diff([[1, 2], matrix([3, 4])], 2)"],seealso:["subtract","partitionSelect"]},dot:{name:"dot",category:"Matrix",syntax:["dot(A, B)","A * B"],description:"Calculate the dot product of two vectors. The dot product of A = [a1, a2, a3, ..., an] and B = [b1, b2, b3, ..., bn] is defined as dot(A, B) = a1 * b1 + a2 * b2 + a3 * b3 + ... + an * bn",examples:["dot([2, 4, 1], [2, 2, 3])","[2, 4, 1] * [2, 2, 3]"],seealso:["multiply","cross"]},getMatrixDataType:{name:"getMatrixDataType",category:"Matrix",syntax:["getMatrixDataType(x)"],description:'Find the data type of all elements in a matrix or array, for example "number" if all items are a number and "Complex" if all values are complex numbers. If a matrix contains more than one data type, it will return "mixed".',examples:["getMatrixDataType([1, 2, 3])","getMatrixDataType([[5 cm], [2 inch]])",'getMatrixDataType([1, "text"])',"getMatrixDataType([1, bignumber(4)])"],seealso:["matrix","sparse","typeOf"]},identity:{name:"identity",category:"Matrix",syntax:["identity(n)","identity(m, n)","identity([m, n])"],description:"Returns the identity matrix with size m-by-n. The matrix has ones on the diagonal and zeros elsewhere.",examples:["identity(3)","identity(3, 5)","a = [1, 2, 3; 4, 5, 6]","identity(size(a))"],seealso:["concat","det","diag","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},filter:{name:"filter",category:"Matrix",syntax:["filter(x, test)"],description:"Filter items in a matrix.",examples:["isPositive(x) = x > 0","filter([6, -2, -1, 4, 3], isPositive)","filter([6, -2, 0, 1, 0], x != 0)"],seealso:["sort","map","forEach"]},flatten:{name:"flatten",category:"Matrix",syntax:["flatten(x)"],description:"Flatten a multi dimensional matrix into a single dimensional matrix.",examples:["a = [1, 2, 3; 4, 5, 6]","size(a)","b = flatten(a)","size(b)"],seealso:["concat","resize","size","squeeze"]},forEach:{name:"forEach",category:"Matrix",syntax:["forEach(x, callback)"],description:"Iterates over all elements of a matrix/array, and executes the given callback function.",examples:["numberOfPets = {}","addPet(n) = numberOfPets[n] = (numberOfPets[n] ? numberOfPets[n]:0 ) + 1;",'forEach(["Dog","Cat","Cat"], addPet)',"numberOfPets"],seealso:["map","sort","filter"]},inv:{name:"inv",category:"Matrix",syntax:["inv(x)"],description:"Calculate the inverse of a matrix",examples:["inv([1, 2; 3, 4])","inv(4)","1 / 4"],seealso:["concat","det","diag","identity","ones","range","size","squeeze","subset","trace","transpose","zeros"]},pinv:{name:"pinv",category:"Matrix",syntax:["pinv(x)"],description:"Calculate the Moore–Penrose inverse of a matrix",examples:["pinv([1, 2; 3, 4])","pinv([[1, 0], [0, 1], [0, 1]])","pinv(4)"],seealso:["inv"]},eigs:{name:"eigs",category:"Matrix",syntax:["eigs(x)"],description:"Calculate the eigenvalues and optionally eigenvectors of a square matrix",examples:["eigs([[5, 2.3], [2.3, 1]])","eigs([[1, 2, 3], [4, 5, 6], [7, 8, 9]], { precision: 1e-6, eigenvectors: false })"],seealso:["inv"]},kron:{name:"kron",category:"Matrix",syntax:["kron(x, y)"],description:"Calculates the Kronecker product of 2 matrices or vectors.",examples:["kron([[1, 0], [0, 1]], [[1, 2], [3, 4]])","kron([1,1], [2,3,4])"],seealso:["multiply","dot","cross"]},matrixFromFunction:{name:"matrixFromFunction",category:"Matrix",syntax:["matrixFromFunction(size, fn)","matrixFromFunction(size, fn, format)","matrixFromFunction(size, fn, format, datatype)","matrixFromFunction(size, format, fn)","matrixFromFunction(size, format, datatype, fn)"],description:"Create a matrix by evaluating a generating function at each index.",examples:["f(I) = I[1] - I[2]","matrixFromFunction([3,3], f)","g(I) = I[1] - I[2] == 1 ? 4 : 0",'matrixFromFunction([100, 100], "sparse", g)',"matrixFromFunction([5], random)"],seealso:["matrix","matrixFromRows","matrixFromColumns","zeros"]},matrixFromRows:{name:"matrixFromRows",category:"Matrix",syntax:["matrixFromRows(...arr)","matrixFromRows(row1, row2)","matrixFromRows(row1, row2, row3)"],description:"Create a dense matrix from vectors as individual rows.",examples:["matrixFromRows([1, 2, 3], [[4],[5],[6]])"],seealso:["matrix","matrixFromColumns","matrixFromFunction","zeros"]},matrixFromColumns:{name:"matrixFromColumns",category:"Matrix",syntax:["matrixFromColumns(...arr)","matrixFromColumns(row1, row2)","matrixFromColumns(row1, row2, row3)"],description:"Create a dense matrix from vectors as individual columns.",examples:["matrixFromColumns([1, 2, 3], [[4],[5],[6]])"],seealso:["matrix","matrixFromRows","matrixFromFunction","zeros"]},map:{name:"map",category:"Matrix",syntax:["map(x, callback)","map(x, y, ..., callback)"],description:"Create a new matrix or array with the results of the callback function executed on each entry of the matrix/array or the matrices/arrays.",examples:["map([1, 2, 3], square)","map([1, 2], [3, 4], f(a,b) = a + b)"],seealso:["filter","forEach"]},ones:{name:"ones",category:"Matrix",syntax:["ones(m)","ones(m, n)","ones(m, n, p, ...)","ones([m])","ones([m, n])","ones([m, n, p, ...])"],description:"Create a matrix containing ones.",examples:["ones(3)","ones(3, 5)","ones([2,3]) * 4.5","a = [1, 2, 3; 4, 5, 6]","ones(size(a))"],seealso:["concat","det","diag","identity","inv","range","size","squeeze","subset","trace","transpose","zeros"]},partitionSelect:{name:"partitionSelect",category:"Matrix",syntax:["partitionSelect(x, k)","partitionSelect(x, k, compare)"],description:"Partition-based selection of an array or 1D matrix. Will find the kth smallest value, and mutates the input array. Uses Quickselect.",examples:["partitionSelect([5, 10, 1], 2)",'partitionSelect(["C", "B", "A", "D"], 1, compareText)',"arr = [5, 2, 1]","partitionSelect(arr, 0) # returns 1, arr is now: [1, 2, 5]","arr","partitionSelect(arr, 1, 'desc') # returns 2, arr is now: [5, 2, 1]","arr"],seealso:["sort"]},range:{name:"range",category:"Type",syntax:["start:end","start:step:end","range(start, end)","range(start, end, step)","range(string)"],description:"Create a range. Lower bound of the range is included, upper bound is excluded.",examples:["1:5","3:-1:-3","range(3, 7)","range(0, 12, 2)",'range("4:10")',"range(1m, 1m, 3m)","a = [1, 2, 3, 4; 5, 6, 7, 8]","a[1:2, 1:2]"],seealso:["concat","det","diag","identity","inv","ones","size","squeeze","subset","trace","transpose","zeros"]},resize:{name:"resize",category:"Matrix",syntax:["resize(x, size)","resize(x, size, defaultValue)"],description:"Resize a matrix.",examples:["resize([1,2,3,4,5], [3])","resize([1,2,3], [5])","resize([1,2,3], [5], -1)","resize(2, [2, 3])",'resize("hello", [8], "!")'],seealso:["size","subset","squeeze","reshape"]},reshape:{name:"reshape",category:"Matrix",syntax:["reshape(x, sizes)"],description:"Reshape a multi dimensional array to fit the specified dimensions.",examples:["reshape([1, 2, 3, 4, 5, 6], [2, 3])","reshape([[1, 2], [3, 4]], [1, 4])","reshape([[1, 2], [3, 4]], [4])","reshape([1, 2, 3, 4], [-1, 2])"],seealso:["size","squeeze","resize"]},rotate:{name:"rotate",category:"Matrix",syntax:["rotate(w, theta)","rotate(w, theta, v)"],description:"Returns a 2-D rotation matrix (2x2) for a given angle (in radians). Returns a 2-D rotation matrix (3x3) of a given angle (in radians) around given axis.",examples:["rotate([1, 0], pi / 2)",'rotate(matrix([1, 0]), unit("35deg"))','rotate([1, 0, 0], unit("90deg"), [0, 0, 1])','rotate(matrix([1, 0, 0]), unit("90deg"), matrix([0, 0, 1]))'],seealso:["matrix","rotationMatrix"]},rotationMatrix:{name:"rotationMatrix",category:"Matrix",syntax:["rotationMatrix(theta)","rotationMatrix(theta, v)","rotationMatrix(theta, v, format)"],description:"Returns a 2-D rotation matrix (2x2) for a given angle (in radians). Returns a 2-D rotation matrix (3x3) of a given angle (in radians) around given axis.",examples:["rotationMatrix(pi / 2)",'rotationMatrix(unit("45deg"), [0, 0, 1])','rotationMatrix(1, matrix([0, 0, 1]), "sparse")'],seealso:["cos","sin"]},row:{name:"row",category:"Matrix",syntax:["row(x, index)"],description:"Return a row from a matrix or array.",examples:["A = [[1, 2], [3, 4]]","row(A, 1)","row(A, 2)"],seealso:["column","matrixFromRows"]},size:{name:"size",category:"Matrix",syntax:["size(x)"],description:"Calculate the size of a matrix.",examples:["size(2.3)",'size("hello world")',"a = [1, 2; 3, 4; 5, 6]","size(a)","size(1:6)"],seealso:["concat","count","det","diag","identity","inv","ones","range","squeeze","subset","trace","transpose","zeros"]},sort:{name:"sort",category:"Matrix",syntax:["sort(x)","sort(x, compare)"],description:'Sort the items in a matrix. Compare can be a string "asc", "desc", "natural", or a custom sort function.',examples:["sort([5, 10, 1])",'sort(["C", "B", "A", "D"], "natural")',"sortByLength(a, b) = size(a)[1] - size(b)[1]",'sort(["Langdon", "Tom", "Sara"], sortByLength)','sort(["10", "1", "2"], "natural")'],seealso:["map","filter","forEach"]},squeeze:{name:"squeeze",category:"Matrix",syntax:["squeeze(x)"],description:"Remove inner and outer singleton dimensions from a matrix.",examples:["a = zeros(3,2,1)","size(squeeze(a))","b = zeros(1,1,3)","size(squeeze(b))"],seealso:["concat","det","diag","identity","inv","ones","range","size","subset","trace","transpose","zeros"]},subset:{name:"subset",category:"Matrix",syntax:["value(index)","value(index) = replacement","subset(value, [index])","subset(value, [index], replacement)"],description:"Get or set a subset of the entries of a matrix or characters of a string. Indexes are one-based. There should be one index specification for each dimension of the target. Each specification can be a single index, a list of indices, or a range in colon notation `l:u`. In a range, both the lower bound l and upper bound u are included; and if a bound is omitted it defaults to the most extreme valid value. The cartesian product of the indices specified in each dimension determines the target of the operation.",examples:["d = [1, 2; 3, 4]","e = []","e[1, 1:2] = [5, 6]","e[2, :] = [7, 8]","f = d * e","f[2, 1]","f[:, 1]","f[[1,2], [1,3]] = [9, 10; 11, 12]","f"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","trace","transpose","zeros"]},trace:{name:"trace",category:"Matrix",syntax:["trace(A)"],description:"Calculate the trace of a matrix: the sum of the elements on the main diagonal of a square matrix.",examples:["A = [1, 2, 3; -1, 2, 3; 2, 0, 3]","trace(A)"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","transpose","zeros"]},transpose:{name:"transpose",category:"Matrix",syntax:["x'","transpose(x)"],description:"Transpose a matrix",examples:["a = [1, 2, 3; 4, 5, 6]","a'","transpose(a)"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","trace","zeros"]},zeros:{name:"zeros",category:"Matrix",syntax:["zeros(m)","zeros(m, n)","zeros(m, n, p, ...)","zeros([m])","zeros([m, n])","zeros([m, n, p, ...])"],description:"Create a matrix containing zeros.",examples:["zeros(3)","zeros(3, 5)","a = [1, 2, 3; 4, 5, 6]","zeros(size(a))"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","trace","transpose"]},fft:{name:"fft",category:"Matrix",syntax:["fft(x)"],description:"Calculate N-dimensional Fourier transform",examples:["fft([[1, 0], [1, 0]])"],seealso:["ifft"]},ifft:{name:"ifft",category:"Matrix",syntax:["ifft(x)"],description:"Calculate N-dimensional inverse Fourier transform",examples:["ifft([[2, 2], [0, 0]])"],seealso:["fft"]},sylvester:{name:"sylvester",category:"Algebra",syntax:["sylvester(A,B,C)"],description:"Solves the real-valued Sylvester equation AX+XB=C for X",examples:["sylvester([[-1, -2], [1, 1]], [[-2, 1], [-1, 2]], [[-3, 2], [3, 0]])","A = [[-1, -2], [1, 1]]; B = [[2, -1], [1, -2]]; C = [[-3, 2], [3, 0]]","sylvester(A, B, C)"],seealso:["schur","lyap"]},schur:{name:"schur",category:"Algebra",syntax:["schur(A)"],description:"Performs a real Schur decomposition of the real matrix A = UTU'",examples:["schur([[1, 0], [-4, 3]])","A = [[1, 0], [-4, 3]]","schur(A)"],seealso:["lyap","sylvester"]},lyap:{name:"lyap",category:"Algebra",syntax:["lyap(A,Q)"],description:"Solves the Continuous-time Lyapunov equation AP+PA'+Q=0 for P",examples:["lyap([[-2, 0], [1, -4]], [[3, 1], [1, 3]])","A = [[-2, 0], [1, -4]]","Q = [[3, 1], [1, 3]]","lyap(A,Q)"],seealso:["schur","sylvester"]},solveODE:{name:"solveODE",category:"Numeric",syntax:["solveODE(func, tspan, y0)","solveODE(func, tspan, y0, options)"],description:"Numerical Integration of Ordinary Differential Equations.",examples:["f(t,y) = y","tspan = [0, 4]","solveODE(f, tspan, 1)","solveODE(f, tspan, [1, 2])",'solveODE(f, tspan, 1, { method:"RK23", maxStep:0.1 })'],seealso:["derivative","simplifyCore"]},combinations:{name:"combinations",category:"Probability",syntax:["combinations(n, k)"],description:"Compute the number of combinations of n items taken k at a time",examples:["combinations(7, 5)"],seealso:["combinationsWithRep","permutations","factorial"]},combinationsWithRep:{name:"combinationsWithRep",category:"Probability",syntax:["combinationsWithRep(n, k)"],description:"Compute the number of combinations of n items taken k at a time with replacements.",examples:["combinationsWithRep(7, 5)"],seealso:["combinations","permutations","factorial"]},factorial:{name:"factorial",category:"Probability",syntax:["n!","factorial(n)"],description:"Compute the factorial of a value",examples:["5!","5 * 4 * 3 * 2 * 1","3!"],seealso:["combinations","combinationsWithRep","permutations","gamma"]},gamma:{name:"gamma",category:"Probability",syntax:["gamma(n)"],description:"Compute the gamma function. For small values, the Lanczos approximation is used, and for large values the extended Stirling approximation.",examples:["gamma(4)","3!","gamma(1/2)","sqrt(pi)"],seealso:["factorial"]},kldivergence:{name:"kldivergence",category:"Probability",syntax:["kldivergence(x, y)"],description:"Calculate the Kullback-Leibler (KL) divergence between two distributions.",examples:["kldivergence([0.7,0.5,0.4], [0.2,0.9,0.5])"],seealso:[]},lgamma:{name:"lgamma",category:"Probability",syntax:["lgamma(n)"],description:"Logarithm of the gamma function for real, positive numbers and complex numbers, using Lanczos approximation for numbers and Stirling series for complex numbers.",examples:["lgamma(4)","lgamma(1/2)","lgamma(i)","lgamma(complex(1.1, 2))"],seealso:["gamma"]},multinomial:{name:"multinomial",category:"Probability",syntax:["multinomial(A)"],description:"Multinomial Coefficients compute the number of ways of picking a1, a2, ..., ai unordered outcomes from `n` possibilities. multinomial takes one array of integers as an argument. The following condition must be enforced: every ai > 0.",examples:["multinomial([1, 2, 1])"],seealso:["combinations","factorial"]},permutations:{name:"permutations",category:"Probability",syntax:["permutations(n)","permutations(n, k)"],description:"Compute the number of permutations of n items taken k at a time",examples:["permutations(5)","permutations(5, 3)"],seealso:["combinations","combinationsWithRep","factorial"]},pickRandom:{name:"pickRandom",category:"Probability",syntax:["pickRandom(array)","pickRandom(array, number)","pickRandom(array, weights)","pickRandom(array, number, weights)","pickRandom(array, weights, number)"],description:"Pick a random entry from a given array.",examples:["pickRandom(0:10)","pickRandom([1, 3, 1, 6])","pickRandom([1, 3, 1, 6], 2)","pickRandom([1, 3, 1, 6], [2, 3, 2, 1])","pickRandom([1, 3, 1, 6], 2, [2, 3, 2, 1])","pickRandom([1, 3, 1, 6], [2, 3, 2, 1], 2)"],seealso:["random","randomInt"]},random:{name:"random",category:"Probability",syntax:["random()","random(max)","random(min, max)","random(size)","random(size, max)","random(size, min, max)"],description:"Return a random number.",examples:["random()","random(10, 20)","random([2, 3])"],seealso:["pickRandom","randomInt"]},randomInt:{name:"randomInt",category:"Probability",syntax:["randomInt(max)","randomInt(min, max)","randomInt(size)","randomInt(size, max)","randomInt(size, min, max)"],description:"Return a random integer number",examples:["randomInt(10, 20)","randomInt([2, 3], 10)"],seealso:["pickRandom","random"]},compare:{name:"compare",category:"Relational",syntax:["compare(x, y)"],description:"Compare two values. Returns 1 when x > y, -1 when x < y, and 0 when x == y.",examples:["compare(2, 3)","compare(3, 2)","compare(2, 2)","compare(5cm, 40mm)","compare(2, [1, 2, 3])"],seealso:["equal","unequal","smaller","smallerEq","largerEq","compareNatural","compareText"]},compareNatural:{name:"compareNatural",category:"Relational",syntax:["compareNatural(x, y)"],description:"Compare two values of any type in a deterministic, natural way. Returns 1 when x > y, -1 when x < y, and 0 when x == y.",examples:["compareNatural(2, 3)","compareNatural(3, 2)","compareNatural(2, 2)","compareNatural(5cm, 40mm)",'compareNatural("2", "10")',"compareNatural(2 + 3i, 2 + 4i)","compareNatural([1, 2, 4], [1, 2, 3])","compareNatural([1, 5], [1, 2, 3])","compareNatural([1, 2], [1, 2])","compareNatural({a: 2}, {a: 4})"],seealso:["equal","unequal","smaller","smallerEq","largerEq","compare","compareText"]},compareText:{name:"compareText",category:"Relational",syntax:["compareText(x, y)"],description:"Compare two strings lexically. Comparison is case sensitive. Returns 1 when x > y, -1 when x < y, and 0 when x == y.",examples:['compareText("B", "A")','compareText("A", "B")','compareText("A", "A")','compareText("2", "10")','compare("2", "10")',"compare(2, 10)",'compareNatural("2", "10")','compareText("B", ["A", "B", "C"])'],seealso:["compare","compareNatural"]},deepEqual:{name:"deepEqual",category:"Relational",syntax:["deepEqual(x, y)"],description:"Check equality of two matrices element wise. Returns true if the size of both matrices is equal and when and each of the elements are equal.",examples:["deepEqual([1,3,4], [1,3,4])","deepEqual([1,3,4], [1,3])"],seealso:["equal","unequal","smaller","larger","smallerEq","largerEq","compare"]},equal:{name:"equal",category:"Relational",syntax:["x == y","equal(x, y)"],description:"Check equality of two values. Returns true if the values are equal, and false if not.",examples:["2+2 == 3","2+2 == 4","a = 3.2","b = 6-2.8","a == b","50cm == 0.5m"],seealso:["unequal","smaller","larger","smallerEq","largerEq","compare","deepEqual","equalText"]},equalText:{name:"equalText",category:"Relational",syntax:["equalText(x, y)"],description:"Check equality of two strings. Comparison is case sensitive. Returns true if the values are equal, and false if not.",examples:['equalText("Hello", "Hello")','equalText("a", "A")','equal("2e3", "2000")','equalText("2e3", "2000")','equalText("B", ["A", "B", "C"])'],seealso:["compare","compareNatural","compareText","equal"]},larger:{name:"larger",category:"Relational",syntax:["x > y","larger(x, y)"],description:"Check if value x is larger than y. Returns true if x is larger than y, and false if not. Comparing a value with NaN returns false.",examples:["2 > 3","5 > 2*2","a = 3.3","b = 6-2.8","(a > b)","(b < a)","5 cm > 2 inch"],seealso:["equal","unequal","smaller","smallerEq","largerEq","compare"]},largerEq:{name:"largerEq",category:"Relational",syntax:["x >= y","largerEq(x, y)"],description:"Check if value x is larger or equal to y. Returns true if x is larger or equal to y, and false if not.",examples:["2 >= 1+1","2 > 1+1","a = 3.2","b = 6-2.8","(a >= b)"],seealso:["equal","unequal","smallerEq","smaller","compare"]},smaller:{name:"smaller",category:"Relational",syntax:["x < y","smaller(x, y)"],description:"Check if value x is smaller than value y. Returns true if x is smaller than y, and false if not. Comparing a value with NaN returns false.",examples:["2 < 3","5 < 2*2","a = 3.3","b = 6-2.8","(a < b)","5 cm < 2 inch"],seealso:["equal","unequal","larger","smallerEq","largerEq","compare"]},smallerEq:{name:"smallerEq",category:"Relational",syntax:["x <= y","smallerEq(x, y)"],description:"Check if value x is smaller or equal to value y. Returns true if x is smaller than y, and false if not.",examples:["2 <= 1+1","2 < 1+1","a = 3.2","b = 6-2.8","(a <= b)"],seealso:["equal","unequal","larger","smaller","largerEq","compare"]},unequal:{name:"unequal",category:"Relational",syntax:["x != y","unequal(x, y)"],description:"Check unequality of two values. Returns true if the values are unequal, and false if they are equal.",examples:["2+2 != 3","2+2 != 4","a = 3.2","b = 6-2.8","a != b","50cm != 0.5m","5 cm != 2 inch"],seealso:["equal","smaller","larger","smallerEq","largerEq","compare","deepEqual"]},setCartesian:{name:"setCartesian",category:"Set",syntax:["setCartesian(set1, set2)"],description:"Create the cartesian product of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays and the values will be sorted in ascending order before the operation.",examples:["setCartesian([1, 2], [3, 4])"],seealso:["setUnion","setIntersect","setDifference","setPowerset"]},setDifference:{name:"setDifference",category:"Set",syntax:["setDifference(set1, set2)"],description:"Create the difference of two (multi)sets: every element of set1, that is not the element of set2. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setDifference([1, 2, 3, 4], [3, 4, 5, 6])","setDifference([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setUnion","setIntersect","setSymDifference"]},setDistinct:{name:"setDistinct",category:"Set",syntax:["setDistinct(set)"],description:"Collect the distinct elements of a multiset. A multi-dimension array will be converted to a single-dimension array before the operation.",examples:["setDistinct([1, 1, 1, 2, 2, 3])"],seealso:["setMultiplicity"]},setIntersect:{name:"setIntersect",category:"Set",syntax:["setIntersect(set1, set2)"],description:"Create the intersection of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setIntersect([1, 2, 3, 4], [3, 4, 5, 6])","setIntersect([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setUnion","setDifference"]},setIsSubset:{name:"setIsSubset",category:"Set",syntax:["setIsSubset(set1, set2)"],description:"Check whether a (multi)set is a subset of another (multi)set: every element of set1 is the element of set2. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setIsSubset([1, 2], [3, 4, 5, 6])","setIsSubset([3, 4], [3, 4, 5, 6])"],seealso:["setUnion","setIntersect","setDifference"]},setMultiplicity:{name:"setMultiplicity",category:"Set",syntax:["setMultiplicity(element, set)"],description:"Count the multiplicity of an element in a multiset. A multi-dimension array will be converted to a single-dimension array before the operation.",examples:["setMultiplicity(1, [1, 2, 2, 4])","setMultiplicity(2, [1, 2, 2, 4])"],seealso:["setDistinct","setSize"]},setPowerset:{name:"setPowerset",category:"Set",syntax:["setPowerset(set)"],description:"Create the powerset of a (multi)set: the powerset contains very possible subsets of a (multi)set. A multi-dimension array will be converted to a single-dimension array before the operation.",examples:["setPowerset([1, 2, 3])"],seealso:["setCartesian"]},setSize:{name:"setSize",category:"Set",syntax:["setSize(set)","setSize(set, unique)"],description:'Count the number of elements of a (multi)set. When the second parameter "unique" is true, count only the unique values. A multi-dimension array will be converted to a single-dimension array before the operation.',examples:["setSize([1, 2, 2, 4])","setSize([1, 2, 2, 4], true)"],seealso:["setUnion","setIntersect","setDifference"]},setSymDifference:{name:"setSymDifference",category:"Set",syntax:["setSymDifference(set1, set2)"],description:"Create the symmetric difference of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setSymDifference([1, 2, 3, 4], [3, 4, 5, 6])","setSymDifference([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setUnion","setIntersect","setDifference"]},setUnion:{name:"setUnion",category:"Set",syntax:["setUnion(set1, set2)"],description:"Create the union of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setUnion([1, 2, 3, 4], [3, 4, 5, 6])","setUnion([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setIntersect","setDifference"]},zpk2tf:{name:"zpk2tf",category:"Signal",syntax:["zpk2tf(z, p, k)"],description:"Compute the transfer function of a zero-pole-gain model.",examples:["zpk2tf([1, 2], [-1, -2], 1)","zpk2tf([1, 2], [-1, -2])","zpk2tf([1 - 3i, 2 + 2i], [-1, -2])"],seealso:[]},freqz:{name:"freqz",category:"Signal",syntax:["freqz(b, a)","freqz(b, a, w)"],description:"Calculates the frequency response of a filter given its numerator and denominator coefficients.",examples:["freqz([1, 2], [1, 2, 3])","freqz([1, 2], [1, 2, 3], [0, 1])","freqz([1, 2], [1, 2, 3], 512)"],seealso:[]},erf:{name:"erf",category:"Special",syntax:["erf(x)"],description:"Compute the erf function of a value using a rational Chebyshev approximations for different intervals of x",examples:["erf(0.2)","erf(-0.5)","erf(4)"],seealso:[]},zeta:{name:"zeta",category:"Special",syntax:["zeta(s)"],description:"Compute the Riemann Zeta Function using an infinite series and Riemann's Functional Equation for the entire complex plane",examples:["zeta(0.2)","zeta(-0.5)","zeta(4)"],seealso:[]},cumsum:{name:"cumsum",category:"Statistics",syntax:["cumsum(a, b, c, ...)","cumsum(A)"],description:"Compute the cumulative sum of all values.",examples:["cumsum(2, 3, 4, 1)","cumsum([2, 3, 4, 1])","cumsum([1, 2; 3, 4])","cumsum([1, 2; 3, 4], 1)","cumsum([1, 2; 3, 4], 2)"],seealso:["max","mean","median","min","prod","std","sum","variance"]},mad:{name:"mad",category:"Statistics",syntax:["mad(a, b, c, ...)","mad(A)"],description:"Compute the median absolute deviation of a matrix or a list with values. The median absolute deviation is defined as the median of the absolute deviations from the median.",examples:["mad(10, 20, 30)","mad([1, 2, 3])"],seealso:["mean","median","std","abs"]},max:{name:"max",category:"Statistics",syntax:["max(a, b, c, ...)","max(A)","max(A, dimension)"],description:"Compute the maximum value of a list of values. If any NaN values are found, the function yields the last NaN in the input.",examples:["max(2, 3, 4, 1)","max([2, 3, 4, 1])","max([2, 5; 4, 3])","max([2, 5; 4, 3], 1)","max([2, 5; 4, 3], 2)","max(2.7, 7.1, -4.5, 2.0, 4.1)","min(2.7, 7.1, -4.5, 2.0, 4.1)"],seealso:["mean","median","min","prod","std","sum","variance"]},mean:{name:"mean",category:"Statistics",syntax:["mean(a, b, c, ...)","mean(A)","mean(A, dimension)"],description:"Compute the arithmetic mean of a list of values.",examples:["mean(2, 3, 4, 1)","mean([2, 3, 4, 1])","mean([2, 5; 4, 3])","mean([2, 5; 4, 3], 1)","mean([2, 5; 4, 3], 2)","mean([1.0, 2.7, 3.2, 4.0])"],seealso:["max","median","min","prod","std","sum","variance"]},median:{name:"median",category:"Statistics",syntax:["median(a, b, c, ...)","median(A)"],description:"Compute the median of all values. The values are sorted and the middle value is returned. In case of an even number of values, the average of the two middle values is returned.",examples:["median(5, 2, 7)","median([3, -1, 5, 7])"],seealso:["max","mean","min","prod","std","sum","variance","quantileSeq"]},min:{name:"min",category:"Statistics",syntax:["min(a, b, c, ...)","min(A)","min(A, dimension)"],description:"Compute the minimum value of a list of values. If any NaN values are found, the function yields the last NaN in the input.",examples:["min(2, 3, 4, 1)","min([2, 3, 4, 1])","min([2, 5; 4, 3])","min([2, 5; 4, 3], 1)","min([2, 5; 4, 3], 2)","min(2.7, 7.1, -4.5, 2.0, 4.1)","max(2.7, 7.1, -4.5, 2.0, 4.1)"],seealso:["max","mean","median","prod","std","sum","variance"]},mode:{name:"mode",category:"Statistics",syntax:["mode(a, b, c, ...)","mode(A)","mode(A, a, b, B, c, ...)"],description:"Computes the mode of all values as an array. In case mode being more than one, multiple values are returned in an array.",examples:["mode(2, 1, 4, 3, 1)","mode([1, 2.7, 3.2, 4, 2.7])","mode(1, 4, 6, 1, 6)"],seealso:["max","mean","min","median","prod","std","sum","variance"]},prod:{name:"prod",category:"Statistics",syntax:["prod(a, b, c, ...)","prod(A)"],description:"Compute the product of all values.",examples:["prod(2, 3, 4)","prod([2, 3, 4])","prod([2, 5; 4, 3])"],seealso:["max","mean","min","median","min","std","sum","variance"]},quantileSeq:{name:"quantileSeq",category:"Statistics",syntax:["quantileSeq(A, prob[, sorted])","quantileSeq(A, [prob1, prob2, ...][, sorted])","quantileSeq(A, N[, sorted])"],description:"Compute the prob order quantile of a matrix or a list with values. The sequence is sorted and the middle value is returned. Supported types of sequence values are: Number, BigNumber, Unit Supported types of probability are: Number, BigNumber. \n\nIn case of a (multi dimensional) array or matrix, the prob order quantile of all elements will be calculated.",examples:["quantileSeq([3, -1, 5, 7], 0.5)","quantileSeq([3, -1, 5, 7], [1/3, 2/3])","quantileSeq([3, -1, 5, 7], 2)","quantileSeq([-1, 3, 5, 7], 0.5, true)"],seealso:["mean","median","min","max","prod","std","sum","variance"]},std:{name:"std",category:"Statistics",syntax:["std(a, b, c, ...)","std(A)","std(A, dimension)","std(A, normalization)","std(A, dimension, normalization)"],description:'Compute the standard deviation of all values, defined as std(A) = sqrt(variance(A)). Optional parameter normalization can be "unbiased" (default), "uncorrected", or "biased".',examples:["std(2, 4, 6)","std([2, 4, 6, 8])",'std([2, 4, 6, 8], "uncorrected")','std([2, 4, 6, 8], "biased")',"std([1, 2, 3; 4, 5, 6])"],seealso:["max","mean","min","median","prod","sum","variance"]},sum:{name:"sum",category:"Statistics",syntax:["sum(a, b, c, ...)","sum(A)","sum(A, dimension)"],description:"Compute the sum of all values.",examples:["sum(2, 3, 4, 1)","sum([2, 3, 4, 1])","sum([2, 5; 4, 3])"],seealso:["max","mean","median","min","prod","std","sum","variance"]},variance:{name:"variance",category:"Statistics",syntax:["variance(a, b, c, ...)","variance(A)","variance(A, dimension)","variance(A, normalization)","variance(A, dimension, normalization)"],description:'Compute the variance of all values. Optional parameter normalization can be "unbiased" (default), "uncorrected", or "biased".',examples:["variance(2, 4, 6)","variance([2, 4, 6, 8])",'variance([2, 4, 6, 8], "uncorrected")','variance([2, 4, 6, 8], "biased")',"variance([1, 2, 3; 4, 5, 6])"],seealso:["max","mean","min","median","min","prod","std","sum"]},corr:{name:"corr",category:"Statistics",syntax:["corr(A,B)"],description:"Compute the correlation coefficient of a two list with values, For matrices, the matrix correlation coefficient is calculated.",examples:["corr([2, 4, 6, 8],[1, 2, 3, 6])","corr(matrix([[1, 2.2, 3, 4.8, 5], [1, 2, 3, 4, 5]]), matrix([[4, 5.3, 6.6, 7, 8], [1, 2, 3, 4, 5]]))"],seealso:["max","mean","min","median","min","prod","std","sum"]},acos:{name:"acos",category:"Trigonometry",syntax:["acos(x)"],description:"Compute the inverse cosine of a value in radians.",examples:["acos(0.5)","acos(cos(2.3))"],seealso:["cos","atan","asin"]},acosh:{name:"acosh",category:"Trigonometry",syntax:["acosh(x)"],description:"Calculate the hyperbolic arccos of a value, defined as `acosh(x) = ln(sqrt(x^2 - 1) + x)`.",examples:["acosh(1.5)"],seealso:["cosh","asinh","atanh"]},acot:{name:"acot",category:"Trigonometry",syntax:["acot(x)"],description:"Calculate the inverse cotangent of a value.",examples:["acot(0.5)","acot(cot(0.5))","acot(2)"],seealso:["cot","atan"]},acoth:{name:"acoth",category:"Trigonometry",syntax:["acoth(x)"],description:"Calculate the inverse hyperbolic tangent of a value, defined as `acoth(x) = (ln((x+1)/x) + ln(x/(x-1))) / 2`.",examples:["acoth(2)","acoth(0.5)"],seealso:["acsch","asech"]},acsc:{name:"acsc",category:"Trigonometry",syntax:["acsc(x)"],description:"Calculate the inverse cotangent of a value.",examples:["acsc(2)","acsc(csc(0.5))","acsc(0.5)"],seealso:["csc","asin","asec"]},acsch:{name:"acsch",category:"Trigonometry",syntax:["acsch(x)"],description:"Calculate the inverse hyperbolic cosecant of a value, defined as `acsch(x) = ln(1/x + sqrt(1/x^2 + 1))`.",examples:["acsch(0.5)"],seealso:["asech","acoth"]},asec:{name:"asec",category:"Trigonometry",syntax:["asec(x)"],description:"Calculate the inverse secant of a value.",examples:["asec(0.5)","asec(sec(0.5))","asec(2)"],seealso:["acos","acot","acsc"]},asech:{name:"asech",category:"Trigonometry",syntax:["asech(x)"],description:"Calculate the inverse secant of a value.",examples:["asech(0.5)"],seealso:["acsch","acoth"]},asin:{name:"asin",category:"Trigonometry",syntax:["asin(x)"],description:"Compute the inverse sine of a value in radians.",examples:["asin(0.5)","asin(sin(0.5))"],seealso:["sin","acos","atan"]},asinh:{name:"asinh",category:"Trigonometry",syntax:["asinh(x)"],description:"Calculate the hyperbolic arcsine of a value, defined as `asinh(x) = ln(x + sqrt(x^2 + 1))`.",examples:["asinh(0.5)"],seealso:["acosh","atanh"]},atan:{name:"atan",category:"Trigonometry",syntax:["atan(x)"],description:"Compute the inverse tangent of a value in radians.",examples:["atan(0.5)","atan(tan(0.5))"],seealso:["tan","acos","asin"]},atanh:{name:"atanh",category:"Trigonometry",syntax:["atanh(x)"],description:"Calculate the hyperbolic arctangent of a value, defined as `atanh(x) = ln((1 + x)/(1 - x)) / 2`.",examples:["atanh(0.5)"],seealso:["acosh","asinh"]},atan2:{name:"atan2",category:"Trigonometry",syntax:["atan2(y, x)"],description:"Computes the principal value of the arc tangent of y/x in radians.",examples:["atan2(2, 2) / pi","angle = 60 deg in rad","x = cos(angle)","y = sin(angle)","atan2(y, x)"],seealso:["sin","cos","tan"]},cos:{name:"cos",category:"Trigonometry",syntax:["cos(x)"],description:"Compute the cosine of x in radians.",examples:["cos(2)","cos(pi / 4) ^ 2","cos(180 deg)","cos(60 deg)","sin(0.2)^2 + cos(0.2)^2"],seealso:["acos","sin","tan"]},cosh:{name:"cosh",category:"Trigonometry",syntax:["cosh(x)"],description:"Compute the hyperbolic cosine of x in radians.",examples:["cosh(0.5)"],seealso:["sinh","tanh","coth"]},cot:{name:"cot",category:"Trigonometry",syntax:["cot(x)"],description:"Compute the cotangent of x in radians. Defined as 1/tan(x)",examples:["cot(2)","1 / tan(2)"],seealso:["sec","csc","tan"]},coth:{name:"coth",category:"Trigonometry",syntax:["coth(x)"],description:"Compute the hyperbolic cotangent of x in radians.",examples:["coth(2)","1 / tanh(2)"],seealso:["sech","csch","tanh"]},csc:{name:"csc",category:"Trigonometry",syntax:["csc(x)"],description:"Compute the cosecant of x in radians. Defined as 1/sin(x)",examples:["csc(2)","1 / sin(2)"],seealso:["sec","cot","sin"]},csch:{name:"csch",category:"Trigonometry",syntax:["csch(x)"],description:"Compute the hyperbolic cosecant of x in radians. Defined as 1/sinh(x)",examples:["csch(2)","1 / sinh(2)"],seealso:["sech","coth","sinh"]},sec:{name:"sec",category:"Trigonometry",syntax:["sec(x)"],description:"Compute the secant of x in radians. Defined as 1/cos(x)",examples:["sec(2)","1 / cos(2)"],seealso:["cot","csc","cos"]},sech:{name:"sech",category:"Trigonometry",syntax:["sech(x)"],description:"Compute the hyperbolic secant of x in radians. Defined as 1/cosh(x)",examples:["sech(2)","1 / cosh(2)"],seealso:["coth","csch","cosh"]},sin:{name:"sin",category:"Trigonometry",syntax:["sin(x)"],description:"Compute the sine of x in radians.",examples:["sin(2)","sin(pi / 4) ^ 2","sin(90 deg)","sin(30 deg)","sin(0.2)^2 + cos(0.2)^2"],seealso:["asin","cos","tan"]},sinh:{name:"sinh",category:"Trigonometry",syntax:["sinh(x)"],description:"Compute the hyperbolic sine of x in radians.",examples:["sinh(0.5)"],seealso:["cosh","tanh"]},tan:{name:"tan",category:"Trigonometry",syntax:["tan(x)"],description:"Compute the tangent of x in radians.",examples:["tan(0.5)","sin(0.5) / cos(0.5)","tan(pi / 4)","tan(45 deg)"],seealso:["atan","sin","cos"]},tanh:{name:"tanh",category:"Trigonometry",syntax:["tanh(x)"],description:"Compute the hyperbolic tangent of x in radians.",examples:["tanh(0.5)","sinh(0.5) / cosh(0.5)"],seealso:["sinh","cosh"]},to:{name:"to",category:"Units",syntax:["x to unit","to(x, unit)"],description:"Change the unit of a value.",examples:["5 inch to cm","3.2kg to g","16 bytes in bits"],seealso:[]},clone:{name:"clone",category:"Utils",syntax:["clone(x)"],description:"Clone a variable. Creates a copy of primitive variables, and a deep copy of matrices",examples:["clone(3.5)","clone(2 - 4i)","clone(45 deg)","clone([1, 2; 3, 4])",'clone("hello world")'],seealso:[]},format:{name:"format",category:"Utils",syntax:["format(value)","format(value, precision)"],description:"Format a value of any type as string.",examples:["format(2.3)","format(3 - 4i)","format([])","format(pi, 3)"],seealso:["print"]},bin:{name:"bin",category:"Utils",syntax:["bin(value)"],description:"Format a number as binary",examples:["bin(2)"],seealso:["oct","hex"]},oct:{name:"oct",category:"Utils",syntax:["oct(value)"],description:"Format a number as octal",examples:["oct(56)"],seealso:["bin","hex"]},hex:{name:"hex",category:"Utils",syntax:["hex(value)"],description:"Format a number as hexadecimal",examples:["hex(240)"],seealso:["bin","oct"]},isNaN:{name:"isNaN",category:"Utils",syntax:["isNaN(x)"],description:"Test whether a value is NaN (not a number)",examples:["isNaN(2)","isNaN(0 / 0)","isNaN(NaN)","isNaN(Infinity)"],seealso:["isNegative","isNumeric","isPositive","isZero"]},isInteger:{name:"isInteger",category:"Utils",syntax:["isInteger(x)"],description:"Test whether a value is an integer number.",examples:["isInteger(2)","isInteger(3.5)","isInteger([3, 0.5, -2])"],seealso:["isNegative","isNumeric","isPositive","isZero"]},isNegative:{name:"isNegative",category:"Utils",syntax:["isNegative(x)"],description:"Test whether a value is negative: smaller than zero.",examples:["isNegative(2)","isNegative(0)","isNegative(-4)","isNegative([3, 0.5, -2])"],seealso:["isInteger","isNumeric","isPositive","isZero"]},isNumeric:{name:"isNumeric",category:"Utils",syntax:["isNumeric(x)"],description:"Test whether a value is a numeric value. Returns true when the input is a number, BigNumber, Fraction, or boolean.",examples:["isNumeric(2)",'isNumeric("2")','hasNumericValue("2")',"isNumeric(0)","isNumeric(bignumber(500))","isNumeric(fraction(0.125))","isNumeric(2 + 3i)",'isNumeric([2.3, "foo", false])'],seealso:["isInteger","isZero","isNegative","isPositive","isNaN","hasNumericValue"]},hasNumericValue:{name:"hasNumericValue",category:"Utils",syntax:["hasNumericValue(x)"],description:"Test whether a value is an numeric value. In case of a string, true is returned if the string contains a numeric value.",examples:["hasNumericValue(2)",'hasNumericValue("2")','isNumeric("2")',"hasNumericValue(0)","hasNumericValue(bignumber(500))","hasNumericValue(fraction(0.125))","hasNumericValue(2 + 3i)",'hasNumericValue([2.3, "foo", false])'],seealso:["isInteger","isZero","isNegative","isPositive","isNaN","isNumeric"]},isPositive:{name:"isPositive",category:"Utils",syntax:["isPositive(x)"],description:"Test whether a value is positive: larger than zero.",examples:["isPositive(2)","isPositive(0)","isPositive(-4)","isPositive([3, 0.5, -2])"],seealso:["isInteger","isNumeric","isNegative","isZero"]},isPrime:{name:"isPrime",category:"Utils",syntax:["isPrime(x)"],description:"Test whether a value is prime: has no divisors other than itself and one.",examples:["isPrime(3)","isPrime(-2)","isPrime([2, 17, 100])"],seealso:["isInteger","isNumeric","isNegative","isZero"]},isZero:{name:"isZero",category:"Utils",syntax:["isZero(x)"],description:"Test whether a value is zero.",examples:["isZero(2)","isZero(0)","isZero(-4)","isZero([3, 0, -2, 0])"],seealso:["isInteger","isNumeric","isNegative","isPositive"]},print:{name:"print",category:"Utils",syntax:["print(template, values)","print(template, values, precision)"],description:"Interpolate values into a string template.",examples:['print("Lucy is $age years old", {age: 5})','print("The value of pi is $pi", {pi: pi}, 3)','print("Hello, $user.name!", {user: {name: "John"}})','print("Values: $1, $2, $3", [6, 9, 4])'],seealso:["format"]},typeOf:{name:"typeOf",category:"Utils",syntax:["typeOf(x)"],description:"Get the type of a variable.",examples:["typeOf(3.5)","typeOf(2 - 4i)","typeOf(45 deg)",'typeOf("hello world")'],seealso:["getMatrixDataType"]},numeric:{name:"numeric",category:"Utils",syntax:["numeric(x)"],description:"Convert a numeric input to a specific numeric type: number, BigNumber, bigint, or Fraction.",examples:['numeric("4")','numeric("4", "number")','numeric("4", "bigint")','numeric("4", "BigNumber")','numeric("4", "Fraction")','numeric(4, "Fraction")','numeric(fraction(2, 5), "number")'],seealso:["number","bigint","fraction","bignumber","string","format"]}},Od="help",kd=Ar(Od,["typed","mathWithTransform","Help"],(e=>{var{typed:r,mathWithTransform:t,Help:n}=e;return r(Od,{any:function(e){var r,i=e;if("string"!=typeof e)for(r in t)if(br(t,r)&&e===t[r]){i=r;break}var a=ye(Td,i);if(!a)throw new Error('No documentation found on "'+("function"==typeof i?i.name:i)+'"');return new n(a)}})})),zd="chain",Id=Ar(zd,["typed","Chain"],(e=>{var{typed:r,Chain:t}=e;return r(zd,{"":function(){return new t},any:function(e){return new t(e)}})})),Rd=Ar("det",["typed","matrix","subtractScalar","multiply","divideScalar","isZero","unaryMinus"],(e=>{var{typed:r,matrix:t,subtractScalar:n,multiply:i,divideScalar:a,isZero:o,unaryMinus:u}=e;return r("det",{any:function(e){return yr(e)},"Array | Matrix":function(e){var r;switch((r=Ie(e)?e.size():Array.isArray(e)?(e=t(e)).size():[]).length){case 0:return yr(e);case 1:if(1===r[0])return yr(e.valueOf()[0]);if(0===r[0])return 1;throw new RangeError("Matrix must be square (size: "+xt(r)+")");case 2:var s=r[0],c=r[1];if(s===c)return function(e,r){if(1===r)return yr(e[0][0]);if(2===r)return n(i(e[0][0],e[1][1]),i(e[1][0],e[0][1]));for(var t=!1,s=new Array(r).fill(0).map(((e,r)=>r)),c=0;c<r;c++){var f=s[c];if(o(e[f][c])){var l=void 0;for(l=c+1;l<r;l++)if(!o(e[s[l]][c])){f=s[l],s[l]=s[c],s[c]=f,t=!t;break}if(l===r)return e[f][c]}for(var m=e[f][c],d=0===c?1:e[s[c-1]][c-1],p=c+1;p<r;p++)for(var h=s[p],v=c+1;v<r;v++)e[h][v]=a(n(i(e[h][v],m),i(e[h][c],e[f][v])),d)}var y=e[s[r-1]][r-1];return t?u(y):y}(e.clone().valueOf(),s);if(0===c)return 1;throw new RangeError("Matrix must be square (size: "+xt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+xt(r)+")")}}})})),jd=Ar("inv",["typed","matrix","divideScalar","addScalar","multiply","unaryMinus","det","identity","abs"],(e=>{var{typed:r,matrix:t,divideScalar:n,addScalar:i,multiply:a,unaryMinus:o,det:u,identity:s,abs:c}=e;return r("inv",{"Array | Matrix":function(e){var r=Ie(e)?e.size():Et(e);switch(r.length){case 1:if(1===r[0])return Ie(e)?t([n(1,e.valueOf()[0])]):[n(1,e[0])];throw new RangeError("Matrix must be square (size: "+xt(r)+")");case 2:var i=r[0],a=r[1];if(i===a)return Ie(e)?t(f(e.valueOf(),i,a),e.storage()):f(e,i,a);throw new RangeError("Matrix must be square (size: "+xt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+xt(r)+")")}},any:function(e){return n(1,e)}});function f(e,r,t){var f,l,m,d,p;if(1===r){if(0===(d=e[0][0]))throw Error("Cannot calculate inverse, determinant is zero");return[[n(1,d)]]}if(2===r){var h=u(e);if(0===h)throw Error("Cannot calculate inverse, determinant is zero");return[[n(e[1][1],h),n(o(e[0][1]),h)],[n(o(e[1][0]),h),n(e[0][0],h)]]}var v=e.concat();for(f=0;f<r;f++)v[f]=v[f].concat();for(var y=s(r).valueOf(),g=0;g<t;g++){var x=c(v[g][g]),b=g;for(f=g+1;f<r;)c(v[f][g])>x&&(x=c(v[f][g]),b=f),f++;if(0===x)throw Error("Cannot calculate inverse, determinant is zero");(f=b)!==g&&(p=v[g],v[g]=v[f],v[f]=p,p=y[g],y[g]=y[f],y[f]=p);var w=v[g],D=y[g];for(f=0;f<r;f++){var N=v[f],A=y[f];if(f!==g){if(0!==N[g]){for(m=n(o(N[g]),w[g]),l=g;l<t;l++)N[l]=i(N[l],a(m,w[l]));for(l=0;l<t;l++)A[l]=i(A[l],a(m,D[l]))}}else{for(m=w[g],l=g;l<t;l++)N[l]=n(N[l],m);for(l=0;l<t;l++)A[l]=n(A[l],m)}}}return y}})),Ud="pinv",Pd=Ar(Ud,["typed","matrix","inv","deepEqual","equal","dotDivide","dot","ctranspose","divideScalar","multiply","add","Complex"],(e=>{var{typed:r,matrix:t,inv:n,deepEqual:i,equal:a,dotDivide:o,dot:u,ctranspose:s,divideScalar:c,multiply:f,add:l,Complex:m}=e;return r(Ud,{"Array | Matrix":function(e){var r=Ie(e)?e.size():Et(e);switch(r.length){case 1:return h(e)?s(e):1===r[0]?n(e):o(s(e),u(e,e));case 2:if(h(e))return s(e);var i=r[0],a=r[1];if(i===a)try{return n(e)}catch(e){if(!(e instanceof Error&&e.message.match(/Cannot calculate inverse, determinant is zero/)))throw e}return Ie(e)?t(d(e.valueOf(),i,a),e.storage()):d(e,i,a);default:throw new RangeError("Matrix must be two dimensional (size: "+xt(r)+")")}},any:function(e){return a(e,0)?yr(e):c(1,e)}});function d(e,r,t){var{C:i,F:a}=function(e,r,t){var n=function(e,r,t){for(var n=yr(e),i=0,a=0;a<r;a++){if(t<=i)return n;for(var u=a;p(n[u][i]);)if(r===++u&&(u=a,t===++i))return n;[n[u],n[a]]=[n[a],n[u]];for(var s=n[a][i],c=0;c<t;c++)n[a][c]=o(n[a][c],s);for(var m=0;m<r;m++)if(m!==a){s=n[m][i];for(var d=0;d<t;d++)n[m][d]=l(n[m][d],f(-1,f(s,n[a][d])))}i++}return n}(e,r,t),i=e.map((e=>e.filter(((e,t)=>t<r&&!p(u(n[t],n[t])))))),a=n.filter(((e,r)=>!p(u(n[r],n[r]))));return{C:i,F:a}}(e,r,t),c=f(n(f(s(i),i)),s(i)),m=f(s(a),n(f(a,s(a))));return f(m,c)}function p(e){return a(l(e,m(1,1)),l(0,m(1,1)))}function h(e){return i(l(e,m(1,1)),l(f(e,0),m(1,1)))}}));var $d=Ar("eigs",["config","typed","matrix","addScalar","equal","subtract","abs","atan","cos","sin","multiplyScalar","divideScalar","inv","bignumber","multiply","add","larger","column","flatten","number","complex","sqrt","diag","size","reshape","qr","usolve","usolveAll","im","re","smaller","matrixFromColumns","dot"],(e=>{var{config:r,typed:t,matrix:n,addScalar:i,subtract:a,equal:o,abs:u,atan:s,cos:c,sin:f,multiplyScalar:l,divideScalar:m,inv:d,bignumber:p,multiply:h,add:v,larger:y,column:g,flatten:x,number:b,complex:w,sqrt:D,diag:N,size:A,reshape:M,qr:C,usolve:E,usolveAll:S,im:F,re:B,smaller:q,matrixFromColumns:T,dot:O}=e,k=function(e){var{config:r,addScalar:t,subtract:n,abs:i,atan:a,cos:o,sin:u,multiplyScalar:s,inv:c,bignumber:f,multiply:l,add:m}=e;function d(e,r,t,n){for(var i=e.length,a=Math.cos(r),o=Math.sin(r),u=Array(i).fill(0),s=Array(i).fill(0),c=0;c<i;c++)u[c]=a*e[c][t]-o*e[c][n],s[c]=o*e[c][t]+a*e[c][n];for(var f=0;f<i;f++)e[f][t]=u[f],e[f][n]=s[f];return e}function p(e,r,i,a){for(var c=e.length,l=o(r),m=u(r),d=Array(c).fill(f(0)),p=Array(c).fill(f(0)),h=0;h<c;h++)d[h]=n(s(l,e[h][i]),s(m,e[h][a])),p[h]=t(s(m,e[h][i]),s(l,e[h][a]));for(var v=0;v<c;v++)e[v][i]=d[v],e[v][a]=p[v];return e}function h(e,r,i,a){for(var c=e.length,d=f(o(r)),p=f(u(r)),h=s(d,d),v=s(p,p),y=Array(c).fill(f(0)),g=Array(c).fill(f(0)),x=l(f(2),d,p,e[i][a]),b=t(n(s(h,e[i][i]),x),s(v,e[a][a])),w=m(s(v,e[i][i]),x,s(h,e[a][a])),D=0;D<c;D++)y[D]=n(s(d,e[i][D]),s(p,e[a][D])),g[D]=t(s(p,e[i][D]),s(d,e[a][D]));e[i][i]=b,e[a][a]=w,e[i][a]=f(0),e[a][i]=f(0);for(var N=0;N<c;N++)N!==i&&N!==a&&(e[i][N]=y[N],e[N][i]=y[N],e[a][N]=g[N],e[N][a]=g[N]);return e}function v(e,r,t,n){for(var i=e.length,a=Math.cos(r),o=Math.sin(r),u=a*a,s=o*o,c=Array(i).fill(0),f=Array(i).fill(0),l=u*e[t][t]-2*a*o*e[t][n]+s*e[n][n],m=s*e[t][t]+2*a*o*e[t][n]+u*e[n][n],d=0;d<i;d++)c[d]=a*e[t][d]-o*e[n][d],f[d]=o*e[t][d]+a*e[n][d];e[t][t]=l,e[n][n]=m,e[t][n]=0,e[n][t]=0;for(var p=0;p<i;p++)p!==t&&p!==n&&(e[t][p]=c[p],e[p][t]=c[p],e[n][p]=f[p],e[p][n]=f[p]);return e}function y(e){for(var r=e.length,t=0,n=[0,1],i=0;i<r;i++)for(var a=i+1;a<r;a++)Math.abs(t)<Math.abs(e[i][a])&&(t=Math.abs(e[i][a]),n=[i,a]);return[n,t]}function g(e){for(var r=e.length,t=0,n=[0,1],a=0;a<r;a++)for(var o=a+1;o<r;o++)i(t)<i(e[a][o])&&(t=i(e[a][o]),n=[a,o]);return[n,t]}function x(e,r,t){var n,a=e.length,o=Array(a);if(t){n=Array(a);for(var u=0;u<a;u++)n[u]=Array(a)}for(var s=0;s<a;s++){for(var c=0,f=e[0],l=0;l<e.length;l++)i(e[l])<i(f)&&(f=e[c=l]);if(o[s]=e.splice(c,1)[0],t)for(var m=0;m<a;m++)n[s][m]=r[m][c],r[m].splice(c,1)}if(!t)return{values:o};var d=n.map(((e,r)=>({value:o[r],vector:e})));return{values:o,eigenvectors:d}}return function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.relTol,u=arguments.length>3?arguments[3]:void 0,m=arguments.length>4?arguments[4]:void 0;if("number"===u)return function(e,t,n){var i,a,o=e.length,u=Math.abs(t/o);if(n){a=new Array(o);for(var s=0;s<o;s++)a[s]=Array(o).fill(0),a[s][s]=1}for(var c,f,l,m=y(e);Math.abs(m[1])>=Math.abs(u);){var p=m[0][0],h=m[0][1];e=v(e,(c=e[p][p],f=e[h][h],l=e[p][h],i=Math.abs(f-c)<=r.relTol?Math.PI/4:.5*Math.atan(2*l/(f-c))),p,h),n&&(a=d(a,i,p,h)),m=y(e)}for(var g=Array(o).fill(0),b=0;b<o;b++)g[b]=e[b][b];return x(yr(g),a,n)}(e,o,m);if("BigNumber"===u)return function(e,t,o){var u,m,d=e.length,v=i(t/d);if(o){m=new Array(d);for(var y=0;y<d;y++)m[y]=Array(d).fill(0),m[y][y]=1}for(var b,w,D=g(e);i(D[1])>=i(v);){var N=D[0][0],A=D[0][1];e=h(e,(b=e[N][A],w=void 0,w=n(e[A][A],e[N][N]),u=i(w)<=r.relTol?f(-1).acos().div(4):s(.5,a(l(2,b,c(w))))),N,A),o&&(m=p(m,u,N,A)),D=g(e)}for(var M=Array(d).fill(0),C=0;C<d;C++)M[C]=e[C][C];return x(yr(M),m,o)}(e,o,m);throw TypeError("Unsupported data type: "+u)}}({config:r,addScalar:i,subtract:a,column:g,flatten:x,equal:o,abs:u,atan:s,cos:c,sin:f,multiplyScalar:l,inv:d,bignumber:p,complex:w,multiply:h,add:v}),z=function(e){var{addScalar:r,subtract:t,flatten:n,multiply:i,multiplyScalar:a,divideScalar:o,sqrt:u,abs:s,bignumber:c,diag:f,size:l,reshape:m,inv:d,qr:p,usolve:h,usolveAll:v,equal:y,complex:g,larger:x,smaller:b,dot:w}=e;function D(e,r,n,i,a,o,u,f){var l="BigNumber"===f,m="Complex"===f,d=l?c(0):m?g(0):0,p=l?c(1):m?g(1):1;if(b(s(n),u))return[[p,d],[d,p]];if(x(s(t(a,o)),u))return[[t(a,i),t(o,i)],[n,n]];var h=t(e,a),v=t(i,a);return b(s(r),u)&&b(s(v),u)?[[h,p],[n,d]]:[[r,d],[v,p]]}function N(e,r){for(var t=0;t<e.length;t++)e[t].push(...Array(r-e[t].length).fill(0));for(var n=e.length;n<r;n++)e.push(Array(r).fill(0)),e[n][n]=1;return e}function A(e,r,t){for(var n=0;n<e.length;n++)if(t(e[n],r))return n;return-1}function M(e,r,t,n,i){for(var a,o="BigNumber"===i?c(1e3):1e3,u=0;u<5;++u){a=C(r,t,i);try{a=h(e,a)}catch(e){continue}if(x(S(a),o))break}if(u>=5)return null;for(u=0;;){var s=h(e,a);if(b(S(E(a,[s])),n))break;if(++u>=10)return null;a=F(s)}return a}function C(e,r,t){var n="BigNumber"===t,i="Complex"===t,a=Array(e).fill(0).map((()=>2*Math.random()-1));return n&&(a=a.map((e=>c(e)))),i&&(a=a.map((e=>g(e)))),F(a=E(a,r),t)}function E(e,r){var n=l(e);for(var a of r)a=m(a,n),e=t(e,i(o(w(a,e),w(a,a)),a));return e}function S(e){return s(u(w(e,e)))}function F(e,r){var t="Complex"===r,n="BigNumber"===r?c(1):t?g(1):1;return i(o(n,S(e)),e)}return function(e,l,m,h){var w=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],C=function(e,t,n,i,u){var l,m="BigNumber"===i,d="Complex"===i,p=m?c(0):0,h=m?c(1):d?g(1):1,v=m?c(1):1,w=m?c(10):2,D=a(w,w);u&&(l=Array(t).fill(h));for(var N=!1;!N;){N=!0;for(var A=0;A<t;A++){for(var M=p,C=p,E=0;E<t;E++)A!==E&&(M=r(M,s(e[E][A])),C=r(C,s(e[A][E])));if(!y(M,0)&&!y(C,0)){for(var S=v,F=M,B=o(C,w),q=a(C,w);b(F,B);)F=a(F,D),S=a(S,w);for(;x(F,q);)F=o(F,D),S=o(S,w);if(b(o(r(F,C),S),a(r(M,C),.95))){N=!1;for(var T=o(1,S),O=0;O<t;O++)A!==O&&(e[A][O]=a(e[A][O],T),e[O][A]=a(e[O][A],S));u&&(l[A]=a(l[A],T))}}}}return u?f(l):null}(e,l,0,h,w);!function(e,n,i,u,f,l){var m="BigNumber"===u,d="Complex"===u,p=m?c(0):d?g(0):0;m&&(i=c(i));for(var h=0;h<n-2;h++){for(var v=0,y=p,x=h+1;x<n;x++){var w=e[x][h];b(s(y),s(w))&&(y=w,v=x)}if(!b(s(y),i)){if(v!==h+1){var D=e[v];e[v]=e[h+1],e[h+1]=D;for(var N=0;N<n;N++){var A=e[N][v];e[N][v]=e[N][h+1],e[N][h+1]=A}if(f){var M=l[v];l[v]=l[h+1],l[h+1]=M}}for(var C=h+2;C<n;C++){var E=o(e[C][h],y);if(0!==E){for(var S=0;S<n;S++)e[C][S]=t(e[C][S],a(E,e[h+1][S]));for(var F=0;F<n;F++)e[F][h+1]=r(e[F][h+1],a(E,e[F][C]));if(f)for(var B=0;B<n;B++)l[C][B]=t(l[C][B],a(E,l[h+1][B]))}}}}}(e,l,m,h,w,C);var{values:E,C:S}=function(e,n,o,l,m){var d="BigNumber"===l,h="Complex"===l,v=d?c(1):h?g(1):1;d&&(o=c(o));for(var y,x,w,A,M,C,E,S,F=yr(e),B=[],q=n,T=[],O=m?f(Array(n).fill(v)):void 0,k=m?f(Array(q).fill(v)):void 0,z=0;z<=100;){z+=1;for(var I=F[q-1][q-1],R=0;R<q;R++)F[R][R]=t(F[R][R],I);var{Q:j,R:U}=p(F);F=i(U,j);for(var P=0;P<q;P++)F[P][P]=r(F[P][P],I);if(m&&(k=i(k,j)),1===q||b(s(F[q-1][q-2]),o)){z=0,B.push(F[q-1][q-1]),m&&(T.unshift([[1]]),N(k,n),O=i(O,k),q>1&&(k=f(Array(q-1).fill(v)))),q-=1,F.pop();for(var $=0;$<q;$++)F[$].pop()}else if(2===q||b(s(F[q-2][q-3]),o)){z=0;var L=(x=F[q-2][q-1],w=F[q-1][q-2],M=void 0,C=void 0,E=void 0,S=void 0,M=r(y=F[q-2][q-2],A=F[q-1][q-1]),C=t(a(y,A),a(x,w)),E=a(M,.5),S=a(u(t(a(M,M),a(4,C))),.5),[r(E,S),t(E,S)]);B.push(...L),m&&(T.unshift(D(F[q-2][q-2],F[q-2][q-1],F[q-1][q-2],F[q-1][q-1],L[0],L[1],o,l)),N(k,n),O=i(O,k),q>2&&(k=f(Array(q-2).fill(v)))),q-=2,F.pop(),F.pop();for(var _=0;_<q;_++)F[_].pop(),F[_].pop()}if(0===q)break}if(B.sort(((e,r)=>+t(s(e),s(r)))),z>100){var J=Error("The eigenvalues failed to converge. Only found these eigenvalues: "+B.join(", "));throw J.values=B,J.vectors=[],J}var W=m?i(O,function(e,r){for(var t=[],n=0;n<r;n++)t[n]=Array(r).fill(0);var i=0;for(var a of e){for(var o=a.length,u=0;u<o;u++)for(var s=0;s<o;s++)t[i+u][i+s]=a[u][s];i+=o}return t}(T,n)):void 0;return{values:B,C:W}}(e,l,m,h,w);if(w){var F=function(e,r,a,o,u,s,l){var m=d(a),p=i(m,e,a),h="BigNumber"===l,x="Complex"===l,b=h?c(0):x?g(0):0,w=h?c(1):x?g(1):1,D=[],N=[];for(var C of u){var E=A(D,C,y);-1===E?(D.push(C),N.push(1)):N[E]+=1}for(var S=[],F=D.length,B=Array(r).fill(b),q=f(Array(r).fill(w)),T=function(){var e=D[O],u=t(p,i(e,q)),c=v(u,B);for(c.shift();c.length<N[O];){var f=M(u,r,c,s,l);if(null===f)break;c.push(f)}var m=i(d(o),a);c=c.map((e=>i(m,e))),S.push(...c.map((r=>({value:e,vector:n(r)}))))},O=0;O<F;O++)T();return S}(e,l,S,C,E,m,h);return{values:E,eigenvectors:F}}return{values:E}}}({config:r,addScalar:i,subtract:a,multiply:h,multiplyScalar:l,flatten:x,divideScalar:m,sqrt:D,abs:u,bignumber:p,diag:N,size:A,reshape:M,qr:C,inv:d,usolve:E,usolveAll:S,equal:o,complex:w,larger:y,smaller:q,matrixFromColumns:T,dot:O});return t("eigs",{Array:function(e){return I(n(e))},"Array, number|BigNumber":function(e,r){return I(n(e),{precision:r})},"Array, Object":(e,r)=>I(n(e),r),Matrix:function(e){return I(e,{matricize:!0})},"Matrix, number|BigNumber":function(e,r){return I(e,{precision:r,matricize:!0})},"Matrix, Object":function(e,r){var t={matricize:!0};return he(t,r),I(e,t)}});function I(e){var t,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=!("eigenvectors"in i)||i.eigenvectors,s=function(e,r,t){var n=e.toArray(),i=e.size();if(2!==i.length||i[0]!==i[1])throw new RangeError("Matrix must be square (size: ".concat(xt(i),")"));var o=i[0];if(function(e,r,t){for(var n=0;n<r;n++)for(var i=0;i<r;i++)if(y(p(u(F(e[n][i]))),t))return!1;return!0}(n,o,r)&&(function(e,r){for(var t=0;t<r;t++)for(var n=0;n<r;n++)e[t][n]=B(e[t][n])}(n,o),function(e,r,t){for(var n=0;n<r;n++)for(var i=n;i<r;i++)if(y(p(u(a(e[n][i],e[i][n]))),t))return!1;return!0}(n,o,r))){var s=R(e,n,o);return k(n,o,r,s,t)}var c=R(e,n,o);return z(n,o,r,c,t)}(e,null!==(t=i.precision)&&void 0!==t?t:r.relTol,o);return i.matricize&&(s.values=n(s.values),o&&(s.eigenvectors=s.eigenvectors.map((e=>{var{value:r,vector:t}=e;return{value:r,vector:n(t)}})))),o&&Object.defineProperty(s,"vectors",{enumerable:!1,get:()=>{throw new Error("eigs(M).vectors replaced with eigs(M).eigenvectors")}}),s}function R(e,r,t){var n=e.datatype();if("number"===n||"BigNumber"===n||"Complex"===n)return n;for(var i=!1,a=!1,o=!1,u=0;u<t;u++)for(var s=0;s<t;s++){var c=r[u][s];if(Se(c)||Te(c))i=!0;else if(Fe(c))a=!0;else{if(!qe(c))throw TypeError("Unsupported type in Matrix: "+vr(c));o=!0}}if(a&&o&&console.warn("Complex BigNumbers not supported, this operation will lose precission."),o){for(var f=0;f<t;f++)for(var l=0;l<t;l++)r[f][l]=w(r[f][l]);return"Complex"}if(a){for(var m=0;m<t;m++)for(var d=0;d<t;d++)r[m][d]=p(r[m][d]);return"BigNumber"}if(i){for(var h=0;h<t;h++)for(var v=0;v<t;v++)r[h][v]=b(r[h][v]);return"number"}throw TypeError("Matrix contains unsupported types only.")}})),Ld="expm",_d=Ar(Ld,["typed","abs","add","identity","inv","multiply"],(e=>{var{typed:r,abs:t,add:n,identity:i,inv:a,multiply:o}=e;return r(Ld,{Matrix:function(e){var r=e.size();if(2!==r.length||r[0]!==r[1])throw new RangeError("Matrix must be square (size: "+xt(r)+")");for(var s=r[0],c=function(e){for(var r=e.size()[0],n=0,i=0;i<r;i++){for(var a=0,o=0;o<r;o++)a+=t(e.get([i,o]));n=Math.max(a,n)}return n}(e),f=function(e){for(var r=0;r<30;r++)for(var t=0;t<=r;t++){var n=r-t;if(u(e,t,n)<1e-15)return{q:t,j:n}}throw new Error("Could not find acceptable parameters to compute the matrix exponential (try increasing maxSearchSize in expm.js)")}(c),l=f.q,m=f.j,d=o(e,Math.pow(2,-m)),p=i(s),h=i(s),v=1,y=d,g=-1,x=1;x<=l;x++)x>1&&(y=o(y,d),g=-g),p=n(p,o(v=v*(l-x+1)/((2*l-x+1)*x),y)),h=n(h,o(v*g,y));for(var b=o(a(h),p),w=0;w<m;w++)b=o(b,b);return Ue(e)?e.createSparseMatrix(b):b}});function u(e,r,t){for(var n=1,i=2;i<=r;i++)n*=i;for(var a=n,o=r+1;o<=2*r;o++)a*=o;var u=a*(2*r+1);return 8*Math.pow(e/Math.pow(2,t),2*r)*n*n/(a*u)}})),Jd="sqrtm",Wd=Ar(Jd,["typed","abs","add","multiply","map","sqrt","subtract","inv","size","max","identity"],(e=>{var{typed:r,abs:t,add:n,multiply:i,map:a,sqrt:o,subtract:u,inv:s,size:c,max:f,identity:l}=e,m=1e-6;function d(e){var r,a=0,o=e,d=l(c(e));do{var p=o;if(o=i(.5,n(p,s(d))),d=i(.5,n(d,s(p))),(r=f(t(u(o,p))))>m&&++a>1e3)throw new Error("computing square root of matrix: iterative method could not converge")}while(r>m);return o}return r(Jd,{"Array | Matrix":function(e){var r=Ie(e)?e.size():Et(e);switch(r.length){case 1:if(1===r[0])return a(e,o);throw new RangeError("Matrix must be square (size: "+xt(r)+")");case 2:if(r[0]===r[1])return d(e);throw new RangeError("Matrix must be square (size: "+xt(r)+")");default:throw new RangeError("Matrix must be at most two dimensional (size: "+xt(r)+")")}}})})),Vd="sylvester",Hd=Ar(Vd,["typed","schur","matrixFromColumns","matrix","multiply","range","concat","transpose","index","subset","add","subtract","identity","lusolve","abs"],(e=>{var{typed:r,schur:t,matrixFromColumns:n,matrix:i,multiply:a,range:o,concat:u,transpose:s,index:c,subset:f,add:l,subtract:m,identity:d,lusolve:p,abs:h}=e;return r(Vd,{"Matrix, Matrix, Matrix":v,"Array, Matrix, Matrix":function(e,r,t){return v(i(e),r,t)},"Array, Array, Matrix":function(e,r,t){return v(i(e),i(r),t)},"Array, Matrix, Array":function(e,r,t){return v(i(e),r,i(t))},"Matrix, Array, Matrix":function(e,r,t){return v(e,i(r),t)},"Matrix, Array, Array":function(e,r,t){return v(e,i(r),i(t))},"Matrix, Matrix, Array":function(e,r,t){return v(e,r,i(t))},"Array, Array, Array":function(e,r,t){return v(i(e),i(r),i(t)).toArray()}});function v(e,r,v){for(var y=r.size()[0],g=e.size()[0],x=t(e),b=x.T,w=x.U,D=t(a(-1,r)),N=D.T,A=D.U,M=a(a(s(w),v),A),C=o(0,g),E=[],S=(e,r)=>u(e,r,1),F=(e,r)=>u(e,r,0),B=0;B<y;B++)if(B<y-1&&h(f(N,c(B+1,B)))>1e-5){for(var q=F(f(M,c(C,B)),f(M,c(C,B+1))),T=0;T<B;T++)q=l(q,F(a(E[T],f(N,c(T,B))),a(E[T],f(N,c(T,B+1)))));var O=a(d(g),a(-1,f(N,c(B,B)))),k=a(d(g),a(-1,f(N,c(B+1,B)))),z=a(d(g),a(-1,f(N,c(B,B+1)))),I=a(d(g),a(-1,f(N,c(B+1,B+1)))),R=F(S(l(b,O),k),S(z,l(b,I))),j=p(R,q);E[B]=j.subset(c(o(0,g),0)),E[B+1]=j.subset(c(o(g,2*g),0)),B++}else{for(var U=f(M,c(C,B)),P=0;P<B;P++)U=l(U,a(E[P],f(N,c(P,B))));var $=f(N,c(B,B)),L=m(b,a($,d(g)));E[B]=p(L,U)}var _=i(n(...E));return a(w,a(_,s(A)))}})),Zd="schur",Gd=Ar(Zd,["typed","matrix","identity","multiply","qr","norm","subtract"],(e=>{var{typed:r,matrix:t,identity:n,multiply:i,qr:a,norm:o,subtract:u}=e;return r(Zd,{Array:function(e){var r=s(t(e));return{U:r.U.valueOf(),T:r.T.valueOf()}},Matrix:function(e){return s(e)}});function s(e){var r,t=e.size()[0],s=e,c=n(t),f=0;do{r=s;var l=a(s),m=l.Q;if(s=i(l.R,m),c=i(c,m),f++>100)break}while(o(u(s,r))>1e-4);return{U:c,T:s}}})),Xd="lyap",Qd=Ar(Xd,["typed","matrix","sylvester","multiply","transpose"],(e=>{var{typed:r,matrix:t,sylvester:n,multiply:i,transpose:a}=e;return r(Xd,{"Matrix, Matrix":function(e,r){return n(e,a(e),i(-1,r))},"Array, Matrix":function(e,r){return n(t(e),a(t(e)),i(-1,r))},"Matrix, Array":function(e,r){return n(e,a(t(e)),t(i(-1,r)))},"Array, Array":function(e,r){return n(t(e),a(t(e)),t(i(-1,r))).toArray()}})})),Yd=Ar("divide",["typed","matrix","multiply","equalScalar","divideScalar","inv"],(e=>{var{typed:r,matrix:t,multiply:n,equalScalar:i,divideScalar:a,inv:o}=e,u=qa({typed:r,equalScalar:i}),s=Oa({typed:r});return r("divide",gr({"Array | Matrix, Array | Matrix":function(e,r){return n(e,o(r))},"DenseMatrix, any":function(e,r){return s(e,r,a,!1)},"SparseMatrix, any":function(e,r){return u(e,r,a,!1)},"Array, any":function(e,r){return s(t(e),r,a,!1).valueOf()},"any, Array | Matrix":function(e,r){return n(e,o(r))}},a.signatures))})),Kd="distance",ep=Ar(Kd,["typed","addScalar","subtractScalar","divideScalar","multiplyScalar","deepEqual","sqrt","abs"],(e=>{var{typed:r,addScalar:t,subtractScalar:n,multiplyScalar:i,divideScalar:a,deepEqual:o,sqrt:u,abs:s}=e;return r(Kd,{"Array, Array, Array":function(e,r,t){if(2===e.length&&2===r.length&&2===t.length){if(!f(e))throw new TypeError("Array with 2 numbers or BigNumbers expected for first argument");if(!f(r))throw new TypeError("Array with 2 numbers or BigNumbers expected for second argument");if(!f(t))throw new TypeError("Array with 2 numbers or BigNumbers expected for third argument");if(o(r,t))throw new TypeError("LinePoint1 should not be same with LinePoint2");var a=n(t[1],r[1]),u=n(r[0],t[0]),s=n(i(t[0],r[1]),i(r[0],t[1]));return h(e[0],e[1],a,u,s)}throw new TypeError("Invalid Arguments: Try again")},"Object, Object, Object":function(e,r,t){if(2===Object.keys(e).length&&2===Object.keys(r).length&&2===Object.keys(t).length){if(!f(e))throw new TypeError("Values of pointX and pointY should be numbers or BigNumbers");if(!f(r))throw new TypeError("Values of lineOnePtX and lineOnePtY should be numbers or BigNumbers");if(!f(t))throw new TypeError("Values of lineTwoPtX and lineTwoPtY should be numbers or BigNumbers");if(o(p(r),p(t)))throw new TypeError("LinePoint1 should not be same with LinePoint2");if("pointX"in e&&"pointY"in e&&"lineOnePtX"in r&&"lineOnePtY"in r&&"lineTwoPtX"in t&&"lineTwoPtY"in t){var a=n(t.lineTwoPtY,r.lineOnePtY),u=n(r.lineOnePtX,t.lineTwoPtX),s=n(i(t.lineTwoPtX,r.lineOnePtY),i(r.lineOnePtX,t.lineTwoPtY));return h(e.pointX,e.pointY,a,u,s)}throw new TypeError("Key names do not match")}throw new TypeError("Invalid Arguments: Try again")},"Array, Array":function(e,r){if(2===e.length&&3===r.length){if(!f(e))throw new TypeError("Array with 2 numbers or BigNumbers expected for first argument");if(!l(r))throw new TypeError("Array with 3 numbers or BigNumbers expected for second argument");return h(e[0],e[1],r[0],r[1],r[2])}if(3===e.length&&6===r.length){if(!l(e))throw new TypeError("Array with 3 numbers or BigNumbers expected for first argument");if(!d(r))throw new TypeError("Array with 6 numbers or BigNumbers expected for second argument");return v(e[0],e[1],e[2],r[0],r[1],r[2],r[3],r[4],r[5])}if(e.length===r.length&&e.length>0){if(!m(e))throw new TypeError("All values of an array should be numbers or BigNumbers");if(!m(r))throw new TypeError("All values of an array should be numbers or BigNumbers");return y(e,r)}throw new TypeError("Invalid Arguments: Try again")},"Object, Object":function(e,r){if(2===Object.keys(e).length&&3===Object.keys(r).length){if(!f(e))throw new TypeError("Values of pointX and pointY should be numbers or BigNumbers");if(!l(r))throw new TypeError("Values of xCoeffLine, yCoeffLine and constant should be numbers or BigNumbers");if("pointX"in e&&"pointY"in e&&"xCoeffLine"in r&&"yCoeffLine"in r&&"constant"in r)return h(e.pointX,e.pointY,r.xCoeffLine,r.yCoeffLine,r.constant);throw new TypeError("Key names do not match")}if(3===Object.keys(e).length&&6===Object.keys(r).length){if(!l(e))throw new TypeError("Values of pointX, pointY and pointZ should be numbers or BigNumbers");if(!d(r))throw new TypeError("Values of x0, y0, z0, a, b and c should be numbers or BigNumbers");if("pointX"in e&&"pointY"in e&&"x0"in r&&"y0"in r&&"z0"in r&&"a"in r&&"b"in r&&"c"in r)return v(e.pointX,e.pointY,e.pointZ,r.x0,r.y0,r.z0,r.a,r.b,r.c);throw new TypeError("Key names do not match")}if(2===Object.keys(e).length&&2===Object.keys(r).length){if(!f(e))throw new TypeError("Values of pointOneX and pointOneY should be numbers or BigNumbers");if(!f(r))throw new TypeError("Values of pointTwoX and pointTwoY should be numbers or BigNumbers");if("pointOneX"in e&&"pointOneY"in e&&"pointTwoX"in r&&"pointTwoY"in r)return y([e.pointOneX,e.pointOneY],[r.pointTwoX,r.pointTwoY]);throw new TypeError("Key names do not match")}if(3===Object.keys(e).length&&3===Object.keys(r).length){if(!l(e))throw new TypeError("Values of pointOneX, pointOneY and pointOneZ should be numbers or BigNumbers");if(!l(r))throw new TypeError("Values of pointTwoX, pointTwoY and pointTwoZ should be numbers or BigNumbers");if("pointOneX"in e&&"pointOneY"in e&&"pointOneZ"in e&&"pointTwoX"in r&&"pointTwoY"in r&&"pointTwoZ"in r)return y([e.pointOneX,e.pointOneY,e.pointOneZ],[r.pointTwoX,r.pointTwoY,r.pointTwoZ]);throw new TypeError("Key names do not match")}throw new TypeError("Invalid Arguments: Try again")},Array:function(e){if(!function(e){if(2===e[0].length&&c(e[0][0])&&c(e[0][1])){if(e.some((e=>2!==e.length||!c(e[0])||!c(e[1]))))return!1}else{if(!(3===e[0].length&&c(e[0][0])&&c(e[0][1])&&c(e[0][2])))return!1;if(e.some((e=>3!==e.length||!c(e[0])||!c(e[1])||!c(e[2]))))return!1}return!0}(e))throw new TypeError("Incorrect array format entered for pairwise distance calculation");return function(e){for(var r=[],t=[],n=[],i=0;i<e.length-1;i++)for(var a=i+1;a<e.length;a++)2===e[0].length?(t=[e[i][0],e[i][1]],n=[e[a][0],e[a][1]]):3===e[0].length&&(t=[e[i][0],e[i][1],e[i][2]],n=[e[a][0],e[a][1],e[a][2]]),r.push(y(t,n));return r}(e)}});function c(e){return"number"==typeof e||Fe(e)}function f(e){return e.constructor!==Array&&(e=p(e)),c(e[0])&&c(e[1])}function l(e){return e.constructor!==Array&&(e=p(e)),c(e[0])&&c(e[1])&&c(e[2])}function m(e){return Array.isArray(e)||(e=p(e)),e.every(c)}function d(e){return e.constructor!==Array&&(e=p(e)),c(e[0])&&c(e[1])&&c(e[2])&&c(e[3])&&c(e[4])&&c(e[5])}function p(e){for(var r=Object.keys(e),t=[],n=0;n<r.length;n++)t.push(e[r[n]]);return t}function h(e,r,n,o,c){var f=s(t(t(i(n,e),i(o,r)),c)),l=u(t(i(n,n),i(o,o)));return a(f,l)}function v(e,r,o,s,c,f,l,m,d){var p=[n(i(n(c,r),d),i(n(f,o),m)),n(i(n(f,o),l),i(n(s,e),d)),n(i(n(s,e),m),i(n(c,r),l))];p=u(t(t(i(p[0],p[0]),i(p[1],p[1])),i(p[2],p[2])));var h=u(t(t(i(l,l),i(m,m)),i(d,d)));return a(p,h)}function y(e,r){for(var a=e.length,o=0,s=0,c=0;c<a;c++)s=n(e[c],r[c]),o=t(i(s,s),o);return u(o)}})),rp=Ar("intersect",["typed","config","abs","add","addScalar","matrix","multiply","multiplyScalar","divideScalar","subtract","smaller","equalScalar","flatten","isZero","isNumeric"],(e=>{var{typed:r,config:t,abs:n,add:i,addScalar:a,matrix:o,multiply:u,multiplyScalar:s,divideScalar:c,subtract:f,smaller:l,equalScalar:m,flatten:d,isZero:p,isNumeric:h}=e;return r("intersect",{"Array, Array, Array":v,"Array, Array, Array, Array":y,"Matrix, Matrix, Matrix":function(e,r,t){var n=v(e.valueOf(),r.valueOf(),t.valueOf());return null===n?null:o(n)},"Matrix, Matrix, Matrix, Matrix":function(e,r,t,n){var i=y(e.valueOf(),r.valueOf(),t.valueOf(),n.valueOf());return null===i?null:o(i)}});function v(e,r,t){if(e=g(e),r=g(r),t=g(t),!b(e))throw new TypeError("Array with 3 numbers or BigNumbers expected for first argument");if(!b(r))throw new TypeError("Array with 3 numbers or BigNumbers expected for second argument");if(!function(e){return 4===e.length&&h(e[0])&&h(e[1])&&h(e[2])&&h(e[3])}(t))throw new TypeError("Array with 4 numbers expected as third argument");return function(e,r,t,n,i,o,u,l,m,d){var p=s(e,u),h=s(n,u),v=s(r,l),y=s(i,l),g=s(t,m),x=s(o,m),b=f(f(f(d,p),v),g),w=f(f(f(a(a(h,y),x),p),v),g),D=c(b,w);return[a(e,s(D,f(n,e))),a(r,s(D,f(i,r))),a(t,s(D,f(o,t)))]}(e[0],e[1],e[2],r[0],r[1],r[2],t[0],t[1],t[2],t[3])}function y(e,r,o,d){if(e=g(e),r=g(r),o=g(o),d=g(d),2===e.length){if(!x(e))throw new TypeError("Array with 2 numbers or BigNumbers expected for first argument");if(!x(r))throw new TypeError("Array with 2 numbers or BigNumbers expected for second argument");if(!x(o))throw new TypeError("Array with 2 numbers or BigNumbers expected for third argument");if(!x(d))throw new TypeError("Array with 2 numbers or BigNumbers expected for fourth argument");return function(e,r,o,m){var d=e,h=o,v=f(d,r),y=f(h,m),g=f(s(v[0],y[1]),s(y[0],v[1]));if(p(g))return null;if(l(n(g),t.relTol))return null;var x=s(y[0],d[1]),b=s(y[1],d[0]),w=s(y[0],h[1]),D=s(y[1],h[0]),N=c(a(f(f(x,b),w),D),g);return i(u(v,N),d)}(e,r,o,d)}if(3===e.length){if(!b(e))throw new TypeError("Array with 3 numbers or BigNumbers expected for first argument");if(!b(r))throw new TypeError("Array with 3 numbers or BigNumbers expected for second argument");if(!b(o))throw new TypeError("Array with 3 numbers or BigNumbers expected for third argument");if(!b(d))throw new TypeError("Array with 3 numbers or BigNumbers expected for fourth argument");return function(e,r,t,n,i,o,u,l,d,h,v,y){var g=w(e,u,h,u,r,l,v,l,t,d,y,d),x=w(h,u,n,e,v,l,i,r,y,d,o,t),b=w(e,u,n,e,r,l,i,r,t,d,o,t),D=w(h,u,h,u,v,l,v,l,y,d,y,d),N=w(n,e,n,e,i,r,i,r,o,t,o,t),A=f(s(g,x),s(b,D)),M=f(s(N,D),s(x,x));if(p(M))return null;var C=c(A,M),E=c(a(g,s(C,x)),D),S=a(e,s(C,f(n,e))),F=a(r,s(C,f(i,r))),B=a(t,s(C,f(o,t))),q=a(u,s(E,f(h,u))),T=a(l,s(E,f(v,l))),O=a(d,s(E,f(y,d)));return m(S,q)&&m(F,T)&&m(B,O)?[S,F,B]:null}(e[0],e[1],e[2],r[0],r[1],r[2],o[0],o[1],o[2],d[0],d[1],d[2])}throw new TypeError("Arrays with two or thee dimensional points expected")}function g(e){return 1===e.length?e[0]:e.length>1&&Array.isArray(e[0])&&e.every((e=>Array.isArray(e)&&1===e.length))?d(e):e}function x(e){return 2===e.length&&h(e[0])&&h(e[1])}function b(e){return 3===e.length&&h(e[0])&&h(e[1])&&h(e[2])}function w(e,r,t,n,i,o,u,c,l,m,d,p){var h=s(f(e,r),f(t,n)),v=s(f(i,o),f(u,c)),y=s(f(l,m),f(d,p));return a(a(h,v),y)}})),tp=Ar("sum",["typed","config","add","numeric"],(e=>{var{typed:r,config:t,add:n,numeric:i}=e;return r("sum",{"Array | Matrix":a,"Array | Matrix, number | BigNumber":function(e,r){try{return hn(e,r,n)}catch(e){throw js(e,"sum")}},"...":function(e){if(mn(e))throw new TypeError("Scalar values expected in function sum");return a(e)}});function a(e){var r;return dn(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw js(r,"sum",e)}})),void 0===r&&(r=i(0,t.number)),"string"==typeof r&&(r=i(r,Er(r,t))),r}})),np="cumsum",ip=Ar(np,["typed","add","unaryPlus"],(e=>{var{typed:r,add:t,unaryPlus:n}=e;return r(np,{Array:i,Matrix:function(e){return e.create(i(e.valueOf(),e.datatype()))},"Array, number | BigNumber":o,"Matrix, number | BigNumber":function(e,r){return e.create(o(e.valueOf(),r),e.datatype())},"...":function(e){if(mn(e))throw new TypeError("All values expected to be scalar in function cumsum");return i(e)}});function i(e){try{return a(e)}catch(e){throw js(e,np)}}function a(e){if(0===e.length)return[];for(var r=[n(e[0])],i=1;i<e.length;++i)r.push(t(r[i-1],e[i]));return r}function o(e,r){var t=Et(e);if(r<0||r>=t.length)throw new Ct(r,t.length);try{return u(e,r)}catch(e){throw js(e,np)}}function u(e,r){var t,n,i;if(r<=0){if(Array.isArray(e[0][0])){for(i=ln(e),n=[],t=0;t<i.length;t++)n[t]=u(i[t],r-1);return n}return a(e)}for(n=[],t=0;t<e.length;t++)n[t]=u(e[t],r-1);return n}})),ap="mean",op=Ar(ap,["typed","add","divide"],(e=>{var{typed:r,add:t,divide:n}=e;return r(ap,{"Array | Matrix":i,"Array | Matrix, number | BigNumber":function(e,r){try{var i=hn(e,r,t),a=Array.isArray(e)?Et(e):e.size();return n(i,a[r])}catch(e){throw js(e,"mean")}},"...":function(e){if(mn(e))throw new TypeError("Scalar values expected in function mean");return i(e)}});function i(e){var r,i=0;if(dn(e,(function(e){try{r=void 0===r?e:t(r,e),i++}catch(r){throw js(r,"mean",e)}})),0===i)throw new Error("Cannot calculate the mean of an empty array");return n(r,i)}})),up="median",sp=Ar(up,["typed","add","divide","compare","partitionSelect"],(e=>{var{typed:r,add:t,divide:n,compare:i,partitionSelect:a}=e;function o(e){try{var r=(e=Lt(e.valueOf())).length;if(0===r)throw new Error("Cannot calculate median of an empty array");if(r%2==0){for(var t=r/2-1,n=a(e,t+1),o=e[t],c=0;c<t;++c)i(e[c],o)>0&&(o=e[c]);return s(o,n)}var f=a(e,(r-1)/2);return u(f)}catch(e){throw js(e,"median")}}var u=r({"number | BigNumber | Complex | Unit":function(e){return e}}),s=r({"number | BigNumber | Complex | Unit, number | BigNumber | Complex | Unit":function(e,r){return n(t(e,r),2)}});return r(up,{"Array | Matrix":o,"Array | Matrix, number | BigNumber":function(){throw new Error("median(A, dim) is not yet supported")},"...":function(e){if(mn(e))throw new TypeError("Scalar values expected in function median");return o(e)}})})),cp=Ar("mad",["typed","abs","map","median","subtract"],(e=>{var{typed:r,abs:t,map:n,median:i,subtract:a}=e;return r("mad",{"Array | Matrix":o,"...":function(e){return o(e)}});function o(e){if(0===(e=Lt(e.valueOf())).length)throw new Error("Cannot calculate median absolute deviation (mad) of an empty array");try{var r=i(e);return i(n(e,(function(e){return t(a(e,r))})))}catch(e){throw e instanceof TypeError&&e.message.includes("median")?new TypeError(e.message.replace("median","mad")):js(e,"mad")}}})),fp="unbiased",lp="variance",mp=Ar(lp,["typed","add","subtract","multiply","divide","mapSlices","isNaN"],(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u}=e;return r(lp,{"Array | Matrix":function(e){return s(e,fp)},"Array | Matrix, string":s,"Array | Matrix, number | BigNumber":function(e,r){return c(e,r,fp)},"Array | Matrix, number | BigNumber, string":c,"...":function(e){return s(e,fp)}});function s(e,r){var o,s=0;if(0===e.length)throw new SyntaxError("Function variance requires one or more parameters (0 provided)");if(dn(e,(function(e){try{o=void 0===o?e:t(o,e),s++}catch(r){throw js(r,"variance",e)}})),0===s)throw new Error("Cannot calculate variance of an empty array");var c=a(o,s);if(o=void 0,dn(e,(function(e){var r=n(e,c);o=void 0===o?i(r,r):t(o,i(r,r))})),u(o))return o;switch(r){case"uncorrected":return a(o,s);case"biased":return a(o,s+1);case"unbiased":var f=Fe(o)?o.mul(0):0;return 1===s?f:a(o,s-1);default:throw new Error('Unknown normalization "'+r+'". Choose "unbiased" (default), "uncorrected", or "biased".')}}function c(e,r,t){try{if(0===e.length)throw new SyntaxError("Function variance requires one or more parameters (0 provided)");return o(e,r,(e=>s(e,t)))}catch(e){throw js(e,"variance")}}})),dp="quantileSeq",pp=Ar(dp,["typed","?bignumber","add","subtract","divide","multiply","partitionSelect","compare","isInteger","smaller","smallerEq","larger","mapSlices"],(e=>{var{typed:r,bignumber:t,add:n,subtract:i,divide:a,multiply:o,partitionSelect:u,compare:s,isInteger:c,smaller:f,smallerEq:l,larger:m,mapSlices:d}=e;return r(dp,{"Array | Matrix, number | BigNumber":(e,r)=>h(e,r,!1),"Array | Matrix, number | BigNumber, number":(e,r,t)=>p(e,r,!1,t,h),"Array | Matrix, number | BigNumber, boolean":h,"Array | Matrix, number | BigNumber, boolean, number":(e,r,t,n)=>p(e,r,t,n,h),"Array | Matrix, Array | Matrix":(e,r)=>v(e,r,!1),"Array | Matrix, Array | Matrix, number":(e,r,t)=>p(e,r,!1,t,v),"Array | Matrix, Array | Matrix, boolean":v,"Array | Matrix, Array | Matrix, boolean, number":(e,r,t,n)=>p(e,r,t,n,v)});function p(e,r,t,n,i){return d(e,n,(e=>i(e,r,t)))}function h(e,r,i){var o,u=e.valueOf();if(f(r,0))throw new Error("N/prob must be non-negative");if(l(r,1))return Se(r)?y(u,r,i):t(y(u,r,i));if(m(r,1)){if(!c(r))throw new Error("N must be a positive integer");if(m(r,4294967295))throw new Error("N must be less than or equal to 2^32-1, as that is the maximum length of an Array");var s=n(r,1);o=[];for(var d=0;f(d,r);d++){var p=a(d+1,s);o.push(y(u,p,i))}return Se(r)?o:t(o)}}function v(e,r,t){for(var n=e.valueOf(),i=r.valueOf(),a=[],o=0;o<i.length;++o)a.push(y(n,i[o],t));return a}function y(e,r,t){var a=Lt(e),f=a.length;if(0===f)throw new Error("Cannot calculate quantile of an empty sequence");var l,m,d=Se(r)?r*(f-1):r.times(f-1),p=Se(r)?Math.floor(d):d.floor().toNumber(),h=Se(r)?d%1:d.minus(p);if(c(d))return t?a[d]:u(a,Se(r)?d:d.valueOf());if(t)l=a[p],m=a[p+1];else{m=u(a,p+1),l=a[p];for(var v=0;v<p;++v)s(a[v],l)>0&&(l=a[v])}return n(o(l,i(1,h)),o(m,h))}})),hp=Ar("std",["typed","map","sqrt","variance"],(e=>{var{typed:r,map:t,sqrt:n,variance:i}=e;return r("std",{"Array | Matrix":a,"Array | Matrix, string":a,"Array | Matrix, number | BigNumber":a,"Array | Matrix, number | BigNumber, string":a,"...":function(e){return a(e)}});function a(e,r){if(0===e.length)throw new SyntaxError("Function std requires one or more parameters (0 provided)");try{var a=i.apply(null,arguments);return Re(a)?t(a,n):n(a)}catch(e){throw e instanceof TypeError&&e.message.includes(" variance")?new TypeError(e.message.replace(" variance"," std")):e}}})),vp="corr",yp=Ar(vp,["typed","matrix","mean","sqrt","sum","add","subtract","multiply","pow","divide"],(e=>{var{typed:r,matrix:t,sqrt:n,sum:i,add:a,subtract:o,multiply:u,pow:s,divide:c}=e;return r(vp,{"Array, Array":function(e,r){return f(e,r)},"Matrix, Matrix":function(e,r){var n=f(e.toArray(),r.toArray());return Array.isArray(n)?t(n):n}});function f(e,r){var t=[];if(Array.isArray(e[0])&&Array.isArray(r[0])){if(e.length!==r.length)throw new SyntaxError("Dimension mismatch. Array A and B must have the same length.");for(var n=0;n<e.length;n++){if(e[n].length!==r[n].length)throw new SyntaxError("Dimension mismatch. Array A and B must have the same number of elements.");t.push(l(e[n],r[n]))}return t}if(e.length!==r.length)throw new SyntaxError("Dimension mismatch. Array A and B must have the same number of elements.");return l(e,r)}function l(e,r){var t=e.length,f=i(e),l=i(r),m=e.reduce(((e,t,n)=>a(e,u(t,r[n]))),0),d=i(e.map((e=>s(e,2)))),p=i(r.map((e=>s(e,2)))),h=o(u(t,m),u(f,l)),v=n(u(o(u(t,d),s(f,2)),o(u(t,p),s(l,2))));return c(h,v)}})),gp="combinations",xp=Ar(gp,["typed"],(e=>{var{typed:r}=e;return r(gp,{"number, number":Qn,"BigNumber, BigNumber":function(e,r){var t,n,i=e.constructor,a=e.minus(r),o=new i(1);if(!bp(e)||!bp(r))throw new TypeError("Positive integer value expected in function combinations");if(r.gt(e))throw new TypeError("k must be less than n in function combinations");if(t=o,r.lt(a))for(n=o;n.lte(a);n=n.plus(o))t=t.times(r.plus(n)).dividedBy(n);else for(n=o;n.lte(r);n=n.plus(o))t=t.times(a.plus(n)).dividedBy(n);return t}})}));function bp(e){return e.isInteger()&&e.gte(0)}var wp="combinationsWithRep",Dp=Ar(wp,["typed"],(e=>{var{typed:r}=e;return r(wp,{"number, number":function(e,r){if(!Cr(e)||e<0)throw new TypeError("Positive integer value expected in function combinationsWithRep");if(!Cr(r)||r<0)throw new TypeError("Positive integer value expected in function combinationsWithRep");if(e<1)throw new TypeError("k must be less than or equal to n + k - 1");return r<e-1?Xn(e,e+r-1)/Xn(1,r):Xn(r+1,e+r-1)/Xn(1,e-1)},"BigNumber, BigNumber":function(e,r){var t,n,i=new(0,e.constructor)(1),a=e.minus(i);if(!Np(e)||!Np(r))throw new TypeError("Positive integer value expected in function combinationsWithRep");if(e.lt(i))throw new TypeError("k must be less than or equal to n + k - 1 in function combinationsWithRep");if(t=i,r.lt(a))for(n=i;n.lte(a);n=n.plus(i))t=t.times(r.plus(n)).dividedBy(n);else for(n=i;n.lte(r);n=n.plus(i))t=t.times(a.plus(n)).dividedBy(n);return t}})}));function Np(e){return e.isInteger()&&e.gte(0)}var Ap="gamma",Mp=Ar(Ap,["typed","config","multiplyScalar","pow","BigNumber","Complex"],(e=>{var{typed:r,config:t,BigNumber:n,Complex:i}=e;return r(Ap,{number:oi,Complex:function e(r){if(0===r.im)return oi(r.re);if(r.re<.5){var t=new i(1-r.re,-r.im),n=new i(Math.PI*r.re,Math.PI*r.im);return new i(Math.PI).div(n.sin()).div(e(t))}r=new i(r.re-1,r.im);for(var a=new i(si[0],0),o=1;o<si.length;++o){var u=new i(si[o],0);a=a.add(u.div(r.add(o)))}var s=new i(r.re+ui+.5,r.im),c=Math.sqrt(2*Math.PI),f=s.pow(r.add(.5)),l=s.neg().exp();return a.mul(c).mul(f).mul(l)},BigNumber:function(e){if(e.isInteger())return e.isNegative()||e.isZero()?new n(1/0):a(e.minus(1));if(!e.isFinite())return new n(e.isNegative()?NaN:1/0);throw new Error("Integer BigNumber expected")}});function a(e){if(e<8)return new n([1,1,2,6,24,120,720,5040][e]);var r=t.precision+(0|Math.log(e.toNumber())),i=n.clone({precision:r});if(e%2==1)return e.times(a(new n(e-1)));for(var o=e,u=new i(e),s=e.toNumber();o>2;)u=u.times(s+=o-=2);return new n(u.toPrecision(n.precision))}})),Cp="lgamma",Ep=Ar(Cp,["Complex","typed"],(e=>{var{Complex:r,typed:t}=e,n=[-.029550653594771242,.00641025641025641,-.0019175269175269176,.0008417508417508417,-.0005952380952380953,.0007936507936507937,-.002777777777777778,.08333333333333333];return t(Cp,{number:li,Complex:function e(t){if(t.isNaN())return new r(NaN,NaN);if(0===t.im)return new r(li(t.re),0);if(t.re>=7||Math.abs(t.im)>=7)return i(t);if(t.re<=.1){var n=(((s=6.283185307179586)>0||!1)^((c=t.im)>0||!(c<0)&&1/c==1/0)?-s:s)*Math.floor(.5*t.re+.25),o=t.mul(Math.PI).sin().log(),u=e(new r(1-t.re,-t.im));return new r(1.1447298858494002,n).sub(o).sub(u)}return t.im>=0?a(t):a(t.conjugate()).conjugate();var s,c},BigNumber:function(){throw new Error("mathjs doesn't yet provide an implementation of the algorithm lgamma for BigNumber")}});function i(e){for(var t=e.sub(.5).mul(e.log()).sub(e).add(ci),i=new r(1,0).div(e),a=i.div(e),o=n[0],u=n[1],s=2*a.re,c=a.re*a.re+a.im*a.im,f=2;f<8;f++){var l=u;u=-c*o+n[f],o=s*o+l}var m=i.mul(a.mul(o).add(u));return t.add(m)}function a(e){var t=0,n=0,a=e;for(e=e.add(1);e.re<=7;){var o=(a=a.mul(e)).im<0?1:0;0!==o&&0===n&&t++,n=o,e=e.add(1)}return i(e).sub(a.log()).sub(new r(0,2*t*Math.PI*1))}})),Sp="factorial",Fp=Ar(Sp,["typed","gamma"],(e=>{var{typed:r,gamma:t}=e;return r(Sp,{number:function(e){if(e<0)throw new Error("Value must be non-negative");return t(e+1)},BigNumber:function(e){if(e.isNegative())throw new Error("Value must be non-negative");return t(e.plus(1))},"Array | Matrix":r.referToSelf((e=>r=>pn(r,e)))})})),Bp="kldivergence",qp=Ar(Bp,["typed","matrix","divide","sum","multiply","map","dotDivide","log","isNumeric"],(e=>{var{typed:r,matrix:t,divide:n,sum:i,multiply:a,map:o,dotDivide:u,log:s,isNumeric:c}=e;return r(Bp,{"Array, Array":function(e,r){return f(t(e),t(r))},"Matrix, Array":function(e,r){return f(e,t(r))},"Array, Matrix":function(e,r){return f(t(e),r)},"Matrix, Matrix":function(e,r){return f(e,r)}});function f(e,r){var t=r.size().length,f=e.size().length;if(t>1)throw new Error("first object must be one dimensional");if(f>1)throw new Error("second object must be one dimensional");if(t!==f)throw new Error("Length of two vectors must be equal");if(0===i(e))throw new Error("Sum of elements in first object must be non zero");if(0===i(r))throw new Error("Sum of elements in second object must be non zero");var l=n(e,i(e)),m=n(r,i(r)),d=i(a(l,o(u(l,m),(e=>s(e)))));return c(d)?d:Number.NaN}})),Tp="multinomial",Op=Ar(Tp,["typed","add","divide","multiply","factorial","isInteger","isPositive"],(e=>{var{typed:r,add:t,divide:n,multiply:i,factorial:a,isInteger:o,isPositive:u}=e;return r(Tp,{"Array | Matrix":function(e){var r=0,s=1;return dn(e,(function(e){if(!o(e)||!u(e))throw new TypeError("Positive integer value expected in function multinomial");r=t(r,e),s=i(s,a(e))})),n(a(r),s)}})})),kp="permutations",zp=Ar(kp,["typed","factorial"],(e=>{var{typed:r,factorial:t}=e;return r(kp,{"number | BigNumber":t,"number, number":function(e,r){if(!Cr(e)||e<0)throw new TypeError("Positive integer value expected in function permutations");if(!Cr(r)||r<0)throw new TypeError("Positive integer value expected in function permutations");if(r>e)throw new TypeError("second argument k must be less than or equal to first argument n");return Xn(e-r+1,e)},"BigNumber, BigNumber":function(e,r){var t,n;if(!Ip(e)||!Ip(r))throw new TypeError("Positive integer value expected in function permutations");if(r.gt(e))throw new TypeError("second argument k must be less than or equal to first argument n");for(t=e.mul(0).add(1),n=e.minus(r).plus(1);n.lte(e);n=n.plus(1))t=t.times(n);return t}})}));function Ip(e){return e.isInteger()&&e.gte(0)}var Rp={exports:{}};!function(){function e(e){var r,t=this,n=(r=4022871197,function(e){e=String(e);for(var t=0;t<e.length;t++){var n=.02519603282416938*(r+=e.charCodeAt(t));n-=r=n>>>0,r=(n*=r)>>>0,r+=4294967296*(n-=r)}return 2.3283064365386963e-10*(r>>>0)});t.next=function(){var e=2091639*t.s0+2.3283064365386963e-10*t.c;return t.s0=t.s1,t.s1=t.s2,t.s2=e-(t.c=0|e)},t.c=1,t.s0=n(" "),t.s1=n(" "),t.s2=n(" "),t.s0-=n(e),t.s0<0&&(t.s0+=1),t.s1-=n(e),t.s1<0&&(t.s1+=1),t.s2-=n(e),t.s2<0&&(t.s2+=1),n=null}function r(e,r){return r.c=e.c,r.s0=e.s0,r.s1=e.s1,r.s2=e.s2,r}function t(t,n){var i=new e(t),a=n&&n.state,o=i.next;return o.int32=function(){return 4294967296*i.next()|0},o.double=function(){return o()+11102230246251565e-32*(2097152*o()|0)},o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}Rp&&Rp.exports?Rp.exports=t:this.alea=t}();var jp={exports:{}};!function(){function e(e){var r=this,t="";r.x=0,r.y=0,r.z=0,r.w=0,r.next=function(){var e=r.x^r.x<<11;return r.x=r.y,r.y=r.z,r.z=r.w,r.w^=r.w>>>19^e^e>>>8},e===(0|e)?r.x=e:t+=e;for(var n=0;n<t.length+64;n++)r.x^=0|t.charCodeAt(n),r.next()}function r(e,r){return r.x=e.x,r.y=e.y,r.z=e.z,r.w=e.w,r}function t(t,n){var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}jp&&jp.exports?jp.exports=t:this.xor128=t}();var Up={exports:{}};!function(){function e(e){var r=this,t="";r.next=function(){var e=r.x^r.x>>>2;return r.x=r.y,r.y=r.z,r.z=r.w,r.w=r.v,(r.d=r.d+362437|0)+(r.v=r.v^r.v<<4^e^e<<1)|0},r.x=0,r.y=0,r.z=0,r.w=0,r.v=0,e===(0|e)?r.x=e:t+=e;for(var n=0;n<t.length+64;n++)r.x^=0|t.charCodeAt(n),n==t.length&&(r.d=r.x<<10^r.x>>>4),r.next()}function r(e,r){return r.x=e.x,r.y=e.y,r.z=e.z,r.w=e.w,r.v=e.v,r.d=e.d,r}function t(t,n){var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}Up&&Up.exports?Up.exports=t:this.xorwow=t}();var Pp={exports:{}};!function(){function e(e){var r=this;r.next=function(){var e,t,n=r.x,i=r.i;return e=n[i],t=(e^=e>>>7)^e<<24,t^=(e=n[i+1&7])^e>>>10,t^=(e=n[i+3&7])^e>>>3,t^=(e=n[i+4&7])^e<<7,e=n[i+7&7],n[i]=t^=(e^=e<<13)^e<<9,r.i=i+1&7,t},function(e,r){var t,n=[];if(r===(0|r))n[0]=r;else for(r=""+r,t=0;t<r.length;++t)n[7&t]=n[7&t]<<15^r.charCodeAt(t)+n[t+1&7]<<13;for(;n.length<8;)n.push(0);for(t=0;t<8&&0===n[t];++t);for(8==t&&(n[7]=-1),e.x=n,e.i=0,t=256;t>0;--t)e.next()}(r,e)}function r(e,r){return r.x=e.x.slice(),r.i=e.i,r}function t(t,n){null==t&&(t=+new Date);var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&(a.x&&r(a,i),o.state=function(){return r(i,{})}),o}Pp&&Pp.exports?Pp.exports=t:this.xorshift7=t}();var $p={exports:{}};!function(){function e(e){var r=this;r.next=function(){var e,t,n=r.w,i=r.X,a=r.i;return r.w=n=n+1640531527|0,t=i[a+34&127],e=i[a=a+1&127],t^=t<<13,e^=e<<17,t=i[a]=(t^=t>>>15)^(e^=e>>>12),r.i=a,t+(n^n>>>16)|0},function(e,r){var t,n,i,a,o,u=[],s=128;for(r===(0|r)?(n=r,r=null):(r+="\0",n=0,s=Math.max(s,r.length)),i=0,a=-32;a<s;++a)r&&(n^=r.charCodeAt((a+32)%r.length)),0===a&&(o=n),n^=n<<10,n^=n>>>15,n^=n<<4,n^=n>>>13,a>=0&&(i=0==(t=u[127&a]^=n+(o=o+1640531527|0))?i+1:0);for(i>=128&&(u[127&(r&&r.length||0)]=-1),i=127,a=512;a>0;--a)n=u[i+34&127],t=u[i=i+1&127],n^=n<<13,t^=t<<17,u[i]=(n^=n>>>15)^(t^=t>>>12);e.w=o,e.X=u,e.i=i}(r,e)}function r(e,r){return r.i=e.i,r.w=e.w,r.X=e.X.slice(),r}function t(t,n){null==t&&(t=+new Date);var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&(a.X&&r(a,i),o.state=function(){return r(i,{})}),o}$p&&$p.exports?$p.exports=t:this.xor4096=t}();var Lp={exports:{}};!function(){function e(e){var r=this,t="";r.next=function(){var e=r.b,t=r.c,n=r.d,i=r.a;return e=e<<25^e>>>7^t,t=t-n|0,n=n<<24^n>>>8^i,i=i-e|0,r.b=e=e<<20^e>>>12^t,r.c=t=t-n|0,r.d=n<<16^t>>>16^i,r.a=i-e|0},r.a=0,r.b=0,r.c=-1640531527,r.d=1367130551,e===Math.floor(e)?(r.a=e/4294967296|0,r.b=0|e):t+=e;for(var n=0;n<t.length+20;n++)r.b^=0|t.charCodeAt(n),r.next()}function r(e,r){return r.a=e.a,r.b=e.b,r.c=e.c,r.d=e.d,r}function t(t,n){var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}Lp&&Lp.exports?Lp.exports=t:this.tychei=t}();var _p={exports:{}};!function(e){!function(r,t,n){var i,a=256,o="random",u=n.pow(a,6),s=n.pow(2,52),c=2*s,f=a-1;function l(e,f,l){var y=[],g=h(p((f=1==f?{entropy:!0}:f||{}).entropy?[e,v(t)]:null==e?function(){try{var e;return i&&(e=i.randomBytes)?e=e(a):(e=new Uint8Array(a),(r.crypto||r.msCrypto).getRandomValues(e)),v(e)}catch(e){var n=r.navigator,o=n&&n.plugins;return[+new Date,r,o,r.screen,v(t)]}}():e,3),y),x=new m(y),b=function(){for(var e=x.g(6),r=u,t=0;e<s;)e=(e+t)*a,r*=a,t=x.g(1);for(;e>=c;)e/=2,r/=2,t>>>=1;return(e+t)/r};return b.int32=function(){return 0|x.g(4)},b.quick=function(){return x.g(4)/4294967296},b.double=b,h(v(x.S),t),(f.pass||l||function(e,r,t,i){return i&&(i.S&&d(i,x),e.state=function(){return d(x,{})}),t?(n[o]=e,r):e})(b,g,"global"in f?f.global:this==n,f.state)}function m(e){var r,t=e.length,n=this,i=0,o=n.i=n.j=0,u=n.S=[];for(t||(e=[t++]);i<a;)u[i]=i++;for(i=0;i<a;i++)u[i]=u[o=f&o+e[i%t]+(r=u[i])],u[o]=r;(n.g=function(e){for(var r,t=0,i=n.i,o=n.j,u=n.S;e--;)r=u[i=f&i+1],t=t*a+u[f&(u[i]=u[o=f&o+r])+(u[o]=r)];return n.i=i,n.j=o,t})(a)}function d(e,r){return r.i=e.i,r.j=e.j,r.S=e.S.slice(),r}function p(e,r){var t,n=[],i=typeof e;if(r&&"object"==i)for(t in e)try{n.push(p(e[t],r-1))}catch(e){}return n.length?n:"string"==i?e:e+"\0"}function h(e,r){for(var t,n=e+"",i=0;i<n.length;)r[f&i]=f&(t^=19*r[f&i])+n.charCodeAt(i++);return v(r)}function v(e){return String.fromCharCode.apply(0,e)}if(h(n.random(),t),e.exports){e.exports=l;try{i=require("crypto")}catch(e){}}else n["seed"+o]=l}("undefined"!=typeof self?self:fe,[],Math)}(_p);var Jp=jp.exports,Wp=Up.exports,Vp=Pp.exports,Hp=$p.exports,Zp=Lp.exports,Gp=_p.exports;Gp.alea=Rp.exports,Gp.xor128=Jp,Gp.xorwow=Wp,Gp.xorshift7=Vp,Gp.xor4096=Hp,Gp.tychei=Zp;const Xp=Gp;var Qp=Xp(Date.now());function Yp(e){var r,t;return r=null===(t=e)?Qp:Xp(String(t)),function(){return r()}}var Kp="pickRandom",eh=Ar(Kp,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=Yp(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=Yp(e.randomSeed))})),r(Kp,{"Array | Matrix":function(e){return a(e,{})},"Array | Matrix, Object":function(e,r){return a(e,r)},"Array | Matrix, number":function(e,r){return a(e,{number:r})},"Array | Matrix, Array | Matrix":function(e,r){return a(e,{weights:r})},"Array | Matrix, Array | Matrix, number":function(e,r,t){return a(e,{number:t,weights:r})},"Array | Matrix, number, Array | Matrix":function(e,r,t){return a(e,{number:r,weights:t})}});function a(e,r){var{number:t,weights:n,elementWise:a=!0}=r,o=void 0===t;o&&(t=1);var u=Ie(e)?e.create:Ie(n)?n.create:null;e=e.valueOf(),n&&(n=n.valueOf()),!0===a&&(e=Lt(e),n=Lt(n));var s=0;if(void 0!==n){if(n.length!==e.length)throw new Error("Weights must have the same length as possibles");for(var c=0,f=n.length;c<f;c++){if(!Se(n[c])||n[c]<0)throw new Error("Weights must be an array of positive numbers");s+=n[c]}}for(var l,m=e.length,d=[];d.length<t;){if(void 0===n)l=e[Math.floor(i()*m)];else for(var p=i()*s,h=0,v=e.length;h<v;h++)if((p-=n[h])<0){l=e[h];break}d.push(l)}return o?d[0]:u?u(d):d}}));function rh(e,r){var t=[];if((e=e.slice(0)).length>1)for(var n=0,i=e.shift();n<i;n++)t.push(rh(e,r));else for(var a=0,o=e.shift();a<o;a++)t.push(r());return t}var th="random",nh=Ar(th,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=Yp(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=Yp(e.randomSeed))})),r(th,{"":()=>o(0,1),number:e=>o(0,e),"number, number":(e,r)=>o(e,r),"Array | Matrix":e=>a(e,0,1),"Array | Matrix, number":(e,r)=>a(e,0,r),"Array | Matrix, number, number":(e,r,t)=>a(e,r,t)});function a(e,r,t){var n=rh(e.valueOf(),(()=>o(r,t)));return Ie(e)?e.create(n,"number"):n}function o(e,r){return e+i()*(r-e)}})),ih="randomInt",ah=2n**30n,oh=Ar(ih,["typed","config","log2","?on"],(e=>{var{typed:r,config:t,log2:n,on:i}=e,a=Yp(t.randomSeed);return i&&i("config",(function(e,r){e.randomSeed!==r.randomSeed&&(a=Yp(e.randomSeed))})),r(ih,{"":()=>u(0,2),number:e=>u(0,e),"number, number":(e,r)=>u(e,r),bigint:e=>s(0n,e),"bigint, bigint":s,"Array | Matrix":e=>o(e,0,1),"Array | Matrix, number":(e,r)=>o(e,0,r),"Array | Matrix, number, number":(e,r,t)=>o(e,r,t)});function o(e,r,t){var n=rh(e.valueOf(),(()=>u(r,t)));return Ie(e)?e.create(n,"number"):n}function u(e,r){return Math.floor(e+a()*(r-e))}function s(e,r){var t=r-e;if(t<=ah)return e+BigInt(u(0,Number(t)));for(var i=n(t),o=t;o>=t;){o=0n;for(var s=0;s<i;++s)o=2n*o+(a()<.5?0n:1n)}return e+o}})),uh="stirlingS2",sh=Ar(uh,["typed","addScalar","subtractScalar","multiplyScalar","divideScalar","pow","factorial","combinations","isNegative","isInteger","number","?bignumber","larger"],(e=>{var{typed:r,addScalar:t,multiplyScalar:n,isNegative:i,isInteger:a,number:o,bignumber:u,larger:s}=e,c=[],f=[];return r(uh,{"number | BigNumber, number | BigNumber":function(e,r){if(!a(e)||i(e)||!a(r)||i(r))throw new TypeError("Non-negative integer value expected in function stirlingS2");if(s(r,e))throw new TypeError("k must be less than or equal to n in function stirlingS2");var l=!(Se(e)&&Se(r)),m=l?f:c,d=l?u:o,p=o(e),h=o(r);if(m[p]&&m[p].length>h)return m[p][h];for(var v=0;v<=p;++v)if(m[v]||(m[v]=[d(0===v?1:0)]),0!==v)for(var y=m[v],g=m[v-1],x=y.length;x<=v&&x<=h;++x)y[x]=x===v?1:t(n(d(x),g[x]),g[x-1]);return m[p][h]}})})),ch="bellNumbers",fh=Ar(ch,["typed","addScalar","isNegative","isInteger","stirlingS2"],(e=>{var{typed:r,addScalar:t,isNegative:n,isInteger:i,stirlingS2:a}=e;return r(ch,{"number | BigNumber":function(e){if(!i(e)||n(e))throw new TypeError("Non-negative integer value expected in function bellNumbers");for(var r=0,o=0;o<=e;o++)r=t(r,a(e,o));return r}})})),lh="catalan",mh=Ar(lh,["typed","addScalar","divideScalar","multiplyScalar","combinations","isNegative","isInteger"],(e=>{var{typed:r,addScalar:t,divideScalar:n,multiplyScalar:i,combinations:a,isNegative:o,isInteger:u}=e;return r(lh,{"number | BigNumber":function(e){if(!u(e)||o(e))throw new TypeError("Non-negative integer value expected in function catalan");return n(a(i(e,2),e),t(e,1))}})})),dh="composition",ph=Ar(dh,["typed","addScalar","combinations","isNegative","isPositive","isInteger","larger"],(e=>{var{typed:r,addScalar:t,combinations:n,isPositive:i,isInteger:a,larger:o}=e;return r(dh,{"number | BigNumber, number | BigNumber":function(e,r){if(!(a(e)&&i(e)&&a(r)&&i(r)))throw new TypeError("Positive integer value expected in function composition");if(o(r,e))throw new TypeError("k must be less than or equal to n in function composition");return n(t(e,-1),t(r,-1))}})})),hh="leafCount",vh=Ar(hh,["parse","typed"],(e=>{var{typed:r}=e;function t(e){var r=0;return e.forEach((e=>{r+=t(e)})),r||1}return r(hh,{Node:function(e){return t(e)}})}));function yh(e){return nr(e)||fr(e)&&e.isUnary()&&nr(e.args[0])}function gh(e){return!!nr(e)||!(!or(e)&&!fr(e)||!e.args.every(gh))||!(!lr(e)||!gh(e.content))}function xh(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function bh(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?xh(Object(t),!0).forEach((function(r){Ms(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):xh(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var wh=Ar("simplifyUtil",["FunctionNode","OperatorNode","SymbolNode"],(e=>{var{FunctionNode:r,OperatorNode:t,SymbolNode:n}=e,i=!0,a=!1,o="defaultF",u={add:{trivial:i,total:i,commutative:i,associative:i},unaryPlus:{trivial:i,total:i,commutative:i,associative:i},subtract:{trivial:a,total:i,commutative:a,associative:a},multiply:{trivial:i,total:i,commutative:i,associative:i},divide:{trivial:a,total:i,commutative:a,associative:a},paren:{trivial:i,total:i,commutative:i,associative:a},defaultF:{trivial:a,total:i,commutative:a,associative:a}};function s(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u,n=o;if("string"==typeof e?n=e:fr(e)?n=e.fn.toString():or(e)?n=e.name:lr(e)&&(n="paren"),br(t,n)){var i=t[n];if(br(i,r))return i[r];if(br(u,n))return u[n][r]}if(br(t,o)){var a=t[o];return br(a,r)?a[r]:u[o][r]}if(br(u,n)){var s=u[n];if(br(s,r))return s[r]}return u[o][r]}function c(e){return s(e,"associative",arguments.length>1&&void 0!==arguments[1]?arguments[1]:u)}function f(e,r){var t,n=[],i=function(e){for(var r=0;r<e.args.length;r++){var a=e.args[r];fr(a)&&t===a.op?i(a):n.push(a)}};return c(e,r)?(t=e.op,i(e),n):e.args}function l(e){return fr(e)?function(r){try{return new t(e.op,e.fn,r,e.implicit)}catch(e){return console.error(e),[]}}:function(t){return new r(new n(e.name),t)}}return{createMakeNodeFunction:l,hasProperty:s,isCommutative:function(e){return s(e,"commutative",arguments.length>1&&void 0!==arguments[1]?arguments[1]:u)},isAssociative:c,mergeContext:function(e,r){var t=bh({},e);for(var n in r)t[n]=br(e,n)?bh(bh({},r[n]),e[n]):r[n];return t},flatten:function e(r,t){if(!r.args||0===r.args.length)return r;r.args=f(r,t);for(var n=0;n<r.args.length;n++)e(r.args[n],t)},allChildren:f,unflattenr:function e(r,t){if(r.args&&0!==r.args.length){for(var n=l(r),i=r.args.length,a=0;a<i;a++)e(r.args[a],t);if(i>2&&c(r,t)){for(var o=r.args.pop();r.args.length>0;)o=n([r.args.pop(),o]);r.args=o.args}}},unflattenl:function e(r,t){if(r.args&&0!==r.args.length){for(var n=l(r),i=r.args.length,a=0;a<i;a++)e(r.args[a],t);if(i>2&&c(r,t)){for(var o=r.args.shift();r.args.length>0;)o=n([o,r.args.shift()]);r.args=o.args}}},defaultContext:u,realContext:{divide:{total:a},log:{total:a}},positiveContext:{subtract:{total:a},abs:{trivial:i},log:{total:i}}}})),Dh=Ar("simplify",["typed","parse","equal","resolve","simplifyConstant","simplifyCore","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","ParenthesisNode","SymbolNode","replacer"],(e=>{var{typed:r,parse:t,equal:n,resolve:i,simplifyConstant:a,simplifyCore:o,AccessorNode:u,ArrayNode:s,ConstantNode:c,FunctionNode:f,IndexNode:l,ObjectNode:m,OperatorNode:d,ParenthesisNode:p,SymbolNode:h,replacer:v}=e,{hasProperty:y,isCommutative:g,isAssociative:x,mergeContext:b,flatten:w,unflattenr:D,unflattenl:N,createMakeNodeFunction:A,defaultContext:M,realContext:C,positiveContext:E}=wh({FunctionNode:f,OperatorNode:d,SymbolNode:h});r.addConversion({from:"Object",to:"Map",convert:Ee});var S=r("simplify",{Node:k,"Node, Map":(e,r)=>k(e,!1,r),"Node, Map, Object":(e,r,t)=>k(e,!1,r,t),"Node, Array":k,"Node, Array, Map":k,"Node, Array, Map, Object":k});function F(e){return e.transform((function(e){return lr(e)?F(e.content):e}))}r.removeConversion({from:"Object",to:"Map",convert:Ee}),S.defaultContext=M,S.realContext=C,S.positiveContext=E;var B={true:!0,false:!0,e:!0,i:!0,Infinity:!0,LN2:!0,LN10:!0,LOG2E:!0,LOG10E:!0,NaN:!0,phi:!0,pi:!0,SQRT1_2:!0,SQRT2:!0,tau:!0};function q(e,r){var n={};if(e.s){var i=e.s.split("->");if(2!==i.length)throw SyntaxError("Could not parse rule: "+e.s);n.l=i[0],n.r=i[1]}else n.l=e.l,n.r=e.r;for(var a of(n.l=F(t(n.l)),n.r=F(t(n.r)),["imposeContext","repeat","assuming"]))a in e&&(n[a]=e[a]);if(e.evaluate&&(n.evaluate=t(e.evaluate)),x(n.l,r)){var o,u=!g(n.l,r);u&&(o=O());var s=A(n.l),c=O();n.expanded={},n.expanded.l=s([n.l,c]),w(n.expanded.l,r),D(n.expanded.l,r),n.expanded.r=s([n.r,c]),u&&(n.expandedNC1={},n.expandedNC1.l=s([o,n.l]),n.expandedNC1.r=s([o,n.r]),n.expandedNC2={},n.expandedNC2.l=s([o,n.expanded.l]),n.expandedNC2.r=s([o,n.expanded.r]))}return n}S.rules=[o,{l:"log(e)",r:"1"},{s:"n-n1 -> n+-n1",assuming:{subtract:{total:!0}}},{s:"n-n -> 0",assuming:{subtract:{total:!1}}},{s:"-(cl*v) -> v * (-cl)",assuming:{multiply:{commutative:!0},subtract:{total:!0}}},{s:"-(cl*v) -> (-cl) * v",assuming:{multiply:{commutative:!1},subtract:{total:!0}}},{s:"-(v*cl) -> v * (-cl)",assuming:{multiply:{commutative:!1},subtract:{total:!0}}},{l:"-(n1/n2)",r:"-n1/n2"},{l:"-v",r:"v * (-1)"},{l:"(n1 + n2)*(-1)",r:"n1*(-1) + n2*(-1)",repeat:!0},{l:"n/n1^n2",r:"n*n1^-n2"},{l:"n/n1",r:"n*n1^-1"},{s:"(n1*n2)^n3 -> n1^n3 * n2^n3",assuming:{multiply:{commutative:!0}}},{s:"(n1*n2)^(-1) -> n2^(-1) * n1^(-1)",assuming:{multiply:{commutative:!1}}},{s:"(n ^ n1) ^ n2 -> n ^ (n1 * n2)",assuming:{divide:{total:!0}}},{l:" vd * ( vd * n1 + n2)",r:"vd^2 * n1 + vd * n2"},{s:" vd * (vd^n4 * n1 + n2) -> vd^(1+n4) * n1 + vd * n2",assuming:{divide:{total:!0}}},{s:"vd^n3 * ( vd * n1 + n2) -> vd^(n3+1) * n1 + vd^n3 * n2",assuming:{divide:{total:!0}}},{s:"vd^n3 * (vd^n4 * n1 + n2) -> vd^(n3+n4) * n1 + vd^n3 * n2",assuming:{divide:{total:!0}}},{l:"n*n",r:"n^2"},{s:"n * n^n1 -> n^(n1+1)",assuming:{divide:{total:!0}}},{s:"n^n1 * n^n2 -> n^(n1+n2)",assuming:{divide:{total:!0}}},a,{s:"n+n -> 2*n",assuming:{add:{total:!0}}},{l:"n+-n",r:"0"},{l:"vd*n + vd",r:"vd*(n+1)"},{l:"n3*n1 + n3*n2",r:"n3*(n1+n2)"},{l:"n3^(-n4)*n1 + n3 * n2",r:"n3^(-n4)*(n1 + n3^(n4+1) *n2)"},{l:"n3^(-n4)*n1 + n3^n5 * n2",r:"n3^(-n4)*(n1 + n3^(n4+n5)*n2)"},{s:"n*vd + vd -> (n+1)*vd",assuming:{multiply:{commutative:!1}}},{s:"vd + n*vd -> (1+n)*vd",assuming:{multiply:{commutative:!1}}},{s:"n1*n3 + n2*n3 -> (n1+n2)*n3",assuming:{multiply:{commutative:!1}}},{s:"n^n1 * n -> n^(n1+1)",assuming:{divide:{total:!0},multiply:{commutative:!1}}},{s:"n1*n3^(-n4) + n2 * n3 -> (n1 + n2*n3^(n4 + 1))*n3^(-n4)",assuming:{multiply:{commutative:!1}}},{s:"n1*n3^(-n4) + n2 * n3^n5 -> (n1 + n2*n3^(n4 + n5))*n3^(-n4)",assuming:{multiply:{commutative:!1}}},{l:"n*cd + cd",r:"(n+1)*cd"},{s:"cd*n + cd -> cd*(n+1)",assuming:{multiply:{commutative:!1}}},{s:"cd + cd*n -> cd*(1+n)",assuming:{multiply:{commutative:!1}}},a,{s:"(-n)*n1 -> -(n*n1)",assuming:{subtract:{total:!0}}},{s:"n1*(-n) -> -(n1*n)",assuming:{subtract:{total:!0},multiply:{commutative:!1}}},{s:"ce+ve -> ve+ce",assuming:{add:{commutative:!0}},imposeContext:{add:{commutative:!1}}},{s:"vd*cd -> cd*vd",assuming:{multiply:{commutative:!0}},imposeContext:{multiply:{commutative:!1}}},{l:"n+-n1",r:"n-n1"},{l:"n+-(n1)",r:"n-(n1)"},{s:"n*(n1^-1) -> n/n1",assuming:{multiply:{commutative:!0}}},{s:"n*n1^-n2 -> n/n1^n2",assuming:{multiply:{commutative:!0}}},{s:"n^-1 -> 1/n",assuming:{multiply:{commutative:!0}}},{l:"n^1",r:"n"},{s:"n*(n1/n2) -> (n*n1)/n2",assuming:{multiply:{associative:!0}}},{s:"n-(n1+n2) -> n-n1-n2",assuming:{addition:{associative:!0,commutative:!0}}},{l:"1*n",r:"n",imposeContext:{multiply:{commutative:!0}}},{s:"n1/(n2/n3) -> (n1*n3)/n2",assuming:{multiply:{associative:!0}}},{l:"n1/(-n2)",r:"-n1/n2"}];var T=0;function O(){return new h("_p"+T++)}function k(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ce(),n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=n.consoleDebug;r=function(e,r){for(var t=[],n=0;n<e.length;n++){var i=e[n],a=void 0,o=typeof i;switch(o){case"string":i={s:i};case"object":a=q(i,r);break;case"function":a=i;break;default:throw TypeError("Unsupported type of rule: "+o)}t.push(a)}return t}(r||S.rules,n.context);for(var o=i(e,t),u={},s=(o=F(o)).toString({parenthesis:"all"});!u[s];){u[s]=!0,T=0;var c=s;a&&console.log("Working on: ",s);for(var f=0;f<r.length;f++){var l="";if("function"==typeof r[f]?(o=r[f](o,n),a&&(l=r[f].name)):(w(o,n.context),o=I(o,r[f],n.context),a&&(l="".concat(r[f].l.toString()," -> ").concat(r[f].r.toString()))),a){var m=o.toString({parenthesis:"all"});m!==c&&(console.log("Applying",l,"produced",m),c=m)}N(o,n.context)}s=o.toString({parenthesis:"all"})}return o}function z(e,r,t){var n=e;if(e)for(var i=0;i<e.length;++i){var a=I(e[i],r,t);a!==e[i]&&(n===e&&(n=e.slice()),n[i]=a)}return n}function I(e,r,t){if(r.assuming)for(var n in r.assuming)for(var i in r.assuming[n])if(y(n,i,t)!==r.assuming[n][i])return e;var a=b(r.imposeContext,t),o=e;if(o instanceof d||o instanceof f){var c=z(o.args,r,t);c!==o.args&&((o=o.clone()).args=c)}else if(o instanceof p){if(o.content){var h=I(o.content,r,t);h!==o.content&&(o=new p(h))}}else if(o instanceof s){var v=z(o.items,r,t);v!==o.items&&(o=new s(v))}else if(o instanceof u){var g=o.object;o.object&&(g=I(o.object,r,t));var x=o.index;o.index&&(x=I(o.index,r,t)),g===o.object&&x===o.index||(o=new u(g,x))}else if(o instanceof l){var w=z(o.dimensions,r,t);w!==o.dimensions&&(o=new l(w))}else if(o instanceof m){var D=!1,N={};for(var A in o.properties)N[A]=I(o.properties[A],r,t),N[A]!==o.properties[A]&&(D=!0);D&&(o=new m(N))}var M=r.r,C=U(r.l,o,a)[0];if(!C&&r.expanded&&(M=r.expanded.r,C=U(r.expanded.l,o,a)[0]),!C&&r.expandedNC1&&(M=r.expandedNC1.r,(C=U(r.expandedNC1.l,o,a)[0])||(M=r.expandedNC2.r,C=U(r.expandedNC2.l,o,a)[0])),C){var E=o.implicit;o=M.clone(),E&&"implicit"in M&&(o.implicit=!0),o=o.transform((function(e){return e.isSymbolNode&&br(C.placeholders,e.name)?C.placeholders[e.name].clone():e}))}return r.repeat&&o!==e&&(o=I(o,r,t)),o}function R(e,r){var t={placeholders:{}};if(!e.placeholders&&!r.placeholders)return t;if(!e.placeholders)return r;if(!r.placeholders)return e;for(var n in e.placeholders)if(br(e.placeholders,n)&&(t.placeholders[n]=e.placeholders[n],br(r.placeholders,n)&&!P(e.placeholders[n],r.placeholders[n])))return null;for(var i in r.placeholders)br(r.placeholders,i)&&(t.placeholders[i]=r.placeholders[i]);return t}function j(e,r){var t,n=[];if(0===e.length||0===r.length)return n;for(var i=0;i<e.length;i++)for(var a=0;a<r.length;a++)(t=R(e[i],r[a]))&&n.push(t);return n}function U(e,r,t,i){var a=[{placeholders:{}}];if(e instanceof d&&r instanceof d||e instanceof f&&r instanceof f){if(e instanceof d){if(e.op!==r.op||e.fn!==r.fn)return[]}else if(e instanceof f&&e.name!==r.name)return[];if(!(1===r.args.length&&1===e.args.length||!x(r,t)&&r.args.length===e.args.length||i)){if(r.args.length>=2&&2===e.args.length){for(var o=function(e,r){var t,n,i=[],a=A(e);if(g(e,r))for(var o=0;o<e.args.length;o++)(n=e.args.slice(0)).splice(o,1),t=1===n.length?n[0]:a(n),i.push(a([e.args[o],t]));else for(var u=1;u<e.args.length;u++){var s=e.args[0];u>1&&(s=a(e.args.slice(0,u))),t=1===(n=e.args.slice(u)).length?n[0]:a(n),i.push(a([s,t]))}return i}(r,t),u=[],s=0;s<o.length;s++){var l=U(e,o[s],t,!0);u=u.concat(l)}return u}if(e.args.length>2)throw Error("Unexpected non-binary associative function: "+e.toString());return[]}for(var m=[],p=0;p<e.args.length;p++){var y=U(e.args[p],r.args[p],t);if(0===y.length)break;m.push(y)}if(m.length!==e.args.length){if(!g(r,t)||1===e.args.length)return[];if(e.args.length>2)throw new Error("permuting >2 commutative non-associative rule arguments not yet implemented");var b=U(e.args[0],r.args[1],t);if(0===b.length)return[];var w=U(e.args[1],r.args[0],t);if(0===w.length)return[];m=[b,w]}a=function(e){if(0===e.length)return e;for(var r=e.reduce(j),t=[],n={},i=0;i<r.length;i++){var a=JSON.stringify(r[i],v);n[a]||(n[a]=!0,t.push(r[i]))}return t}(m)}else if(e instanceof h){if(0===e.name.length)throw new Error("Symbol in rule has 0 length...!?");if(B[e.name]){if(e.name!==r.name)return[]}else switch(e.name[1]>="a"&&e.name[1]<="z"?e.name.substring(0,2):e.name[0]){case"n":case"_p":a[0].placeholders[e.name]=r;break;case"c":case"cl":if(!nr(r))return[];a[0].placeholders[e.name]=r;break;case"v":if(nr(r))return[];a[0].placeholders[e.name]=r;break;case"vl":if(!pr(r))return[];a[0].placeholders[e.name]=r;break;case"cd":if(!yh(r))return[];a[0].placeholders[e.name]=r;break;case"vd":if(yh(r))return[];a[0].placeholders[e.name]=r;break;case"ce":if(!gh(r))return[];a[0].placeholders[e.name]=r;break;case"ve":if(gh(r))return[];a[0].placeholders[e.name]=r;break;default:throw new Error("Invalid symbol in rule: "+e.name)}}else{if(!(e instanceof c))return[];if(!n(e.value,r.value))return[]}return a}function P(e,r){if(e instanceof c&&r instanceof c){if(!n(e.value,r.value))return!1}else if(e instanceof h&&r instanceof h){if(e.name!==r.name)return!1}else{if(!(e instanceof d&&r instanceof d||e instanceof f&&r instanceof f))return!1;if(e instanceof d){if(e.op!==r.op||e.fn!==r.fn)return!1}else if(e instanceof f&&e.name!==r.name)return!1;if(e.args.length!==r.args.length)return!1;for(var t=0;t<e.args.length;t++)if(!P(e.args[t],r.args[t]))return!1}return!0}return S})),Nh=Ar("simplifyConstant",["typed","config","mathWithTransform","matrix","?fraction","?bignumber","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","SymbolNode"],(e=>{var{typed:r,config:t,mathWithTransform:n,matrix:i,fraction:a,bignumber:o,AccessorNode:u,ArrayNode:s,ConstantNode:c,FunctionNode:f,IndexNode:l,ObjectNode:m,OperatorNode:d,SymbolNode:p}=e,{isCommutative:h,isAssociative:v,allChildren:y,createMakeNodeFunction:g}=wh({FunctionNode:f,OperatorNode:d,SymbolNode:p}),x=r("simplifyConstant",{Node:e=>N(S(e,{})),"Node, Object":function(e,r){return N(S(e,r))}});function b(e){return Te(e)?e.valueOf():e instanceof Array?e.map(b):Ie(e)?i(b(e.valueOf())):e}function w(e,r,t){try{return n[e].apply(null,r)}catch(i){return r=r.map(b),M(n[e].apply(null,r),t)}}var D=r({Fraction:function(e){var r=e=>"BigNumber"===t.number&&o?o(e):Number(e),n=e.s*e.n,i=n<0n?new d("-","unaryMinus",[new c(-r(n))]):new c(r(n));return 1n===e.d?i:new d("/","divide",[i,new c(r(e.d))])},number:function(e){return e<0?C(new c(-e)):new c(e)},BigNumber:function(e){return e<0?C(new c(-e)):new c(e)},bigint:function(e){return e<0n?C(new c(-e)):new c(e)},Complex:function(){throw new Error("Cannot convert Complex number to Node")},string:function(e){return new c(e)},Matrix:function(e){return new s(e.valueOf().map((e=>D(e))))}});function N(e){return sr(e)?e:D(e)}function A(e,r){if(r&&!1!==r.exactFractions&&isFinite(e)&&a){var t=a(e),n=r&&"number"==typeof r.fractionsLimit?r.fractionsLimit:1/0;if(t.valueOf()===e&&t.n<n&&t.d<n)return t}return e}var M=r({"string, Object":function(e,r){var n=Er(e,t);return"BigNumber"===n?(void 0===o&&_u(),o(e)):"bigint"===n?BigInt(e):"Fraction"===n?(void 0===a&&Ju(),a(e)):A(parseFloat(e),r)},"Fraction, Object":function(e){return e},"BigNumber, Object":function(e){return e},"number, Object":function(e,r){return A(e,r)},"bigint, Object":function(e){return e},"Complex, Object":function(e,r){return 0!==e.im?e:A(e.re,r)},"Matrix, Object":function(e){return i(A(e.valueOf()))},"Array, Object":function(e){return e.map(A)}});function C(e){return new d("-","unaryMinus",[e])}function E(e,r,t,n){var i=r.shift(),a=r.reduce(((r,i)=>{if(!sr(i)){var a=r.pop();if(sr(a))return[a,i];try{return r.push(w(e,[a,i],n)),r}catch(e){r.push(a)}}r.push(N(r.pop()));var o=1===r.length?r[0]:t(r);return[t([o,N(i)])]}),[i]);return 1===a.length?a[0]:t([a[0],D(a[1])])}function S(e,r){switch(e.type){case"SymbolNode":return e;case"ConstantNode":switch(typeof e.value){case"number":case"bigint":return M(e.value,r);case"string":return e.value;default:if(!isNaN(e.value))return M(e.value,r)}return e;case"FunctionNode":if(n[e.name]&&n[e.name].rawArgs)return e;if(!["add","multiply"].includes(e.name)){var t=e.args.map((e=>S(e,r)));if(!t.some(sr))try{return w(e.name,t,r)}catch(e){}if("size"===e.name&&1===t.length&&Ke(t[0])){for(var a=[],o=t[0];Ke(o);)a.push(o.items.length),o=o.items[0];return i(a)}return new f(e.name,t.map(N))}case"OperatorNode":var d,p,b=e.fn.toString(),D=g(e);if(fr(e)&&e.isUnary())p=sr((d=[S(e.args[0],r)])[0])?D(d):w(b,d,r);else if(v(e,r.context))if(d=(d=y(e,r.context)).map((e=>S(e,r))),h(b,r.context)){for(var A=[],C=[],F=0;F<d.length;F++)sr(d[F])?C.push(d[F]):A.push(d[F]);A.length>1?(p=E(b,A,D,r),C.unshift(p),p=E(b,C,D,r)):p=E(b,d,D,r)}else p=E(b,d,D,r);else d=e.args.map((e=>S(e,r))),p=E(b,d,D,r);return p;case"ParenthesisNode":return S(e.content,r);case"AccessorNode":return function(e,r,t){if(!ur(r))return new u(N(e),N(r));if(Ke(e)||Ie(e)){for(var n=Array.from(r.dimensions);n.length>0;)if(nr(n[0])&&"string"!=typeof n[0].value){var a=M(n.shift().value,t);Ke(e)?e=e.items[a-1]:(e=e.valueOf()[a-1])instanceof Array&&(e=i(e))}else{if(!(n.length>1&&nr(n[1])&&"string"!=typeof n[1].value))break;var o=M(n[1].value,t),f=[],m=Ke(e)?e.items:e.valueOf();for(var d of m)if(Ke(d))f.push(d.items[o-1]);else{if(!Ie(e))break;f.push(d[o-1])}if(f.length!==m.length)break;e=Ke(e)?new s(f):i(f),n.splice(1,1)}return n.length===r.dimensions.length?new u(N(e),r):n.length>0?(r=new l(n),new u(N(e),r)):e}if(cr(e)&&1===r.dimensions.length&&nr(r.dimensions[0])){var p=r.dimensions[0].value;return p in e.properties?e.properties[p]:new c}return new u(N(e),r)}(S(e.object,r),S(e.index,r),r);case"ArrayNode":var B=e.items.map((e=>S(e,r)));return B.some(sr)?new s(B.map(N)):i(B);case"IndexNode":return new l(e.dimensions.map((e=>x(e,r))));case"ObjectNode":var q={};for(var T in e.properties)q[T]=x(e.properties[T],r);return new m(q);default:throw new Error("Unimplemented node type in simplifyConstant: ".concat(e.type))}}return x})),Ah="simplifyCore",Mh=Ar(Ah,["typed","parse","equal","isZero","add","subtract","multiply","divide","pow","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","ParenthesisNode","SymbolNode"],(e=>{var{typed:r,equal:t,isZero:n,AccessorNode:i,ArrayNode:a,ConstantNode:o,FunctionNode:u,IndexNode:s,ObjectNode:c,OperatorNode:f,SymbolNode:l}=e,m=new o(0),d=new o(1),p=new o(!0),h=new o(!1);function v(e){return fr(e)&&["and","not","or"].includes(e.op)}var{hasProperty:y,isCommutative:g}=wh({FunctionNode:u,OperatorNode:f,SymbolNode:l});function x(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=r?r.context:void 0;if(y(e,"trivial",o)){if(or(e)&&1===e.args.length)return x(e.args[0],r);var l=!1,b=0;if(e.forEach((e=>{1==++b&&(l=x(e,r))})),1===b)return l}var w=e;if(or(w)){var D=function(e){var r="OperatorNode:"+e;for(var t of lm)if(r in t)return t[r].op;return null}(w.name);if(!D)return new u(x(w.fn),w.args.map((e=>x(e,r))));if(w.args.length>2&&y(w,"associative",o))for(;w.args.length>2;){var N=w.args.pop(),A=w.args.pop();w.args.push(new f(D,w.name,[N,A]))}w=new f(D,w.name,w.args)}if(fr(w)&&w.isUnary()){var M=x(w.args[0],r);if("~"===w.op&&fr(M)&&M.isUnary()&&"~"===M.op)return M.args[0];if("not"===w.op&&fr(M)&&M.isUnary()&&"not"===M.op&&v(M.args[0]))return M.args[0];var C=!0;if("-"===w.op&&fr(M)&&(M.isBinary()&&"subtract"===M.fn&&(w=new f("-","subtract",[M.args[1],M.args[0]]),C=!1),M.isUnary()&&"-"===M.op))return M.args[0];if(C)return new f(w.op,w.fn,[M])}if(fr(w)&&w.isBinary()){var E=x(w.args[0],r),S=x(w.args[1],r);if("+"===w.op){if(nr(E)&&n(E.value))return S;if(nr(S)&&n(S.value))return E;fr(S)&&S.isUnary()&&"-"===S.op&&(w=new f("-","subtract",[E,S=S.args[0]]))}if("-"===w.op)return fr(S)&&S.isUnary()&&"-"===S.op?x(new f("+","add",[E,S.args[0]]),r):nr(E)&&n(E.value)?x(new f("-","unaryMinus",[S])):nr(S)&&n(S.value)?E:new f(w.op,w.fn,[E,S]);if("*"===w.op){if(nr(E)){if(n(E.value))return m;if(t(E.value,1))return S}if(nr(S)){if(n(S.value))return m;if(t(S.value,1))return E;if(g(w,o))return new f(w.op,w.fn,[S,E],w.implicit)}return new f(w.op,w.fn,[E,S],w.implicit)}if("/"===w.op)return nr(E)&&n(E.value)?m:nr(S)&&t(S.value,1)?E:new f(w.op,w.fn,[E,S]);if("^"===w.op&&nr(S)){if(n(S.value))return d;if(t(S.value,1))return E}if("and"===w.op){if(nr(E)){if(!E.value)return h;if(v(S))return S;if(nr(S))return S.value?p:h}if(nr(S)){if(!S.value)return h;if(v(E))return E}}if("or"===w.op){if(nr(E)){if(E.value)return p;if(v(S))return S}if(nr(S)){if(S.value)return p;if(v(E))return E}}return new f(w.op,w.fn,[E,S])}if(fr(w))return new f(w.op,w.fn,w.args.map((e=>x(e,r))));if(Ke(w))return new a(w.items.map((e=>x(e,r))));if(Ye(w))return new i(x(w.object,r),x(w.index,r));if(ur(w))return new s(w.dimensions.map((e=>x(e,r))));if(cr(w)){var F={};for(var B in w.properties)F[B]=x(w.properties[B],r);return new c(F)}return w}return r(Ah,{Node:x,"Node,Object":x})})),Ch=Ar("resolve",["typed","parse","ConstantNode","FunctionNode","OperatorNode","ParenthesisNode"],(e=>{var{typed:r,parse:t,ConstantNode:n,FunctionNode:i,OperatorNode:a,ParenthesisNode:o}=e;function u(e,r){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new Set;if(!r)return e;if(pr(e)){if(s.has(e.name)){var c=Array.from(s).join(", ");throw new ReferenceError("recursive loop of variable definitions among {".concat(c,"}"))}var f=r.get(e.name);if(sr(f)){var l=new Set(s);return l.add(e.name),u(f,r,l)}return"number"==typeof f?t(String(f)):void 0!==f?new n(f):e}if(fr(e)){var m=e.args.map((function(e){return u(e,r,s)}));return new a(e.op,e.fn,m,e.implicit)}if(lr(e))return new o(u(e.content,r,s));if(or(e)){var d=e.args.map((function(e){return u(e,r,s)}));return new i(e.name,d)}return e.map((e=>u(e,r,s)))}return r("resolve",{Node:u,"Node, Map | null | undefined":u,"Node, Object":(e,r)=>u(e,Ee(r)),"Array | Matrix":r.referToSelf((e=>r=>r.map((r=>e(r))))),"Array | Matrix, null | undefined":r.referToSelf((e=>r=>r.map((r=>e(r))))),"Array, Object":r.referTo("Array,Map",(e=>(r,t)=>e(r,Ee(t)))),"Matrix, Object":r.referTo("Matrix,Map",(e=>(r,t)=>e(r,Ee(t)))),"Array | Matrix, Map":r.referToSelf((e=>(r,t)=>r.map((r=>e(r,t)))))})})),Eh="symbolicEqual",Sh=Ar(Eh,["parse","simplify","typed","OperatorNode"],(e=>{var{simplify:r,typed:t,OperatorNode:n}=e;function i(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=new n("-","subtract",[e,t]),o=r(a,{},i);return nr(o)&&!o.value}return t(Eh,{"Node, Node":i,"Node, Node, Object":i})})),Fh="derivative",Bh=Ar(Fh,["typed","config","parse","simplify","equal","isZero","numeric","ConstantNode","FunctionNode","OperatorNode","ParenthesisNode","SymbolNode"],(e=>{var{typed:r,config:t,parse:n,simplify:i,equal:a,isZero:o,numeric:u,ConstantNode:s,FunctionNode:c,OperatorNode:f,ParenthesisNode:l,SymbolNode:m}=e;function d(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{simplify:!0},n=new Map,a=r.name,o=g(e,(function e(r){var t=n.get(r);if(void 0!==t)return t;var i=y(e,r,a);return n.set(r,i),i}));return t.simplify?i(o):o}function p(e){var r=n(e);if(!r.isSymbolNode)throw new TypeError("Invalid variable. "+"Cannot parse ".concat(JSON.stringify(e)," into a variable in function derivative"));return r}var h=r(Fh,{"Node, SymbolNode":d,"Node, SymbolNode, Object":d,"Node, string":(e,r)=>d(e,p(r)),"Node, string, Object":(e,r,t)=>d(e,p(r),t)});h._simplify=!0,h.toTex=function(e){return v.apply(null,e.args)};var v=r("_derivTex",{"Node, SymbolNode":function(e,r){return nr(e)&&"string"===vr(e.value)?v(n(e.value).toString(),r.toString(),1):v(e.toTex(),r.toString(),1)},"Node, ConstantNode":function(e,r){if("string"===vr(r.value))return v(e,n(r.value));throw new Error("The second parameter to 'derivative' is a non-string constant")},"Node, SymbolNode, ConstantNode":function(e,r,t){return v(e.toString(),r.name,t.value)},"string, string, number":function(e,r,t){return(1===t?"{d\\over d"+r+"}":"{d^{"+t+"}\\over d"+r+"^{"+t+"}}")+"\\left[".concat(e,"\\right]")}}),y=r("_isConst",{"function, ConstantNode, string":function(){return!0},"function, SymbolNode, string":function(e,r,t){return r.name!==t},"function, ParenthesisNode, string":function(e,r,t){return e(r.content,t)},"function, FunctionAssignmentNode, string":function(e,r,t){return!r.params.includes(t)||e(r.expr,t)},"function, FunctionNode | OperatorNode, string":function(e,r,t){return r.args.every((r=>e(r,t)))}}),g=r("_derivative",{"ConstantNode, function":function(){return x(0)},"SymbolNode, function":function(e,r){return r(e)?x(0):x(1)},"ParenthesisNode, function":function(e,r){return new l(g(e.content,r))},"FunctionAssignmentNode, function":function(e,r){return r(e)?x(0):g(e.expr,r)},"FunctionNode, function":function(e,r){if(r(e))return x(0);var t,n,i,a,o=e.args[0],u=!1,s=!1;switch(e.name){case"cbrt":u=!0,n=new f("*","multiply",[x(3),new f("^","pow",[o,new f("/","divide",[x(2),x(3)])])]);break;case"sqrt":case"nthRoot":if(1===e.args.length)u=!0,n=new f("*","multiply",[x(2),new c("sqrt",[o])]);else if(2===e.args.length)return t=new f("/","divide",[x(1),e.args[1]]),g(new f("^","pow",[o,t]),r);break;case"log10":t=x(10);case"log":if(t||1!==e.args.length){if(1===e.args.length&&t||2===e.args.length&&r(e.args[1]))n=new f("*","multiply",[o.clone(),new c("log",[t||e.args[1]])]),u=!0;else if(2===e.args.length)return g(new f("/","divide",[new c("log",[o]),new c("log",[e.args[1]])]),r)}else n=o.clone(),u=!0;break;case"pow":if(2===e.args.length)return g(new f("^","pow",[o,e.args[1]]),r);break;case"exp":n=new c("exp",[o.clone()]);break;case"sin":n=new c("cos",[o.clone()]);break;case"cos":n=new f("-","unaryMinus",[new c("sin",[o.clone()])]);break;case"tan":n=new f("^","pow",[new c("sec",[o.clone()]),x(2)]);break;case"sec":n=new f("*","multiply",[e,new c("tan",[o.clone()])]);break;case"csc":s=!0,n=new f("*","multiply",[e,new c("cot",[o.clone()])]);break;case"cot":s=!0,n=new f("^","pow",[new c("csc",[o.clone()]),x(2)]);break;case"asin":u=!0,n=new c("sqrt",[new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])])]);break;case"acos":u=!0,s=!0,n=new c("sqrt",[new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])])]);break;case"atan":u=!0,n=new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)]);break;case"asec":u=!0,n=new f("*","multiply",[new c("abs",[o.clone()]),new c("sqrt",[new f("-","subtract",[new f("^","pow",[o.clone(),x(2)]),x(1)])])]);break;case"acsc":u=!0,s=!0,n=new f("*","multiply",[new c("abs",[o.clone()]),new c("sqrt",[new f("-","subtract",[new f("^","pow",[o.clone(),x(2)]),x(1)])])]);break;case"acot":u=!0,s=!0,n=new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)]);break;case"sinh":n=new c("cosh",[o.clone()]);break;case"cosh":n=new c("sinh",[o.clone()]);break;case"tanh":n=new f("^","pow",[new c("sech",[o.clone()]),x(2)]);break;case"sech":s=!0,n=new f("*","multiply",[e,new c("tanh",[o.clone()])]);break;case"csch":s=!0,n=new f("*","multiply",[e,new c("coth",[o.clone()])]);break;case"coth":s=!0,n=new f("^","pow",[new c("csch",[o.clone()]),x(2)]);break;case"asinh":u=!0,n=new c("sqrt",[new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)])]);break;case"acosh":u=!0,n=new c("sqrt",[new f("-","subtract",[new f("^","pow",[o.clone(),x(2)]),x(1)])]);break;case"atanh":u=!0,n=new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])]);break;case"asech":u=!0,s=!0,n=new f("*","multiply",[o.clone(),new c("sqrt",[new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])])])]);break;case"acsch":u=!0,s=!0,n=new f("*","multiply",[new c("abs",[o.clone()]),new c("sqrt",[new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)])])]);break;case"acoth":u=!0,s=!0,n=new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])]);break;case"abs":n=new f("/","divide",[new c(new m("abs"),[o.clone()]),o.clone()]);break;default:throw new Error('Cannot process function "'+e.name+'" in derivative: the function is not supported, undefined, or the number of arguments passed to it are not supported')}u?(i="/",a="divide"):(i="*",a="multiply");var l=g(o,r);return s&&(l=new f("-","unaryMinus",[l])),new f(i,a,[l,n])},"OperatorNode, function":function(e,r){if(r(e))return x(0);if("+"===e.op)return new f(e.op,e.fn,e.args.map((function(e){return g(e,r)})));if("-"===e.op){if(e.isUnary())return new f(e.op,e.fn,[g(e.args[0],r)]);if(e.isBinary())return new f(e.op,e.fn,[g(e.args[0],r),g(e.args[1],r)])}if("*"===e.op){var t=e.args.filter((function(e){return r(e)}));if(t.length>0){var n=e.args.filter((function(e){return!r(e)})),i=1===n.length?n[0]:new f("*","multiply",n),u=t.concat(g(i,r));return new f("*","multiply",u)}return new f("+","add",e.args.map((function(t){return new f("*","multiply",e.args.map((function(e){return e===t?g(e,r):e.clone()})))})))}if("/"===e.op&&e.isBinary()){var s=e.args[0],l=e.args[1];return r(l)?new f("/","divide",[g(s,r),l]):r(s)?new f("*","multiply",[new f("-","unaryMinus",[s]),new f("/","divide",[g(l,r),new f("^","pow",[l.clone(),x(2)])])]):new f("/","divide",[new f("-","subtract",[new f("*","multiply",[g(s,r),l.clone()]),new f("*","multiply",[s.clone(),g(l,r)])]),new f("^","pow",[l.clone(),x(2)])])}if("^"===e.op&&e.isBinary()){var m=e.args[0],d=e.args[1];if(r(m))return nr(m)&&(o(m.value)||a(m.value,1))?x(0):new f("*","multiply",[e,new f("*","multiply",[new c("log",[m.clone()]),g(d.clone(),r)])]);if(r(d)){if(nr(d)){if(o(d.value))return x(0);if(a(d.value,1))return g(m,r)}var p=new f("^","pow",[m.clone(),new f("-","subtract",[d,x(1)])]);return new f("*","multiply",[d.clone(),new f("*","multiply",[g(m,r),p])])}return new f("*","multiply",[new f("^","pow",[m.clone(),d.clone()]),new f("+","add",[new f("*","multiply",[g(m,r),new f("/","divide",[d.clone(),m.clone()])]),new f("*","multiply",[g(d,r),new c("log",[m.clone()])])])])}throw new Error('Cannot process operator "'+e.op+'" in derivative: the operator is not supported, undefined, or the number of arguments passed to it are not supported')}});function x(e,r){return new s(u(e,r||Er(String(e),t)))}return h})),qh="rationalize",Th=Ar(qh,["config","typed","equal","isZero","add","subtract","multiply","divide","pow","parse","simplifyConstant","simplifyCore","simplify","?bignumber","?fraction","mathWithTransform","matrix","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","SymbolNode","ParenthesisNode"],(e=>{var{typed:r,simplifyConstant:t,simplifyCore:n,simplify:i,ConstantNode:a,OperatorNode:o,SymbolNode:u}=e;function s(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=function(){var e=[n,{l:"n+n",r:"2*n"},{l:"n+-n",r:"0"},t,{l:"n*(n1^-1)",r:"n/n1"},{l:"n*n1^-n2",r:"n/n1^n2"},{l:"n1^-1",r:"1/n1"},{l:"n*(n1/n2)",r:"(n*n1)/n2"},{l:"1*n",r:"n"}],r=[{l:"(-n1)/(-n2)",r:"n1/n2"},{l:"(-n1)*(-n2)",r:"n1*n2"},{l:"n1--n2",r:"n1+n2"},{l:"n1-n2",r:"n1+(-n2)"},{l:"(n1+n2)*n3",r:"(n1*n3 + n2*n3)"},{l:"n1*(n2+n3)",r:"(n1*n2+n1*n3)"},{l:"c1*n + c2*n",r:"(c1+c2)*n"},{l:"c1*n + n",r:"(c1+1)*n"},{l:"c1*n - c2*n",r:"(c1-c2)*n"},{l:"c1*n - n",r:"(c1-1)*n"},{l:"v/c",r:"(1/c)*v"},{l:"v/-c",r:"-(1/c)*v"},{l:"-v*-c",r:"c*v"},{l:"-v*c",r:"-c*v"},{l:"v*-c",r:"-c*v"},{l:"v*c",r:"c*v"},{l:"-(-n1*n2)",r:"(n1*n2)"},{l:"-(n1*n2)",r:"(-n1*n2)"},{l:"-(-n1+n2)",r:"(n1-n2)"},{l:"-(n1+n2)",r:"(-n1-n2)"},{l:"(n1^n2)^n3",r:"(n1^(n2*n3))"},{l:"-(-n1/n2)",r:"(n1/n2)"},{l:"-(n1/n2)",r:"(-n1/n2)"}],i=[{l:"(n1/(n2/n3))",r:"((n1*n3)/n2)"},{l:"(n1/n2/n3)",r:"(n1/(n2*n3))"}],a={};return a.firstRules=e.concat(r,i),a.distrDivRules=[{l:"(n1/n2 + n3/n4)",r:"((n1*n4 + n3*n2)/(n2*n4))"},{l:"(n1/n2 + n3)",r:"((n1 + n3*n2)/n2)"},{l:"(n1 + n2/n3)",r:"((n1*n3 + n2)/n3)"}],a.sucDivRules=i,a.firstRulesAgain=e.concat(r),a.finalRules=[n,{l:"n*-n",r:"-n^2"},{l:"n*n",r:"n^2"},t,{l:"n*-n^n1",r:"-n^(n1+1)"},{l:"n*n^n1",r:"n^(n1+1)"},{l:"n^n1*-n^n2",r:"-n^(n1+n2)"},{l:"n^n1*n^n2",r:"n^(n1+n2)"},{l:"n^n1*-n",r:"-n^(n1+1)"},{l:"n^n1*n",r:"n^(n1+1)"},{l:"n^n1/-n",r:"-n^(n1-1)"},{l:"n^n1/n",r:"n^(n1-1)"},{l:"n/-n^n1",r:"-n^(1-n1)"},{l:"n/n^n1",r:"n^(1-n1)"},{l:"n^n1/-n^n2",r:"n^(n1-n2)"},{l:"n^n1/n^n2",r:"n^(n1-n2)"},{l:"n1+(-n2*n3)",r:"n1-n2*n3"},{l:"v*(-c)",r:"-c*v"},{l:"n1+-n2",r:"n1-n2"},{l:"v*c",r:"c*v"},{l:"(n1^n2)^n3",r:"(n1^(n2*n3))"}],a}(),u=function(e,r,t,n){var a=[],o=i(e,n,r,{exactFractions:!1}),u="+-*"+((t=!!t)?"/":"");!function e(r){var t=r.type;if("FunctionNode"===t)throw new Error("There is an unsolved function call");if("OperatorNode"===t)if("^"===r.op){if("ConstantNode"!==r.args[1].type||!Cr(parseFloat(r.args[1].value)))throw new Error("There is a non-integer exponent");e(r.args[0])}else{if(!u.includes(r.op))throw new Error("Operator "+r.op+" invalid in polynomial expression");for(var n=0;n<r.args.length;n++)e(r.args[n])}else if("SymbolNode"===t){var i=r.name;-1===a.indexOf(i)&&a.push(i)}else if("ParenthesisNode"===t)e(r.content);else if("ConstantNode"!==t)throw new Error("type "+t+" is not allowed in polynomial expression")}(o);var s={};return s.expression=o,s.variables=a,s}(e,r,!0,o.firstRules),s=u.variables.length,l={exactFractions:!1},m={exactFractions:!0};if(e=u.expression,s>=1){var d,p;e=c(e);var h,v=!0,y=!1;for(e=i(e,o.firstRules,{},l);p=v?o.distrDivRules:o.sucDivRules,v=!v,(h=(e=i(e,p,{},m)).toString())!==d;)y=!0,d=h;y&&(e=i(e,o.firstRulesAgain,{},l)),e=i(e,o.finalRules,{},l)}var g=[],x={};return"OperatorNode"===e.type&&e.isBinary()&&"/"===e.op?(1===s&&(e.args[0]=f(e.args[0],g),e.args[1]=f(e.args[1])),a&&(x.numerator=e.args[0],x.denominator=e.args[1])):(1===s&&(e=f(e,g)),a&&(x.numerator=e,x.denominator=null)),a?(x.coefficients=g,x.variables=u.variables,x.expression=e,x):e}return r(qh,{Node:s,"Node, boolean":(e,r)=>s(e,{},r),"Node, Object":s,"Node, Object, boolean":s});function c(e,r,t){var n=e.type,i=arguments.length>1;if("OperatorNode"===n&&e.isBinary()){var u,s=!1;if("^"===e.op&&("ParenthesisNode"!==e.args[0].type&&"OperatorNode"!==e.args[0].type||"ConstantNode"!==e.args[1].type||(s=(u=parseFloat(e.args[1].value))>=2&&Cr(u))),s){if(u>2){var f=e.args[0],l=new o("^","pow",[e.args[0].cloneDeep(),new a(u-1)]);e=new o("*","multiply",[f,l])}else e=new o("*","multiply",[e.args[0],e.args[0].cloneDeep()]);i&&("content"===t?r.content=e:r.args[t]=e)}}if("ParenthesisNode"===n)c(e.content,e,"content");else if("ConstantNode"!==n&&"SymbolNode"!==n)for(var m=0;m<e.args.length;m++)c(e.args[m],e,m);if(!i)return e}function f(e,r){void 0===r&&(r=[]),r[0]=0;var t=0,n="";!function e(i,a,o){var u=i.type;if("FunctionNode"===u)throw new Error("There is an unsolved function call");if("OperatorNode"===u){if(!"+-*^".includes(i.op))throw new Error("Operator "+i.op+" invalid");if(null!==a){if(("unaryMinus"===i.fn||"pow"===i.fn)&&"add"!==a.fn&&"subtract"!==a.fn&&"multiply"!==a.fn)throw new Error("Invalid "+i.op+" placing");if(("subtract"===i.fn||"add"===i.fn||"multiply"===i.fn)&&"add"!==a.fn&&"subtract"!==a.fn)throw new Error("Invalid "+i.op+" placing");if(("subtract"===i.fn||"add"===i.fn||"unaryMinus"===i.fn)&&0!==o.noFil)throw new Error("Invalid "+i.op+" placing")}"^"!==i.op&&"*"!==i.op||(o.fire=i.op);for(var s=0;s<i.args.length;s++)"unaryMinus"===i.fn&&(o.oper="-"),"+"!==i.op&&"subtract"!==i.fn||(o.fire="",o.cte=1,o.oper=0===s?"+":i.op),o.noFil=s,e(i.args[s],i,o)}else if("SymbolNode"===u){if(i.name!==n&&""!==n)throw new Error("There is more than one variable");if(n=i.name,null===a)return void(r[1]=1);if("^"===a.op&&0!==o.noFil)throw new Error("In power the variable should be the first parameter");if("*"===a.op&&1!==o.noFil)throw new Error("In multiply the variable should be the second parameter");""!==o.fire&&"*"!==o.fire||(t<1&&(r[1]=0),r[1]+=o.cte*("+"===o.oper?1:-1),t=Math.max(1,t))}else{if("ConstantNode"!==u)throw new Error("Type "+u+" is not allowed");var c=parseFloat(i.value);if(null===a)return void(r[0]=c);if("^"===a.op){if(1!==o.noFil)throw new Error("Constant cannot be powered");if(!Cr(c)||c<=0)throw new Error("Non-integer exponent is not allowed");for(var f=t+1;f<c;f++)r[f]=0;return c>t&&(r[c]=0),r[c]+=o.cte*("+"===o.oper?1:-1),void(t=Math.max(c,t))}o.cte=c,""===o.fire&&(r[0]+=o.cte*("+"===o.oper?1:-1))}}(e,null,{cte:1,oper:"+",fire:""});for(var i,s=!0,c=t=r.length-1;c>=0;c--)if(0!==r[c]){var f=new a(s?r[c]:Math.abs(r[c])),l=r[c]<0?"-":"+";if(c>0){var m=new u(n);if(c>1){var d=new a(c);m=new o("^","pow",[m,d])}f=-1===r[c]&&s?new o("-","unaryMinus",[m]):1===Math.abs(r[c])?m:new o("*","multiply",[f,m])}i=s?f:"+"===l?new o("+","add",[i,f]):new o("-","subtract",[i,f]),s=!1}return s?new a(0):i}})),Oh="zpk2tf",kh=Ar(Oh,["typed","add","multiply","Complex","number"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,number:a}=e;return r(Oh,{"Array,Array,number":function(e,r,t){return o(e,r,t)},"Array,Array":function(e,r){return o(e,r,1)},"Matrix,Matrix,number":function(e,r,t){return o(e.valueOf(),r.valueOf(),t)},"Matrix,Matrix":function(e,r){return o(e.valueOf(),r.valueOf(),1)}});function o(e,r,t){e.some((e=>"BigNumber"===e.type))&&(e=e.map((e=>a(e)))),r.some((e=>"BigNumber"===e.type))&&(r=r.map((e=>a(e))));for(var o=[i(1,0)],s=[i(1,0)],c=0;c<e.length;c++){var f=e[c];"number"==typeof f&&(f=i(f,0)),o=u(o,[i(1,0),i(-f.re,-f.im)])}for(var l=0;l<r.length;l++){var m=r[l];"number"==typeof m&&(m=i(m,0)),s=u(s,[i(1,0),i(-m.re,-m.im)])}for(var d=0;d<o.length;d++)o[d]=n(o[d],t);return[o,s]}function u(e,r){for(var a=[],o=0;o<e.length+r.length-1;o++){a[o]=i(0,0);for(var u=0;u<e.length;u++)o-u>=0&&o-u<r.length&&(a[o]=t(a[o],n(e[u],r[o-u])))}return a}})),zh="freqz",Ih=Ar(zh,["typed","add","multiply","Complex","divide","matrix"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,divide:a,matrix:o}=e;return r(zh,{"Array, Array":function(e,r){return u(e,r,s(512))},"Array, Array, Array":function(e,r,t){return u(e,r,t)},"Array, Array, number":function(e,r,t){if(t<0)throw new Error("w must be a positive number");return u(e,r,s(t))},"Matrix, Matrix":function(e,r){var t=s(512),{w:n,h:i}=u(e.valueOf(),r.valueOf(),t);return{w:o(n),h:o(i)}},"Matrix, Matrix, Matrix":function(e,r,t){var{h:n}=u(e.valueOf(),r.valueOf(),t.valueOf());return{h:o(n),w:o(t)}},"Matrix, Matrix, number":function(e,r,t){if(t<0)throw new Error("w must be a positive number");var n=s(t),{h:i}=u(e.valueOf(),r.valueOf(),n);return{h:o(i),w:o(n)}}});function u(e,r,o){for(var u=[],s=[],c=0;c<o.length;c++){for(var f=i(0,0),l=i(0,0),m=0;m<e.length;m++)f=t(f,n(e[m],i(Math.cos(-m*o[c]),Math.sin(-m*o[c]))));for(var d=0;d<r.length;d++)l=t(l,n(r[d],i(Math.cos(-d*o[c]),Math.sin(-d*o[c]))));u.push(f),s.push(l)}for(var p=[],h=0;h<u.length;h++)p.push(a(u[h],s[h]));return{h:p,w:o}}function s(e){for(var r=[],t=0;t<e;t++)r.push(t/e*Math.PI);return r}})),Rh=Ar("reviver",["classes"],(e=>{var{classes:r}=e;return function(e,t){var n=r[t&&t.mathjs];return n&&"function"==typeof n.fromJSON?n.fromJSON(t):t}})),jh=Ar("replacer",[],(()=>function(e,r){return"number"!=typeof r||isFinite(r)&&!isNaN(r)?"bigint"==typeof r?{mathjs:"bigint",value:String(r)}:r:{mathjs:"number",value:String(r)}})),Uh=Ar("true",[],(()=>!0)),Ph=Ar("false",[],(()=>!1)),$h=Ar("null",[],(()=>null)),Lh=tv("Infinity",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1/0):1/0})),_h=tv("NaN",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(NaN):NaN})),Jh=tv("pi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Sf(t):Yn})),Wh=tv("tau",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Ff(t):Kn})),Vh=tv("e",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Cf(t):ei})),Hh=tv("phi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Ef(t):1.618033988749895})),Zh=tv("LN2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).ln():Math.LN2})),Gh=tv("LN10",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(10).ln():Math.LN10})),Xh=tv("LOG2E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(2).ln()):Math.LOG2E})),Qh=tv("LOG10E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(10).ln()):Math.LOG10E})),Yh=tv("SQRT1_2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t("0.5").sqrt():Math.SQRT1_2})),Kh=tv("SQRT2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).sqrt():Math.SQRT2})),ev=tv("i",["Complex"],(e=>{var{Complex:r}=e;return r.I})),rv=Ar("version",[],(()=>"14.4.0"));function tv(e,r,t){return Ar(e,r,t,{recreateOnConfigChange:!0})}var nv=Kv("speedOfLight","299792458","m s^-1"),iv=Kv("gravitationConstant","6.67430e-11","m^3 kg^-1 s^-2"),av=Kv("planckConstant","6.62607015e-34","J s"),ov=Kv("reducedPlanckConstant","1.0545718176461565e-34","J s"),uv=Kv("magneticConstant","1.25663706212e-6","N A^-2"),sv=Kv("electricConstant","8.8541878128e-12","F m^-1"),cv=Kv("vacuumImpedance","376.730313667","ohm"),fv=Kv("coulomb","8.987551792261171e9","N m^2 C^-2"),lv=Kv("elementaryCharge","1.602176634e-19","C"),mv=Kv("bohrMagneton","9.2740100783e-24","J T^-1"),dv=Kv("conductanceQuantum","7.748091729863649e-5","S"),pv=Kv("inverseConductanceQuantum","12906.403729652257","ohm"),hv=Kv("magneticFluxQuantum","2.0678338484619295e-15","Wb"),vv=Kv("nuclearMagneton","5.0507837461e-27","J T^-1"),yv=Kv("klitzing","25812.807459304513","ohm"),gv=Kv("bohrRadius","5.29177210903e-11","m"),xv=Kv("classicalElectronRadius","2.8179403262e-15","m"),bv=Kv("electronMass","9.1093837015e-31","kg"),wv=Kv("fermiCoupling","1.1663787e-5","GeV^-2"),Dv=ey("fineStructure",.0072973525693),Nv=Kv("hartreeEnergy","4.3597447222071e-18","J"),Av=Kv("protonMass","1.67262192369e-27","kg"),Mv=Kv("deuteronMass","3.3435830926e-27","kg"),Cv=Kv("neutronMass","1.6749271613e-27","kg"),Ev=Kv("quantumOfCirculation","3.6369475516e-4","m^2 s^-1"),Sv=Kv("rydberg","10973731.568160","m^-1"),Fv=Kv("thomsonCrossSection","6.6524587321e-29","m^2"),Bv=ey("weakMixingAngle",.2229),qv=ey("efimovFactor",22.7),Tv=Kv("atomicMass","1.66053906660e-27","kg"),Ov=Kv("avogadro","6.02214076e23","mol^-1"),kv=Kv("boltzmann","1.380649e-23","J K^-1"),zv=Kv("faraday","96485.33212331001","C mol^-1"),Iv=Kv("firstRadiation","3.7417718521927573e-16","W m^2"),Rv=Kv("loschmidt","2.686780111798444e25","m^-3"),jv=Kv("gasConstant","8.31446261815324","J K^-1 mol^-1"),Uv=Kv("molarPlanckConstant","3.990312712893431e-10","J s mol^-1"),Pv=Kv("molarVolume","0.022413969545014137","m^3 mol^-1"),$v=ey("sackurTetrode",-1.16487052358),Lv=Kv("secondRadiation","0.014387768775039337","m K"),_v=Kv("stefanBoltzmann","5.67037441918443e-8","W m^-2 K^-4"),Jv=Kv("wienDisplacement","2.897771955e-3","m K"),Wv=Kv("molarMass","0.99999999965e-3","kg mol^-1"),Vv=Kv("molarMassC12","11.9999999958e-3","kg mol^-1"),Hv=Kv("gravity","9.80665","m s^-2"),Zv=Kv("planckLength","1.616255e-35","m"),Gv=Kv("planckMass","2.176435e-8","kg"),Xv=Kv("planckTime","5.391245e-44","s"),Qv=Kv("planckCharge","1.87554603778e-18","C"),Yv=Kv("planckTemperature","1.416785e+32","K");function Kv(e,r,t){return Ar(e,["config","Unit","BigNumber"],(e=>{var{config:n,Unit:i,BigNumber:a}=e,o=new i("BigNumber"===n.number?new a(r):parseFloat(r),t);return o.fixPrefix=!0,o}))}function ey(e,r){return Ar(e,["config","BigNumber"],(e=>{var{config:t,BigNumber:n}=e;return"BigNumber"===t.number?new n(r):r}))}function ry(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}var ty=Ar("mapSlices",["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e,n=Na({typed:r,isInteger:t});return r("mapSlices",{"...any":function(e){var r=e[1];Se(r)?e[1]=r-1:Fe(r)&&(e[1]=r.minus(1));try{return n.apply(null,e)}catch(e){throw am(e)}}})}),function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ry(Object(t),!0).forEach((function(r){Ms(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ry(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({isTransformFunction:!0},Na.meta)),ny=Ar("column",["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=gu({typed:r,Index:t,matrix:n,range:i});return r("column",{"...any":function(e){var r=e.length-1,t=e[r];Se(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0});function iy(e,r,t){var n=e.filter((function(e){return pr(e)&&!(e.name in r)&&!t.has(e.name)}))[0];if(!n)throw new Error('No undefined variable found in inline expression "'+e+'"');var i=n.name,a=new Map,o=new Ae(t,a,new Set([i])),u=e.compile();return function(e){return a.set(i,e),u.evaluate(o)}}var ay=Ar("transformCallback",["typed"],(e=>{var{typed:r}=e;return function(e,n){return r.isTypedFunction(e)?t(e,n):oy(e,e.length,n)};function t(e,n){var i=Object.fromEntries(Object.entries(e.signatures).map((e=>{var[i,a]=e,o=i.split(",").length;return r.isTypedFunction(a)?[i,t(a,n)]:[i,oy(a,o,n)]})));return"string"==typeof e.name?r(e.name,i):r(i)}}));function oy(e,r,t){return r===t?e:r===t+1?function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];var a=n.slice(0,t),o=uy(n[t]);return e(...a,o)}:r>t+1?function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];var a=n.slice(0,t),o=uy(n[t]),u=n.slice(t+1);return e(...a,o,...u)}:e}function uy(e){return e.map((e=>e+1))}var sy=Ar("filter",["typed"],(e=>{var{typed:r}=e;function t(e,t,i){var a=Mu({typed:r}),o=ay({typed:r});if(0===e.length)return a();var u=e[0];if(1===e.length)return a(u);var s=e.length-1,c=e[s];return u&&(u=n(u,i)),c&&(c=pr(c)||ar(c)?n(c,i):iy(c,t,i)),a(u,o(c,s))}function n(e,r){return e.compile().evaluate(r)}return t.rawArgs=!0,t}),{isTransformFunction:!0}),cy=Ar("forEach",["typed"],(e=>{var{typed:r}=e,t=Bu({typed:r}),n=ay({typed:r});function i(e,r,i){if(0===e.length)return t();var o=e[0];if(1===e.length)return t(o);var u=e.length-1,s=e[u];return o&&(o=a(o,i)),s&&(s=pr(s)||ar(s)?a(s,i):iy(s,r,i)),t(o,n(s,u))}function a(e,r){return e.compile().evaluate(r)}return i.rawArgs=!0,i}),{isTransformFunction:!0}),fy=Ar("index",["Index","getMatrixDataType"],(e=>{var{Index:r,getMatrixDataType:t}=e;return function(){for(var e=[],n=0,i=arguments.length;n<i;n++){var a=arguments[n];if(Pe(a))a.start--,a.end-=a.step>0?0:2;else if(a&&!0===a.isSet)a=a.map((function(e){return e-1}));else if(ze(a)||Ie(a))"boolean"!==t(a)&&(a=a.map((function(e){return e-1})));else if(Se(a)||Be(a))a--;else if(Fe(a))a=a.toNumber()-1;else if("string"!=typeof a)throw new TypeError("Dimension must be an Array, Matrix, number, bigint, string, or Range");e[n]=a}var o=new r;return r.apply(o,e),o}}),{isTransformFunction:!0}),ly=Ar("map",["typed"],(e=>{var{typed:r}=e,t=Uu({typed:r}),n=ay({typed:r});function i(e,r,i){if(0===e.length)return t();if(1===e.length)return t(e[0]);var a=e.length-1,o=e.slice(0,a),u=e[a];return o=o.map((e=>s(e,i))),u&&(u=pr(u)||ar(u)?s(u,i):iy(u,r,i)),t(...o,n(u,a));function s(e,r){return e.compile().evaluate(r)}}return i.rawArgs=!0,i}),{isTransformFunction:!0});function my(e){if(2===e.length&&Re(e[0])){var r=(e=e.slice())[1];(Se(t=r)||Fe(t))&&(e[1]=function(e){return Se(e)?e-1:Fe(e)?e.minus(1):e}(r))}var t;return e}var dy=["typed","config","numeric","larger","isNaN"],py=Ar("max",dy,(e=>{var{typed:r,config:t,numeric:n,larger:i,isNaN:a}=e,o=yf({typed:r,config:t,numeric:n,larger:i,isNaN:a});return r("max",{"...any":function(e){e=my(e);try{return o.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),hy=["typed","add","divide"],vy=Ar("mean",hy,(e=>{var{typed:r,add:t,divide:n}=e,i=op({typed:r,add:t,divide:n});return r("mean",{"...any":function(e){e=my(e);try{return i.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),yy=["typed","config","numeric","smaller","isNaN"],gy=Ar("min",yy,(e=>{var{typed:r,config:t,numeric:n,smaller:i,isNaN:a}=e,o=gf({typed:r,config:t,numeric:n,smaller:i,isNaN:a});return r("min",{"...any":function(e){e=my(e);try{return o.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),xy=["typed","config","?matrix","?bignumber","smaller","smallerEq","larger","largerEq","add","isPositive"],by=Ar("range",xy,(e=>{var{typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f}=e,l=Hu({typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f});return r("range",{"...any":function(e){return"boolean"!=typeof e[e.length-1]&&e.push(!0),l.apply(null,e)}})}),{isTransformFunction:!0}),wy=["typed","Index","matrix","range"],Dy=Ar("row",wy,(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=rs({typed:r,Index:t,matrix:n,range:i});return r("row",{"...any":function(e){var r=e.length-1,t=e[r];Se(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),Ny=["typed","matrix","zeros","add"],Ay=Ar("subset",Ny,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=us({typed:r,matrix:t,zeros:n,add:i});return r("subset",{"...any":function(e){try{return a.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),My=["typed","matrix","isInteger"],Cy=Ar("concat",My,(e=>{var{typed:r,matrix:t,isInteger:n}=e,i=vu({typed:r,matrix:t,isInteger:n});return r("concat",{"...any":function(e){var r=e.length-1,t=e[r];Se(t)?e[r]=t-1:Fe(t)&&(e[r]=t.minus(1));try{return i.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),Ey="diff",Sy=["typed","matrix","subtract","number","bignumber"],Fy=Ar(Ey,Sy,(e=>{var{typed:r,matrix:t,subtract:n,number:i,bignumber:a}=e,o=$u({typed:r,matrix:t,subtract:n,number:i,bignumber:a});return r(Ey,{"...any":function(e){e=my(e);try{return o.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),By=["typed","map","sqrt","variance"],qy=Ar("std",By,(e=>{var{typed:r,map:t,sqrt:n,variance:i}=e,a=hp({typed:r,map:t,sqrt:n,variance:i});return r("std",{"...any":function(e){e=my(e);try{return a.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),Ty=["typed","config","add","numeric"],Oy=Ar("sum",Ty,(e=>{var{typed:r,config:t,add:n,numeric:i}=e,a=tp({typed:r,config:t,add:n,numeric:i});return r("sum",{"...any":function(e){e=my(e);try{return a.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),ky=["typed","bignumber","add","subtract","divide","multiply","partitionSelect","compare","isInteger","smaller","smallerEq","larger","mapSlices"],zy=Ar("quantileSeq",ky,(e=>{var{typed:r,bignumber:t,add:n,subtract:i,divide:a,multiply:o,partitionSelect:u,compare:s,isInteger:c,smaller:f,smallerEq:l,larger:m,mapSlices:d}=e,p=pp({typed:r,bignumber:t,add:n,subtract:i,divide:a,multiply:o,partitionSelect:u,compare:s,isInteger:c,smaller:f,smallerEq:l,larger:m,mapSlices:d});return r("quantileSeq",{"Array | Matrix, number | BigNumber":p,"Array | Matrix, number | BigNumber, number":(e,r,t)=>p(e,r,h(t)),"Array | Matrix, number | BigNumber, boolean":p,"Array | Matrix, number | BigNumber, boolean, number":(e,r,t,n)=>p(e,r,t,h(n)),"Array | Matrix, Array | Matrix":p,"Array | Matrix, Array | Matrix, number":(e,r,t)=>p(e,r,h(t)),"Array | Matrix, Array | Matrix, boolean":p,"Array | Matrix, Array | Matrix, boolean, number":(e,r,t,n)=>p(e,r,t,h(n))});function h(e){return my([[],e])[1]}}),{isTransformFunction:!0}),Iy="cumsum",Ry=["typed","add","unaryPlus"],jy=Ar(Iy,Ry,(e=>{var{typed:r,add:t,unaryPlus:n}=e,i=ip({typed:r,add:t,unaryPlus:n});return r(Iy,{"...any":function(e){if(2===e.length&&Re(e[0])){var r=e[1];Se(r)?e[1]=r-1:Fe(r)&&(e[1]=r.minus(1))}try{return i.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),Uy="variance",Py=["typed","add","subtract","multiply","divide","mapSlices","isNaN"],$y=Ar(Uy,Py,(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u}=e,s=mp({typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u});return r(Uy,{"...any":function(e){e=my(e);try{return s.apply(null,e)}catch(e){throw am(e)}}})}),{isTransformFunction:!0}),Ly="print",_y=["typed","matrix","zeros","add"],Jy=Ar(Ly,_y,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=Zs({typed:r,matrix:t,zeros:n,add:i});return r(Ly,{"string, Object | Array":function(e,r){return a(o(e),r)},"string, Object | Array, number | Object":function(e,r,t){return a(o(e),r,t)}});function o(e){return e.replace(Vs,(e=>"$"+e.slice(1).split(".").map((function(e){return!isNaN(e)&&e.length>0?parseInt(e)-1:e})).join(".")))}}),{isTransformFunction:!0}),Wy=["typed","matrix","zeros","add","equalScalar","not","concat"],Vy=Ar("and",Wy,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=kc({typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o});function s(e,r,t){var n=e[0].compile().evaluate(t);if(!Re(n)&&!u(n,!0))return!1;var i=e[1].compile().evaluate(t);return u(n,i)}return s.rawArgs=!0,s}),{isTransformFunction:!0}),Hy=["typed","matrix","equalScalar","DenseMatrix","concat"],Zy=Ar("or",Hy,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=du({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!Re(n)&&o(n,!1))return!0;var i=e[1].compile().evaluate(t);return o(n,i)}return u.rawArgs=!0,u}),{isTransformFunction:!0}),Gy=["typed","matrix","zeros","add","equalScalar","not","concat"],Xy=Ar("bitAnd",Gy,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Ko({typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o});function s(e,r,t){var n=e[0].compile().evaluate(t);if(!Re(n)){if(isNaN(n))return NaN;if(0===n||!1===n)return 0}var i=e[1].compile().evaluate(t);return u(n,i)}return s.rawArgs=!0,s}),{isTransformFunction:!0}),Qy=["typed","matrix","equalScalar","DenseMatrix","concat"],Yy=Ar("bitOr",Qy,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=nu({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!Re(n)){if(isNaN(n))return NaN;if(-1===n)return-1;if(!0===n)return 1}var i=e[1].compile().evaluate(t);return o(n,i)}return u.rawArgs=!0,u}),{isTransformFunction:!0}),Ky=ot({config:wr}),eg=ct({}),rg=Vh({BigNumber:Ky,config:wr}),tg=Ph({}),ng=Dv({BigNumber:Ky,config:wr}),ig=mt({}),ag=ev({Complex:eg}),og=Lh({BigNumber:Ky,config:wr}),ug=Gh({BigNumber:Ky,config:wr}),sg=Qh({BigNumber:Ky,config:wr}),cg=pt({}),fg=_h({BigNumber:Ky,config:wr}),lg=$h({}),mg=Hh({BigNumber:Ky,config:wr}),dg=dt({}),pg=nt({}),hg=Yh({BigNumber:Ky,config:wr}),vg=$v({BigNumber:Ky,config:wr}),yg=Wh({BigNumber:Ky,config:wr}),gg=Uh({}),xg=rv({}),bg=sn({Matrix:cg}),wg=qv({BigNumber:Ky,config:wr}),Dg=Zh({BigNumber:Ky,config:wr}),Ng=Jh({BigNumber:Ky,config:wr}),Ag=jh({}),Mg=Kh({BigNumber:Ky,config:wr}),Cg=Yr({BigNumber:Ky,Complex:eg,DenseMatrix:bg,Fraction:ig}),Eg=Bv({BigNumber:Ky,config:wr}),Sg=wa({typed:Cg}),Fg=$f({Complex:eg,config:wr,typed:Cg}),Bg=Wf({BigNumber:Ky,typed:Cg}),qg=Gf({BigNumber:Ky,Complex:eg,config:wr,typed:Cg}),Tg=Ca({typed:Cg}),Og=uu({typed:Cg}),kg=rl({BigNumber:Ky,Complex:eg,config:wr,typed:Cg}),zg=il({typed:Cg}),Ig=al({typed:Cg}),Rg=cl({Complex:eg,config:wr,typed:Cg}),jg=Ki({typed:Cg}),Ug=ru({typed:Cg}),Pg=na({typed:Cg}),$g=fn({typed:Cg}),Lg=xp({typed:Cg}),_g=aa({Complex:eg,typed:Cg}),Jg=cu({typed:Cg}),Wg=ll({typed:Cg}),Vg=pl({BigNumber:Ky,typed:Cg}),Hg=yl({BigNumber:Ky,typed:Cg}),Zg=Pa({typed:Cg}),Gg=Xi({config:wr,typed:Cg}),Xg=Ss({typed:Cg}),Qg=$a({typed:Cg}),Yg=_a({Complex:eg,typed:Cg}),Kg=Mu({typed:Cg}),ex=Su({typed:Cg}),rx=Bu({typed:Cg}),tx=Ls({typed:Cg}),nx=Ou({typed:Cg}),ix=Ws({format:tx,typed:Cg}),ax=fu({typed:Cg}),ox=xn({typed:Cg}),ux=zi({config:wr,typed:Cg}),sx=$i({config:wr,typed:Cg}),cx=_i({equalScalar:Gg,typed:Cg}),fx=Xh({BigNumber:Ky,config:wr}),lx=Ep({Complex:eg,typed:Cg}),mx=Do({Complex:eg,config:wr,typed:Cg}),dx=Ao({Complex:eg,config:wr,typed:Cg}),px=Uu({typed:Cg}),hx=Mo({typed:Cg}),vx=mu({typed:Cg}),yx=Yi({typed:Cg}),gx=Js({format:tx,typed:Cg}),xx=eh({config:wr,typed:Cg}),bx=Zs({typed:Cg}),wx=nh({config:wr,typed:Cg}),Dx=lu({typed:Cg}),Nx=bl({BigNumber:Ky,typed:Cg}),Ax=qo({BigNumber:Ky,Fraction:ig,complex:_g,typed:Cg}),Mx=Nl({typed:Cg}),Cx=Qi({Matrix:cg,equalScalar:Gg,typed:Cg}),Ex=va({typed:Cg}),Sx=ko({typed:Cg}),Fx=ra({typed:Cg}),Bx=Sa({typed:Cg}),qx=Cl({typed:Cg}),Tx=Hi({typed:Cg}),Ox=_f({Complex:eg,config:wr,typed:Cg}),kx=Qf({BigNumber:Ky,typed:Cg}),zx=Kf({BigNumber:Ky,Complex:eg,config:wr,typed:Cg}),Ix=ia({BigNumber:Ky,typed:Cg}),Rx=Dp({typed:Cg}),jx=dl({typed:Cg}),Ux=xl({BigNumber:Ky,typed:Cg}),Px=Wi({typed:Cg}),$x=Ys({typed:Cg}),Lx=Na({isInteger:ox,typed:Cg}),_x=sa({DenseMatrix:bg,Matrix:cg,SparseMatrix:Cx,typed:Cg}),Jx=fa({isZero:cx,matrix:_x,typed:Cg}),Wx=Lu({BigNumber:Ky,config:wr,matrix:_x,typed:Cg}),Vx=oh({config:wr,log2:dx,typed:Cg}),Hx=Gu({isInteger:ox,matrix:_x,typed:Cg}),Zx=Dl({BigNumber:Ky,typed:Cg}),Gx=Ml({typed:Cg}),Xx=Rf({SparseMatrix:Cx,typed:Cg}),Qx=To({Complex:eg,config:wr,typed:Cg}),Yx=as({typed:Cg}),Kx=El({typed:Cg}),eb=ds({matrix:_x,typed:Cg}),rb=jo({BigNumber:Ky,config:wr,matrix:_x,typed:Cg}),tb=ys({BigNumber:Ky,config:wr,matrix:_x,typed:Cg}),nb=Hf({BigNumber:Ky,Complex:eg,config:wr,typed:Cg}),ib=nl({Complex:eg,config:wr,typed:Cg}),ab=_s({format:tx,typed:Cg}),ob=vu({isInteger:ox,matrix:_x,typed:Cg}),ub=vl({BigNumber:Ky,typed:Cg}),sb=hs({conj:Jg,transpose:eb,typed:Cg}),cb=Au({DenseMatrix:bg,SparseMatrix:Cx,matrix:_x,typed:Cg}),fb=_o({concat:ob,equalScalar:Gg,matrix:_x,multiplyScalar:hx,typed:Cg}),lb=Wc({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),mb=oa({Fraction:ig,typed:Cg}),db=zu({BigNumber:Ky,DenseMatrix:bg,SparseMatrix:Cx,config:wr,matrix:_x,typed:Cg}),pb=Ri({typed:Cg}),hb=Ru({matrix:_x,multiplyScalar:hx,typed:Cg}),vb=of({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,config:wr,matrix:_x,typed:Cg}),yb=Fc({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg,zeros:tb}),gb=Rs({isNaN:Px,isNumeric:pb,typed:Cg}),xb=Fo({BigNumber:Ky,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),bb=Ks({bignumber:Ix,fraction:mb,number:yx}),wb=Ps({config:wr,multiplyScalar:hx,numeric:bb,typed:Cg}),Db=Xu({config:wr,matrix:_x}),Nb=qc({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg,zeros:tb}),Ab=ac({BigNumber:Ky,DenseMatrix:bg,config:wr,equalScalar:Gg,matrix:_x,typed:Cg,zeros:tb}),Mb=ns({matrix:_x,config:wr,typed:Cg}),Cb=Xc({DenseMatrix:bg,SparseMatrix:Cx,bignumber:Ix,concat:ob,config:wr,matrix:_x,typed:Cg}),Eb=Xs({concat:ob,matrix:_x,typed:Cg}),Sb=ga({typed:Cg}),Fb=lf({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,config:wr,equalScalar:Gg,matrix:_x,typed:Cg}),Bb=pu({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,matrix:_x,typed:Cg}),qb=Zl({DenseMatrix:bg,SparseMatrix:Cx,addScalar:Tg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),Tb=ul({BigNumber:Ky,DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),Ob=Ko({concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),kb=nu({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),zb=ou({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,matrix:_x,typed:Cg}),Ib=Ba({BigNumber:Ky,Complex:eg,Fraction:ig,config:wr,isNegative:ux,matrix:_x,typed:Cg,unaryMinus:Sb}),Rb=Ic({BigNumber:Ky,DenseMatrix:bg,Fraction:ig,concat:ob,config:wr,equalScalar:Gg,matrix:_x,typed:Cg}),jb=_c({concat:ob,matrix:_x,typed:Cg}),Ub=bu({prod:wb,size:Mb,typed:Cg}),Pb=cf({equal:lb,typed:Cg}),$b=rc({numeric:bb,typed:Cg}),Lb=vc({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,divideScalar:$b,equalScalar:Gg,matrix:_x,typed:Cg}),_b=Zc({compareText:jb,isZero:cx,typed:Cg}),Jb=Ya({DenseMatrix:bg,config:wr,equalScalar:Gg,matrix:_x,round:Ab,typed:Cg,zeros:tb}),Wb=ho({BigNumber:Ky,DenseMatrix:bg,concat:ob,config:wr,equalScalar:Gg,matrix:_x,round:Ab,typed:Cg,zeros:tb}),Vb=Ui({isNumeric:pb,typed:Cg}),Hb=Xl({abs:Sg,addScalar:Tg,divideScalar:$b,isPositive:sx,multiplyScalar:hx,smaller:Cb,sqrt:Qx,typed:Cg}),Zb=xf({DenseMatrix:bg,smaller:Cb}),Gb=bf({ImmutableDenseMatrix:Zb,getMatrixDataType:nx}),Xb=tf({DenseMatrix:bg,SparseMatrix:Cx,bignumber:Ix,concat:ob,config:wr,matrix:_x,typed:Cg}),Qb=sc({Complex:eg,config:wr,divideScalar:$b,typeOf:Tx,typed:Cg}),Yb=xc({DenseMatrix:bg,divideScalar:$b,equalScalar:Gg,matrix:_x,multiplyScalar:hx,subtractScalar:Bx,typed:Cg}),Kb=pa({flatten:ex,matrix:_x,size:Mb,typed:Cg}),ew=yf({config:wr,isNaN:Px,larger:Xb,numeric:bb,typed:Cg}),rw=gf({config:wr,isNaN:Px,numeric:bb,smaller:Cb,typed:Cg}),tw=ao({DenseMatrix:bg,concat:ob,config:wr,equalScalar:Gg,matrix:_x,round:Ab,typed:Cg,zeros:tb}),nw=mc({Complex:eg,config:wr,divideScalar:$b,typed:Cg}),iw=du({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),aw=pf({compare:Rb,isNaN:Px,isNumeric:pb,typed:Cg}),ow=cd({addScalar:Tg,complex:_g,conj:Jg,divideScalar:$b,equal:lb,identity:db,isZero:cx,matrix:_x,multiplyScalar:hx,sign:Ax,sqrt:Qx,subtractScalar:Bx,typed:Cg,unaryMinus:Sb,zeros:tb}),uw=Oc({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg,zeros:tb}),sw=Kc({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,config:wr,matrix:_x,typed:Cg}),cw=us({add:qb,matrix:_x,typed:Cg,zeros:tb}),fw=Io({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,subtractScalar:Bx,typed:Cg,unaryMinus:Sb}),lw=em({add:qb,matrix:_x,typed:Cg}),mw=wc({DenseMatrix:bg,divideScalar:$b,equalScalar:Gg,matrix:_x,multiplyScalar:hx,subtractScalar:Bx,typed:Cg}),dw=mh({addScalar:Tg,combinations:Lg,divideScalar:$b,isInteger:ox,isNegative:ux,multiplyScalar:hx,typed:Cg}),pw=Pc({compare:Rb,typed:Cg}),hw=ph({addScalar:Tg,combinations:Lg,isInteger:ox,isNegative:ux,isPositive:sx,larger:Xb,typed:Cg}),vw=$u({matrix:_x,number:yx,subtract:fw,typed:Cg}),yw=ep({abs:Sg,addScalar:Tg,deepEqual:Pb,divideScalar:$b,multiplyScalar:hx,sqrt:Qx,subtractScalar:Bx,typed:Cg}),gw=Kl({addScalar:Tg,conj:Jg,multiplyScalar:hx,size:Mb,typed:Cg}),xw=Df({larger:Xb,smaller:Cb}),bw=tm({Index:Gb,typed:Cg}),ww=Po({BigNumber:Ky,add:qb,config:wr,equal:lb,isInteger:ox,mod:tw,smaller:Cb,typed:Cg,xgcd:rb}),Dw=yo({concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),Nw=fc({Complex:eg,config:wr,divideScalar:$b,log:Qb,typed:Cg}),Aw=Nc({DenseMatrix:bg,divideScalar:$b,equalScalar:Gg,matrix:_x,multiplyScalar:hx,subtractScalar:Bx,typed:Cg}),Mw=ma({flatten:ex,matrix:_x,size:Mb,typed:Cg}),Cw=Eo({addScalar:Tg,dot:gw,equalScalar:Gg,matrix:_x,multiplyScalar:hx,typed:Cg}),Ew=Hu({bignumber:Ix,matrix:_x,add:qb,config:wr,isPositive:sx,larger:Xb,largerEq:vb,smaller:Cb,smallerEq:sw,typed:Cg}),Sw=rs({Index:Gb,matrix:_x,range:Ew,typed:Cg}),Fw=Fl({DenseMatrix:bg,Index:Gb,compareNatural:pw,size:Mb,subset:cw,typed:Cg}),Bw=Ol({DenseMatrix:bg,Index:Gb,compareNatural:pw,size:Mb,subset:cw,typed:Cg}),qw=Rl({Index:Gb,compareNatural:pw,size:Mb,subset:cw,typed:Cg}),Tw=$l({Index:Gb,compareNatural:pw,size:Mb,subset:cw,typed:Cg}),Ow=Dd({SparseMatrix:Cx,abs:Sg,add:qb,divideScalar:$b,larger:Xb,largerEq:vb,multiply:Cw,subtract:fw,transpose:eb,typed:Cg}),kw=vf({compare:Rb,compareNatural:pw,matrix:_x,typed:Cg}),zw=ba({config:wr,numeric:bb,typed:Cg}),Iw=Mc({DenseMatrix:bg,divideScalar:$b,equalScalar:Gg,matrix:_x,multiplyScalar:hx,subtractScalar:Bx,typed:Cg}),Rw=kh({Complex:eg,add:qb,multiply:Cw,number:yx,typed:Cg}),jw=kc({concat:ob,equalScalar:Gg,matrix:_x,not:vx,typed:Cg,zeros:tb}),Uw=ja({DenseMatrix:bg,config:wr,equalScalar:Gg,matrix:_x,round:Ab,typed:Cg,zeros:tb}),Pw=gu({Index:Gb,matrix:_x,range:Ew,typed:Cg}),$w=Du({matrix:_x,multiply:Cw,subtract:fw,typed:Cg}),Lw=Rd({divideScalar:$b,isZero:cx,matrix:_x,multiply:Cw,subtractScalar:Bx,typed:Cg,unaryMinus:Sb}),_w=Ha({Complex:eg,DenseMatrix:bg,ceil:Uw,equalScalar:Gg,floor:Jb,matrix:_x,typed:Cg,zeros:tb}),Jw=jd({abs:Sg,addScalar:Tg,det:Lw,divideScalar:$b,identity:db,matrix:_x,multiply:Cw,typed:Cg,unaryMinus:Sb}),Ww=Pd({Complex:eg,add:qb,ctranspose:sb,deepEqual:Pb,divideScalar:$b,dot:gw,dotDivide:Lb,equal:lb,inv:Jw,matrix:_x,multiply:Cw,typed:Cg}),Vw=tc({Complex:eg,config:wr,fraction:mb,identity:db,inv:Jw,matrix:_x,multiply:Cw,number:yx,typed:Cg}),Hw=ql({DenseMatrix:bg,Index:Gb,compareNatural:pw,size:Mb,subset:cw,typed:Cg}),Zw=Ul({Index:Gb,compareNatural:pw,size:Mb,subset:cw,typed:Cg}),Gw=Wl({Index:Gb,concat:ob,setDifference:Hw,size:Mb,subset:cw,typed:Cg}),Xw=Nf({FibonacciHeap:xw,addScalar:Tg,equalScalar:Gg}),Qw=Wd({abs:Sg,add:qb,identity:db,inv:Jw,map:px,max:ew,multiply:Cw,size:Mb,sqrt:Qx,subtract:fw,typed:Cg}),Yw=tp({add:qb,config:wr,numeric:bb,typed:Cg}),Kw=Of({BigNumber:Ky,Complex:eg,Fraction:ig,abs:Sg,addScalar:Tg,config:wr,divideScalar:$b,equal:lb,fix:_w,format:tx,isNumeric:pb,multiplyScalar:hx,number:yx,pow:Vw,round:Ab,subtractScalar:Bx}),eD=cv({BigNumber:Ky,Unit:Kw,config:wr}),rD=Jv({BigNumber:Ky,Unit:Kw,config:wr}),tD=Tv({BigNumber:Ky,Unit:Kw,config:wr}),nD=mv({BigNumber:Ky,Unit:Kw,config:wr}),iD=kv({BigNumber:Ky,Unit:Kw,config:wr}),aD=dv({BigNumber:Ky,Unit:Kw,config:wr}),oD=fv({BigNumber:Ky,Unit:Kw,config:wr}),uD=ip({add:qb,typed:Cg,unaryPlus:zw}),sD=Mv({BigNumber:Ky,Unit:Kw,config:wr}),cD=pc({DenseMatrix:bg,SparseMatrix:Cx,concat:ob,equalScalar:Gg,matrix:_x,pow:Vw,typed:Cg}),fD=sv({BigNumber:Ky,Unit:Kw,config:wr}),lD=lv({BigNumber:Ky,Unit:Kw,config:wr}),mD=_d({abs:Sg,add:qb,identity:db,inv:Jw,multiply:Cw,typed:Cg}),dD=zv({BigNumber:Ky,Unit:Kw,config:wr}),pD=gs({addScalar:Tg,ceil:Uw,conj:Jg,divideScalar:$b,dotDivide:Lb,exp:Qg,i:ag,log2:dx,matrix:_x,multiplyScalar:hx,pow:Vw,tau:yg,typed:Cg}),hD=Mp({BigNumber:Ky,Complex:eg,config:wr,multiplyScalar:hx,pow:Vw,typed:Cg}),vD=iv({BigNumber:Ky,Unit:Kw,config:wr}),yD=Nv({BigNumber:Ky,Unit:Kw,config:wr}),gD=bs({conj:Jg,dotDivide:Lb,fft:pD,typed:Cg}),xD=pv({BigNumber:Ky,Unit:Kw,config:wr}),bD=yv({BigNumber:Ky,Unit:Kw,config:wr}),wD=Rv({BigNumber:Ky,Unit:Kw,config:wr}),DD=uv({BigNumber:Ky,Unit:Kw,config:wr}),ND=Wv({BigNumber:Ky,Unit:Kw,config:wr}),AD=Uv({BigNumber:Ky,Unit:Kw,config:wr}),MD=Cv({BigNumber:Ky,Unit:Kw,config:wr}),CD=vv({BigNumber:Ky,Unit:Kw,config:wr}),ED=Qv({BigNumber:Ky,Unit:Kw,config:wr}),SD=Zv({BigNumber:Ky,Unit:Kw,config:wr}),FD=Yv({BigNumber:Ky,Unit:Kw,config:wr}),BD=Av({BigNumber:Ky,Unit:Kw,config:wr}),qD=Ev({BigNumber:Ky,Unit:Kw,config:wr}),TD=ov({BigNumber:Ky,Unit:Kw,config:wr}),OD=Sv({BigNumber:Ky,Unit:Kw,config:wr}),kD=Lv({BigNumber:Ky,Unit:Kw,config:wr}),zD=_l({compareNatural:pw,typed:Cg}),ID=nv({BigNumber:Ky,Unit:Kw,config:wr}),RD=_v({BigNumber:Ky,Unit:Kw,config:wr}),jD=Fv({BigNumber:Ky,Unit:Kw,config:wr}),UD=Ov({BigNumber:Ky,Unit:Kw,config:wr}),PD=gv({BigNumber:Ky,Unit:Kw,config:wr}),$D=Uf({Unit:Kw,typed:Cg}),LD=Yd({divideScalar:$b,equalScalar:Gg,inv:Jw,matrix:_x,multiply:Cw,typed:Cg}),_D=bv({BigNumber:Ky,Unit:Kw,config:wr}),JD=Fp({gamma:hD,typed:Cg}),WD=Iv({BigNumber:Ky,Unit:Kw,config:wr}),VD=Hv({BigNumber:Ky,Unit:Kw,config:wr}),HD=rp({abs:Sg,add:qb,addScalar:Tg,config:wr,divideScalar:$b,equalScalar:Gg,flatten:ex,isNumeric:pb,isZero:cx,matrix:_x,multiply:Cw,multiplyScalar:hx,smaller:Cb,subtract:fw,typed:Cg}),ZD=sd({DenseMatrix:bg,Spa:Xw,SparseMatrix:Cx,abs:Sg,addScalar:Tg,divideScalar:$b,equalScalar:Gg,larger:Xb,matrix:_x,multiplyScalar:hx,subtractScalar:Bx,typed:Cg,unaryMinus:Sb}),GD=hv({BigNumber:Ky,Unit:Kw,config:wr}),XD=Vv({BigNumber:Ky,Unit:Kw,config:wr}),QD=Op({add:qb,divide:LD,factorial:JD,isInteger:ox,isPositive:sx,multiply:Cw,typed:Cg}),YD=zp({factorial:JD,typed:Cg}),KD=Gv({BigNumber:Ky,Unit:Kw,config:wr}),eN=Ed({add:qb,cbrt:Ib,divide:LD,equalScalar:Gg,im:ax,isZero:cx,multiply:Cw,re:Dx,sqrt:Qx,subtract:fw,typeOf:Tx,typed:Cg,unaryMinus:Sb}),rN=zl({DenseMatrix:bg,Index:Gb,compareNatural:pw,size:Mb,subset:cw,typed:Cg}),tN=Es({abs:Sg,add:qb,bignumber:Ix,divide:LD,isNegative:ux,isPositive:sx,larger:Xb,map:px,matrix:_x,max:ew,multiply:Cw,smaller:Cb,subtract:fw,typed:Cg,unaryMinus:Sb}),nN=sh({bignumber:Ix,addScalar:Tg,combinations:Lg,divideScalar:$b,factorial:JD,isInteger:ox,isNegative:ux,larger:Xb,multiplyScalar:hx,number:yx,pow:Vw,subtractScalar:Bx,typed:Cg}),iN=zf({Unit:Kw,typed:Cg}),aN=fh({addScalar:Tg,isInteger:ox,isNegative:ux,stirlingS2:nN,typed:Cg}),oN=$d({abs:Sg,add:qb,addScalar:Tg,atan:Ig,bignumber:Ix,column:Pw,complex:_g,config:wr,cos:Wg,diag:cb,divideScalar:$b,dot:gw,equal:lb,flatten:ex,im:ax,inv:Jw,larger:Xb,matrix:_x,matrixFromColumns:Kb,multiply:Cw,multiplyScalar:hx,number:yx,qr:ow,re:Dx,reshape:Hx,sin:Mx,size:Mb,smaller:Cb,sqrt:Qx,subtract:fw,typed:Cg,usolve:mw,usolveAll:Iw}),uN=wv({BigNumber:Ky,Unit:Kw,config:wr}),sN=jv({BigNumber:Ky,Unit:Kw,config:wr}),cN=qp({divide:LD,dotDivide:Lb,isNumeric:pb,log:Qb,map:px,matrix:_x,multiply:Cw,sum:Yw,typed:Cg}),fN=Md({DenseMatrix:bg,lsolve:Yb,lup:ZD,matrix:_x,slu:Ow,typed:Cg,usolve:mw}),lN=op({add:qb,divide:LD,typed:Cg}),mN=Pv({BigNumber:Ky,Unit:Kw,config:wr}),dN=av({BigNumber:Ky,Unit:Kw,config:wr}),pN=pp({bignumber:Ix,add:qb,compare:Rb,divide:LD,isInteger:ox,larger:Xb,mapSlices:Lx,multiply:Cw,partitionSelect:aw,smaller:Cb,smallerEq:sw,subtract:fw,typed:Cg}),hN=Hl({Index:Gb,concat:ob,setIntersect:rN,setSymDifference:Gw,size:Mb,subset:cw,typed:Cg}),vN=mp({add:qb,divide:LD,isNaN:Px,mapSlices:Lx,multiply:Cw,subtract:fw,typed:Cg}),yN=xv({BigNumber:Ky,Unit:Kw,config:wr}),gN=sp({add:qb,compare:Rb,divide:LD,partitionSelect:aw,typed:Cg}),xN=yp({add:qb,divide:LD,matrix:_x,mean:lN,multiply:Cw,pow:Vw,sqrt:Qx,subtract:fw,sum:Yw,typed:Cg}),bN=Ih({Complex:eg,add:qb,divide:LD,matrix:_x,multiply:Cw,typed:Cg}),wN=cp({abs:Sg,map:px,median:gN,subtract:fw,typed:Cg}),DN=hp({map:px,sqrt:Qx,typed:Cg,variance:vN}),NN=zs({BigNumber:Ky,Complex:eg,add:qb,config:wr,divide:LD,equal:lb,factorial:JD,gamma:hD,isNegative:ux,multiply:Cw,pi:Ng,pow:Vw,sin:Mx,smallerEq:sw,subtract:fw,typed:Cg}),AN=Yl({abs:Sg,add:qb,conj:Jg,ctranspose:sb,eigs:oN,equalScalar:Gg,larger:Xb,matrix:_x,multiply:Cw,pow:Vw,smaller:Cb,sqrt:Qx,typed:Cg}),MN=es({BigNumber:Ky,DenseMatrix:bg,SparseMatrix:Cx,addScalar:Tg,config:wr,cos:Wg,matrix:_x,multiplyScalar:hx,norm:AN,sin:Mx,typed:Cg,unaryMinus:Sb}),CN=Xv({BigNumber:Ky,Unit:Kw,config:wr}),EN=Gd({identity:db,matrix:_x,multiply:Cw,norm:AN,qr:ow,subtract:fw,typed:Cg}),SN=Yu({multiply:Cw,rotationMatrix:MN,typed:Cg}),FN=Hd({abs:Sg,add:qb,concat:ob,identity:db,index:bw,lusolve:fN,matrix:_x,matrixFromColumns:Kb,multiply:Cw,range:Ew,schur:EN,subset:cw,subtract:fw,transpose:eb,typed:Cg}),BN=Qd({matrix:_x,multiply:Cw,sylvester:FN,transpose:eb,typed:Cg}),qN={},TN={},ON={},kN=im({mathWithTransform:TN}),zN=Pm({Node:kN}),IN=_m({Node:kN}),RN=Wm({Node:kN}),jN=Gm({Node:kN}),UN=fm({Node:kN}),PN=xm({Node:kN,ResultSet:pg}),$N=wm({Node:kN}),LN=km({Node:kN}),_N=Hm({Node:kN}),JN=Rh({classes:ON}),WN=Fd({math:qN,typed:Cg}),VN=Im({Node:kN,typed:Cg}),HN=Id({Chain:WN,typed:Cg}),ZN=sm({Node:kN,subset:cw}),GN=ym({matrix:_x,Node:kN,subset:cw}),XN=jm({Node:kN,size:Mb}),QN=Xm({Unit:Kw,Node:kN,math:qN}),YN=Ym({Node:kN,SymbolNode:QN,math:qN}),KN=ed({AccessorNode:ZN,ArrayNode:UN,AssignmentNode:GN,BlockNode:PN,ConditionalNode:$N,ConstantNode:LN,FunctionAssignmentNode:VN,FunctionNode:YN,IndexNode:XN,ObjectNode:zN,OperatorNode:IN,ParenthesisNode:RN,RangeNode:_N,RelationalNode:jN,SymbolNode:QN,config:wr,numeric:bb,typed:Cg}),eA=Ch({ConstantNode:LN,FunctionNode:YN,OperatorNode:IN,ParenthesisNode:RN,parse:KN,typed:Cg}),rA=Nh({bignumber:Ix,fraction:mb,AccessorNode:ZN,ArrayNode:UN,ConstantNode:LN,FunctionNode:YN,IndexNode:XN,ObjectNode:zN,OperatorNode:IN,SymbolNode:QN,config:wr,mathWithTransform:TN,matrix:_x,typed:Cg}),tA=td({parse:KN,typed:Cg}),nA=Mh({AccessorNode:ZN,ArrayNode:UN,ConstantNode:LN,FunctionNode:YN,IndexNode:XN,ObjectNode:zN,OperatorNode:IN,ParenthesisNode:RN,SymbolNode:QN,add:qb,divide:LD,equal:lb,isZero:cx,multiply:Cw,parse:KN,pow:Vw,subtract:fw,typed:Cg}),iA=id({parse:KN,typed:Cg}),aA=Sd({evaluate:iA}),oA=ad({evaluate:iA,parse:KN}),uA=Dh({AccessorNode:ZN,ArrayNode:UN,ConstantNode:LN,FunctionNode:YN,IndexNode:XN,ObjectNode:zN,OperatorNode:IN,ParenthesisNode:RN,SymbolNode:QN,equal:lb,parse:KN,replacer:Ag,resolve:eA,simplifyConstant:rA,simplifyCore:nA,typed:Cg}),sA=Sh({OperatorNode:IN,parse:KN,simplify:uA,typed:Cg}),cA=vh({parse:KN,typed:Cg}),fA=ud({Parser:oA,typed:Cg}),lA=Th({bignumber:Ix,fraction:mb,AccessorNode:ZN,ArrayNode:UN,ConstantNode:LN,FunctionNode:YN,IndexNode:XN,ObjectNode:zN,OperatorNode:IN,ParenthesisNode:RN,SymbolNode:QN,add:qb,config:wr,divide:LD,equal:lb,isZero:cx,mathWithTransform:TN,matrix:_x,multiply:Cw,parse:KN,pow:Vw,simplify:uA,simplifyConstant:rA,simplifyCore:nA,subtract:fw,typed:Cg}),mA=Bh({ConstantNode:LN,FunctionNode:YN,OperatorNode:IN,ParenthesisNode:RN,SymbolNode:QN,config:wr,equal:lb,isZero:cx,numeric:bb,parse:KN,simplify:uA,typed:Cg}),dA=kd({Help:aA,mathWithTransform:TN,typed:Cg});he(qN,{e:rg,false:tg,fineStructure:ng,i:ag,Infinity:og,LN10:ug,LOG10E:sg,NaN:fg,null:lg,phi:mg,SQRT1_2:hg,sackurTetrode:vg,tau:yg,true:gg,E:rg,version:xg,efimovFactor:wg,LN2:Dg,pi:Ng,replacer:Ag,reviver:JN,SQRT2:Mg,typed:Cg,PI:Ng,weakMixingAngle:Eg,abs:Sg,acos:Fg,acot:Bg,acsc:qg,addScalar:Tg,arg:Og,asech:kg,asinh:zg,atan:Ig,atanh:Rg,bigint:jg,bitNot:Ug,boolean:Pg,clone:$g,combinations:Lg,complex:_g,conj:Jg,cos:Wg,cot:Vg,csc:Hg,cube:Zg,equalScalar:Gg,erf:Xg,exp:Qg,expm1:Yg,filter:Kg,flatten:ex,forEach:rx,format:tx,getMatrixDataType:nx,hex:ix,im:ax,isInteger:ox,isNegative:ux,isPositive:sx,isZero:cx,LOG2E:fx,lgamma:lx,log10:mx,log2:dx,map:px,multiplyScalar:hx,not:vx,number:yx,oct:gx,pickRandom:xx,print:bx,random:wx,re:Dx,sec:Nx,sign:Ax,sin:Mx,splitUnit:Ex,square:Sx,string:Fx,subtractScalar:Bx,tan:qx,typeOf:Tx,acosh:Ox,acsch:kx,asec:zx,bignumber:Ix,chain:HN,combinationsWithRep:Rx,cosh:jx,csch:Ux,isNaN:Px,isPrime:$x,mapSlices:Lx,matrix:_x,matrixFromFunction:Jx,ones:Wx,randomInt:Vx,reshape:Hx,sech:Zx,sinh:Gx,sparse:Xx,sqrt:Qx,squeeze:Yx,tanh:Kx,transpose:eb,xgcd:rb,zeros:tb,acoth:nb,asin:ib,bin:ab,concat:ob,coth:ub,ctranspose:sb,diag:cb,dotMultiply:fb,equal:lb,fraction:mb,identity:db,isNumeric:pb,kron:hb,largerEq:vb,leftShift:yb,mode:gb,nthRoot:xb,numeric:bb,prod:wb,resize:Db,rightArithShift:Nb,round:Ab,size:Mb,smaller:Cb,to:Eb,unaryMinus:Sb,unequal:Fb,xor:Bb,add:qb,atan2:Tb,bitAnd:Ob,bitOr:kb,bitXor:zb,cbrt:Ib,compare:Rb,compareText:jb,count:Ub,deepEqual:Pb,divideScalar:$b,dotDivide:Lb,equalText:_b,floor:Jb,gcd:Wb,hasNumericValue:Vb,hypot:Hb,larger:Xb,log:Qb,lsolve:Yb,matrixFromColumns:Kb,max:ew,min:rw,mod:tw,nthRoots:nw,or:iw,partitionSelect:aw,qr:ow,rightLogShift:uw,smallerEq:sw,subset:cw,subtract:fw,trace:lw,usolve:mw,catalan:dw,compareNatural:pw,composition:hw,diff:vw,distance:yw,dot:gw,index:bw,invmod:ww,lcm:Dw,log1p:Nw,lsolveAll:Aw,matrixFromRows:Mw,multiply:Cw,range:Ew,row:Sw,setCartesian:Fw,setDistinct:Bw,setIsSubset:qw,setPowerset:Tw,slu:Ow,sort:kw,unaryPlus:zw,usolveAll:Iw,zpk2tf:Rw,and:jw,ceil:Uw,column:Pw,cross:$w,det:Lw,fix:_w,inv:Jw,pinv:Ww,pow:Vw,setDifference:Hw,setMultiplicity:Zw,setSymDifference:Gw,sqrtm:Qw,sum:Yw,vacuumImpedance:eD,wienDisplacement:rD,atomicMass:tD,bohrMagneton:nD,boltzmann:iD,conductanceQuantum:aD,coulomb:oD,cumsum:uD,deuteronMass:sD,dotPow:cD,electricConstant:fD,elementaryCharge:lD,expm:mD,faraday:dD,fft:pD,gamma:hD,gravitationConstant:vD,hartreeEnergy:yD,ifft:gD,inverseConductanceQuantum:xD,klitzing:bD,loschmidt:wD,magneticConstant:DD,molarMass:ND,molarPlanckConstant:AD,neutronMass:MD,nuclearMagneton:CD,planckCharge:ED,planckLength:SD,planckTemperature:FD,protonMass:BD,quantumOfCirculation:qD,reducedPlanckConstant:TD,rydberg:OD,secondRadiation:kD,setSize:zD,speedOfLight:ID,stefanBoltzmann:RD,thomsonCrossSection:jD,avogadro:UD,bohrRadius:PD,createUnit:$D,divide:LD,electronMass:_D,factorial:JD,firstRadiation:WD,gravity:VD,intersect:HD,lup:ZD,magneticFluxQuantum:GD,molarMassC12:XD,multinomial:QD,parse:KN,permutations:YD,planckMass:KD,polynomialRoot:eN,resolve:eA,setIntersect:rN,simplifyConstant:rA,solveODE:tN,stirlingS2:nN,unit:iN,bellNumbers:aN,compile:tA,eigs:oN,fermiCoupling:uN,gasConstant:sN,kldivergence:cN,lusolve:fN,mean:lN,molarVolume:mN,planckConstant:dN,quantileSeq:pN,setUnion:hN,simplifyCore:nA,variance:vN,classicalElectronRadius:yN,evaluate:iA,median:gN,simplify:uA,symbolicEqual:sA,corr:xN,freqz:bN,leafCount:cA,mad:wN,parser:fA,rationalize:lA,std:DN,zeta:NN,derivative:mA,norm:AN,rotationMatrix:MN,help:dA,planckTime:CN,schur:EN,rotate:SN,sylvester:FN,lyap:BN,config:wr}),he(TN,qN,{mapSlices:ty({isInteger:ox,typed:Cg}),filter:sy({typed:Cg}),forEach:cy({typed:Cg}),map:ly({typed:Cg}),or:Zy({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),and:Vy({add:qb,concat:ob,equalScalar:Gg,matrix:_x,not:vx,typed:Cg,zeros:tb}),concat:Cy({isInteger:ox,matrix:_x,typed:Cg}),index:fy({Index:Gb,getMatrixDataType:nx}),print:Jy({add:qb,matrix:_x,typed:Cg,zeros:tb}),sum:Oy({add:qb,config:wr,numeric:bb,typed:Cg}),bitAnd:Xy({add:qb,concat:ob,equalScalar:Gg,matrix:_x,not:vx,typed:Cg,zeros:tb}),min:gy({config:wr,isNaN:Px,numeric:bb,smaller:Cb,typed:Cg}),subset:Ay({add:qb,matrix:_x,typed:Cg,zeros:tb}),bitOr:Yy({DenseMatrix:bg,concat:ob,equalScalar:Gg,matrix:_x,typed:Cg}),cumsum:jy({add:qb,typed:Cg,unaryPlus:zw}),diff:Fy({bignumber:Ix,matrix:_x,number:yx,subtract:fw,typed:Cg}),max:py({config:wr,isNaN:Px,larger:Xb,numeric:bb,typed:Cg}),range:by({bignumber:Ix,matrix:_x,add:qb,config:wr,isPositive:sx,larger:Xb,largerEq:vb,smaller:Cb,smallerEq:sw,typed:Cg}),row:Dy({Index:Gb,matrix:_x,range:Ew,typed:Cg}),column:ny({Index:Gb,matrix:_x,range:Ew,typed:Cg}),mean:vy({add:qb,divide:LD,typed:Cg}),quantileSeq:zy({add:qb,bignumber:Ix,compare:Rb,divide:LD,isInteger:ox,larger:Xb,mapSlices:Lx,multiply:Cw,partitionSelect:aw,smaller:Cb,smallerEq:sw,subtract:fw,typed:Cg}),variance:$y({add:qb,divide:LD,isNaN:Px,mapSlices:Lx,multiply:Cw,subtract:fw,typed:Cg}),std:qy({map:px,sqrt:Qx,typed:Cg,variance:vN})}),he(ON,{BigNumber:Ky,Complex:eg,Fraction:ig,Matrix:cg,Node:kN,ObjectNode:zN,OperatorNode:IN,ParenthesisNode:RN,Range:dg,RelationalNode:jN,ResultSet:pg,ArrayNode:UN,BlockNode:PN,ConditionalNode:$N,ConstantNode:LN,DenseMatrix:bg,RangeNode:_N,Chain:WN,FunctionAssignmentNode:VN,SparseMatrix:Cx,ImmutableDenseMatrix:Zb,Index:Gb,AccessorNode:ZN,AssignmentNode:GN,FibonacciHeap:xw,IndexNode:XN,Spa:Xw,Unit:Kw,SymbolNode:QN,FunctionNode:YN,Help:aA,Parser:oA}),WN.createProxy(qN);let pA=!1;async function hA(e){K.getI().play(e),k(e),e.style.animation="none",vA(e);const r=document.getElementById(h);if(!r)return void console.error("No container found with id: lido-container");const t=r.objective,n=r.querySelector(".lido-slide-fill");if(!n)return;const i=OA(e.value,[t]);if(zA(i),i){const e=r.onCorrect;await BA(e,r),100!==JSON.parse(n.fill)||pA?pA=!1:(pA=!0,r.style.pointerEvents="none",_A(),IA())}else{const e=r.onInCorrect;await BA(e,r)}}function vA(e){const r=document.getElementById(h);if(!r)return void console.error("No container found with id: lido-container");k(e);const t=r.querySelector(".lido-float");if(!t)return;const n=t.getAttribute("float-direction")||"bottomToTop",i=5*Math.random();if(e.style.position="absolute","leftToRight"===n){const r=t.offsetHeight;e.style.left="unset",e.style.right=`${window.innerWidth+document.body.getBoundingClientRect().width}px`,e.style.top=`${Math.floor(Math.random()*(r-e.clientHeight))}px`,e.style.setProperty("--el-left",e.style.right),e.style.animation=`float-lr 15s linear ${i}s`}else{const r=t.offsetWidth;e.style.left=`${Math.floor(Math.random()*(r-e.clientWidth))}px`;const n=document.body.offsetHeight+e.offsetHeight*(1/tM());e.style.top=`${n}px`;const a=5+5*Math.random();e.style.setProperty("--el-top",`${n}px`),e.style.animation=`float-up ${a}s linear ${i}s`,e.id="removeShadow"}e.addEventListener("animationend",(()=>{e.style.animation="none",vA(e)}),{once:!0})}function yA(e){const r=document.getElementById(h).querySelector("#lido-slide-fill");let t=r.fill;t=function(e,r=0){const t=e.toString().trim().replace("%",""),n=parseFloat(t);return isNaN(n)?r:t.startsWith("+")?r>=100?100:Math.min(100,r+n):t.startsWith("-")?r<=0?0:Math.max(0,r+n):Math.max(0,Math.min(100,n))}(e,JSON.parse(t)),r.setAttribute("fill",t)}const gA=(e,r)=>new Promise((t=>{const n=`\n @keyframes widthDecrease {\n 0% { \n background-color: ${e.style.backgroundColor};\n height: ${e.style.height};\n margin: ${e.style.margin};\n ${e.innerHTML=""}\n }\n 100% { background-color: transparent; height: 0px; margin: 0px; }\n }`,i=document.styleSheets[0];i.insertRule(n,i.cssRules.length),e.style.animation="widthDecrease 0.1s",e.addEventListener("animationend",(()=>{e.style.height="0px",e.style.margin="0px",e.style.backgroundColor="transparent",e.remove(),1===r.length&&setTimeout((()=>_A()),2e3),t()}))}));let xA=0;const bA=async()=>{var e;const r=document.getElementById("lido-container"),t=null===(e=r.querySelector("#lidoCalculator"))||void 0===e?void 0:e.getAttribute("value"),n=document.querySelectorAll("[type='calculate']"),i=n[0],a="true"===r.getAttribute("is-continue-on-correct"),o=Number(i.value),u=Number(t),s=r.querySelector("#dummy111"),c=r.querySelector("#dummy112");a?(c.innerHTML.length>0&&o===u&&(s.innerHTML=c.innerHTML),await(async e=>{var r;const t=null===(r=e.querySelector("#lidoCalculator"))||void 0===r?void 0:r.getAttribute("value"),n=document.querySelectorAll("[type='calculate']"),i=n[0],a=Number(i.value),o=Number(t);i&&o===a&&(i.innerHTML=i.string.replaceAll("?",o),e.querySelector("#dummy112").innerHTML=i.innerHTML,await gA(i,n))})(r)):t.length>0&&(t===i.value?(xA++,console.log("SCOREEEE",xA)):(xA>0&&xA--,console.log("SCOREEEE",xA)),c.innerHTML.length>0&&(s.innerHTML=c.innerHTML),i.innerHTML=i.string.replaceAll("?",u),c.innerHTML=i.innerHTML,await gA(i,n))};function wA(e){let r=Array.from({length:100},((e,r)=>r+1));const t=new Set,n={};let i=0;const a=(e,r)=>10*e+r+1,o=e.querySelectorAll('lido-math-matrix[type="drop"]');for(const e of Array.from(o)){const o=parseInt(e.getAttribute("cols")||"1"),u=parseInt(e.getAttribute("rows")||"1"),s=[];for(let e=0;e<=10-u;e++)for(let r=0;r<=10-o;r++){const n=[];let i=!0;for(let s=0;s<u;s++){for(let u=0;u<o;u++){const o=a(e+s,r+u);if(t.has(o)){i=!1;break}n.push(o)}if(!i)break}i&&s.push(n)}if(0===s.length){console.warn(`No space left for matrix ${i+1}`);continue}const c=s[Math.floor(Math.random()*s.length)];c.forEach((e=>{t.add(e),r=r.filter((r=>r!==e))})),i++,n[`slot-${i}`]={cells:c,width:o,height:u}}return n}const DA=(e,r)=>{const t=document.getElementById(h),n=$(t);e.style.transform="translate(0,0)";const i=r.getBoundingClientRect(),a=e.getBoundingClientRect(),o=(i.left+i.width/2-(a.left+a.width/2))/n,u=(i.top+i.height/2-(a.top+a.height/2))/n,s=e.getAttribute("rows")?parseInt(e.getAttribute("rows")):1,c=e.getAttribute("cols")?parseInt(e.getAttribute("cols")):1,f=parseInt(r.style.width);if(1===s||1===c)return s===c?void(e.style.transform=`translate(${o}px, ${u}px)`):void(s>c?10===s?e.style.transform=`translate(${o+(4*f+f/2)}px, ${u}px)`:5===s?e.style.transform=`translate(${o+2*f}px, ${u}px)`:2===s&&(e.style.transform=`translate(${o+f/2}px, ${u}px)`):s<c&&(10===c?e.style.transform=`translate(${o}px, ${u+4*f+.2*f+f/2}px)`:5===c&&(e.style.transform=`translate(${o}px, ${u+2*f+.0921*f}px)`)));if(s===c)return 2===s?void(e.style.transform=`translate(${o+f/2}px, ${u+f/2+4}px)`):void(e.style.transform=`translate(${o+f}px, ${u+f+4}px)`);if(3===s){if(2===c)return void(e.style.transform=`translate(${o+f}px, ${u+f/2+4}px)`);if(1===c)return void(e.style.transform=`translate(${o+f}px, ${u}px)`)}if(2===s){if(3===c)return void(e.style.transform=`translate(${o+f/2}px, ${u+f+4}px)`);if(1===c)return void(e.style.transform=`translate(${o+f/2}px, ${u}px)`)}};function NA(e){const r=Array.from({length:10},((r,t)=>e+1+10*t)),t=r[Math.floor(6*Math.random())];return console.log("kedachuruchu",Array.from({length:5},((e,r)=>t+10*r))),Array.from({length:5},((e,r)=>t+10*r))}function AA(e=16){const r=[],t=new Set;function n(e,r){return 10*(e-1)+r}for(;r.length<e;){const e=Math.floor(9*Math.random())+1,i=Math.floor(9*Math.random())+1,a=[n(e,i),n(e,i+1),n(e+1,i),n(e+1,i+1)];a.some((e=>t.has(e)))||(a.forEach((e=>t.add(e))),r.push(a))}return r}function MA(e=16){const r=[],t=new Set;function n(e,r){return 10*(e-1)+r}for(;r.length<e;){const e=Math.floor(9*Math.random())+1,i=Math.floor(10*Math.random())+1,a=n(e,i),o=n(e+1,i);t.has(a)||t.has(o)||(r.push([a,o]),t.add(a),t.add(o))}return r}const CA=new class{constructor(){this.rightMoves=0,this.wrongMoves=0,this.finalScore=0}};function EA(){const e={};return document.querySelectorAll(`[${d}]`).forEach((r=>{var t,n,i;const a=r.getAttribute(d);if(!a)return;const o=document.getElementById(a);if(!o)return;const u=null!==(t=o.getAttribute("tab-index"))&&void 0!==t?t:a;e[u]||(e[u]=[]);const s=null!==(i=null!==(n=r.getAttribute("value"))&&void 0!==n?n:r.value)&&void 0!==i?i:"";e[u].push(s)})),e}function SA(e,r,t){return(e||"")+(r?` ${r}`:"")+(t?` ${t}`:"")}const FA=async(e,r)=>{if(!document.getElementById(h))return void setTimeout((()=>FA(e,r)),500);const n=e.getAttribute("onEntry");switch(await BA(n,e),r){case"drag":!function(e){let r=!1,t=!1,n=0,i=0,a=0,o=0,u=null,s=null,c=!1;const f=document.getElementById(h);if(!f)return void console.error('Container with ID "container" not found.');ZA(e,"drag");const l=l=>{var d,h;if(L)return void(r=!1);if(K.getI().stop(),T(e),r=!0,t=!0,l instanceof MouseEvent?(n=l.clientX,i=l.clientY):(n=l.touches[0].clientX,i=l.touches[0].clientY),e.style.opacity="1",e.style.cursor="grabbing",(null===(d=e.getAttribute("dropAttr"))||void 0===d?void 0:d.toLowerCase())===x.Diagonal){const r=window.getComputedStyle(e),t=e.getBoundingClientRect();u||(u=e.cloneNode(!0),u.style.left=`${t.left}px`,u.style.top=`${t.top}px`,u.style.width=`${t.width}px`,u.style.height=`${t.height}px`,u.style.transform=r.transform,u.style.zIndex="0",u.setAttribute("visible","true"),u.classList.add("cloned-element"),document.body.appendChild(u))}if((null===(h=e.getAttribute("dropAttr"))||void 0===h?void 0:h.toLowerCase())===x.InfiniteDrop){const r=e.querySelector("img"),t=null==r?void 0:r.getAttribute("src"),n=window.getComputedStyle(e),i=e.getBoundingClientRect();if(s||(s=e.cloneNode(!1),s.setAttribute("src",t),s.setAttribute("value",e.getAttribute("value")),s.setAttribute("visible","true"),s.style.left=`${i.left}px`,s.style.top=`${i.top}px`,s.style.width=`${i.width}px`,s.style.height=`${i.height}px`,s.style.transform=n.transform,s.style.position="absolute",s.style.zIndex="0",e.style.zIndex="100",document.body.appendChild(s)),e.getAttribute("droppedelement")){const r=e.getAttribute("droppedelement");document.querySelectorAll(`body > [droppedelement="${r}"]`).forEach((e=>e.remove()))}}const v=window.getComputedStyle(e).transform;if("none"!==v){const e=v.match(/matrix\(([^)]+)\)/);if(e){const r=e[1].split(", ");a=parseFloat(r[4]),o=parseFloat(r[5])}}else a=0,o=0;c&&(f.getBoundingClientRect(),e.getBoundingClientRect()),document.addEventListener("mousemove",m),document.addEventListener("mouseup",p),document.addEventListener("touchmove",m),document.addEventListener("touchend",p)};new MutationObserver((r=>{for(const t of r)"attributes"===t.type&&"style"===t.attributeName&&(f.getBoundingClientRect(),e.getBoundingClientRect()),"childList"===t.type&&t.removedNodes.length>0&&t.addedNodes.length>0&&(c=!0)})).observe(f,{childList:!0,attributes:!0,attributeFilter:["style"]});const m=u=>{if(console.log("moved"),!r)return;if(L)return void(r=!1);t=!1,e.style.transition="none";const s=tM();let c=0,f=0;u instanceof MouseEvent?(c=(u.clientX-n)/s,f=(u.clientY-i)/s):(c=(u.touches[0].clientX-n)/s,f=(u.touches[0].clientY-i)/s),e.style.transform=`translate(${a+c}px, ${o+f}px)`;let l=J(e,"drop");document.querySelectorAll("[type='drop']").forEach((r=>{var t;const n=EA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==x.Diagonal&&("lido-text"===r.tagName.toLowerCase()&&(r.style.border="",r.style.backgroundColor="transparent"),"lido-image"===r.tagName.toLowerCase()&&(r.style.opacity="0")):("lido-text"===r.tagName.toLowerCase()&&(r.style.border="",r.style.backgroundColor=""),r.tagName.toLowerCase(),r.style.opacity="1")})),l&&("lido-text"===l.tagName.toLowerCase()?(l.style.border="2px dashed #ff0000",l.style.backgroundColor="rgba(255, 0, 0, 0.1)"):document.getElementById("unitsDrop")&&document.getElementById("tensDrop")&&document.getElementById("hundredsDrop")||(l.style.opacity="0.3"))};let d=null;const p=()=>{var n,i;if(r=!1,t)return u&&(u.remove(),u=null),void(e.style.opacity="1");document.removeEventListener("mousemove",m),document.removeEventListener("mouseup",p),document.removeEventListener("touchmove",m),document.removeEventListener("touchend",p),e.style.opacity="",e.style.cursor="move";const a=document.querySelectorAll("[type='drop']");a.forEach((()=>{a.forEach((r=>{var t;const n=EA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==x.Diagonal&&("lido-text"===r.tagName.toLowerCase()?(r.style.border="",r.style.backgroundColor="transparent"):r.style.opacity="lido-image"===r.tagName.toLowerCase()?"0":"1"):("lido-text"===r.tagName.toLowerCase()&&(r.style.border="",r.style.backgroundColor=""),r.tagName.toLowerCase(),r.style.opacity="1")}))}));let o=J(e,"drop");H(e,o),BA("this.updateCountBlender='true'",f),(null===(n=e.getAttribute("dropAttr"))||void 0===n?void 0:n.toLowerCase())===x.Diagonal&&(o?e&&(e.classList.add("diagonal-drop"),o.classList.add("diagonal-target"),d=o):(d&&(d.classList.remove("diagonal-target"),d=null),null==e||e.classList.remove("diagonal-drop"),e.style.transform="translate(0, 0)",u&&(u.remove(),u=null))),(null===(i=e.getAttribute("dropAttr"))||void 0===i?void 0:i.toLowerCase())===x.InfiniteDrop&&(o&&(o.style.opacity="0"),e.getAttribute("value")&&e.setAttribute("droppedElement",`${e.getAttribute("value")}-dropped`))};e.style.cursor="move",e.style.transform="translate(0, 0)",e.classList.add("drag-element"),e.addEventListener("mousedown",l),e.addEventListener("touchstart",l),e.addEventListener("click",(()=>{t&&G(e,"drag")}))}(e);break;case"click":!function(e){ZA(e,"click"),e.style.cursor="pointer",e?(e.addEventListener("click",(async()=>{var r;const n=e.getAttribute("id");if("lido-arrow-left"===n||"lido-arrow-right"===n)return;const i=e.getAttribute("audio");i&&i.trim().length>0&&K.getI().stop();const a=document.getElementById(h),o=a.objective.split(","),u=document.querySelector("#lido-checkButton"),s="true"===a.getAttribute("show-check");if("lido-checkButton"==e.getAttribute("id"))return u.classList.add("lido-disable-check-button"),void await LA();if(0===a.objective.length)return;const c=e.classList.contains("lido-element-selected");let f=JSON.parse(null!==(r=a.getAttribute(t))&&void 0!==r?r:"[]");if(1===o.length){a.setAttribute(t,JSON.stringify([e.value]));const r=o.includes(e.value);if(B(e,r),r){const r=e.getAttribute("onCorrect");e.id&&e.id.startsWith("key-button")||(e.style.pointerEvents="none"),document.body.style.pointerEvents="none",await BA(r,e)}else{const r=e.getAttribute("onInCorrect");await BA(r,e)}return null!==e.closest("#lidoCalculator")||zA(r),void UA()}if(s&&u.classList.remove("lido-disable-check-button"),c){e.classList.remove("lido-element-selected"),BA(e.getAttribute("onEntry"),e),f=f.filter((r=>r!=e.value)),a.setAttribute(t,JSON.stringify([e.value]));let r=EA();const n=e.value,i=Object.keys(r).find((e=>r[e].includes(n)));if(i){r[i]=r[i].filter((e=>e!==n)),0===r[i].length&&delete r[i];const e=Object.keys(r).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((e,t)=>e.concat(r[t])),[]);a.setAttribute(t,JSON.stringify(e))}s&&0===f.length&&u.classList.add("lido-disable-check-button")}else{{e.classList.add("lido-element-selected");const r=e.value,n=Object.keys(o).find((e=>o[e]===r));let i=EA();n?i[n]=[r]:i[o.length+f.length]=[r];const u=Object.keys(i).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((e,r)=>e.concat(i[r])),[]);a.setAttribute(t,JSON.stringify(u));const s=o.includes(e.value);if(B(e,s),K.getI().stop(),s){const r=e.getAttribute("onCorrect");await BA(r,e)}else{const r=e.getAttribute("onInCorrect");await BA(r,e)}zA(s)}null!==e.closest("#lidoCalculator")||s||kA(o)!==kA(f)||LA()}})),e.addEventListener("pointerdown",(()=>{"clickable"===e.getAttribute("animation")&&(e.classList.add("removeShadow"),e.style.top="40px",e.style.position="relative")})),e.addEventListener("pointerup",(()=>{"clickable"===e.getAttribute("animation")&&setTimeout((()=>{e.classList.remove("removeShadow"),e.style.top="0px",e.style.position="relative"}),50)})),(e=>{var r;const t=.08*e.offsetHeight,n=(null===(r=e.style)||void 0===r?void 0:r.backgroundColor)||"#FFB742";e.style.setProperty("--btn-bg-color",n),e.style.setProperty("--btn-shadow-px",`0px ${t}px 0px`),e.style.setProperty("--btn-active",`${t}px`),e.style.setProperty("--btn-shadow-color",de(n).darken(17).toString()),e.classList.add("click-element")})(e)):console.error("No element provided.")}(e);break;case"drop":!function(e){e.classList.add("drop-element"),EA(),e.getAttribute("tab-index"),e.onclick=()=>{G(e,"drop")},ZA(e,"drop"),Z(e)}(e);break;case"slide":!function(e){let r,n,i,a=!1,o=!1,u=0,s=0,c=0,f=0;e.classList.add("drag-element");const l=e.parentElement;if(!l)return void console.error("Parent element not found.");const m=t=>{T(e),o=!0,r=e.getBoundingClientRect(),n=r.left,i=r.top,t instanceof MouseEvent?(u=t.clientX,s=t.clientY):(u=t.touches[0].clientX,s=t.touches[0].clientY),e.style.opacity="0.8",e.style.cursor="grabbing";const a=window.getComputedStyle(e).transform;if("none"!==a){const e=a.match(/matrix\(([^)]+)\)/);if(e){const r=e[1].split(", ");c=parseFloat(r[4]),f=parseFloat(r[5])}}else c=0,f=0;l.getBoundingClientRect(),e.getBoundingClientRect(),document.addEventListener("mousemove",d),document.addEventListener("mouseup",p),document.addEventListener("touchmove",d),document.addEventListener("touchend",p)};new MutationObserver((r=>{for(const t of r)"attributes"===t.type&&"style"===t.attributeName&&(l.getBoundingClientRect(),e.getBoundingClientRect())})).observe(l,{attributes:!0,attributeFilter:["style"]});const d=r=>{if(!o)return;const t=$(l);let m=0,d=0;r instanceof MouseEvent?(m=(r.clientX-u)/t,d=(r.clientY-s)/t):(m=(r.touches[0].clientX-u)/t,d=(r.touches[0].clientY-s)/t);const p=1/tM(),v=c+m*p,y=f+d*p,g=l.getBoundingClientRect(),x=e.getBoundingClientRect(),b=e.style.transform.match(/-?\d+(\.\d+)?/g).map(Number),w=x.left/t-b[0],D=x.top-b[1],N=g.top-D,A=g.bottom-(x.bottom-b[1]),M=v+w<=g.left?g.left-w:Math.min(v,g.right-(x.right/t-b[0])),C=y+D<=g.top?N:Math.min(y,A);e.style.transform=`translate(${M}px, ${C}px)`;let E=J(e,"slide");if(E&&E!=e){o=!1;const t=e.parentElement,l=E.parentElement,m=E.getBoundingClientRect(),d=document.getElementById(h),p=$(d),v=(n+x.width/2-(m.left+m.width/2))/p,y=(i+x.height/2-(m.top+m.height/2))/p;if(E.style.transition="transform 0.3s ease",e.style.transition="transform 0.3s ease",t&&l){const n=document.createComment("element-placeholder"),i=document.createComment("overlapped-placeholder");E.style.transform=`translate(${v}px, ${y}px)`,e.style.transform=`translate(${-v}px, ${-y}px)`,setTimeout((()=>{t.replaceChild(n,e),l.replaceChild(i,E),t.replaceChild(E,n),l.replaceChild(e,i),E.style.transform="translate(0, 0)",E.style.transition="",e.style.transform="translate(0, 0)",e.style.transition=""}),300),u=r instanceof MouseEvent?r.clientX:r.touches[0].clientX,s=r instanceof MouseEvent?r.clientY:r.touches[0].clientY,c=0,f=0,a=!0}}},p=()=>{o=!1,document.removeEventListener("mousemove",d),document.removeEventListener("mouseup",p),document.removeEventListener("touchmove",d),document.removeEventListener("touchend",p),e.style.opacity="",e.style.cursor="move",e.style.transform="translate(0, 0)",setTimeout((()=>{a&&((e=>{var r;const n=document.getElementById(h),i=JSON.parse(null!==(r=n.getAttribute(t))&&void 0!==r?r:"[]"),a=document.querySelectorAll("[type='slide']");let o=0;a.forEach((e=>{i[o++]=e.value})),n.setAttribute(t,JSON.stringify(i));const u=document.getElementById(h).objective.split(","),s=i.indexOf(e.value),c=OA(e.value,[u[s].trim()]);"true"===n.getAttribute("is-continue-on-correct")?(zA(!0),UA()):zA(c)})(e),a=!1)}),300)};e.style.cursor="move",e.style.transform="translate(0, 0)",e.addEventListener("mousedown",m),e.addEventListener("touchstart",m)}(e);break;case"word":case"option":!function(e){let r=!1,t=!1,n=0,i=0,a=0,o=0;const u=document.getElementById(h),s=document.querySelector('[type="blank"]'),c=e.parentElement!==s?e.parentElement:null,f=e.getAttribute("type"),l=u.querySelector('[type="optionArea"]');if(l&&(l.style.overflowY="auto"),!u)return void console.error('Container with ID "lido-container" not found.');const m=c=>{const l=ie(c),m=Math.abs(l.clientX-a),d=Math.abs(l.clientY-o);if(!r&&(m>5||d>5)){if(r=!0,e.parentElement!==s&&"word"===f){const r=re(e);e.parentElement.insertBefore(r,e.nextElementSibling)}if("category"!==e.parentElement.getAttribute("type")&&"option"===f){const r=re(e);r.setAttribute("value",`${e.getAttribute("value")}`),r.style.visibility="hidden",e.parentElement.insertBefore(r,e.nextElementSibling)}const t=u.getBoundingClientRect(),a=function(e){const r=window.getComputedStyle(e).transform;if(r&&"none"!==r){const e=r.match(/matrix\(([^)]+)\)/);if(e)return e[1].split(",").map((e=>parseFloat(e.trim())))[0]}return 1}(u),o=(l.clientY-t.top-i)/a;e.style.left=(l.clientX-t.left-n)/a+"px",e.style.top=`${o}px`;const c=e.getBoundingClientRect();n=l.clientX-c.left,i=l.clientY-c.top,e.style.opacity="0.8",e.style.cursor="grabbing",e.style.position="absolute",e.style.zIndex="9999",e.style.touchAction="none",e.style.transition="none"}if(!r)return;t=!1,c.preventDefault();const p=u.getBoundingClientRect(),h=tM(),v=(l.clientY-p.top-i)/h;let y;if(e.style.left=(l.clientX-p.left-n)/h+"px",e.style.top=`${v}px`,"option"===f)y=ne(e,"option")||ne(e,"dummy");else if(y=ne(e,"word")||ne(e,"dummy"),y&&y.parentElement!==document.querySelector('[type="blank"]'))return;y&&"dummy"===y.getAttribute("type")||null!==ee&&ee===y||(function(e,r){var t,n;if(e===r)return;if(r&&"option"===r.getAttribute("type")&&"category"!==r.parentElement.getAttribute("type"))return;if("word"===e.getAttribute("type")&&!ne(e,"blank"))return;if("option"===e.getAttribute("type")&&!ne(e,"category"))return;const i=document.querySelector('[type="blank"]'),a=document.querySelector('[type="dummy"]');if(a)if(r)null===(t=r.parentNode)||void 0===t||t.insertBefore(a,r);else{const r=ne(e,"category");r?r.appendChild(a):i.appendChild(a)}else{const t=re(e);t.style.visibility="hidden",t.setAttribute("type","dummy");const a=`\n @keyframes widthIncrease {\n 0% { width: 0px; height: 0px; }\n 100% { width: ${e.offsetWidth}px; height: ${e.offsetHeight}px;}\n }\n `;if(r)null===(n=r.parentNode)||void 0===n||n.insertBefore(t,r);else{const r=ne(e,"category");r?r.appendChild(t):i.appendChild(t)}const o=document.styleSheets[0];o.insertRule(a,o.cssRules.length),t.style.animation="widthIncrease 0.5s",t.addEventListener("animationend",(()=>{t.style.width=`${e.offsetWidth}px`,t.style.height=`${e.offsetHeight}px`}))}}(e,y),ee=y)},d=()=>{r=!1,document.removeEventListener("mousemove",m),document.removeEventListener("mouseup",d),document.removeEventListener("touchmove",m),document.removeEventListener("touchend",d);const n=document.querySelector('[type="dummy"]');if(t)p(e);else if("option"!==f){if(ne(e,"blank")&&n&&n.replaceWith(e),c){const r=Array.from(c.children);(function(e,r){const t=e.getBoundingClientRect(),n=r.getBoundingClientRect();return!(t.right<n.left||t.left>n.right||t.bottom<n.top||t.top>n.bottom)}(e,c)||e.parentElement===c)&&r.forEach((r=>{r!==e&&r.getAttribute("value")===e.getAttribute("value")&&r.replaceWith(e)}))}te(e),ee=null,oe(s,e)}else{const r=ne(e,"category"),t=Array.from(u.querySelectorAll(`[value="${e.getAttribute("value")}"]`)).find((r=>r!==e&&"DIV"===r.tagName));if(r){if(n&&(n.replaceWith(e),r.parentElement.classList.add("highlight-element"),u.querySelectorAll('[type="category"]').forEach((e=>{e!==r&&e.parentElement.classList.remove("highlight-element")})),ue(e,r)),t){const e=document.styleSheets[0];e.insertRule(`\n @keyframes widthDecrease {\n 0% { width: ${t.offsetWidth}px; height: ${t.offsetHeight}px; }\n 100% { width: 0px; height: 0px;}\n }\n `,e.cssRules.length),t.style.animation="widthDecrease 0.5s",t.addEventListener("animationend",(()=>{t.remove()}))}}else if("category"!==e.parentElement.type)BA("this.alignMatch=true",t,e),t.replaceWith(e);else{const r=e.parentElement,t=EA(),i=r.getAttribute("tab-index"),a=e.value;t[i]&&(t[i]=t[i].filter((e=>e!==a))),l.scrollTo({top:l.scrollHeight,behavior:"smooth"}),l.appendChild(e),e.classList.remove("dropped"),e.removeAttribute("drop-to"),n&&n.remove()}te(e)}},p=e=>{if("option"===f){const r=u.querySelectorAll('[type="category"]');let t=Array.from(r).find((e=>e.parentElement.className.includes("highlight-element")));if(t||(t=r[0]),"category"===e.parentElement.getAttribute("type")){const r=EA(),n=t.getAttribute("tab-index"),i=e.value;r[n]&&(r[n]=r[n].filter((e=>e!==i)));const a=re(e);return l.appendChild(a),l.scrollTo({top:l.scrollHeight,behavior:"smooth"}),e.style.position="absolute",BA("this.alignMatch='true'",a,e),void setTimeout((()=>{te(e),a.replaceWith(e),e.classList.remove("dropped"),e.removeAttribute("drop-to")}),100)}{const r=re(e);return t.appendChild(r),e.style.position="absolute",BA("this.alignMatch=true",r,e),void setTimeout((()=>{r.replaceWith(e),te(e),ue(e,t),e.style.transform="translate(0,0)",e.style.marginBottom="10px"}),100)}}if("word"===f&&e.parentElement===c){const r=re(e);return r.style.visibility="hidden",s.appendChild(r),BA("this.alignMatch=true",r,e),void setTimeout((()=>{const t=re(e);e.parentElement.insertBefore(t,e.nextElementSibling),r.replaceWith(e),e.style.transform="translate(0,0)",oe(s,e)}),500)}{const r=Array.from(c.children).find((r=>r.getAttribute("value")===e.getAttribute("value")));BA("this.alignMatch=true",r,e),setTimeout((()=>{r.replaceWith(e),e.style.transform="translate(0,0)"}),500)}};e.style.cursor="move",e.classList.add("drag-element"),e.addEventListener("pointerdown",(e=>{if(e.target.closest(".lido-speak-icon"))return;t=!0,r=!1;const n=ie(e);a=n.clientX,o=n.clientY,document.addEventListener("mousemove",m),document.addEventListener("mouseup",d),document.addEventListener("touchmove",m,{passive:!1}),document.addEventListener("touchend",d)}))}(e);break;case"optionArea":!function(e){Array.from(e.children).forEach((e=>{e.classList.add("drag-element")}))}(e);break;case"checkerBlock":!function(e){const r=document.querySelector(h);if(!r)return;const t=e;((e,r)=>{const t=r.querySelector(".slot").style.width,n=e.querySelectorAll('lido-math-matrix[type="drop"]');e.querySelectorAll('lido-math-matrix[type="drag"]').forEach((e=>{Array.from(e.querySelectorAll(".slot")).forEach((e=>{const r=e;r.parentElement.style.width=t,r.style.width=t,r.style.height=t}))})),n.forEach((e=>{Array.from(e.querySelectorAll(".slot")).forEach((e=>{const r=e;r.parentElement.style.width=t,r.style.width=t,r.style.height=t}))}))})(r,t),((e,r)=>{const t=r.querySelectorAll(".slot"),n=e.querySelectorAll('lido-math-matrix[type="drop"]'),i=e.querySelectorAll('lido-math-matrix[type="drag"]');let a=1;for(let r=0;r<n.length;r++){const o=n[r],u=o.getAttribute("rows")?parseInt(o.getAttribute("rows")):1,s=o.getAttribute("cols")?parseInt(o.getAttribute("cols")):1;if(1===u||1===s){if(u===s){const e=Array.from({length:100},((e,r)=>r+1)).sort((()=>Math.random()-.5)).slice(0,10);n.forEach(((r,n)=>{const a=t[e[n]];a&&(DA(r,a),i[n].setAttribute("text",(e[n]+1).toString()))}))}if(2===u&&1===s){const e=MA(10);console.log("pairs double : ",e),n.forEach(((r,n)=>{DA(r,t[e[n][0]-1])})),i.forEach(((r,t)=>{r.setAttribute("text",e[t].toString())}));break}if(5===u){const e=NA(r),n=t[e[0]-1];i[r].setAttribute("text",e.toString()),DA(o,n)}if(10===u){const e=t[a];i[r].setAttribute("text",Array.from({length:10},((e,r)=>a+1+10*r)).toString()),DA(o,e),a+=2}else if(10===s){const e=t[a-1+10];i[r].setAttribute("text",Array.from({length:10},((e,r)=>r+10+a)).toString()),DA(o,e),a+=20}}else{if(3===u||3===s){const r=wA(e),a=Object.keys(r).map((e=>r[e].cells));i.forEach(((e,r)=>{e&&e.setAttribute("text",a[r].toString())})),n.forEach(((e,n)=>{DA(e,t[r[`slot-${n+1}`].cells[0]-1])}));break}if((2===u||2===s)&&u===s){const e=AA(10);n.forEach(((r,n)=>{DA(r,t[e[n][0]-1])})),i.forEach(((r,t)=>{r.setAttribute("text",e[t].toString())}));break}}}})(r,t)}(e)}!function(e){if(!e)return;const r=document.getElementById("lido-container");if(r&&"true"===r.getAttribute("disable-speak"))return;const t=e.getAttribute("onTouch");let n=null,i=!1;e.addEventListener("pointerdown",(r=>{r.stopPropagation(),i=!1,n=setTimeout((()=>{(async()=>{i=!0,_(!0),await K.getI().play(e),_(!1)})()}),1e3)})),e.addEventListener("pointerup",(async()=>{clearTimeout(n),!i&&t?await BA(t,e):t||["category","option"].includes(e.getAttribute("type")||"")&&e.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0})),_(!1)})),e.addEventListener("pointerleave",(()=>{clearTimeout(n)}))}(e)},BA=async(e,r,t)=>{var n,i,a,o,u,s,c;const f=TA(e);PA.style.pointerEvents="none";for(let e=0;e<f.length;e++){const l=f[e],m=document.querySelector(l.actor),d="this"===l.actor?r:"element"===l.actor?t:m||document.getElementById(l.actor);if(d)switch(l.action){case"transform":{const e=window.getComputedStyle(d).transform;d.style.transform="none"!==e?`${e} ${l.value}`:l.value;break}case"revealImageValue":d&&uM(d);break;case"scrollCellAfterEquationSolved":d&&bA();break;case"alignMatch":{const e=d,r=t,i=document.getElementById(h),a=$(i);r.style.transform="translate(0,0)",console.log("logg alinmatch");const o=e.getBoundingClientRect(),u=r.getBoundingClientRect(),s=(o.left+o.width/2-(u.left+u.width/2))/a,c=(o.top+o.height/2-(u.top+u.height/2))/a;if(r.style.transform=(null===(n=t.getAttribute("dropAttr"))||void 0===n?void 0:n.toLowerCase())===x.Diagonal?`translate(${s-70}px, ${c-70}px)`:`translate(${s}px, ${c}px)`,"true"===r.getAttribute("hasDummy"))return;qA(r,e);break}case"removeClone":document.querySelectorAll(l.value).forEach((e=>e.remove()));break;case"addClass":d.classList.add(l.value);break;case"removeClass":d.classList.remove(l.value);break;case"speak":{const e=(l.value||"").toString().trim().toLowerCase();if("true"===e||"1"===e||"yes"===e)try{await K.getI().play(d)}catch(e){console.error("Error playing audio for speak action:",e)}break}case"fill-slide":yA(l.value);break;case"nextBtn":"true"!==document.getElementById(h).getAttribute("is-continue-on-correct")&&(d.style.pointerEvents="none"),await LA();break;case"prevBtn":JA();break;case"stop":await K.getI().stop();break;case"sleep":!isNaN(Number(l.value))&&await new Promise((e=>setTimeout(e,Number(l.value))));break;case"avatarAnimate":{const e=q.getInstance().getRiveInstance();e&&l.value&&e.play(l.value);break}case"cellBorderAnimate":{const e=l.value;e&&d&&eM(d,e);break}case"vibrate":{const e=l.value;e&&d&&await rM(d,e);break}case"highlightStarsAndDisapper":{const e=l.value;e&&d&&(console.log("highlightStar action triggered"),console.log("Target Element:",d),await cM(d,e));break}case"boxAnimationOneByOne":{const e=l.value;e&&d&&await fM(d,e);break}case"questionBoxAnimate":{const e=l.value;e&&d&&await lM(d,e);break}case"slideAnimation":ce();break;case"showBalanceSymbol":{const e=document.querySelector("lido-balance");if(!e)break;const r=Number(null!==(i=e.leftVal)&&void 0!==i?i:Number(null!==(o=null===(a=e.dataset)||void 0===a?void 0:a.leftVal)&&void 0!==o?o:0)),t=Number(null!==(u=e.rightVal)&&void 0!==u?u:Number(null!==(c=null===(s=e.dataset)||void 0===s?void 0:s.rightVal)&&void 0!==c?c:0)),n=r>t?">":r<t?"<":"=";e.balanceSymbol=n,e.dataset.balanceSymbol=n,e.revealSymbol?await e.revealSymbol():e.showSymbol=!0;break}case"hideBalanceSymbol":{const e=document.querySelector("lido-balance");if(!e)break;e.hideSymbol?await e.hideSymbol():e.showSymbol=!1;break}case"sumTogetherAnimation":{const e=l.value;e&&mM(d,e);break}case"addText":{const e=l.value;e&&(d.textContent+=e);break}case"disableType":{const e=document.querySelector('[type="drag"]');e.removeAttribute("type"),e.style.pointerEvents="none";break}case"updateCountBlender":{const e=document.querySelectorAll('[type="drag"]');let r=0,t=0,n=0;e.forEach((e=>{const i=e.getAttribute("drop-to");"unitsDrop"===i&&r++,"tensDrop"===i&&t++,"hundredsDrop"===i&&n++}));const i=1*r,a=10*t,o=100*n,u=i+a+o,s=document.getElementById("units"),c=document.getElementById("tens"),f=document.getElementById("hundreds");s&&s.setAttribute("string",i.toString()),c&&c.setAttribute("string",a.toString()),f&&f.setAttribute("string",o.toString()),console.log(`Units = ${r} → ${i}`),console.log(`Tens = ${t} → ${a}`),console.log(`Hundreds = ${n} → ${o}`),console.log(`✅ Total Value = ${u}`);break}case"updateCalculatorAnswer":d&&dM(d);break;default:d.style[l.action]=l.value}}PA.style.pointerEvents="auto"},qA=(e,r)=>{const t=document.getElementById(h),n=$(t),i=e,a=t.getAttribute("drop-action")===b.Move,o=t.getAttribute("drop-action")===b.InfiniteDrop;(a||o)&&setTimeout((()=>{var t,a;e.style.transform="translate(0,0)",e.style.transition="";let u=document.createElement("div");o&&(u=function(e){const r=e.tagName.toLowerCase();if("lido-text"===r){let r=document.createElement("div");return r.innerHTML=e.outerHTML,r=r.firstChild,r.setAttribute("height",e.style.height),r.setAttribute("width",e.style.width),r.setAttribute("visible","true"),r}const t=e.cloneNode(!1);return t.style.width=e.style.width,t.style.height=e.style.height,t.style.margin=e.style.margin,t.style.opacity=e.style.opacity,t.style.transform=e.style.transform,t.setAttribute("visible","true"),t.setAttribute("data-dummy","true"),"lido-math-matrix"===r&&t.setAttribute("clickable","false"),t}(e),u.classList.remove("dropped"),u.removeAttribute("drop-to"),u.removeAttribute("drop-time"),e.style.width=r.style.width,e.style.height=r.style.height,e.setAttribute("hasDummy","true")),u.setAttribute("id",e.getAttribute("id")),e.replaceWith(u);const s=`\n @keyframes widthDecrease {\n 0% { width: ${e.style.width}; height: ${e.style.height}; margin: ${e.style.margin}; }\n 100% { width: 0px; height: 0px; margin: 0px;}\n }\n `;if(!o){u.style.width=i.style.width,u.style.height=i.style.height,u.style.margin=i.style.margin;const e=document.styleSheets[0];e.insertRule(s,e.cssRules.length),u.style.animation="widthDecrease 0.5s",u.addEventListener("animationend",(()=>{u.style.width="0px",u.style.height="0px",u.style.margin="0px"}))}const c=window.innerHeight>window.innerWidth?"portrait":"landscape",f=r.getAttribute("dropAttr"),l=HA(f,c);if("stackcascade"===(null===(t=l)||void 0===t?void 0:t.toLowerCase())||"verticalstack"===(null===(a=l)||void 0===a?void 0:a.toLowerCase()))return r.append(e),void function(e,r,t,n){const i=e.getBoundingClientRect(),a=r.getBoundingClientRect(),o=tM();e.dataset.dropCount||(e.dataset.dropCount="0");let u=parseInt(e.dataset.dropCount,10);const s=i.width,c=i.height;let f,l;if("landscape"===t&&"stackcascade"===n.toLowerCase())console.log("🌄 Landscape waterfall"),f=i.left+.36*s+u*(.02*s),l=i.top+-.09*c+u*(.02*c);else{let r;console.log("📱 Portrait vertical stack"),r="unitsDrop"===e.id?i.left+.4*s:"tensDrop"===e.id?i.left+.25*s:i.left+.16*s,f=r,l=i.top-.25*c+u*(.05*c)}const m=(f-a.left)/o,d=(l-a.top)/o;r.style.transition="transform .2s ease-out",r.style.transform=`translate(${m}px, ${d}px)`,e.dataset.dropCount=String(u+1),r.style.width="auto",r.style.height="auto"}(r,e,c,l);r.parentElement.append(i),e.style.position="absolute",e.style.zIndex="1";const m=r.getBoundingClientRect(),d=e.getBoundingClientRect();e.style.transform=`translate(${(m.left+m.width/2-(d.left+d.width/2))/n}px, ${(m.top+m.height/2-(d.top+d.height/2))/n}px)`}),100)},TA=e=>{var r;const t=[];return e?((null===(r=e.split(";"))||void 0===r?void 0:r.map((e=>e.trim()))).forEach((e=>{if(e){const[r,n]=e.split("=").map((e=>e.trim())),i=r.lastIndexOf(".");if(-1!==i){const e=r.substring(0,i).trim(),a=r.substring(i+1).trim();t.push({actor:e,action:a,value:n.replace(/['"]/g,"")})}}})),t):t},OA=(e,r)=>{const t=e.split(",").map((e=>e.trim()));let n=0,i=new Set;if(0==t.length)return!0;if(t.length>0&&0===r.length)return!1;for(const e of t)if(e.startsWith("(")&&e.endsWith(")")){const t=e.slice(1,-1).split("|").map((e=>e.trim())),i=r[n].slice(1,-1).split("|").map((e=>e.trim()));if(n>i.length)return!1;for(let e=0;e<t.length;e++)if(!t.includes(i[e]))return!1;n++}else if(e.includes("|")){const r=e.split("|").map((e=>e.trim()));for(const e of r)i.add(e)}else{if(n>=r.length||r[n]!==e)return!1;n++}for(;n<r.length;){if(!i.has(r[n]))return!1;i.delete(r[n]),n++}return n===r.length},kA=e=>{const r=e.split(",").map((e=>e.trim()));let t=0;for(const e of r)e.startsWith("(")&&e.endsWith(")")?e.includes("|")?t+=e.split("|").length:t+=1:t+=e.split("|").length;return t},zA=e=>{e?CA.rightMoves+=1:CA.wrongMoves+=1,console.log("Right Moves : ",CA.rightMoves),console.log("Wrong Moves : ",CA.wrongMoves)},IA=()=>{const e=CA.rightMoves;let r=Math.floor(e/(e+CA.wrongMoves)*100);jA(r),CA.rightMoves=0,CA.wrongMoves=0};async function RA(e,n){var i;const a=document.getElementById(h);if(!a)return;if(await BA("this.alignMatch='true'",n,e),e&&n){const r=n.value.toLowerCase().includes(e.value.toLowerCase());if(zA(r),r){const r=n.getAttribute("onCorrect");r&&await BA(r,n,e)}}let o=EA();const u=function(e){return Object.keys(e).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((r,t)=>{const n=e[t];return r.push(n.length>1?`(${n.join("|")})`:n[0]),r}),[])}(o);a.setAttribute(t,JSON.stringify(u));let s=JSON.parse(null!==(i=localStorage.getItem(r))&&void 0!==i?i:"{}");const c=n.getAttribute("tab-index");s[c]||(s[c]=[]),s[c].push(e.id),document.querySelectorAll("[type='drop']").forEach((e=>{var r;Object.keys(o).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==x.Diagonal&&("lido-text"===e.tagName.toLowerCase()&&(e.style.backgroundColor="transparent"),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="0",e.style.backgroundColor="transparent")):("lido-text"===e.tagName.toLowerCase()&&(e.style.backgroundColor="transparent"),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="1",e.style.backgroundColor="transparent"))})),UA()}const jA=e=>{var r,t,o;const u=document.querySelector("lido-home");if(!u)return;const s=Number(null!==(r=u.getAttribute("index"))&&void 0!==r?r:0),c=Number(null!==(t=u.getAttribute("totalIndex"))&&void 0!==t?t:0),f=JSON.parse(null!==(o=localStorage.getItem(n))&&void 0!==o?o:"{}");if(f[s.toString()]=e,function(e,r,t){C(i,{index:e,totalIndex:r,score:t})}(s,c,e),localStorage.setItem(n,JSON.stringify(f)),c-1==s){const e=Object.values(f),r=e.reduce(((e,r)=>e+r),0)/e.length;CA.finalScore=Math.floor(r),console.log("Total Score : ",CA.finalScore),function(e){C(a,{score:e})}(r),localStorage.removeItem(n)}},UA=()=>{var e,r;const n=document.getElementById(h),i=n.objective,a=null!==(e=n.getAttribute(t))&&void 0!==e?e:"",o=document.querySelector("#lido-checkButton");!a||kA(a)<kA(i)?BA("this.addClass='lido-disable-check-button'",o):"true"==n.getAttribute("show-check")?(null===(r=null==o?void 0:o.classList)||void 0===r||r.remove("lido-disable-check-button"),document.querySelector("lido-balance")&&(o.hasAttribute("data-balance-listener")||(o.addEventListener("click",(async function e(){R&&$A&&(await BA("this.showBalanceSymbol='true'",o),o.removeEventListener("click",e))})),o.setAttribute("data-balance-listener","true")))):LA()},PA=document.body;let $A;const LA=async()=>{var e,r;const n=document.getElementById(h);if(!n)return;const i=n.objective,a=n.getAttribute("equationCheck");n.getAttribute("isAllowOnlyCorrect"),console.log("🚀 ~ validateObjectiveStatus ~ additionalCheck:",a);let o=!1;if((null==i||0===i.length)&&(a&&(o=!0),!o)){const e=n.getAttribute("onCorrect");return e&&await BA(e,n),jA(100),zA(!0),void _A()}const u=null!==(r=JSON.parse(null!==(e=n.getAttribute(t))&&void 0!==e?e:"[]"))&&void 0!==r?r:[];if(a){const e=document.querySelector("lido-balance");$A=e?R(n,i):GA(a),console.log("🚀 ~ handleShowCheck ~ res:",$A)}else $A=OA(i,u);if($A){const e=n.getAttribute("appendToDropOnCompletion"),r=n.getAttribute("onCorrect");r&&("true"===e&&(()=>{const e=document.querySelectorAll("[type='drag']"),r=document.querySelectorAll("[type='drop']");e&&r&&r.forEach((r=>{e.forEach((e=>{const t=e,n=r;1==("true"===document.getElementById(h).getAttribute("is-allow-only-correct"))?n.value===t.value&&(t.style.transform="translate(0,0)",n.appendChild(t)):n.value.includes(t.value)&&(t.style.transform="translate(0,0)",n.appendChild(t)),t.style.pointerEvents="none"}))}))})(),zA(!0),await BA(r,n)),"EnableAnimation"===n.getAttribute("dropAttr")?setTimeout((()=>{_A()}),2e3):_A(),await IA()}else if("true"===n.getAttribute("is-continue-on-correct")){const e=n.getAttribute("onInCorrect");zA(!1),await BA(e,n)}else await IA(),_A()},_A=()=>{K.getI().stop(),console.log("🚀 ~ triggerNextContainer ~ event:",event),C(o,{})},JA=()=>{K.getI().stop(),console.log("⬅️ ~ triggerPrevContainer triggered"),C(u,{})};function WA(r){const t=document.getElementById(h).getAttribute("baseUrl");if((null==r?void 0:r.startsWith("http"))||(null==r?void 0:r.startsWith("blob"))||(null==r?void 0:r.startsWith("data")))return r;if(r.startsWith("/Lido-CommonAudios/"))return r;if(t){const e=r.startsWith("/")?r.slice(1):r;return e.startsWith(t.replace(/^\/+|\/+$/g,""))?e:t.endsWith("/")?t+e:`${t}/${e}`}return e(r)}function VA(e,r,t,n){if(void 0===n)return;const i=Array.from(e.children);let a=n;r&&n<r&&(a=r),t&&n>t&&(a=t),i.forEach(((e,r)=>{r>a-1&&(e.style.display="none")}))}const HA=(e,r)=>e&&e.includes(",")?e.split(",").reduce(((e,r)=>{const[t,n]=r.split(".");return e[t.trim()]=n.trim(),e}),{})[r]||"":e,ZA=(e,r)=>{const t=document.querySelectorAll("[type='drag']"),n=document.querySelectorAll("[type='drop']"),i=document.querySelectorAll("[type='click']");let a=0;if("click"===r)return i.forEach((e=>{const r=e;let t=null;if(r.getAttribute("flexible-width"))t=r;else{const e=r.children;for(let r=0;r<e.length;r++){const n=e[r];if(n.getAttribute("flexible-width")){t=n;break}}}if(t){const e=t.style.width,r=t.style.padding;t.style.width="auto",t.style.padding="0 20px";const n=t.offsetWidth;t.style.width=e,t.style.padding=r,n>a&&(a=n)}})),void i.forEach((e=>{const r=e;if(r.getAttribute("flexible-width")){if("true"===r.getAttribute("flexible-width"))return;r.style.width=`${a}px`}else{const e=r.children;for(let r=0;r<e.length;r++){const t=e[r];if(t.getAttribute("flexible-width")){if("true"===t.getAttribute("flexible-width"))return;t.style.width=`${a}px`;break}}}}));t.forEach((r=>{var t;const n=r,i=n.style.width,o=n.style.padding;n.style.width="auto",n.style.padding="0 20px";const u=n.offsetWidth;n.style.width=i,n.style.padding=o,(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==x.Stretch&&u>a&&(a=u)})),t.forEach((e=>{const t=e,n=t.getAttribute("flexible-width");"false"===n?t.style.width=`${a}px`:"true"===n&&"drag"===r&&(t.style.width="auto",t.style.padding="0 20px")})),n.forEach((e=>{const t=e,n=t.getAttribute("flexible-width");if("false"===n){const e=parseFloat(getComputedStyle(t).borderWidth);if("number"==typeof e){const r=a-2*e,n=parseFloat(t.style.height)-2*e;return t.style.height=`${n}px`,void(t.style.width=`${r}px`)}}else"true"===n&&"drag"===r&&(t.style.width="auto",t.style.padding="0 20px")}))},GA=e=>{if(!e)return void console.log("Input string is empty.");const r=e.split(",").map((e=>{var r;if(e.startsWith("$")){const t=e.substring(1),n=XA(t);return ze(n)?null==n?void 0:n.map((e=>e.getAttribute("value"))):n.getAttribute("value")||(null===(r=document.getElementById(t))||void 0===r?void 0:r.value)}return e})).join("");console.log("🚀 ~ equationCheck ~ resultString:",r);const t=iA(r);return console.log("🚀 ~ equationCheck ~ finalRes:",t),t},XA=e=>{if(e.startsWith("#")){const r=e.substring(1),t=document.getElementById(r);if("drop"===t.getAttribute("type")){const e=document.querySelectorAll(`[${d}="${r}"]`);return e.length>0?e[0]:[]}return t}const r=document.querySelectorAll(`[${d}="${e}"]`);return Array.from(r).sort(((e,r)=>parseInt(e.getAttribute(p))-parseInt(r.getAttribute(p))))},QA=e=>{if(e.className.includes("lido-speak-icon"))return null;const r=document.createElement("div");r.style.width="0",r.style.height="0";const t=document.createElement("div");return r.append(t),t.classList.add("lido-speak-icon"),t.addEventListener("click",(async r=>{r.stopPropagation(),iM(!0),await K.getI().stop();try{await K.getI().play(e)}catch(e){console.error("Error playing audio or TTS:",e)}iM(!1)})),e.style.position="relative",t},YA=async e=>{let r=QA(e);if("option"===e.type){e.style.position="unset";const t=document.createElement("div");t.className=e.className,t.style.position="relative",t.style.backgroundColor="transparent",t.style.padding="0",t.style.width="100%",t.style.height="100%",Array.from(e.children).forEach((e=>{t.appendChild(e)})),t.appendChild(r),r.style.position="absolute",r=t}e.appendChild(r)},KA=async(e,r)=>{if(document.getElementById(h)&&r){const t=parseInt(r,10);e.style.visibility="hidden",isNaN(t)||await new Promise((r=>{setTimeout((()=>{e.style.visibility="visible",r()}),t)}))}},eM=(e,r)=>{if(!e)return;r||(r="green");const t=`0 0 0 6px ${r}, 0 ${.08*e.offsetHeight}px 10px rgba(0, 0, 0, 0.25)`;e.style.boxShadow=t,e.style.setProperty("box-shadow",t,"important")},rM=async(e,r)=>{if(!e)return;r||(r="horizontal-shake");const t=`lido-${r}`;e.classList.add(t),await new Promise((e=>setTimeout(e,600))),e.classList.remove(t)};function tM(){var e;const r=[window.innerWidth],t=[window.innerHeight];(null===(e=window.screen)||void 0===e?void 0:e.width)&&(r.push(window.screen.width),t.push(window.screen.height));const n=Math.min(...r),i=Math.min(...t),a=i>n;return Math.min(a?n/900:n/1600,a?i/1600:i/900)}let nM=!1;function iM(e){nM=e}function aM(){return nM}function oM(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const r=16*Math.random()|0;return("x"===e?r:3&r|8).toString(16)}))}const uM=e=>{if(!e)return;const r=e.getAttribute("value");if(!r)return;let t=e.querySelector(".lido-display-hiddenvalue");t||(t=document.createElement("div"),t.classList.add("lido-display-hiddenvalue"),e.style.position="relative",e.appendChild(t)),t.innerText=r},sM=(e,r)=>{if(!e)return;e.classList.add("lido-image-colorize");const t=e.querySelector("img");t&&e.style.setProperty("--mask-url",`url(${t.src})`),"red"===r?e.style.setProperty("--tint-color","#ff0000"):"green"===r?e.style.setProperty("--tint-color","#00c853"):(e.style.removeProperty("--tint-color"),e.style.removeProperty("--mask-url"))},cM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children);console.log("starRow",t);for(const e of t)e.classList.add("lido-glow"),await K.getI().play(e),e.style.opacity="0",e.style.visibility="hidden",await new Promise((e=>setTimeout(e,300))),e.classList.remove("lido-glow")},fM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children);if(console.log("boxCells",t),!t)return;t.forEach((e=>{e.style.visibility="hidden"}));for(const e of t)e.style.visibility="visible",e.style.opacity="1",e.classList.add("lido-box-highlight"),await new Promise((e=>setTimeout(e,600))),e.classList.remove("lido-box-highlight");const n=document.getElementById(h);if(!n)return;const i=n.querySelector("lido-text");i&&await K.getI().play(i);for(const e of t){const r=e.querySelector("lido-text");console.log("box text",r),r&&await K.getI().play(r)}},lM=async(e,r)=>{e&&r&&(Array.from(e.querySelectorAll("[type='drag']")).forEach((e=>{e.hasAttribute("drop-to")&&(e.style.transition="opacity 0.5s ease",e.style.opacity="0",setTimeout((()=>{e.remove()}),500))})),Array.from(e.querySelectorAll("[type='drop']")).forEach((e=>{const r=e.getAttribute("value");r&&"?"===e.innerText.trim()&&(e.innerText=r)})))},mM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children)[2],n=Array.from(e.children)[3],i=Array.from(e.children)[4];if(!t||!n||!i)return;const a=Array.from(t.children),o=Array.from(n.children),u=o[0],s=o[1],c=o[2],f=o[3],l=o[4],m=e=>{e&&(e.style.visibility="visible",e.style.display="",e.style.opacity="1")},d=e=>{if(!e)return 0;const r=e.getAttribute&&(e.getAttribute("value")||e.getAttribute("string"))||e.textContent||"";return parseInt(String(r).trim(),10)||0},p=async e=>{e?(u&&(await new Promise((e=>setTimeout(e,200))),m(u)),s&&(await new Promise((e=>setTimeout(e,200))),m(s))):(c&&(await new Promise((e=>setTimeout(e,200))),m(c)),f&&(await new Promise((e=>setTimeout(e,300))),m(f)),i&&(await new Promise((e=>setTimeout(e,300))),m(i)),l&&(await new Promise((e=>setTimeout(e,200))),m(l)))},h=d(u),v=d(c);if("-"==("+"===(s&&(s.getAttribute("string")||s.textContent||"")).toString().trim()?"+":"-")){for(let e=0;e<Math.min(h,a.length);e++)await new Promise((e=>setTimeout(e,75))),m(a[e]);p(!0),await new Promise((e=>setTimeout(e,500)));for(let e=0;e<Math.min(v,a.length);e++){const r=Math.min(h,a.length)-1-e;sM(a[r],"red"),await new Promise((e=>setTimeout(e,200)))}p(!1)}else{for(let e=0;e<Math.min(h,a.length);e++)await new Promise((e=>setTimeout(e,120))),m(a[e]);p(!0),await new Promise((e=>setTimeout(e,500)));for(let e=0;e<Math.min(v,Math.max(0,a.length-h));e++){const r=h+e;a[r]&&(m(a[r]),sM(a[r],"green")),await new Promise((e=>setTimeout(e,80)))}p(!1)}},dM=e=>{if(!document.getElementById(h))return;const r=document.querySelector("#lidoCalculator");if(!r)return;const t=r.getAttribute("value");e.setAttribute("string",t)};export{n as A,OA as B,_A as C,JA as D,iM as E,le as F,de as G,b as H,LA as I,mb as J,y as K,v as L,QA as M,o as N,M as O,u as P,q as R,t as S,g as T,WA as a,zA as b,fe as c,BA as d,GA as e,SA as f,IA as g,VA as h,FA as i,YA as j,tM as k,vA as l,hA as m,F as n,E as o,HA as p,S as q,K as r,KA as s,oM as t,w as u,D as v,N as w,A as x,h as y,aM as z}
|
|
9
|
+
var r,t,n,i,a=9e15,o=1e9,u="0123456789abcdef",s="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",c="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",f={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-a,maxE:a,crypto:!1},l=!0,m="[DecimalError] ",d=m+"Invalid argument: ",p=m+"Precision limit exceeded",h=m+"crypto unavailable",v="[object Decimal]",y=Math.floor,g=Math.pow,x=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,b=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,w=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,D=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,N=1e7,A=7,M=s.length-1,C=c.length-1,E={toStringTag:v};function S(e){var r,t,n,i=e.length-1,a="",o=e[0];if(i>0){for(a+=o,r=1;r<i;r++)(t=A-(n=e[r]+"").length)&&(a+=U(t)),a+=n;(t=A-(n=(o=e[r])+"").length)&&(a+=U(t))}else if(0===o)return"0";for(;o%10==0;)o/=10;return a+o}function F(e,r,t){if(e!==~~e||e<r||e>t)throw Error(d+e)}function B(e,r,t,n){var i,a,o,u;for(a=e[0];a>=10;a/=10)--r;return--r<0?(r+=A,i=0):(i=Math.ceil((r+1)/A),r%=A),a=g(10,A-r),u=e[i]%a|0,null==n?r<3?(0==r?u=u/100|0:1==r&&(u=u/10|0),o=t<4&&99999==u||t>3&&49999==u||5e4==u||0==u):o=(t<4&&u+1==a||t>3&&u+1==a/2)&&(e[i+1]/a/100|0)==g(10,r-2)-1||(u==a/2||0==u)&&!(e[i+1]/a/100|0):r<4?(0==r?u=u/1e3|0:1==r?u=u/100|0:2==r&&(u=u/10|0),o=(n||t<4)&&9999==u||!n&&t>3&&4999==u):o=((n||t<4)&&u+1==a||!n&&t>3&&u+1==a/2)&&(e[i+1]/a/1e3|0)==g(10,r-3)-1,o}function q(e,r,t){for(var n,i,a=[0],o=0,s=e.length;o<s;){for(i=a.length;i--;)a[i]*=r;for(a[0]+=u.indexOf(e.charAt(o++)),n=0;n<a.length;n++)a[n]>t-1&&(void 0===a[n+1]&&(a[n+1]=0),a[n+1]+=a[n]/t|0,a[n]%=t)}return a.reverse()}E.absoluteValue=E.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),O(e)},E.ceil=function(){return O(new this.constructor(this),this.e+1,2)},E.clampedTo=E.clamp=function(e,r){var t=this,n=t.constructor;if(e=new n(e),r=new n(r),!e.s||!r.s)return new n(NaN);if(e.gt(r))throw Error(d+r);return t.cmp(e)<0?e:t.cmp(r)>0?r:new n(t)},E.comparedTo=E.cmp=function(e){var r,t,n,i,a=this,o=a.d,u=(e=new a.constructor(e)).d,s=a.s,c=e.s;if(!o||!u)return s&&c?s!==c?s:o===u?0:!o^s<0?1:-1:NaN;if(!o[0]||!u[0])return o[0]?s:u[0]?-c:0;if(s!==c)return s;if(a.e!==e.e)return a.e>e.e^s<0?1:-1;for(r=0,t=(n=o.length)<(i=u.length)?n:i;r<t;++r)if(o[r]!==u[r])return o[r]>u[r]^s<0?1:-1;return n===i?0:n>i^s<0?1:-1},E.cosine=E.cos=function(){var e,r,t=this,n=t.constructor;return t.d?t.d[0]?(r=n.rounding,n.precision=(e=n.precision)+Math.max(t.e,t.sd())+A,n.rounding=1,t=function(e,r){var t,n,i;if(r.isZero())return r;(n=r.d.length)<32?i=(1/G(4,t=Math.ceil(n/3))).toString():(t=16,i="2.3283064365386962890625e-10"),e.precision+=t,r=Z(e,1,r.times(i),new e(1));for(var a=t;a--;){var o=r.times(r);r=o.times(o).minus(o).times(8).plus(1)}return e.precision-=t,r}(n,X(n,t)),n.precision=e,n.rounding=r,O(2==i||3==i?t.neg():t,e,r,!0)):new n(1):new n(NaN)},E.cubeRoot=E.cbrt=function(){var e,r,t,n,i,a,o,u,s,c,f=this,m=f.constructor;if(!f.isFinite()||f.isZero())return new m(f);for(l=!1,(a=f.s*g(f.s*f,1/3))&&Math.abs(a)!=1/0?n=new m(a.toString()):(t=S(f.d),(a=((e=f.e)-t.length+1)%3)&&(t+=1==a||-2==a?"0":"00"),a=g(t,1/3),e=y((e+1)/3)-(e%3==(e<0?-1:2)),(n=new m(t=a==1/0?"5e"+e:(t=a.toExponential()).slice(0,t.indexOf("e")+1)+e)).s=f.s),o=(e=m.precision)+3;;)if(c=(s=(u=n).times(u).times(u)).plus(f),n=T(c.plus(f).times(u),c.plus(s),o+2,1),S(u.d).slice(0,o)===(t=S(n.d)).slice(0,o)){if("9999"!=(t=t.slice(o-3,o+1))&&(i||"4999"!=t)){+t&&(+t.slice(1)||"5"!=t.charAt(0))||(O(n,e+1,1),r=!n.times(n).times(n).eq(f));break}if(!i&&(O(u,e+1,0),u.times(u).times(u).eq(f))){n=u;break}o+=4,i=1}return l=!0,O(n,e,m.rounding,r)},E.decimalPlaces=E.dp=function(){var e,r=this.d,t=NaN;if(r){if(t=((e=r.length-1)-y(this.e/A))*A,e=r[e])for(;e%10==0;e/=10)t--;t<0&&(t=0)}return t},E.dividedBy=E.div=function(e){return T(this,new this.constructor(e))},E.dividedToIntegerBy=E.divToInt=function(e){var r=this.constructor;return O(T(this,new r(e),0,1,1),r.precision,r.rounding)},E.equals=E.eq=function(e){return 0===this.cmp(e)},E.floor=function(){return O(new this.constructor(this),this.e+1,3)},E.greaterThan=E.gt=function(e){return this.cmp(e)>0},E.greaterThanOrEqualTo=E.gte=function(e){var r=this.cmp(e);return 1==r||0===r},E.hyperbolicCosine=E.cosh=function(){var e,r,t,n,i,a=this,o=a.constructor,u=new o(1);if(!a.isFinite())return new o(a.s?1/0:NaN);if(a.isZero())return u;n=o.rounding,o.precision=(t=o.precision)+Math.max(a.e,a.sd())+4,o.rounding=1,(i=a.d.length)<32?r=(1/G(4,e=Math.ceil(i/3))).toString():(e=16,r="2.3283064365386962890625e-10"),a=Z(o,1,a.times(r),new o(1),!0);for(var s,c=e,f=new o(8);c--;)s=a.times(a),a=u.minus(s.times(f.minus(s.times(f))));return O(a,o.precision=t,o.rounding=n,!0)},E.hyperbolicSine=E.sinh=function(){var e,r,t,n,i=this,a=i.constructor;if(!i.isFinite()||i.isZero())return new a(i);if(t=a.rounding,a.precision=(r=a.precision)+Math.max(i.e,i.sd())+4,a.rounding=1,(n=i.d.length)<3)i=Z(a,2,i,i,!0);else{e=1.4*Math.sqrt(n),i=Z(a,2,i=i.times(1/G(5,e=e>16?16:0|e)),i,!0);for(var o,u=new a(5),s=new a(16),c=new a(20);e--;)o=i.times(i),i=i.times(u.plus(o.times(s.times(o).plus(c))))}return a.precision=r,a.rounding=t,O(i,r,t,!0)},E.hyperbolicTangent=E.tanh=function(){var e,r,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+7,n.rounding=1,T(t.sinh(),t.cosh(),n.precision=e,n.rounding=r)):new n(t.s)},E.inverseCosine=E.acos=function(){var e=this,r=e.constructor,t=e.abs().cmp(1),n=r.precision,i=r.rounding;return-1!==t?0===t?e.isNeg()?R(r,n,i):new r(0):new r(NaN):e.isZero()?R(r,n+4,i).times(.5):(r.precision=n+6,r.rounding=1,e=new r(1).minus(e).div(e.plus(1)).sqrt().atan(),r.precision=n,r.rounding=i,e.times(2))},E.inverseHyperbolicCosine=E.acosh=function(){var e,r,t=this,n=t.constructor;return t.lte(1)?new n(t.eq(1)?0:NaN):t.isFinite()?(r=n.rounding,n.precision=(e=n.precision)+Math.max(Math.abs(t.e),t.sd())+4,n.rounding=1,l=!1,t=t.times(t).minus(1).sqrt().plus(t),l=!0,n.precision=e,n.rounding=r,t.ln()):new n(t)},E.inverseHyperbolicSine=E.asinh=function(){var e,r,t=this,n=t.constructor;return!t.isFinite()||t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+2*Math.max(Math.abs(t.e),t.sd())+6,n.rounding=1,l=!1,t=t.times(t).plus(1).sqrt().plus(t),l=!0,n.precision=e,n.rounding=r,t.ln())},E.inverseHyperbolicTangent=E.atanh=function(){var e,r,t,n,i=this,a=i.constructor;return i.isFinite()?i.e>=0?new a(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=a.precision,r=a.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?O(new a(i),e,r,!0):(a.precision=t=n-i.e,i=T(i.plus(1),new a(1).minus(i),t+e,1),a.precision=e+4,a.rounding=1,i=i.ln(),a.precision=e,a.rounding=r,i.times(.5))):new a(NaN)},E.inverseSine=E.asin=function(){var e,r,t,n,i=this,a=i.constructor;return i.isZero()?new a(i):(r=i.abs().cmp(1),t=a.precision,n=a.rounding,-1!==r?0===r?((e=R(a,t+4,n).times(.5)).s=i.s,e):new a(NaN):(a.precision=t+6,a.rounding=1,i=i.div(new a(1).minus(i.times(i)).sqrt().plus(1)).atan(),a.precision=t,a.rounding=n,i.times(2)))},E.inverseTangent=E.atan=function(){var e,r,t,n,i,a,o,u,s,c=this,f=c.constructor,m=f.precision,d=f.rounding;if(c.isFinite()){if(c.isZero())return new f(c);if(c.abs().eq(1)&&m+4<=C)return(o=R(f,m+4,d).times(.25)).s=c.s,o}else{if(!c.s)return new f(NaN);if(m+4<=C)return(o=R(f,m+4,d).times(.5)).s=c.s,o}for(f.precision=u=m+10,f.rounding=1,e=t=Math.min(28,u/A+2|0);e;--e)c=c.div(c.times(c).plus(1).sqrt().plus(1));for(l=!1,r=Math.ceil(u/A),n=1,s=c.times(c),o=new f(c),i=c;-1!==e;)if(i=i.times(s),a=o.minus(i.div(n+=2)),i=i.times(s),void 0!==(o=a.plus(i.div(n+=2))).d[r])for(e=r;o.d[e]===a.d[e]&&e--;);return t&&(o=o.times(2<<t-1)),l=!0,O(o,f.precision=m,f.rounding=d,!0)},E.isFinite=function(){return!!this.d},E.isInteger=E.isInt=function(){return!!this.d&&y(this.e/A)>this.d.length-2},E.isNaN=function(){return!this.s},E.isNegative=E.isNeg=function(){return this.s<0},E.isPositive=E.isPos=function(){return this.s>0},E.isZero=function(){return!!this.d&&0===this.d[0]},E.lessThan=E.lt=function(e){return this.cmp(e)<0},E.lessThanOrEqualTo=E.lte=function(e){return this.cmp(e)<1},E.logarithm=E.log=function(e){var r,t,n,i,a,o,u,s,c=this,f=c.constructor,m=f.precision,d=f.rounding;if(null==e)e=new f(10),r=!0;else{if(t=(e=new f(e)).d,e.s<0||!t||!t[0]||e.eq(1))return new f(NaN);r=e.eq(10)}if(t=c.d,c.s<0||!t||!t[0]||c.eq(1))return new f(t&&!t[0]?-1/0:1!=c.s?NaN:t?0:1/0);if(r)if(t.length>1)a=!0;else{for(i=t[0];i%10==0;)i/=10;a=1!==i}if(l=!1,o=J(c,u=m+5),n=r?I(f,u+10):J(e,u),B((s=T(o,n,u,1)).d,i=m,d))do{if(o=J(c,u+=10),n=r?I(f,u+10):J(e,u),s=T(o,n,u,1),!a){+S(s.d).slice(i+1,i+15)+1==1e14&&(s=O(s,m+1,0));break}}while(B(s.d,i+=10,d));return l=!0,O(s,m,d)},E.minus=E.sub=function(e){var r,t,n,i,a,o,u,s,c,f,m,d,p=this,h=p.constructor;if(e=new h(e),!p.d||!e.d)return p.s&&e.s?p.d?e.s=-e.s:e=new h(e.d||p.s!==e.s?p:NaN):e=new h(NaN),e;if(p.s!=e.s)return e.s=-e.s,p.plus(e);if(d=e.d,u=h.precision,s=h.rounding,!(c=p.d)[0]||!d[0]){if(d[0])e.s=-e.s;else{if(!c[0])return new h(3===s?-0:0);e=new h(p)}return l?O(e,u,s):e}if(t=y(e.e/A),f=y(p.e/A),c=c.slice(),a=f-t){for((m=a<0)?(r=c,a=-a,o=d.length):(r=d,t=f,o=c.length),a>(n=Math.max(Math.ceil(u/A),o)+2)&&(a=n,r.length=1),r.reverse(),n=a;n--;)r.push(0);r.reverse()}else{for((m=(n=c.length)<(o=d.length))&&(o=n),n=0;n<o;n++)if(c[n]!=d[n]){m=c[n]<d[n];break}a=0}for(m&&(r=c,c=d,d=r,e.s=-e.s),n=d.length-(o=c.length);n>0;--n)c[o++]=0;for(n=d.length;n>a;){if(c[--n]<d[n]){for(i=n;i&&0===c[--i];)c[i]=N-1;--c[i],c[n]+=N}c[n]-=d[n]}for(;0===c[--o];)c.pop();for(;0===c[0];c.shift())--t;return c[0]?(e.d=c,e.e=z(c,t),l?O(e,u,s):e):new h(3===s?-0:0)},E.modulo=E.mod=function(e){var r,t=this,n=t.constructor;return e=new n(e),!t.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||t.d&&!t.d[0]?O(new n(t),n.precision,n.rounding):(l=!1,9==n.modulo?(r=T(t,e.abs(),0,3,1)).s*=e.s:r=T(t,e,0,n.modulo,1),r=r.times(e),l=!0,t.minus(r))},E.naturalExponential=E.exp=function(){return _(this)},E.naturalLogarithm=E.ln=function(){return J(this)},E.negated=E.neg=function(){var e=new this.constructor(this);return e.s=-e.s,O(e)},E.plus=E.add=function(e){var r,t,n,i,a,o,u,s,c,f,m=this,d=m.constructor;if(e=new d(e),!m.d||!e.d)return m.s&&e.s?m.d||(e=new d(e.d||m.s===e.s?m:NaN)):e=new d(NaN),e;if(m.s!=e.s)return e.s=-e.s,m.minus(e);if(f=e.d,u=d.precision,s=d.rounding,!(c=m.d)[0]||!f[0])return f[0]||(e=new d(m)),l?O(e,u,s):e;if(a=y(m.e/A),n=y(e.e/A),c=c.slice(),i=a-n){for(i<0?(t=c,i=-i,o=f.length):(t=f,n=a,o=c.length),i>(o=(a=Math.ceil(u/A))>o?a+1:o+1)&&(i=o,t.length=1),t.reverse();i--;)t.push(0);t.reverse()}for((o=c.length)-(i=f.length)<0&&(i=o,t=f,f=c,c=t),r=0;i;)r=(c[--i]=c[i]+f[i]+r)/N|0,c[i]%=N;for(r&&(c.unshift(r),++n),o=c.length;0==c[--o];)c.pop();return e.d=c,e.e=z(c,n),l?O(e,u,s):e},E.precision=E.sd=function(e){var r,t=this;if(void 0!==e&&e!==!!e&&1!==e&&0!==e)throw Error(d+e);return t.d?(r=j(t.d),e&&t.e+1>r&&(r=t.e+1)):r=NaN,r},E.round=function(){var e=this,r=e.constructor;return O(new r(e),e.e+1,r.rounding)},E.sine=E.sin=function(){var e,r,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+Math.max(t.e,t.sd())+A,n.rounding=1,t=function(e,r){var t,n=r.d.length;if(n<3)return r.isZero()?r:Z(e,2,r,r);t=1.4*Math.sqrt(n),r=Z(e,2,r=r.times(1/G(5,t=t>16?16:0|t)),r);for(var i,a=new e(5),o=new e(16),u=new e(20);t--;)i=r.times(r),r=r.times(a.plus(i.times(o.times(i).minus(u))));return r}(n,X(n,t)),n.precision=e,n.rounding=r,O(i>2?t.neg():t,e,r,!0)):new n(NaN)},E.squareRoot=E.sqrt=function(){var e,r,t,n,i,a,o=this,u=o.d,s=o.e,c=o.s,f=o.constructor;if(1!==c||!u||!u[0])return new f(!c||c<0&&(!u||u[0])?NaN:u?o:1/0);for(l=!1,0==(c=Math.sqrt(+o))||c==1/0?(((r=S(u)).length+s)%2==0&&(r+="0"),c=Math.sqrt(r),s=y((s+1)/2)-(s<0||s%2),n=new f(r=c==1/0?"5e"+s:(r=c.toExponential()).slice(0,r.indexOf("e")+1)+s)):n=new f(c.toString()),t=(s=f.precision)+3;;)if(n=(a=n).plus(T(o,a,t+2,1)).times(.5),S(a.d).slice(0,t)===(r=S(n.d)).slice(0,t)){if("9999"!=(r=r.slice(t-3,t+1))&&(i||"4999"!=r)){+r&&(+r.slice(1)||"5"!=r.charAt(0))||(O(n,s+1,1),e=!n.times(n).eq(o));break}if(!i&&(O(a,s+1,0),a.times(a).eq(o))){n=a;break}t+=4,i=1}return l=!0,O(n,s,f.rounding,e)},E.tangent=E.tan=function(){var e,r,t=this,n=t.constructor;return t.isFinite()?t.isZero()?new n(t):(r=n.rounding,n.precision=(e=n.precision)+10,n.rounding=1,(t=t.sin()).s=1,t=T(t,new n(1).minus(t.times(t)).sqrt(),e+10,0),n.precision=e,n.rounding=r,O(2==i||4==i?t.neg():t,e,r,!0)):new n(NaN)},E.times=E.mul=function(e){var r,t,n,i,a,o,u,s,c,f=this,m=f.constructor,d=f.d,p=(e=new m(e)).d;if(e.s*=f.s,!(d&&d[0]&&p&&p[0]))return new m(!e.s||d&&!d[0]&&!p||p&&!p[0]&&!d?NaN:d&&p?0*e.s:e.s/0);for(t=y(f.e/A)+y(e.e/A),(s=d.length)<(c=p.length)&&(a=d,d=p,p=a,o=s,s=c,c=o),a=[],n=o=s+c;n--;)a.push(0);for(n=c;--n>=0;){for(r=0,i=s+n;i>n;)u=a[i]+p[n]*d[i-n-1]+r,a[i--]=u%N|0,r=u/N|0;a[i]=(a[i]+r)%N|0}for(;!a[--o];)a.pop();return r?++t:a.shift(),e.d=a,e.e=z(a,t),l?O(e,m.precision,m.rounding):e},E.toBinary=function(e,r){return Q(this,2,e,r)},E.toDecimalPlaces=E.toDP=function(e,r){var t=this,n=t.constructor;return t=new n(t),void 0===e?t:(F(e,0,o),void 0===r?r=n.rounding:F(r,0,8),O(t,e+t.e+1,r))},E.toExponential=function(e,r){var t,n=this,i=n.constructor;return void 0===e?t=k(n,!0):(F(e,0,o),void 0===r?r=i.rounding:F(r,0,8),t=k(n=O(new i(n),e+1,r),!0,e+1)),n.isNeg()&&!n.isZero()?"-"+t:t},E.toFixed=function(e,r){var t,n,i=this,a=i.constructor;return void 0===e?t=k(i):(F(e,0,o),void 0===r?r=a.rounding:F(r,0,8),t=k(n=O(new a(i),e+i.e+1,r),!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+t:t},E.toFraction=function(e){var r,t,n,i,a,o,u,s,c,f,m,p,h=this,v=h.d,y=h.constructor;if(!v)return new y(h);if(c=t=new y(1),n=s=new y(0),a=(r=new y(n)).e=j(v)-h.e-1,r.d[0]=g(10,(o=a%A)<0?A+o:o),null==e)e=a>0?r:c;else{if(!(u=new y(e)).isInt()||u.lt(c))throw Error(d+u);e=u.gt(r)?a>0?r:c:u}for(l=!1,u=new y(S(v)),f=y.precision,y.precision=a=v.length*A*2;m=T(u,r,0,1,1),1!=(i=t.plus(m.times(n))).cmp(e);)t=n,n=i,c=s.plus(m.times(i=c)),s=i,r=u.minus(m.times(i=r)),u=i;return i=T(e.minus(t),n,0,1,1),s=s.plus(i.times(c)),t=t.plus(i.times(n)),s.s=c.s=h.s,p=T(c,n,a,1).minus(h).abs().cmp(T(s,t,a,1).minus(h).abs())<1?[c,n]:[s,t],y.precision=f,l=!0,p},E.toHexadecimal=E.toHex=function(e,r){return Q(this,16,e,r)},E.toNearest=function(e,r){var t=this,n=t.constructor;if(t=new n(t),null==e){if(!t.d)return t;e=new n(1),r=n.rounding}else{if(e=new n(e),void 0===r?r=n.rounding:F(r,0,8),!t.d)return e.s?t:e;if(!e.d)return e.s&&(e.s=t.s),e}return e.d[0]?(l=!1,t=T(t,e,0,r,1).times(e),l=!0,O(t)):(e.s=t.s,t=e),t},E.toNumber=function(){return+this},E.toOctal=function(e,r){return Q(this,8,e,r)},E.toPower=E.pow=function(e){var r,t,n,i,a,o,u=this,s=u.constructor,c=+(e=new s(e));if(!(u.d&&e.d&&u.d[0]&&e.d[0]))return new s(g(+u,c));if((u=new s(u)).eq(1))return u;if(n=s.precision,a=s.rounding,e.eq(1))return O(u,n,a);if((r=y(e.e/A))>=e.d.length-1&&(t=c<0?-c:c)<=9007199254740991)return i=$(s,u,t,n),e.s<0?new s(1).div(i):O(i,n,a);if((o=u.s)<0){if(r<e.d.length-1)return new s(NaN);if(1&e.d[r]||(o=1),0==u.e&&1==u.d[0]&&1==u.d.length)return u.s=o,u}return(r=0!=(t=g(+u,c))&&isFinite(t)?new s(t+"").e:y(c*(Math.log("0."+S(u.d))/Math.LN10+u.e+1)))>s.maxE+1||r<s.minE-1?new s(r>0?o/0:0):(l=!1,s.rounding=u.s=1,t=Math.min(12,(r+"").length),(i=_(e.times(J(u,n+t)),n)).d&&B((i=O(i,n+5,1)).d,n,a)&&+S((i=O(_(e.times(J(u,(r=n+10)+t)),r),r+5,1)).d).slice(n+1,n+15)+1==1e14&&(i=O(i,n+1,0)),i.s=o,l=!0,s.rounding=a,O(i,n,a))},E.toPrecision=function(e,r){var t,n=this,i=n.constructor;return void 0===e?t=k(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(F(e,1,o),void 0===r?r=i.rounding:F(r,0,8),t=k(n=O(new i(n),e,r),e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+t:t},E.toSignificantDigits=E.toSD=function(e,r){var t=this.constructor;return void 0===e?(e=t.precision,r=t.rounding):(F(e,1,o),void 0===r?r=t.rounding:F(r,0,8)),O(new t(this),e,r)},E.toString=function(){var e=this,r=e.constructor,t=k(e,e.e<=r.toExpNeg||e.e>=r.toExpPos);return e.isNeg()&&!e.isZero()?"-"+t:t},E.truncated=E.trunc=function(){return O(new this.constructor(this),this.e+1,1)},E.valueOf=E.toJSON=function(){var e=this,r=e.constructor,t=k(e,e.e<=r.toExpNeg||e.e>=r.toExpPos);return e.isNeg()?"-"+t:t};var T=function(){function e(e,r,t){var n,i=0,a=e.length;for(e=e.slice();a--;)e[a]=(n=e[a]*r+i)%t|0,i=n/t|0;return i&&e.unshift(i),e}function r(e,r,t,n){var i,a;if(t!=n)a=t>n?1:-1;else for(i=a=0;i<t;i++)if(e[i]!=r[i]){a=e[i]>r[i]?1:-1;break}return a}function n(e,r,t,n){for(var i=0;t--;)e[t]-=i,e[t]=(i=e[t]<r[t]?1:0)*n+e[t]-r[t];for(;!e[0]&&e.length>1;)e.shift()}return function(i,a,o,u,s,c){var f,l,m,d,p,h,v,g,x,b,w,D,M,C,E,S,F,B,q,T,k=i.constructor,z=i.s==a.s?1:-1,I=i.d,R=a.d;if(!(I&&I[0]&&R&&R[0]))return new k(i.s&&a.s&&(I?!R||I[0]!=R[0]:R)?I&&0==I[0]||!R?0*z:z/0:NaN);for(c?(p=1,l=i.e-a.e):(c=N,l=y(i.e/(p=A))-y(a.e/p)),q=R.length,F=I.length,b=(x=new k(z)).d=[],m=0;R[m]==(I[m]||0);m++);if(R[m]>(I[m]||0)&&l--,null==o?(C=o=k.precision,u=k.rounding):C=s?o+(i.e-a.e)+1:o,C<0)b.push(1),h=!0;else{if(C=C/p+2|0,m=0,1==q){for(d=0,R=R[0],C++;(m<F||d)&&C--;m++)b[m]=(E=d*c+(I[m]||0))/R|0,d=E%R|0;h=d||m<F}else{for((d=c/(R[0]+1)|0)>1&&(R=e(R,d,c),I=e(I,d,c),q=R.length,F=I.length),S=q,D=(w=I.slice(0,q)).length;D<q;)w[D++]=0;(T=R.slice()).unshift(0),B=R[0],R[1]>=c/2&&++B;do{d=0,(f=r(R,w,q,D))<0?(M=w[0],q!=D&&(M=M*c+(w[1]||0)),(d=M/B|0)>1?(d>=c&&(d=c-1),1==(f=r(v=e(R,d,c),w,g=v.length,D=w.length))&&(d--,n(v,q<g?T:R,g,c))):(0==d&&(f=d=1),v=R.slice()),(g=v.length)<D&&v.unshift(0),n(w,v,D,c),-1==f&&(f=r(R,w,q,D=w.length))<1&&(d++,n(w,q<D?T:R,D,c)),D=w.length):0===f&&(d++,w=[0]),b[m++]=d,f&&w[0]?w[D++]=I[S]||0:(w=[I[S]],D=1)}while((S++<F||void 0!==w[0])&&C--);h=void 0!==w[0]}b[0]||b.shift()}if(1==p)x.e=l,t=h;else{for(m=1,d=b[0];d>=10;d/=10)m++;x.e=m+l*p-1,O(x,s?o+x.e+1:o,u,h)}return x}}();function O(e,r,t,n){var i,a,o,u,s,c,f,m,d,p=e.constructor;e:if(null!=r){if(!(m=e.d))return e;for(i=1,u=m[0];u>=10;u/=10)i++;if((a=r-i)<0)a+=A,s=(f=m[d=0])/g(10,i-(o=r)-1)%10|0;else if((d=Math.ceil((a+1)/A))>=(u=m.length)){if(!n)break e;for(;u++<=d;)m.push(0);f=s=0,i=1,o=(a%=A)-A+1}else{for(f=u=m[d],i=1;u>=10;u/=10)i++;s=(o=(a%=A)-A+i)<0?0:f/g(10,i-o-1)%10|0}if(n=n||r<0||void 0!==m[d+1]||(o<0?f:f%g(10,i-o-1)),c=t<4?(s||n)&&(0==t||t==(e.s<0?3:2)):s>5||5==s&&(4==t||n||6==t&&(a>0?o>0?f/g(10,i-o):0:m[d-1])%10&1||t==(e.s<0?8:7)),r<1||!m[0])return m.length=0,c?(m[0]=g(10,(A-(r-=e.e+1)%A)%A),e.e=-r||0):m[0]=e.e=0,e;if(0==a?(m.length=d,u=1,d--):(m.length=d+1,u=g(10,A-a),m[d]=o>0?(f/g(10,i-o)%g(10,o)|0)*u:0),c)for(;;){if(0==d){for(a=1,o=m[0];o>=10;o/=10)a++;for(o=m[0]+=u,u=1;o>=10;o/=10)u++;a!=u&&(e.e++,m[0]==N&&(m[0]=1));break}if(m[d]+=u,m[d]!=N)break;m[d--]=0,u=1}for(a=m.length;0===m[--a];)m.pop()}return l&&(e.e>p.maxE?(e.d=null,e.e=NaN):e.e<p.minE&&(e.e=0,e.d=[0])),e}function k(e,r,t){if(!e.isFinite())return W(e);var n,i=e.e,a=S(e.d),o=a.length;return r?(t&&(n=t-o)>0?a=a.charAt(0)+"."+a.slice(1)+U(n):o>1&&(a=a.charAt(0)+"."+a.slice(1)),a=a+(e.e<0?"e":"e+")+e.e):i<0?(a="0."+U(-i-1)+a,t&&(n=t-o)>0&&(a+=U(n))):i>=o?(a+=U(i+1-o),t&&(n=t-i-1)>0&&(a=a+"."+U(n))):((n=i+1)<o&&(a=a.slice(0,n)+"."+a.slice(n)),t&&(n=t-o)>0&&(i+1===o&&(a+="."),a+=U(n))),a}function z(e,r){var t=e[0];for(r*=A;t>=10;t/=10)r++;return r}function I(e,r,t){if(r>M)throw l=!0,t&&(e.precision=t),Error(p);return O(new e(s),r,1,!0)}function R(e,r,t){if(r>C)throw Error(p);return O(new e(c),r,t,!0)}function j(e){var r=e.length-1,t=r*A+1;if(r=e[r]){for(;r%10==0;r/=10)t--;for(r=e[0];r>=10;r/=10)t++}return t}function U(e){for(var r="";e--;)r+="0";return r}function $(e,r,t,n){var i,a=new e(1),o=Math.ceil(n/A+4);for(l=!1;;){if(t%2&&Y((a=a.times(r)).d,o)&&(i=!0),0===(t=y(t/2))){t=a.d.length-1,i&&0===a.d[t]&&++a.d[t];break}Y((r=r.times(r)).d,o)}return l=!0,a}function P(e){return 1&e.d[e.d.length-1]}function L(e,r,t){for(var n,i,a=new e(r[0]),o=0;++o<r.length;){if(!(i=new e(r[o])).s){a=i;break}((n=a.cmp(i))===t||0===n&&a.s===t)&&(a=i)}return a}function _(e,r){var t,n,i,a,o,u,s,c=0,f=0,m=0,d=e.constructor,p=d.rounding,h=d.precision;if(!e.d||!e.d[0]||e.e>17)return new d(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:NaN);for(null==r?(l=!1,s=h):s=r,u=new d(.03125);e.e>-2;)e=e.times(u),m+=5;for(s+=n=Math.log(g(2,m))/Math.LN10*2+5|0,t=a=o=new d(1),d.precision=s;;){if(a=O(a.times(e),s,1),t=t.times(++f),S((u=o.plus(T(a,t,s,1))).d).slice(0,s)===S(o.d).slice(0,s)){for(i=m;i--;)o=O(o.times(o),s,1);if(null!=r)return d.precision=h,o;if(!(c<3&&B(o.d,s-n,p,c)))return O(o,d.precision=h,p,l=!0);d.precision=s+=10,t=a=u=new d(1),f=0,c++}o=u}}function J(e,r){var t,n,i,a,o,u,s,c,f,m,d,p=1,h=e,v=h.d,y=h.constructor,g=y.rounding,x=y.precision;if(h.s<0||!v||!v[0]||!h.e&&1==v[0]&&1==v.length)return new y(v&&!v[0]?-1/0:1!=h.s?NaN:v?0:h);if(null==r?(l=!1,f=x):f=r,y.precision=f+=10,n=(t=S(v)).charAt(0),!(Math.abs(a=h.e)<15e14))return c=I(y,f+2,x).times(a+""),h=J(new y(n+"."+t.slice(1)),f-10).plus(c),y.precision=x,null==r?O(h,x,g,l=!0):h;for(;n<7&&1!=n||1==n&&t.charAt(1)>3;)n=(t=S((h=h.times(e)).d)).charAt(0),p++;for(a=h.e,n>1?(h=new y("0."+t),a++):h=new y(n+"."+t.slice(1)),m=h,s=o=h=T(h.minus(1),h.plus(1),f,1),d=O(h.times(h),f,1),i=3;;){if(o=O(o.times(d),f,1),S((c=s.plus(T(o,new y(i),f,1))).d).slice(0,f)===S(s.d).slice(0,f)){if(s=s.times(2),0!==a&&(s=s.plus(I(y,f+2,x).times(a+""))),s=T(s,new y(p),f,1),null!=r)return y.precision=x,s;if(!B(s.d,f-10,g,u))return O(s,y.precision=x,g,l=!0);y.precision=f+=10,c=o=h=T(m.minus(1),m.plus(1),f,1),d=O(h.times(h),f,1),i=u=1}s=c,i+=2}}function W(e){return String(e.s*e.s/0)}function V(e,r){var t,n,i;for((t=r.indexOf("."))>-1&&(r=r.replace(".","")),(n=r.search(/e/i))>0?(t<0&&(t=n),t+=+r.slice(n+1),r=r.substring(0,n)):t<0&&(t=r.length),n=0;48===r.charCodeAt(n);n++);for(i=r.length;48===r.charCodeAt(i-1);--i);if(r=r.slice(n,i)){if(i-=n,e.e=t=t-n-1,e.d=[],n=(t+1)%A,t<0&&(n+=A),n<i){for(n&&e.d.push(+r.slice(0,n)),i-=A;n<i;)e.d.push(+r.slice(n,n+=A));r=r.slice(n),n=A-r.length}else n-=i;for(;n--;)r+="0";e.d.push(+r),l&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function H(e,t){var n,i,a,o,u,s,c,f,m;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),D.test(t))return V(e,t)}else if("Infinity"===t||"NaN"===t)return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(b.test(t))n=16,t=t.toLowerCase();else if(x.test(t))n=2;else{if(!w.test(t))throw Error(d+t);n=8}for((o=t.search(/p/i))>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),i=e.constructor,(u=o>=0)&&(o=(s=(t=t.replace(".","")).length)-o,a=$(i,new i(n),o,2*o)),o=m=(f=q(t,n,N)).length-1;0===f[o];--o)f.pop();return o<0?new i(0*e.s):(e.e=z(f,m),e.d=f,l=!1,u&&(e=T(e,a,4*s)),c&&(e=e.times(Math.abs(c)<54?g(2,c):r.pow(2,c))),l=!0,e)}function Z(e,r,t,n,i){var a,o,u,s,c=e.precision,f=Math.ceil(c/A);for(l=!1,s=t.times(t),u=new e(n);;){if(o=T(u.times(s),new e(r++*r++),c,1),u=i?n.plus(o):n.minus(o),n=T(o.times(s),new e(r++*r++),c,1),void 0!==(o=u.plus(n)).d[f]){for(a=f;o.d[a]===u.d[a]&&a--;);if(-1==a)break}a=u,u=n,n=o,o=a}return l=!0,o.d.length=f+1,o}function G(e,r){for(var t=e;--r;)t*=e;return t}function X(e,r){var t,n=r.s<0,a=R(e,e.precision,1),o=a.times(.5);if((r=r.abs()).lte(o))return i=n?4:1,r;if((t=r.divToInt(a)).isZero())i=n?3:2;else{if((r=r.minus(t.times(a))).lte(o))return i=P(t)?n?2:3:n?4:1,r;i=P(t)?n?1:4:n?3:2}return r.minus(a).abs()}function Q(e,r,n,i){var a,s,c,f,l,m,d,p,h,v=e.constructor,y=void 0!==n;if(y?(F(n,1,o),void 0===i?i=v.rounding:F(i,0,8)):(n=v.precision,i=v.rounding),e.isFinite()){for(y?(a=2,16==r?n=4*n-3:8==r&&(n=3*n-2)):a=r,(c=(d=k(e)).indexOf("."))>=0&&(d=d.replace(".",""),(h=new v(1)).e=d.length-c,h.d=q(k(h),10,a),h.e=h.d.length),s=l=(p=q(d,10,a)).length;0==p[--l];)p.pop();if(p[0]){if(c<0?s--:((e=new v(e)).d=p,e.e=s,p=(e=T(e,h,n,i,0,a)).d,s=e.e,m=t),c=p[n],f=a/2,m=m||void 0!==p[n+1],m=i<4?(void 0!==c||m)&&(0===i||i===(e.s<0?3:2)):c>f||c===f&&(4===i||m||6===i&&1&p[n-1]||i===(e.s<0?8:7)),p.length=n,m)for(;++p[--n]>a-1;)p[n]=0,n||(++s,p.unshift(1));for(l=p.length;!p[l-1];--l);for(c=0,d="";c<l;c++)d+=u.charAt(p[c]);if(y){if(l>1)if(16==r||8==r){for(c=16==r?4:3,--l;l%c;l++)d+="0";for(l=(p=q(d,a,r)).length;!p[l-1];--l);for(c=1,d="1.";c<l;c++)d+=u.charAt(p[c])}else d=d.charAt(0)+"."+d.slice(1);d=d+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)d="0"+d;d="0."+d}else if(++s>l)for(s-=l;s--;)d+="0";else s<l&&(d=d.slice(0,s)+"."+d.slice(s))}else d=y?"0p+0":"0";d=(16==r?"0x":2==r?"0b":8==r?"0o":"")+d}else d=W(e);return e.s<0?"-"+d:d}function Y(e,r){if(e.length>r)return e.length=r,!0}function K(e){return new this(e).abs()}function ee(e){return new this(e).acos()}function re(e){return new this(e).acosh()}function te(e,r){return new this(e).plus(r)}function ne(e){return new this(e).asin()}function ie(e){return new this(e).asinh()}function ae(e){return new this(e).atan()}function oe(e){return new this(e).atanh()}function ue(e,r){e=new this(e),r=new this(r);var t,n=this.precision,i=this.rounding,a=n+4;return e.s&&r.s?e.d||r.d?!r.d||e.isZero()?(t=r.s<0?R(this,n,i):new this(0)).s=e.s:!e.d||r.isZero()?(t=R(this,a,1).times(.5)).s=e.s:r.s<0?(this.precision=a,this.rounding=1,t=this.atan(T(e,r,a,1)),r=R(this,a,1),this.precision=n,this.rounding=i,t=e.s<0?t.minus(r):t.plus(r)):t=this.atan(T(e,r,a,1)):(t=R(this,a,1).times(r.s>0?.25:.75)).s=e.s:t=new this(NaN),t}function se(e){return new this(e).cbrt()}function ce(e){return O(e=new this(e),e.e+1,2)}function fe(e,r,t){return new this(e).clamp(r,t)}function le(e){if(!e||"object"!=typeof e)throw Error(m+"Object expected");var r,t,n,i=!0===e.defaults,u=["precision",1,o,"rounding",0,8,"toExpNeg",-a,0,"toExpPos",0,a,"maxE",0,a,"minE",-a,0,"modulo",0,9];for(r=0;r<u.length;r+=3)if(t=u[r],i&&(this[t]=f[t]),void 0!==(n=e[t])){if(!(y(n)===n&&n>=u[r+1]&&n<=u[r+2]))throw Error(d+t+": "+n);this[t]=n}if(t="crypto",i&&(this[t]=f[t]),void 0!==(n=e[t])){if(!0!==n&&!1!==n&&0!==n&&1!==n)throw Error(d+t+": "+n);if(n){if("undefined"==typeof crypto||!crypto||!crypto.getRandomValues&&!crypto.randomBytes)throw Error(h);this[t]=!0}else this[t]=!1}return this}function me(e){return new this(e).cos()}function de(e){return new this(e).cosh()}function pe(e,r){return new this(e).div(r)}function he(e){return new this(e).exp()}function ve(e){return O(e=new this(e),e.e+1,3)}function ye(){var e,r,t=new this(0);for(l=!1,e=0;e<arguments.length;)if((r=new this(arguments[e++])).d)t.d&&(t=t.plus(r.times(r)));else{if(r.s)return l=!0,new this(1/0);t=r}return l=!0,t.sqrt()}function ge(e){return e instanceof r||e&&e.toStringTag===v||!1}function xe(e){return new this(e).ln()}function be(e,r){return new this(e).log(r)}function we(e){return new this(e).log(2)}function De(e){return new this(e).log(10)}function Ne(){return L(this,arguments,-1)}function Ae(){return L(this,arguments,1)}function Me(e,r){return new this(e).mod(r)}function Ce(e,r){return new this(e).mul(r)}function Ee(e,r){return new this(e).pow(r)}function Se(e){var r,t,n,i,a=0,u=new this(1),s=[];if(void 0===e?e=this.precision:F(e,1,o),n=Math.ceil(e/A),this.crypto)if(crypto.getRandomValues)for(r=crypto.getRandomValues(new Uint32Array(n));a<n;)(i=r[a])>=429e7?r[a]=crypto.getRandomValues(new Uint32Array(1))[0]:s[a++]=i%1e7;else{if(!crypto.randomBytes)throw Error(h);for(r=crypto.randomBytes(n*=4);a<n;)(i=r[a]+(r[a+1]<<8)+(r[a+2]<<16)+((127&r[a+3])<<24))>=214e7?crypto.randomBytes(4).copy(r,a):(s.push(i%1e7),a+=4);a=n/4}else for(;a<n;)s[a++]=1e7*Math.random()|0;for(n=s[--a],e%=A,n&&e&&(i=g(10,A-e),s[a]=(n/i|0)*i);0===s[a];a--)s.pop();if(a<0)t=0,s=[0];else{for(t=-1;0===s[0];t-=A)s.shift();for(n=1,i=s[0];i>=10;i/=10)n++;n<A&&(t-=A-n)}return u.e=t,u.d=s,u}function Fe(e){return O(e=new this(e),e.e+1,this.rounding)}function Be(e){return(e=new this(e)).d?e.d[0]?e.s:0*e.s:e.s||NaN}function qe(e){return new this(e).sin()}function Te(e){return new this(e).sinh()}function Oe(e){return new this(e).sqrt()}function ke(e,r){return new this(e).sub(r)}function ze(){var e=0,r=arguments,t=new this(r[e]);for(l=!1;t.s&&++e<r.length;)t=t.plus(r[e]);return l=!0,O(t,this.precision,this.rounding)}function Ie(e){return new this(e).tan()}function Re(e){return new this(e).tanh()}function je(e){return O(e=new this(e),e.e+1,1)}r=function e(r){var t,n,i;function a(e){var r,t,n,i=this;if(!(i instanceof a))return new a(e);if(i.constructor=a,ge(e))return i.s=e.s,void(l?!e.d||e.e>a.maxE?(i.e=NaN,i.d=null):e.e<a.minE?(i.e=0,i.d=[0]):(i.e=e.e,i.d=e.d.slice()):(i.e=e.e,i.d=e.d?e.d.slice():e.d));if("number"==(n=typeof e)){if(0===e)return i.s=1/e<0?-1:1,i.e=0,void(i.d=[0]);if(e<0?(e=-e,i.s=-1):i.s=1,e===~~e&&e<1e7){for(r=0,t=e;t>=10;t/=10)r++;return void(l?r>a.maxE?(i.e=NaN,i.d=null):r<a.minE?(i.e=0,i.d=[0]):(i.e=r,i.d=[e]):(i.e=r,i.d=[e]))}return 0*e!=0?(e||(i.s=NaN),i.e=NaN,void(i.d=null)):V(i,e.toString())}if("string"===n)return 45===(t=e.charCodeAt(0))?(e=e.slice(1),i.s=-1):(43===t&&(e=e.slice(1)),i.s=1),D.test(e)?V(i,e):H(i,e);if("bigint"===n)return e<0?(e=-e,i.s=-1):i.s=1,V(i,e.toString());throw Error(d+e)}if(a.prototype=E,a.ROUND_UP=0,a.ROUND_DOWN=1,a.ROUND_CEIL=2,a.ROUND_FLOOR=3,a.ROUND_HALF_UP=4,a.ROUND_HALF_DOWN=5,a.ROUND_HALF_EVEN=6,a.ROUND_HALF_CEIL=7,a.ROUND_HALF_FLOOR=8,a.EUCLID=9,a.config=a.set=le,a.clone=e,a.isDecimal=ge,a.abs=K,a.acos=ee,a.acosh=re,a.add=te,a.asin=ne,a.asinh=ie,a.atan=ae,a.atanh=oe,a.atan2=ue,a.cbrt=se,a.ceil=ce,a.clamp=fe,a.cos=me,a.cosh=de,a.div=pe,a.exp=he,a.floor=ve,a.hypot=ye,a.ln=xe,a.log=be,a.log10=De,a.log2=we,a.max=Ne,a.min=Ae,a.mod=Me,a.mul=Ce,a.pow=Ee,a.random=Se,a.round=Fe,a.sign=Be,a.sin=qe,a.sinh=Te,a.sqrt=Oe,a.sub=ke,a.sum=ze,a.tan=Ie,a.tanh=Re,a.trunc=je,void 0===r&&(r={}),r&&!0!==r.defaults)for(i=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<i.length;)r.hasOwnProperty(n=i[t++])||(r[n]=this[n]);return a.config(r),a}(f),r.prototype.constructor=r,r.default=r.Decimal=r,s=new r(s),c=new r(c),it.exports?("function"==typeof Symbol&&"symbol"==typeof Symbol.iterator&&(E[Symbol.for("nodejs.util.inspect.custom")]=E.toString,E[Symbol.toStringTag]="Decimal"),it.exports=r):(e||(e="undefined"!=typeof self&&self&&self.self==self?self:window),n=e.Decimal,r.noConflict=function(){return e.Decimal=n,r},e.Decimal=r)}(me);const ut=ot.exports;var st=Cr("BigNumber",["?on","config"],(e=>{var{on:r,config:t}=e,n=ut.clone({precision:t.precision,modulo:ut.EUCLID});return n.prototype=Object.create(n.prototype),n.prototype.type="BigNumber",n.prototype.isBigNumber=!0,n.prototype.toJSON=function(){return{mathjs:"BigNumber",value:this.toString()}},n.fromJSON=function(e){return new n(e.value)},r&&r("config",(function(e,r){e.precision!==r.precision&&n.config({precision:e.precision})})),n}),{isClass:!0}),ct={exports:{}};!function(e){!function(){function r(e,r){if(null==e)s.re=s.im=0;else if(void 0!==r)s.re=e,s.im=r;else switch(typeof e){case"object":if("im"in e&&"re"in e)s.re=e.re,s.im=e.im;else if("abs"in e&&"arg"in e){if(!isFinite(e.abs)&&isFinite(e.arg))return a.INFINITY;s.re=e.abs*Math.cos(e.arg),s.im=e.abs*Math.sin(e.arg)}else if("r"in e&&"phi"in e){if(!isFinite(e.r)&&isFinite(e.phi))return a.INFINITY;s.re=e.r*Math.cos(e.phi),s.im=e.r*Math.sin(e.phi)}else 2===e.length?(s.re=e[0],s.im=e[1]):t();break;case"string":s.im=s.re=0,r=1;let n=0;null===(e=e.replace(/_/g,"").match(/\d+\.?\d*e[+-]?\d+|\d+\.?\d*|\.\d+|./g))&&t();for(let i=0;i<e.length;i++){const a=e[i];" "!==a&&"\t"!==a&&"\n"!==a&&("+"===a?r++:"-"===a?n++:("i"===a||"I"===a?(0===r+n&&t()," "===e[i+1]||isNaN(e[i+1])?s.im+=parseFloat((n%2?"-":"")+"1"):(s.im+=parseFloat((n%2?"-":"")+e[i+1]),i++)):((0===r+n||isNaN(a))&&t(),"i"===e[i+1]||"I"===e[i+1]?(s.im+=parseFloat((n%2?"-":"")+a),i++):s.re+=parseFloat((n%2?"-":"")+a)),r=n=0))}0<r+n&&t();break;case"number":s.im=0,s.re=e;break;default:t()}return s}function t(){throw SyntaxError("Invalid Param")}function n(e,r){return(e=Math.abs(e))<(r=Math.abs(r))&&([e,r]=[r,e]),1e8>e?Math.sqrt(e*e+r*r):(r/=e,e*Math.sqrt(1+r*r))}function i(e,r){const t=Math.abs(e),n=Math.abs(r);return 0===e?Math.log(n):0===r?Math.log(t):3e3>t&&3e3>n?.5*Math.log(e*e+r*r):(e*=.5,r*=.5,.5*Math.log(e*e+r*r)+Math.LN2)}function a(e,t){if(!(this instanceof a))return new a(e,t);e=r(e,t),this.re=e.re,this.im=e.im}const o=Math.cosh||function(e){return 1e-9>Math.abs(e)?1-e:.5*(Math.exp(e)+Math.exp(-e))},u=Math.sinh||function(e){return 1e-9>Math.abs(e)?e:.5*(Math.exp(e)-Math.exp(-e))},s={re:0,im:0};a.prototype={re:0,im:0,sign:function(){const e=n(this.re,this.im);return new a(this.re/e,this.im/e)},add:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im));return t||n?t&&n?a.NAN:a.INFINITY:new a(this.re+e.re,this.im+e.im)},sub:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im));return t||n?t&&n?a.NAN:a.INFINITY:new a(this.re-e.re,this.im-e.im)},mul:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im));return t&&0===e.re&&0===e.im||n&&0===this.re&&0===this.im?a.NAN:t||n?a.INFINITY:0===e.im&&0===this.im?new a(this.re*e.re,0):new a(this.re*e.re-this.im*e.im,this.re*e.im+this.im*e.re)},div:function(e,t){e=r(e,t),t=this.isInfinite();const n=!(isFinite(e.re)&&isFinite(e.im)),i=0===this.re&&0===this.im,o=0===e.re&&0===e.im;return i&&o||t&&n?a.NAN:o||t?a.INFINITY:i||n?a.ZERO:0===e.im?new a(this.re/e.re,this.im/e.re):Math.abs(e.re)<Math.abs(e.im)?new a((this.re*(t=e.re/e.im)+this.im)/(e=e.re*t+e.im),(this.im*t-this.re)/e):new a((this.re+this.im*(t=e.im/e.re))/(e=e.im*t+e.re),(this.im-this.re*t)/e)},pow:function(e,t){if(e=r(e,t),t=0===this.re&&0===this.im,0===e.re&&0===e.im)return a.ONE;if(0===e.im){if(0===this.im&&0<this.re)return new a(Math.pow(this.re,e.re),0);if(0===this.re)switch((e.re%4+4)%4){case 0:return new a(Math.pow(this.im,e.re),0);case 1:return new a(0,Math.pow(this.im,e.re));case 2:return new a(-Math.pow(this.im,e.re),0);case 3:return new a(0,-Math.pow(this.im,e.re))}}if(t&&0<e.re)return a.ZERO;const n=Math.atan2(this.im,this.re),o=i(this.re,this.im);return t=Math.exp(e.re*o-e.im*n),e=e.im*o+e.re*n,new a(t*Math.cos(e),t*Math.sin(e))},sqrt:function(){const e=this.re,r=this.im;if(0===r)return 0<=e?new a(Math.sqrt(e),0):new a(0,Math.sqrt(-e));var t=n(e,r);t=Math.sqrt(.5*(t+Math.abs(e)));let i=Math.abs(r)/(2*t);return 0<=e?new a(t,0>r?-i:i):new a(i,0>r?-t:t)},exp:function(){const e=Math.exp(this.re);return 0===this.im?new a(e,0):new a(e*Math.cos(this.im),e*Math.sin(this.im))},expm1:function(){const e=this.re,r=this.im;var t=Math.expm1(e)*Math.cos(r),n=Math.PI/4;return-n>r||r>n?n=Math.cos(r)-1:(n=r*r,n*=n*(n*(n*(n*(n*(n*(n/20922789888e3-1/87178291200)+1/479001600)-1/3628800)+1/40320)-1/720)+1/24)-.5),new a(t+n,Math.exp(e)*Math.sin(r))},log:function(){const e=this.re,r=this.im;return 0===r&&0<e?new a(Math.log(e),0):new a(i(e,r),Math.atan2(r,e))},abs:function(){return n(this.re,this.im)},arg:function(){return Math.atan2(this.im,this.re)},sin:function(){const e=this.re,r=this.im;return new a(Math.sin(e)*o(r),Math.cos(e)*u(r))},cos:function(){const e=this.re,r=this.im;return new a(Math.cos(e)*o(r),-Math.sin(e)*u(r))},tan:function(){const e=2*this.re,r=2*this.im,t=Math.cos(e)+o(r);return new a(Math.sin(e)/t,u(r)/t)},cot:function(){const e=2*this.re,r=2*this.im,t=Math.cos(e)-o(r);return new a(-Math.sin(e)/t,u(r)/t)},sec:function(){const e=this.re,r=this.im,t=.5*o(2*r)+.5*Math.cos(2*e);return new a(Math.cos(e)*o(r)/t,Math.sin(e)*u(r)/t)},csc:function(){const e=this.re,r=this.im,t=.5*o(2*r)-.5*Math.cos(2*e);return new a(Math.sin(e)*o(r)/t,-Math.cos(e)*u(r)/t)},asin:function(){var e=this.re;const r=this.im,t=new a(r*r-e*e+1,-2*e*r).sqrt();return e=new a(t.re-r,t.im+e).log(),new a(e.im,-e.re)},acos:function(){var e=this.re;const r=this.im,t=new a(r*r-e*e+1,-2*e*r).sqrt();return e=new a(t.re-r,t.im+e).log(),new a(Math.PI/2-e.im,e.re)},atan:function(){var e=this.re;const r=this.im;if(0===e){if(1===r)return new a(0,1/0);if(-1===r)return new a(0,-1/0)}const t=e*e+(1-r)*(1-r);return e=new a((1-r*r-e*e)/t,-2*e/t).log(),new a(-.5*e.im,.5*e.re)},acot:function(){const e=this.re,r=this.im;if(0===r)return new a(Math.atan2(1,e),0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).atan():new a(0!==e?e/0:0,0!==r?-r/0:0).atan()},asec:function(){const e=this.re,r=this.im;if(0===e&&0===r)return new a(0,1/0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).acos():new a(0!==e?e/0:0,0!==r?-r/0:0).acos()},acsc:function(){const e=this.re,r=this.im;if(0===e&&0===r)return new a(Math.PI/2,1/0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).asin():new a(0!==e?e/0:0,0!==r?-r/0:0).asin()},sinh:function(){const e=this.re,r=this.im;return new a(u(e)*Math.cos(r),o(e)*Math.sin(r))},cosh:function(){const e=this.re,r=this.im;return new a(o(e)*Math.cos(r),u(e)*Math.sin(r))},tanh:function(){const e=2*this.re,r=2*this.im,t=o(e)+Math.cos(r);return new a(u(e)/t,Math.sin(r)/t)},coth:function(){const e=2*this.re,r=2*this.im,t=o(e)-Math.cos(r);return new a(u(e)/t,-Math.sin(r)/t)},csch:function(){const e=this.re,r=this.im,t=Math.cos(2*r)-o(2*e);return new a(-2*u(e)*Math.cos(r)/t,2*o(e)*Math.sin(r)/t)},sech:function(){const e=this.re,r=this.im,t=Math.cos(2*r)+o(2*e);return new a(2*o(e)*Math.cos(r)/t,-2*u(e)*Math.sin(r)/t)},asinh:function(){let e=this.im;this.im=-this.re,this.re=e;const r=this.asin();return this.re=-this.im,this.im=e,e=r.re,r.re=-r.im,r.im=e,r},acosh:function(){const e=this.acos();if(0>=e.im){var r=e.re;e.re=-e.im,e.im=r}else r=e.im,e.im=-e.re,e.re=r;return e},atanh:function(){var e=this.re,r=this.im;const t=1<e&&0===r,n=1-e,o=1+e,u=n*n+r*r;return r=(e=0!==u?new a((o*n-r*r)/u,(r*n+o*r)/u):new a(-1!==e?e/0:0,0!==r?r/0:0)).re,e.re=i(e.re,e.im)/2,e.im=Math.atan2(e.im,r)/2,t&&(e.im=-e.im),e},acoth:function(){const e=this.re,r=this.im;if(0===e&&0===r)return new a(0,Math.PI/2);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).atanh():new a(0!==e?e/0:0,0!==r?-r/0:0).atanh()},acsch:function(){const e=this.re,r=this.im;if(0===r)return new a(0!==e?Math.log(e+Math.sqrt(e*e+1)):1/0,0);const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).asinh():new a(0!==e?e/0:0,0!==r?-r/0:0).asinh()},asech:function(){const e=this.re,r=this.im;if(this.isZero())return a.INFINITY;const t=e*e+r*r;return 0!==t?new a(e/t,-r/t).acosh():new a(0!==e?e/0:0,0!==r?-r/0:0).acosh()},inverse:function(){if(this.isZero())return a.INFINITY;if(this.isInfinite())return a.ZERO;const e=this.re,r=this.im,t=e*e+r*r;return new a(e/t,-r/t)},conjugate:function(){return new a(this.re,-this.im)},neg:function(){return new a(-this.re,-this.im)},ceil:function(e){return e=Math.pow(10,e||0),new a(Math.ceil(this.re*e)/e,Math.ceil(this.im*e)/e)},floor:function(e){return e=Math.pow(10,e||0),new a(Math.floor(this.re*e)/e,Math.floor(this.im*e)/e)},round:function(e){return e=Math.pow(10,e||0),new a(Math.round(this.re*e)/e,Math.round(this.im*e)/e)},equals:function(e,t){return e=r(e,t),Math.abs(e.re-this.re)<=a.EPSILON&&Math.abs(e.im-this.im)<=a.EPSILON},clone:function(){return new a(this.re,this.im)},toString:function(){let e=this.re,r=this.im,t="";return this.isNaN()?"NaN":this.isInfinite()?"Infinity":(Math.abs(e)<a.EPSILON&&(e=0),Math.abs(r)<a.EPSILON&&(r=0),0===r?t+e:(0!==e?(t=t+e+" ",0>r?(r=-r,t+="-"):t+="+",t+=" "):0>r&&(r=-r,t+="-"),1!==r&&(t+=r),t+"i"))},toVector:function(){return[this.re,this.im]},valueOf:function(){return 0===this.im?this.re:null},isNaN:function(){return isNaN(this.re)||isNaN(this.im)},isZero:function(){return 0===this.im&&0===this.re},isFinite:function(){return isFinite(this.re)&&isFinite(this.im)},isInfinite:function(){return!this.isFinite()}},a.ZERO=new a(0,0),a.ONE=new a(1,0),a.I=new a(0,1),a.PI=new a(Math.PI,0),a.E=new a(Math.E,0),a.INFINITY=new a(1/0,1/0),a.NAN=new a(NaN,NaN),a.EPSILON=1e-15,Object.defineProperty(a,"__esModule",{value:!0}),a.default=a,a.Complex=a,e.exports=a}()}(ct);const ft=de(ct.exports);var lt=Cr("Complex",[],(()=>(Object.defineProperty(ft,"name",{value:"Complex"}),ft.prototype.constructor=ft,ft.prototype.type="Complex",ft.prototype.isComplex=!0,ft.prototype.toJSON=function(){return{mathjs:"Complex",re:this.re,im:this.im}},ft.prototype.toPolar=function(){return{r:this.abs(),phi:this.arg()}},ft.prototype.format=function(e){var r=this.im,t=this.re,n=Rr(this.re,e),i=Rr(this.im,e),a=Be(e)?e:e?e.precision:null;if(null!==a){var o=Math.pow(10,-a);Math.abs(t/r)<o&&(t=0),Math.abs(r/t)<o&&(r=0)}return 0===r?n:0===t?1===r?"i":-1===r?"-i":i+"i":r<0?-1===r?n+" - i":n+" - "+i.substring(1)+"i":1===r?n+" + i":n+" + "+i+"i"},ft.fromPolar=function(e){switch(arguments.length){case 1:var r=arguments[0];if("object"==typeof r)return ft(r);throw new TypeError("Input has to be an object with r and phi keys.");case 2:var t=arguments[0],n=arguments[1];if(Be(t)){if(ze(n)&&n.hasBase("ANGLE")&&(n=n.toNumber("rad")),Be(n))return new ft({r:t,phi:n});throw new TypeError("Phi is not a number nor an angle unit.")}throw new TypeError("Radius r is not a number.");default:throw new SyntaxError("Wrong number of arguments in function fromPolar")}},ft.prototype.valueOf=ft.prototype.toString,ft.fromJSON=function(e){return new ft(e)},ft.compare=function(e,r){return e.re>r.re?1:e.re<r.re?-1:e.im>r.im?1:e.im<r.im?-1:0},ft)),{isClass:!0}),mt={exports:{}};!function(e){!function(){function r(){return Error("Parameters must be integer")}function t(){return Error("Invalid argument")}function n(){return Error("Division by Zero")}function i(e,i){var o=l,u=m;let s=m;if(null!=e)if(void 0!==i){if("bigint"==typeof e)o=e;else{if(isNaN(e))throw t();if(0!=e%1)throw r();o=BigInt(e)}if("bigint"==typeof i)u=i;else{if(isNaN(i))throw t();if(0!=i%1)throw r();u=BigInt(i)}s=o*u}else if("object"==typeof e){if("d"in e&&"n"in e)o=BigInt(e.n),u=BigInt(e.d),"s"in e&&(o*=BigInt(e.s));else if(0 in e)o=BigInt(e[0]),1 in e&&(u=BigInt(e[1]));else{if("bigint"!=typeof e)throw t();o=e}s=o*u}else if("number"==typeof e){if(isNaN(e))throw t();if(0>e&&(s=-m,e=-e),0==e%1)o=BigInt(e);else{i=1;var c=0,f=1,d=1;let r=1;for(1<=e&&(e/=i=10**Math.floor(1+Math.log10(e)));1e7>=f&&1e7>=r;){if(e===(u=(c+d)/(f+r))){1e7>=f+r?(o=c+d,u=f+r):r>f?(o=d,u=r):(o=c,u=f);break}e>u?(c+=d,f+=r):(d+=c,r+=f),1e7<f?(o=d,u=r):(o=c,u=f)}o=BigInt(o)*BigInt(i),u=BigInt(u)}}else if("string"==typeof e){if(u=0,c=i=o=l,f=d=m,null===(e=e.replace(/_/g,"").match(/\d+|./g)))throw t();if("-"===e[u]?(s=-m,u++):"+"===e[u]&&u++,e.length===u+1?i=a(e[u++],s):"."===e[u+1]||"."===e[u]?("."!==e[u]&&(o=a(e[u++],s)),(1+ ++u===e.length||"("===e[u+1]&&")"===e[u+3]||"'"===e[u+1]&&"'"===e[u+3])&&(i=a(e[u],s),d=h**BigInt(e[u].length),u++),("("===e[u]&&")"===e[u+2]||"'"===e[u]&&"'"===e[u+2])&&(c=a(e[u+1],s),f=h**BigInt(e[u+1].length)-m,u+=3)):"/"===e[u+1]||":"===e[u+1]?(i=a(e[u],s),d=a(e[u+2],m),u+=3):"/"===e[u+3]&&" "===e[u+1]&&(o=a(e[u],s),i=a(e[u+2],s),d=a(e[u+4],m),u+=5),!(e.length<=u))throw t();s=o=c+(u=d*f)*o+f*i}else{if("bigint"!=typeof e)throw t();s=o=e,u=m}if(u===l)throw n();v.s=s<l?-m:m,v.n=o<l?-o:o,v.d=u<l?-u:u}function a(e,r){try{e=BigInt(e)}catch(e){throw t()}return e*r}function o(e){return"bigint"==typeof e?e:Math.floor(e)}function u(e,r){if(r===l)throw n();const t=Object.create(f.prototype);t.s=e<l?-m:m;const i=c(e=e<l?-e:e,r);return t.n=e/i,t.d=r/i,t}function s(e){const r={};let t=e,n=d,i=p-m;for(;i<=t;){for(;t%n===l;)t/=n,r[n]=(r[n]||l)+m;i+=m+d*n++}return t!==e?1<t&&(r[t]=(r[t]||l)+m):r[e]=(r[e]||l)+m,r}function c(e,r){if(!e)return r;if(!r)return e;for(;;){if(!(e%=r))return r;if(!(r%=e))return e}}function f(e,r){if(i(e,r),!(this instanceof f))return u(v.s*v.n,v.d);e=c(v.d,v.n),this.s=v.s,this.n=v.n/e,this.d=v.d/e}"undefined"==typeof BigInt&&(BigInt=function(e){if(isNaN(e))throw Error("");return e});const l=BigInt(0),m=BigInt(1),d=BigInt(2),p=BigInt(5),h=BigInt(10),v={s:m,n:l,d:m};f.prototype={s:m,n:l,d:m,abs:function(){return u(this.n,this.d)},neg:function(){return u(-this.s*this.n,this.d)},add:function(e,r){return i(e,r),u(this.s*this.n*v.d+v.s*this.d*v.n,this.d*v.d)},sub:function(e,r){return i(e,r),u(this.s*this.n*v.d-v.s*this.d*v.n,this.d*v.d)},mul:function(e,r){return i(e,r),u(this.s*v.s*this.n*v.n,this.d*v.d)},div:function(e,r){return i(e,r),u(this.s*v.s*this.n*v.d,this.d*v.n)},clone:function(){return u(this.s*this.n,this.d)},mod:function(e,r){if(void 0===e)return u(this.s*this.n%this.d,m);if(i(e,r),l===v.n*this.d)throw n();return u(this.s*v.d*this.n%(v.n*this.d),v.d*this.d)},gcd:function(e,r){return i(e,r),u(c(v.n,this.n)*c(v.d,this.d),v.d*this.d)},lcm:function(e,r){return i(e,r),v.n===l&&this.n===l?u(l,m):u(v.n*this.n,c(v.n,this.n)*c(v.d,this.d))},inverse:function(){return u(this.s*this.d,this.n)},pow:function(e,r){if(i(e,r),v.d===m)return v.s<l?u((this.s*this.d)**v.n,this.n**v.n):u((this.s*this.n)**v.n,this.d**v.n);if(this.s<l)return null;e=s(this.n),r=s(this.d);let t=m,n=m;for(let r in e)if("1"!==r){if("0"===r){t=l;break}if(e[r]*=v.n,e[r]%v.d!==l)return null;e[r]/=v.d,t*=BigInt(r)**e[r]}for(let e in r)if("1"!==e){if(r[e]*=v.n,r[e]%v.d!==l)return null;r[e]/=v.d,n*=BigInt(e)**r[e]}return v.s<l?u(n,t):u(t,n)},log:function(e,r){if(i(e,r),this.s<=l||v.s<=l)return null;var t={};e=s(v.n);const n=s(v.d);r=s(this.n);const a=s(this.d);for(var o in n)e[o]=(e[o]||l)-n[o];for(var f in a)r[f]=(r[f]||l)-a[f];for(var m in e)"1"!==m&&(t[m]=!0);for(var d in r)"1"!==d&&(t[d]=!0);f=o=null;for(const n in t)if(t=r[n]||l,(m=e[n]||l)===l){if(t!==l)return null}else if(t/=d=c(t,m),m/=d,null===o&&null===f)o=t,f=m;else if(t*f!=o*m)return null;return null!==o&&null!==f?u(o,f):null},equals:function(e,r){return i(e,r),this.s*this.n*v.d==v.s*v.n*this.d},lt:function(e,r){return i(e,r),this.s*this.n*v.d<v.s*v.n*this.d},lte:function(e,r){return i(e,r),this.s*this.n*v.d<=v.s*v.n*this.d},gt:function(e,r){return i(e,r),this.s*this.n*v.d>v.s*v.n*this.d},gte:function(e,r){return i(e,r),this.s*this.n*v.d>=v.s*v.n*this.d},compare:function(e,r){return i(e,r),(l<(e=this.s*this.n*v.d-v.s*v.n*this.d))-(e<l)},ceil:function(e){return e=h**BigInt(e||0),u(o(this.s*e*this.n/this.d)+(e*this.n%this.d>l&&this.s>=l?m:l),e)},floor:function(e){return e=h**BigInt(e||0),u(o(this.s*e*this.n/this.d)-(e*this.n%this.d>l&&this.s<l?m:l),e)},round:function(e){return e=h**BigInt(e||0),u(o(this.s*e*this.n/this.d)+this.s*((this.s>=l?m:l)+e*this.n%this.d*d>this.d?m:l),e)},roundTo:function(e,r){i(e,r);var t=this.n*v.d;return r=t%(e=this.d*v.n),t=o(t/e),r+r>=e&&t++,u(this.s*t*v.n,v.d)},divisible:function(e,r){return i(e,r),!(!(v.n*this.d)||this.n*v.d%(v.n*this.d))},valueOf:function(){return Number(this.s*this.n)/Number(this.d)},toString:function(e){let r=this.n,t=this.d;var n;e=e||15;e:{for(n=t;n%d===l;n/=d);for(;n%p===l;n/=p);if(n===m)n=l;else{for(var i=h%n,a=1;i!==m;a++)if(i=i*h%n,2e3<a){n=l;break e}n=BigInt(a)}}e:{i=m,a=h;var u=n;let e=m;for(;u>l;a=a*a%t,u>>=m)u&m&&(e=e*a%t);for(a=e,u=0;300>u;u++){if(i===a){i=BigInt(u);break e}i=i*h%t,a=a*h%t}i=0}if(a=i,i=this.s<l?"-":"",i+=o(r/t),(r=r%t*h)&&(i+="."),n){for(e=a;e--;)i+=o(r/t),r%=t,r*=h;for(i+="(",e=n;e--;)i+=o(r/t),r%=t,r*=h;i+=")"}else for(;r&&e--;)i+=o(r/t),r%=t,r*=h;return i},toFraction:function(e){let r=this.n,t=this.d,n=this.s<l?"-":"";if(t===m)n+=r;else{let i=o(r/t);e&&i>l&&(n+=i,n+=" ",r%=t),n=n+r+"/"+t}return n},toLatex:function(e){let r=this.n,t=this.d,n=this.s<l?"-":"";if(t===m)n+=r;else{let i=o(r/t);e&&i>l&&(n+=i,r%=t),n=n+"\\frac{"+r+"}{"+t,n+="}"}return n},toContinued:function(){let e=this.n,r=this.d,t=[];do{t.push(o(e/r));let n=e%r;e=r,r=n}while(e!==m);return t},simplify:function(e){e=BigInt(1/(e||.001)|0);const r=this.abs(),t=r.toContinued();for(let i=1;i<t.length;i++){let a=u(t[i-1],m);for(var n=i-2;0<=n;n--)a=a.inverse().add(t[n]);if((n=a.sub(r)).n*e<n.d)return a.mul(this.s)}return this}},Object.defineProperty(f,"__esModule",{value:!0}),f.default=f,f.Fraction=f,e.exports=f}()}(mt);const dt=de(mt.exports);var pt=Cr("Fraction",[],(()=>(Object.defineProperty(dt,"name",{value:"Fraction"}),dt.prototype.constructor=dt,dt.prototype.type="Fraction",dt.prototype.isFraction=!0,dt.prototype.toJSON=function(){return{mathjs:"Fraction",n:String(this.s*this.n),d:String(this.d)}},dt.fromJSON=function(e){return new dt(e)},dt)),{isClass:!0}),ht=Cr("Range",[],(()=>{function e(r,t,n){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator");var i=null!=r,a=null!=t,o=null!=n;if(i)if(qe(r))r=r.toNumber();else if("number"!=typeof r&&!Te(r))throw new TypeError("Parameter start must be a number or bigint");if(a)if(qe(t))t=t.toNumber();else if("number"!=typeof t&&!Te(t))throw new TypeError("Parameter end must be a number or bigint");if(o)if(qe(n))n=n.toNumber();else if("number"!=typeof n&&!Te(n))throw new TypeError("Parameter step must be a number or bigint");this.start=i?parseFloat(r):0,this.end=a?parseFloat(t):0,this.step=o?parseFloat(n):1}return e.prototype.type="Range",e.prototype.isRange=!0,e.parse=function(r){if("string"!=typeof r)return null;var t=r.split(":").map((function(e){return parseFloat(e)}));if(t.some((function(e){return isNaN(e)})))return null;switch(t.length){case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[2],t[1]);default:return null}},e.prototype.clone=function(){return new e(this.start,this.end,this.step)},e.prototype.size=function(){var e=0,r=this.step,t=this.end-this.start;return Br(r)===Br(t)?e=Math.ceil(t/r):0===t&&(e=0),isNaN(e)&&(e=0),[e]},e.prototype.min=function(){var e=this.size()[0];return e>0?this.step>0?this.start:this.start+(e-1)*this.step:void 0},e.prototype.max=function(){var e=this.size()[0];return e>0?this.step>0?this.start+(e-1)*this.step:this.start:void 0},e.prototype.forEach=function(e){var r=this.start,t=this.step,n=this.end,i=0;if(t>0)for(;r<n;)e(r,[i],this),r+=t,i++;else if(t<0)for(;r>n;)e(r,[i],this),r+=t,i++},e.prototype.map=function(e){var r=[];return this.forEach((function(t,n,i){r[n[0]]=e(t,n,i)})),r},e.prototype.toArray=function(){var e=[];return this.forEach((function(r,t){e[t[0]]=r})),e},e.prototype.valueOf=function(){return this.toArray()},e.prototype.format=function(e){var r=Rr(this.start,e);return 1!==this.step&&(r+=":"+Rr(this.step,e)),r+":"+Rr(this.end,e)},e.prototype.toString=function(){return this.format()},e.prototype.toJSON=function(){return{mathjs:"Range",start:this.start,end:this.end,step:this.step}},e.fromJSON=function(r){return new e(r.start,r.end,r.step)},e}),{isClass:!0}),vt=Cr("Matrix",[],(()=>{function e(){if(!(this instanceof e))throw new SyntaxError("Constructor must be called with the new operator")}return e.prototype.type="Matrix",e.prototype.isMatrix=!0,e.prototype.storage=function(){throw new Error("Cannot invoke storage on a Matrix interface")},e.prototype.datatype=function(){throw new Error("Cannot invoke datatype on a Matrix interface")},e.prototype.create=function(){throw new Error("Cannot invoke create on a Matrix interface")},e.prototype.subset=function(){throw new Error("Cannot invoke subset on a Matrix interface")},e.prototype.get=function(){throw new Error("Cannot invoke get on a Matrix interface")},e.prototype.set=function(){throw new Error("Cannot invoke set on a Matrix interface")},e.prototype.resize=function(){throw new Error("Cannot invoke resize on a Matrix interface")},e.prototype.reshape=function(){throw new Error("Cannot invoke reshape on a Matrix interface")},e.prototype.clone=function(){throw new Error("Cannot invoke clone on a Matrix interface")},e.prototype.size=function(){throw new Error("Cannot invoke size on a Matrix interface")},e.prototype.map=function(){throw new Error("Cannot invoke map on a Matrix interface")},e.prototype.forEach=function(){throw new Error("Cannot invoke forEach on a Matrix interface")},e.prototype[Symbol.iterator]=function(){throw new Error("Cannot iterate a Matrix interface")},e.prototype.toArray=function(){throw new Error("Cannot invoke toArray on a Matrix interface")},e.prototype.valueOf=function(){throw new Error("Cannot invoke valueOf on a Matrix interface")},e.prototype.format=function(){throw new Error("Cannot invoke format on a Matrix interface")},e.prototype.toString=function(){throw new Error("Cannot invoke toString on a Matrix interface")},e}),{isClass:!0});function yt(e,r,t){var n=new(0,e.constructor)(2),i="";if(t){if(t<1)throw new Error("size must be in greater than 0");if(!Sr(t))throw new Error("size must be an integer");if(e.greaterThan(n.pow(t-1).sub(1))||e.lessThan(n.pow(t-1).mul(-1)))throw new Error("Value must be in range [-2^".concat(t-1,", 2^").concat(t-1,"-1]"));if(!e.isInteger())throw new Error("Value must be an integer");e.lessThan(0)&&(e=e.add(n.pow(t))),i="i".concat(t)}switch(r){case 2:return"".concat(e.toBinary()).concat(i);case 8:return"".concat(e.toOctal()).concat(i);case 16:return"".concat(e.toHexadecimal()).concat(i);default:throw new Error("Base ".concat(r," not supported "))}}function gt(e,r){return void 0!==r?e.toExponential(r-1):e.toExponential()}function xt(e,r){return Be(e)?e:qe(e)?e.toNumber():r}function bt(e,r){return e.substring(e.length-r.length,e.length)===r}function wt(e,r){var t=function(e,r){return"number"==typeof e?Rr(e,r):qe(e)?function(e,r){if("function"==typeof r)return r(e);if(!e.isFinite())return e.isNaN()?"NaN":e.gt(0)?"Infinity":"-Infinity";var{notation:t,precision:n,wordSize:i}=jr(r);switch(t){case"fixed":return function(e,r){return e.toFixed(r)}(e,n);case"exponential":return gt(e,n);case"engineering":return function(e,r){var t=e.e,n=t%3==0?t:t<0?t-3-t%3:t-t%3,i=e.mul(Math.pow(10,-n)).toPrecision(r);return i.includes("e")&&(i=new(0,e.constructor)(i).toFixed()),i+"e"+(t>=0?"+":"")+n.toString()}(e,n);case"bin":return yt(e,2,i);case"oct":return yt(e,8,i);case"hex":return yt(e,16,i);case"auto":var a=xt(null==r?void 0:r.lowerExp,-3),o=xt(null==r?void 0:r.upperExp,5);if(e.isZero())return"0";var u=e.toSignificantDigits(n),s=u.e;return(s>=a&&s<o?u.toFixed():gt(e,n)).replace(/((\.\d*?)(0+))($|e)/,(function(){var e=arguments[2],r=arguments[4];return"."!==e?e+r:r}));default:throw new Error('Unknown notation "'+t+'". Choose "auto", "exponential", "fixed", "bin", "oct", or "hex.')}}(e,r):function(e){return e&&"object"==typeof e&&"bigint"==typeof e.s&&"bigint"==typeof e.n&&"bigint"==typeof e.d||!1}(e)?r&&"decimal"===r.fraction?e.toString():"".concat(e.s*e.n,"/").concat(e.d):Array.isArray(e)?Mt(e,r):Ie(e)?Dt(e):"function"==typeof e?e.syntax?String(e.syntax):"function":e&&"object"==typeof e?"function"==typeof e.format?e.format(r):e&&e.toString(r)!=={}.toString()?e.toString(r):"{"+Object.keys(e).map((t=>Dt(t)+": "+wt(e[t],r))).join(", ")+"}":String(e)}(e,r);return r&&"object"==typeof r&&"truncate"in r&&t.length>r.truncate?t.substring(0,r.truncate-3)+"...":t}function Dt(e){for(var r=String(e),t="",n=0;n<r.length;){var i=r.charAt(n);t+=i in Nt?Nt[i]:i,n++}return'"'+t+'"'}var Nt={'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"};function At(e){var r=String(e);return r.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function Mt(e,r){if(Array.isArray(e)){for(var t="[",n=e.length,i=0;i<n;i++)0!==i&&(t+=", "),t+=Mt(e[i],r);return t+"]"}return wt(e,r)}function Ct(e,r){if(!Ie(e))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+gr(e)+", index: 0)");if(!Ie(r))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+gr(r)+", index: 1)");return e===r?0:e>r?1:-1}function Et(e,r,t){if(!(this instanceof Et))throw new SyntaxError("Constructor must be called with the new operator");this.actual=e,this.expected=r,this.relation=t,this.message="Dimension mismatch ("+(Array.isArray(e)?"["+e.join(", ")+"]":e)+" "+(this.relation||"!=")+" "+(Array.isArray(r)?"["+r.join(", ")+"]":r)+")",this.stack=(new Error).stack}function St(e,r,t){if(!(this instanceof St))throw new SyntaxError("Constructor must be called with the new operator");this.index=e,arguments.length<3?(this.min=0,this.max=r):(this.min=r,this.max=t),this.message=void 0!==this.min&&this.index<this.min?"Index out of range ("+this.index+" < "+this.min+")":void 0!==this.max&&this.index>=this.max?"Index out of range ("+this.index+" > "+(this.max-1)+")":"Index out of range ("+this.index+")",this.stack=(new Error).stack}function Ft(e){for(var r=[];Array.isArray(e);)r.push(e.length),e=e[0];return r}function Bt(e,r,t){var n,i=e.length;if(i!==r[t])throw new Et(i,r[t]);if(t<r.length-1){var a=t+1;for(n=0;n<i;n++){if(!Array.isArray(e[n]))throw new Et(r.length-1,r.length,"<");Bt(e[n],r,a)}}else for(n=0;n<i;n++)if(Array.isArray(e[n]))throw new Et(r.length+1,r.length,">")}function qt(e,r){if(0===r.length){if(Array.isArray(e))throw new Et(e.length,0)}else Bt(e,r,0)}function Tt(e,r){var t=e.isMatrix?e._size:Ft(e);r._sourceSize.forEach(((e,r)=>{if(null!==e&&e!==t[r])throw new Et(e,t[r])}))}function Ot(e,r){if(void 0!==e){if(!Be(e)||!Sr(e))throw new TypeError("Index must be an integer (value: "+e+")");if(e<0||"number"==typeof r&&e>=r)throw new St(e,r)}}function kt(e){for(var r=0;r<e._dimensions.length;++r){var t=e._dimensions[r];if(t._data&&Re(t._data)){if(0===t._size[0])return!0}else if(t.isRange){if(t.start===t.end)return!0}else if(Ie(t)&&0===t.length)return!0}return!1}function zt(e,r,t){if(!Array.isArray(r))throw new TypeError("Array expected");if(0===r.length)throw new Error("Resizing to scalar is not supported");return r.forEach((function(e){if(!Be(e)||!Sr(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+wt(r)+")")})),(Be(e)||qe(e))&&(e=[e]),It(e,r,0,void 0!==t?t:0),e}function It(e,r,t,n){var i,a,o=r[t],u=Math.min(e.length,o);if(e.length=o,t<r.length-1){var s=t+1;for(i=0;i<u;i++)a=e[i],Array.isArray(a)||(e[i]=a=[a]),It(a,r,s,n);for(i=u;i<o;i++)e[i]=a=[],It(a,r,s,n)}else{for(i=0;i<u;i++)for(;Array.isArray(e[i]);)e[i]=e[i][0];for(i=u;i<o;i++)e[i]=n}}function Rt(e,r){var t=Jt(e,!0),n=t.length;if(!Array.isArray(e)||!Array.isArray(r))throw new TypeError("Array expected");if(0===r.length)throw new Et(0,n,"!=");var i=Ut(r=jt(r,n));if(n!==i)throw new Et(i,n,"!=");try{return function(e,r){for(var t,n=e,i=r.length-1;i>0;i--){var a=r[i];t=[];for(var o=n.length/a,u=0;u<o;u++)t.push(n.slice(u*a,(u+1)*a));n=t}return n}(t,r)}catch(e){if(e instanceof Et)throw new Et(i,n,"!=");throw e}}function jt(e,r){var t=Ut(e),n=e.slice(),i=e.indexOf(-1);if(e.indexOf(-1,i+1)>=0)throw new Error("More than one wildcard in sizes");if(i>=0){if(r%t!=0)throw new Error("Could not replace wildcard, since "+r+" is no multiple of "+-t);n[i]=-r/t}return n}function Ut(e){return e.reduce(((e,r)=>e*r),1)}function $t(e,r){for(var t=r||Ft(e);Array.isArray(e)&&1===e.length;)e=e[0],t.shift();for(var n=t.length;1===t[n-1];)n--;return n<t.length&&(e=Pt(e,n,0),t.length=n),e}function Pt(e,r,t){var n,i;if(t<r){var a=t+1;for(n=0,i=e.length;n<i;n++)e[n]=Pt(e[n],r,a)}else for(;Array.isArray(e);)e=e[0];return e}function Lt(e,r,t,n){var i=n||Ft(e);if(t)for(var a=0;a<t;a++)e=[e],i.unshift(1);for(e=_t(e,r,0);i.length<r;)i.push(1);return e}function _t(e,r,t){var n,i;if(Array.isArray(e)){var a=t+1;for(n=0,i=e.length;n<i;n++)e[n]=_t(e[n],r,a)}else for(var o=t;o<r;o++)e=[e];return e}function Jt(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!Array.isArray(e))return e;if("boolean"!=typeof r)throw new TypeError("Boolean expected for second argument of flatten");var t=[];return r?function e(r){if(Array.isArray(r[0]))for(var n=0;n<r.length;n++)e(r[n]);else for(var i=0;i<r.length;i++)t.push(r[i])}(e):function e(r){for(var n=0;n<r.length;n++){var i=r[n];Array.isArray(i)?e(i):t.push(i)}}(e),t}function Wt(e,r){return Array.prototype.map.call(e,r)}function Vt(e,r){Array.prototype.forEach.call(e,r)}function Ht(e,r){if(1!==Ft(e).length)throw new Error("Only one dimensional matrices supported");return Array.prototype.filter.call(e,(e=>r.test(e)))}function Zt(e,r){return Array.prototype.join.call(e,r)}function Gt(e){if(!Array.isArray(e))throw new TypeError("Array input expected");if(0===e.length)return e;var r=[],t=0;r[0]={value:e[0],identifier:0};for(var n=1;n<e.length;n++)e[n]===e[n-1]?t++:t=0,r.push({value:e[n],identifier:t});return r}function Xt(e){if(!Array.isArray(e))throw new TypeError("Array input expected");if(0===e.length)return e;for(var r=[],t=0;t<e.length;t++)r.push(e[t].value);return r}function Qt(e,r){for(var t,n=0,i=0;i<e.length;i++){var a=e[i],o=Array.isArray(a);if(0===i&&o&&(n=a.length),o&&a.length!==n)return;var u=o?Qt(a,r):r(a);if(void 0===t)t=u;else if(t!==u)return"mixed"}return t}function Yt(e,r,t,n){if(n<t){if(e.length!==r.length)throw new Et(e.length,r.length);for(var i=[],a=0;a<e.length;a++)i[a]=Yt(e[a],r[a],t,n+1);return i}return e.concat(r)}function Kt(){var e=Array.prototype.slice.call(arguments,0,-1),r=Array.prototype.slice.call(arguments,-1);if(1===e.length)return e[0];if(e.length>1)return e.slice(1).reduce((function(e,t){return Yt(e,t,r,0)}),e[0]);throw new Error("Wrong number of arguments in function concat")}function en(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];for(var n=r.map((e=>e.length)),i=Math.max(...n),a=new Array(i).fill(null),o=0;o<r.length;o++)for(var u=r[o],s=n[o],c=0;c<s;c++){var f=i-s+c;u[c]>a[f]&&(a[f]=u[c])}for(var l=0;l<r.length;l++)rn(r[l],a);return a}function rn(e,r){for(var t=r.length,n=e.length,i=0;i<n;i++){var a=t-n+i;if(e[i]<r[a]&&e[i]>1||e[i]>r[a])throw new Error("shape mismatch: mismatch is found in arg with shape (".concat(e,") not possible to broadcast dimension ").concat(n," with size ").concat(e[i]," to size ").concat(r[a]))}}function tn(e,r){var t=Ft(e);if(wr(t,r))return e;rn(t,r);var n,i,a=en(t,r),o=a.length,u=[...Array(o-t.length).fill(1),...t],s=function(e){return ye([],e)}(e);t.length<o&&(t=Ft(s=Rt(s,u)));for(var c=0;c<o;c++)t[c]<a[c]&&(n=s,i=c,t=Ft(s=Kt(...Array(a[c]).fill(n),i)));return s}function nn(e,r){if(!Array.isArray(e))throw new Error("Array expected");var t=Ft(e);if(r.length!==t.length)throw new Et(r.length,t.length);for(var n=0;n<r.length;n++)Ot(r[n],t[n]);return r.reduce(((e,r)=>e[r]),e)}function an(e,r){if(0===e.length)return[];if(arguments.length>2&&void 0!==arguments[2]&&arguments[2])return function e(t){if(Array.isArray(t)){for(var n=t.length,i=Array(n),a=0;a<n;a++)i[a]=e(t[a]);return i}return r(t)}(e);var t=[];return function n(i,a){if(Array.isArray(i)){for(var o=i.length,u=Array(o),s=0;s<o;s++)t[a]=s,u[s]=n(i[s],a+1);return u}return r(i,t.slice(0,a),e)}(e,0)}function on(e,r){if(0!==e.length)if(arguments.length>2&&void 0!==arguments[2]&&arguments[2])!function e(t){if(Array.isArray(t))for(var n=t.length,i=0;i<n;i++)e(t[i]);else r(t)}(e);else{var t=[];!function n(i,a){if(Array.isArray(i))for(var o=i.length,u=0;u<o;u++)t[a]=u,n(i[u],a+1);else r(i,t.slice(0,a),e)}(e,0)}}function un(e,r,t){var n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(Mr.isTypedFunction(e)){var i,a;if(n)i=1;else{var o=(r.isMatrix?r.size():Ft(r)).map((()=>0)),u=r.isMatrix?r.get(o):nn(r,o);i=function(e,r,t,n){for(var i=[r,t,n],a=3;a>0;a--){var o=i.slice(0,a);if(null!==Mr.resolve(e,o))return a}}(e,u,o,r)}if(r.isMatrix&&"mixed"!==r.dataType&&void 0!==r.dataType){var s=function(e,r){var t=[];if(Object.entries(e.signatures).forEach((e=>{var[n,i]=e;n.split(",").length===r&&t.push(i)})),1===t.length)return t[0]}(e,i);a=void 0!==s?s:e}else a=e;return i>=1&&i<=3?{isUnary:1===i,fn:function(){for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return cn(a,n.slice(0,i),t,e.name)}}:{isUnary:!1,fn:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return cn(a,n,t,e.name)}}}return void 0===n?{isUnary:sn(e),fn:e}:{isUnary:n,fn:e}}function sn(e){if(1!==e.length)return!1;var r=e.toString();if(/arguments/.test(r))return!1;var t=r.match(/\(.*?\)/);return!/\.\.\./.test(t)}function cn(e,r,t,n){try{return e(...r)}catch(e){!function(e,r,t,n){var i;if(e instanceof TypeError&&"wrongType"===(null===(i=e.data)||void 0===i?void 0:i.category)){var a=[];throw a.push("value: ".concat(gr(r[0]))),r.length>=2&&a.push("index: ".concat(gr(r[1]))),r.length>=3&&a.push("array: ".concat(gr(r[2]))),new TypeError("Function ".concat(t," cannot apply callback arguments ")+"".concat(n,"(").concat(a.join(", "),") at index ").concat(JSON.stringify(r[1])))}throw new TypeError("Function ".concat(t," cannot apply callback arguments ")+"to function ".concat(n,": ").concat(e.message))}(e,r,t,n)}}(Et.prototype=new RangeError).constructor=RangeError,Et.prototype.name="DimensionError",Et.prototype.isDimensionError=!0,(St.prototype=new RangeError).constructor=RangeError,St.prototype.name="IndexError",St.prototype.isIndexError=!0;var fn=Cr("DenseMatrix",["Matrix"],(e=>{var{Matrix:r}=e;function t(e,r){if(!(this instanceof t))throw new SyntaxError("Constructor must be called with the new operator");if(r&&!Ie(r))throw new Error("Invalid datatype: "+r);if(je(e))"DenseMatrix"===e.type?(this._data=xr(e._data),this._size=xr(e._size),this._datatype=r||e._datatype):(this._data=e.toArray(),this._size=e.size(),this._datatype=r||e._datatype);else if(e&&Re(e.data)&&Re(e.size))this._data=e.data,this._size=e.size,qt(this._data,this._size),this._datatype=r||e.datatype;else if(Re(e))this._data=u(e),this._size=Ft(this._data),qt(this._data,this._size),this._datatype=r;else{if(e)throw new TypeError("Unsupported type of data ("+gr(e)+")");this._data=[],this._size=[0],this._datatype=r}}function n(e,r,t,i){var a=i===t-1,o=r.dimension(i);return a?o.map((function(r){return Ot(r,e.length),e[r]})).valueOf():o.map((function(a){return Ot(a,e.length),n(e[a],r,t,i+1)})).valueOf()}function i(e,r,t,n,a){var o=a===n-1;r.dimension(a).forEach(o?function(r,n){Ot(r),e[r]=t[n[0]]}:function(o,u){Ot(o),i(e[o],r,t[u[0]],n,a+1)})}function a(e,r,t){if(0===r.length){for(var n=e._data;Re(n);)n=n[0];return n}return e._size=r.slice(0),e._data=zt(e._data,e._size,t),e}function o(e,r,t){for(var n=e._size.slice(0),i=!1;n.length<r.length;)n.push(0),i=!0;for(var o=0,u=r.length;o<u;o++)r[o]>n[o]&&(n[o]=r[o],i=!0);i&&a(e,n,t)}function u(e){return je(e)?u(e.valueOf()):Re(e)?e.map(u):e}return(t.prototype=new r).createDenseMatrix=function(e,r){return new t(e,r)},Object.defineProperty(t,"name",{value:"DenseMatrix"}),t.prototype.constructor=t,t.prototype.type="DenseMatrix",t.prototype.isDenseMatrix=!0,t.prototype.getDataType=function(){return Qt(this._data,gr)},t.prototype.storage=function(){return"dense"},t.prototype.datatype=function(){return this._datatype},t.prototype.create=function(e,r){return new t(e,r)},t.prototype.subset=function(e,r,a){switch(arguments.length){case 1:return function(e,r){if(!_e(r))throw new TypeError("Invalid index");if(r.isScalar())return e.get(r.min());var i=r.size();if(i.length!==e._size.length)throw new Et(i.length,e._size.length);for(var a=r.min(),o=r.max(),u=0,s=e._size.length;u<s;u++)Ot(a[u],e._size[u]),Ot(o[u],e._size[u]);return new t(n(e._data,r,i.length,0),e._datatype)}(this,e);case 2:case 3:return function(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Invalid index");var a,u=r.size(),s=r.isScalar();if(je(t)?(a=t.size(),t=t.valueOf()):a=Ft(t),s){if(0!==a.length)throw new TypeError("Scalar expected");e.set(r.min(),t,n)}else{if(!wr(a,u))try{a=Ft(t=tn(0===a.length?[t]:t,u))}catch(e){}if(u.length<e._size.length)throw new Et(u.length,e._size.length,"<");if(a.length<u.length){for(var c=0,f=0;1===u[c]&&1===a[c];)c++;for(;1===u[c];)f++,c++;t=Lt(t,u.length,f,a)}if(!wr(u,a))throw new Et(u,a,">");var l=r.max().map((function(e){return e+1}));o(e,l,n),i(e._data,r,t,u.length,0)}return e}(this,e,r,a);default:throw new SyntaxError("Wrong number of arguments")}},t.prototype.get=function(e){return nn(this._data,e)},t.prototype.set=function(e,r,t){if(!Re(e))throw new TypeError("Array expected");if(e.length<this._size.length)throw new Et(e.length,this._size.length,"<");var n,i,a,u=e.map((function(e){return e+1}));o(this,u,t);var s=this._data;for(n=0,i=e.length-1;n<i;n++)Ot(a=e[n],s.length),s=s[a];return Ot(a=e[e.length-1],s.length),s[a]=r,this},t.prototype.resize=function(e,r,t){if(!Ue(e))throw new TypeError("Array or Matrix expected");var n=e.valueOf().map((e=>Array.isArray(e)&&1===e.length?e[0]:e));return a(t?this.clone():this,n,r)},t.prototype.reshape=function(e,r){var t=r?this.clone():this;t._data=Rt(t._data,e);var n=t._size.reduce(((e,r)=>e*r));return t._size=jt(e,n),t},t.prototype.clone=function(){return new t({data:xr(this._data),size:xr(this._size),datatype:this._datatype})},t.prototype.size=function(){return this._size.slice(0)},t.prototype._forEach=function(e){var r=this._size.length-1;if(!(r<0))if(2===e.length)!function t(n){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(i<r)for(var a=0;a<n.length;a++)t(n[a],i+1);else for(var o=0;o<n.length;o++)e(n,o)}(this._data);else if(0!==r){var t=new Array(r+1);!function n(i){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(a<r)for(var o=0;o<i.length;o++)t[a]=o,n(i[o],a+1);else for(var u=0;u<i.length;u++)t[a]=u,e(i,u,t.slice())}(this._data)}else for(var n=0;n<this._data.length;n++)e(this._data,n,[n])},t.prototype.map=function(e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=this,i=new t(n),a=un(e,n._data,"map",r),o=r||a.isUnary?(e,r)=>{e[r]=a.fn(e[r])}:(e,r,t)=>{e[r]=a.fn(e[r],t,n)};return i._forEach(o),i},t.prototype.forEach=function(e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],t=this,n=un(e,t._data,"map",r),i=r||n.isUnary?(e,r)=>{n.fn(e[r])}:(e,r,i)=>{n.fn(e[r],i,t)};t._forEach(i)},t.prototype[Symbol.iterator]=function*(){var e=this._size.length-1;if(!(e<0))if(0!==e){var r=[],t=function*(n,i){if(i<e)for(var a=0;a<n.length;a++)r[i]=a,yield*t(n[a],i+1);else for(var o=0;o<n.length;o++)r[i]=o,yield{value:n[o],index:r.slice()}};yield*t(this._data,0)}else for(var n=0;n<this._data.length;n++)yield{value:this._data[n],index:[n]}},t.prototype.rows=function(){var e=[];if(2!==this.size().length)throw new TypeError("Rows can only be returned for a 2D matrix.");var r=this._data;for(var n of r)e.push(new t([n],this._datatype));return e},t.prototype.columns=function(){var e=this,r=[],n=this.size();if(2!==n.length)throw new TypeError("Rows can only be returned for a 2D matrix.");for(var i=this._data,a=function(n){var a=i.map((e=>[e[n]]));r.push(new t(a,e._datatype))},o=0;o<n[1];o++)a(o);return r},t.prototype.toArray=function(){return xr(this._data)},t.prototype.valueOf=function(){return this._data},t.prototype.format=function(e){return wt(this._data,e)},t.prototype.toString=function(){return wt(this._data)},t.prototype.toJSON=function(){return{mathjs:"DenseMatrix",data:this._data,size:this._size,datatype:this._datatype}},t.prototype.diagonal=function(e){if(e){if(qe(e)&&(e=e.toNumber()),!Be(e)||!Sr(e))throw new TypeError("The parameter k must be an integer number")}else e=0;for(var r=e>0?e:0,n=e<0?-e:0,i=Math.min(this._size[0]-n,this._size[1]-r),a=[],o=0;o<i;o++)a[o]=this._data[o+n][o+r];return new t({data:a,size:[i],datatype:this._datatype})},t.diagonal=function(e,r,n,i){if(!Re(e))throw new TypeError("Array expected, size parameter");if(2!==e.length)throw new Error("Only two dimensions matrix are supported");if(e=e.map((function(e){if(qe(e)&&(e=e.toNumber()),!Be(e)||!Sr(e)||e<1)throw new Error("Size values must be positive integers");return e})),n){if(qe(n)&&(n=n.toNumber()),!Be(n)||!Sr(n))throw new TypeError("The parameter k must be an integer number")}else n=0;var a,o=n>0?n:0,u=n<0?-n:0,s=e[0],c=e[1],f=Math.min(s-u,c-o);if(Re(r)){if(r.length!==f)throw new Error("Invalid value array length");a=function(e){return r[e]}}else if(je(r)){var l=r.size();if(1!==l.length||l[0]!==f)throw new Error("Invalid matrix length");a=function(e){return r.get([e])}}else a=function(){return r};i||(i=qe(a(0))?a(0).mul(0):0);var m=[];if(e.length>0){m=zt(m,e,i);for(var d=0;d<f;d++)m[d+u][d+o]=a(d)}return new t({data:m,size:[s,c]})},t.fromJSON=function(e){return new t(e)},t.prototype.swapRows=function(e,r){if(!(Be(e)&&Sr(e)&&Be(r)&&Sr(r)))throw new Error("Row index must be positive integers");if(2!==this._size.length)throw new Error("Only two dimensional matrix is supported");return Ot(e,this._size[0]),Ot(r,this._size[0]),t._swapRows(e,r,this._data),this},t._swapRows=function(e,r,t){var n=t[e];t[e]=t[r],t[r]=n},t}),{isClass:!0}),ln="clone",mn=Cr(ln,["typed"],(e=>{var{typed:r}=e;return r(ln,{any:xr})}));function dn(e){var r,t,n=e.length,i=e[0].length,a=[];for(t=0;t<i;t++){var o=[];for(r=0;r<n;r++)o.push(e[r][t]);a.push(o)}return a}function pn(e){for(var r=0;r<e.length;r++)if(Ue(e[r]))return!0;return!1}function hn(e,r){je(e)?e.forEach((e=>r(e)),!1,!0):on(e,r,!0)}function vn(e,r,t){if(!t)return je(e)?e.map((e=>r(e)),!1,!0):an(e,r,!0);var n=e=>0===e?e:r(e);return je(e)?e.map((e=>n(e)),!1,!0):an(e,n,!0)}function yn(e,r,t){var n=Array.isArray(e)?Ft(e):e.size();if(r<0||r>=n.length)throw new St(r,n.length);return je(e)?e.create(gn(e.valueOf(),r,t),e.datatype()):gn(e,r,t)}function gn(e,r,t){var n,i,a,o;if(r<=0){if(Array.isArray(e[0])){for(o=dn(e),i=[],n=0;n<o.length;n++)i[n]=gn(o[n],r-1,t);return i}for(a=e[0],n=1;n<e.length;n++)a=t(a,e[n]);return a}for(i=[],n=0;n<e.length;n++)i[n]=gn(e[n],r-1,t);return i}function xn(e,r,t,n,i,a,o,u,s,c,f){var l,m,d,p=e._values,h=e._index,v=e._ptr;if(n)for(m=v[r+1],l=v[r];l<m;l++)t[d=h[l]]!==a?(t[d]=a,o.push(d),c?(n[d]=s?u(p[l],f):u(f,p[l]),i[d]=a):n[d]=p[l]):(n[d]=s?u(p[l],n[d]):u(n[d],p[l]),i[d]=a);else for(m=v[r+1],l=v[r];l<m;l++)t[d=h[l]]!==a?(t[d]=a,o.push(d)):i[d]=a}var bn="isInteger",wn=Cr(bn,["typed"],(e=>{var{typed:r}=e;return r(bn,{number:Sr,BigNumber:function(e){return e.isInt()},bigint:function(){return!0},Fraction:function(e){return 1n===e.d},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),Dn="number",Nn="number, number";function An(e){return Math.abs(e)}function Mn(e,r){return e+r}function Cn(e,r){return e-r}function En(e,r){return e*r}function Sn(e){return-e}function Fn(e){return e}function Bn(e){return kr(e)}function qn(e){return e*e*e}function Tn(e){return Math.exp(e)}function On(e){return zr(e)}function kn(e,r){if(!Sr(e)||!Sr(r))throw new Error("Parameters in function lcm must be integer numbers");if(0===e||0===r)return 0;for(var t,n=e*r;0!==r;)r=e%(t=r),e=t;return Math.abs(n/e)}function zn(e,r){return r?Math.log(e)/Math.log(r):Math.log(e)}function In(e){return Tr(e)}function Rn(e){return qr(e)}function jn(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,t=r<0;if(t&&(r=-r),0===r)throw new Error("Root must be non-zero");if(e<0&&Math.abs(r)%2!=1)throw new Error("Root must be odd when a is negative.");if(0===e)return t?1/0:0;if(!isFinite(e))return t?0:e;var n=Math.pow(Math.abs(e),1/r);return n=e<0?-n:n,t?1/n:n}function Un(e){return Br(e)}function $n(e){return e*e}function Pn(e,r){var t,n,i,a=0,o=1,u=1,s=0;if(!Sr(e)||!Sr(r))throw new Error("Parameters in function xgcd must be integer numbers");for(;r;)i=e-(n=Math.floor(e/r))*r,t=a,a=o-n*a,o=t,t=u,u=s-n*u,s=t,e=r,r=i;return e<0?[-e,-o,-s]:[e,e?o:0,s]}function Ln(e,r){return e*e<1&&r===1/0||e*e>1&&r===-1/0?0:Math.pow(e,r)}function _n(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!Sr(r)||r<0||r>15)throw new Error("Number of decimals in function round must be an integer from 0 to 15 inclusive");return parseFloat($r(e,r))}An.signature=Dn,Mn.signature=Nn,Cn.signature=Nn,En.signature=Nn,Sn.signature=Dn,Fn.signature=Dn,Bn.signature=Dn,qn.signature=Dn,Tn.signature=Dn,On.signature=Dn,kn.signature=Nn,In.signature=Dn,Rn.signature=Dn,Un.signature=Dn,$n.signature=Dn,Pn.signature=Nn,Ln.signature=Nn;var Jn="number, number";function Wn(e,r){if(!Sr(e)||!Sr(r))throw new Error("Integers expected in function bitAnd");return e&r}function Vn(e){if(!Sr(e))throw new Error("Integer expected in function bitNot");return~e}function Hn(e,r){if(!Sr(e)||!Sr(r))throw new Error("Integers expected in function bitOr");return e|r}function Zn(e,r){if(!Sr(e)||!Sr(r))throw new Error("Integers expected in function bitXor");return e^r}function Gn(e,r){if(!Sr(e)||!Sr(r))throw new Error("Integers expected in function leftShift");return e<<r}function Xn(e,r){if(!Sr(e)||!Sr(r))throw new Error("Integers expected in function rightArithShift");return e>>r}function Qn(e,r){if(!Sr(e)||!Sr(r))throw new Error("Integers expected in function rightLogShift");return e>>>r}function Yn(e,r){if(r<e)return 1;if(r===e)return r;var t=r+e>>1;return Yn(e,t)*Yn(t+1,r)}function Kn(e,r){if(!Sr(e)||e<0)throw new TypeError("Positive integer value expected in function combinations");if(!Sr(r)||r<0)throw new TypeError("Positive integer value expected in function combinations");if(r>e)throw new TypeError("k must be less than or equal to n");for(var t=e-r,n=1,i=2,a=r<t?r:t,o=r<t?t+1:r+1;o<=e;++o)for(n*=o;i<=a&&n%i==0;)n/=i,++i;return i<=a&&(n/=Yn(i,a)),n}Wn.signature=Jn,Vn.signature="number",Hn.signature=Jn,Zn.signature=Jn,Gn.signature=Jn,Xn.signature=Jn,Qn.signature=Jn,Kn.signature="number, number";var ei=Math.PI,ri=2*Math.PI,ti=Math.E,ni="number, number";function ii(e){return!e}function ai(e,r){return!(!e&&!r)}function oi(e,r){return!!e!=!!r}function ui(e,r){return!(!e||!r)}function si(e){var r;if(Sr(e))return e<=0?isFinite(e)?1/0:NaN:e>171?1/0:Yn(1,e-1);if(e<.5)return Math.PI/(Math.sin(Math.PI*e)*si(1-e));if(e>=171.35)return 1/0;if(e>85){var t=e*e,n=t*e,i=n*e,a=i*e;return Math.sqrt(2*Math.PI/e)*Math.pow(e/Math.E,e)*(1+1/(12*e)+1/(288*t)-139/(51840*n)-571/(2488320*i)+163879/(209018880*a)+5246819/(75246796800*a*e))}--e,r=fi[0];for(var o=1;o<fi.length;++o)r+=fi[o]/(e+o);var u=e+ci+.5;return Math.sqrt(2*Math.PI)*Math.pow(u,e+.5)*Math.exp(-u)*r}ii.signature="number",ai.signature=ni,oi.signature=ni,ui.signature=ni,si.signature="number";var ci=4.7421875,fi=[.9999999999999971,57.15623566586292,-59.59796035547549,14.136097974741746,-.4919138160976202,3399464998481189e-20,4652362892704858e-20,-9837447530487956e-20,.0001580887032249125,-.00021026444172410488,.00021743961811521265,-.0001643181065367639,8441822398385275e-20,-26190838401581408e-21,36899182659531625e-22],li=.9189385332046728,mi=[1.000000000190015,76.18009172947146,-86.50532032941678,24.01409824083091,-1.231739572450155,.001208650973866179,-5395239384953e-18];function di(e){if(e<0)return NaN;if(0===e)return 1/0;if(!isFinite(e))return e;if(e<.5)return Math.log(Math.PI/Math.sin(Math.PI*e))-di(1-e);for(var r=5+(e-=1)+.5,t=mi[0],n=6;n>=1;n--)t+=mi[n]/(e+n);return li+(e+.5)*Math.log(r)-r+Math.log(t)}di.signature="number";var pi="number";function hi(e){return Wr(e)}function vi(e){return Math.atan(1/e)}function yi(e){return isFinite(e)?(Math.log((e+1)/e)+Math.log(e/(e-1)))/2:0}function gi(e){return Math.asin(1/e)}function xi(e){var r=1/e;return Math.log(r+Math.sqrt(r*r+1))}function bi(e){return Math.acos(1/e)}function wi(e){var r=1/e,t=Math.sqrt(r*r-1);return Math.log(t+r)}function Di(e){return Vr(e)}function Ni(e){return Hr(e)}function Ai(e){return 1/Math.tan(e)}function Mi(e){var r=Math.exp(2*e);return(r+1)/(r-1)}function Ci(e){return 1/Math.sin(e)}function Ei(e){return 0===e?Number.POSITIVE_INFINITY:Math.abs(2/(Math.exp(e)-Math.exp(-e)))*Br(e)}function Si(e){return 1/Math.cos(e)}function Fi(e){return 2/(Math.exp(e)+Math.exp(-e))}function Bi(e){return Gr(e)}hi.signature=pi,vi.signature=pi,yi.signature=pi,gi.signature=pi,xi.signature=pi,bi.signature=pi,wi.signature=pi,Di.signature=pi,Ni.signature=pi,Ai.signature=pi,Mi.signature=pi,Ci.signature=pi,Ei.signature=pi,Si.signature=pi,Fi.signature=pi,Bi.signature=pi;var qi="number";function Ti(e){return e<0}function Oi(e){return e>0}function ki(e){return Number.isNaN(e)}function zi(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e-9,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(t<=0)throw new Error("Relative tolerance must be greater than 0");if(n<0)throw new Error("Absolute tolerance must be at least 0");return!e.isNaN()&&!r.isNaN()&&(e.isFinite()&&r.isFinite()?!!e.eq(r)||e.minus(r).abs().lte(e.constructor.max(e.constructor.max(e.abs(),r.abs()).mul(t),n)):e.eq(r))}Ti.signature=qi,Oi.signature=qi,ki.signature=qi;var Ii="isNegative",Ri=Cr(Ii,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Ii,{number:e=>!Jr(e,0,t.relTol,t.absTol)&&Ti(e),BigNumber:e=>!zi(e,new e.constructor(0),t.relTol,t.absTol)&&e.isNeg()&&!e.isZero()&&!e.isNaN(),bigint:e=>e<0n,Fraction:e=>e.s<0n,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),ji="isNumeric",Ui=Cr(ji,["typed"],(e=>{var{typed:r}=e;return r(ji,{"number | BigNumber | bigint | Fraction | boolean":()=>!0,"Complex | Unit | string | null | undefined | Node":()=>!1,"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),$i="hasNumericValue",Pi=Cr($i,["typed","isNumeric"],(e=>{var{typed:r,isNumeric:t}=e;return r($i,{boolean:()=>!0,string:function(e){return e.trim().length>0&&!isNaN(Number(e))},any:function(e){return t(e)}})})),Li="isPositive",_i=Cr(Li,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Li,{number:e=>!Jr(e,0,t.relTol,t.absTol)&&Oi(e),BigNumber:e=>!(zi(e,new e.constructor(0),t.relTol,t.absTol)||e.isNeg()||e.isZero()||e.isNaN()),bigint:e=>e>0n,Fraction:e=>e.s>0n&&e.n>0n,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),Ji="isZero",Wi=Cr(Ji,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(Ji,{"number | BigNumber | Complex | Fraction":e=>t(e,0),bigint:e=>0n===e,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),Vi="isNaN",Hi=Cr(Vi,["typed"],(e=>{var{typed:r}=e;return r(Vi,{number:ki,BigNumber:function(e){return e.isNaN()},bigint:function(){return!1},Fraction:function(){return!1},Complex:function(e){return e.isNaN()},Unit:function(e){return Number.isNaN(e.value)},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),Zi="typeOf",Gi=Cr(Zi,["typed"],(e=>{var{typed:r}=e;return r(Zi,{any:gr})})),Xi=Cr("compareUnits",["typed"],(e=>{var{typed:r}=e;return{"Unit, Unit":r.referToSelf((e=>(t,n)=>{if(!t.equalBase(n))throw new Error("Cannot compare units with different base");return r.find(e,[t.valueType(),n.valueType()])(t.value,n.value)}))}})),Qi="equalScalar",Yi=Cr(Qi,["typed","config"],(e=>{var{typed:r,config:t}=e,n=Xi({typed:r});return r(Qi,{"boolean, boolean":function(e,r){return e===r},"number, number":function(e,r){return Jr(e,r,t.relTol,t.absTol)},"BigNumber, BigNumber":function(e,r){return e.eq(r)||zi(e,r,t.relTol,t.absTol)},"bigint, bigint":function(e,r){return e===r},"Fraction, Fraction":function(e,r){return e.equals(r)},"Complex, Complex":function(e,r){return function(e,r,t,n){return Jr(e.re,r.re,t,n)&&Jr(e.im,r.im,t,n)}(e,r,t.relTol,t.absTol)}},n)}));Cr(Qi,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Qi,{"number, number":function(e,r){return Jr(e,r,t.relTol,t.absTol)}})}));var Ki=Cr("SparseMatrix",["typed","equalScalar","Matrix"],(e=>{var{typed:r,equalScalar:t,Matrix:n}=e;function i(e,r){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");if(r&&!Ie(r))throw new Error("Invalid datatype: "+r);if(je(e))!function(e,r,t){"SparseMatrix"===r.type?(e._values=r._values?xr(r._values):void 0,e._index=xr(r._index),e._ptr=xr(r._ptr),e._size=xr(r._size),e._datatype=t||r._datatype):a(e,r.valueOf(),t||r._datatype)}(this,e,r);else if(e&&Re(e.index)&&Re(e.ptr)&&Re(e.size))this._values=e.values,this._index=e.index,this._ptr=e.ptr,this._size=e.size,this._datatype=r||e.datatype;else if(Re(e))a(this,e,r);else{if(e)throw new TypeError("Unsupported type of data ("+gr(e)+")");this._values=[],this._index=[],this._ptr=[0],this._size=[0,0],this._datatype=r}}function a(e,n,i){e._values=[],e._index=[],e._ptr=[],e._datatype=i;var a=n.length,o=0,u=t,s=0;if(Ie(i)&&(u=r.find(t,[i,i])||t,s=r.convert(0,i)),a>0){var c=0;do{e._ptr.push(e._index.length);for(var f=0;f<a;f++){var l=n[f];if(Re(l)){if(0===c&&o<l.length&&(o=l.length),c<l.length){var m=l[c];u(m,s)||(e._values.push(m),e._index.push(f))}}else 0===c&&o<1&&(o=1),u(l,s)||(e._values.push(l),e._index.push(f))}c++}while(c<o)}e._ptr.push(e._index.length),e._size=[a,o]}function o(e,r,t,n){if(t-r==0)return t;for(var i=r;i<t;i++)if(n[i]===e)return i;return r}function u(e,r,t,n,i,a,o){i.splice(e,0,n),a.splice(e,0,r);for(var u=t+1;u<o.length;u++)o[u]++}function s(e,n,i,a){var o=a||0,u=t,s=0;Ie(e._datatype)&&(u=r.find(t,[e._datatype,e._datatype])||t,s=r.convert(0,e._datatype),o=r.convert(o,e._datatype));var c,f,l,m=!u(o,s),d=e._size[0],p=e._size[1];if(i>p){for(f=p;f<i;f++)if(e._ptr[f]=e._values.length,m)for(c=0;c<d;c++)e._values.push(o),e._index.push(c);e._ptr[i]=e._values.length}else i<p&&(e._ptr.splice(i+1,p-i),e._values.splice(e._ptr[i],e._values.length),e._index.splice(e._ptr[i],e._index.length));if(p=i,n>d){if(m){var h=0;for(f=0;f<p;f++){e._ptr[f]=e._ptr[f]+h,l=e._ptr[f+1]+h;var v=0;for(c=d;c<n;c++,v++)e._values.splice(l+v,0,o),e._index.splice(l+v,0,c),h++}e._ptr[p]=e._values.length}}else if(n<d){var y=0;for(f=0;f<p;f++){e._ptr[f]=e._ptr[f]-y;var g=e._ptr[f+1]-y;for(l=e._ptr[f];l<g;l++)(c=e._index[l])>n-1&&(e._values.splice(l,1),e._index.splice(l,1),y++)}e._ptr[f]=e._values.length}return e._size[0]=n,e._size[1]=i,e}function c(e,r,t,n,i){var a,o,u=n[0],s=n[1],c=[];for(a=0;a<u;a++)for(c[a]=[],o=0;o<s;o++)c[a][o]=0;for(o=0;o<s;o++)for(var f=t[o+1],l=t[o];l<f;l++)c[a=r[l]][o]=e?i?xr(e[l]):e[l]:1;return c}return(i.prototype=new n).createSparseMatrix=function(e,r){return new i(e,r)},Object.defineProperty(i,"name",{value:"SparseMatrix"}),i.prototype.constructor=i,i.prototype.type="SparseMatrix",i.prototype.isSparseMatrix=!0,i.prototype.getDataType=function(){return Qt(this._values,gr)},i.prototype.storage=function(){return"sparse"},i.prototype.datatype=function(){return this._datatype},i.prototype.create=function(e,r){return new i(e,r)},i.prototype.density=function(){var e=this._size[0],r=this._size[1];return 0!==e&&0!==r?this._index.length/(e*r):0},i.prototype.subset=function(e,r,t){if(!this._values)throw new Error("Cannot invoke subset on a Pattern only matrix");switch(arguments.length){case 1:return function(e,r){if(!_e(r))throw new TypeError("Invalid index");if(r.isScalar())return e.get(r.min());var t,n,a,o,u=r.size();if(u.length!==e._size.length)throw new Et(u.length,e._size.length);var s=r.min(),c=r.max();for(t=0,n=e._size.length;t<n;t++)Ot(s[t],e._size[t]),Ot(c[t],e._size[t]);var f=e._values,l=e._index,m=e._ptr,d=r.dimension(0),p=r.dimension(1),h=[],v=[];d.forEach((function(e,r){v[e]=r[0],h[e]=!0}));var y=f?[]:void 0,g=[],x=[];return p.forEach((function(e){for(x.push(g.length),a=m[e],o=m[e+1];a<o;a++)!0===h[t=l[a]]&&(g.push(v[t]),y&&y.push(f[a]))})),x.push(g.length),new i({values:y,index:g,ptr:x,size:u,datatype:e._datatype})}(this,e);case 2:case 3:return function(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Invalid index");var i,a=r.size(),o=r.isScalar();if(je(t)?(i=t.size(),t=t.toArray()):i=Ft(t),o){if(0!==i.length)throw new TypeError("Scalar expected");e.set(r.min(),t,n)}else{if(1!==a.length&&2!==a.length)throw new Et(a.length,e._size.length,"<");if(i.length<a.length){for(var u=0,s=0;1===a[u]&&1===i[u];)u++;for(;1===a[u];)s++,u++;t=Lt(t,a.length,s,i)}if(!wr(a,i))throw new Et(a,i,">");if(1===a.length)r.dimension(0).forEach((function(r,i){Ot(r),e.set([r,0],t[i[0]],n)}));else{var c=r.dimension(0),f=r.dimension(1);c.forEach((function(r,i){Ot(r),f.forEach((function(a,o){Ot(a),e.set([r,a],t[i[0]][o[0]],n)}))}))}}return e}(this,e,r,t);default:throw new SyntaxError("Wrong number of arguments")}},i.prototype.get=function(e){if(!Re(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new Et(e.length,this._size.length);if(!this._values)throw new Error("Cannot invoke get on a Pattern only matrix");var r=e[0],t=e[1];Ot(r,this._size[0]),Ot(t,this._size[1]);var n=o(r,this._ptr[t],this._ptr[t+1],this._index);return n<this._ptr[t+1]&&this._index[n]===r?this._values[n]:0},i.prototype.set=function(e,n,i){if(!Re(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new Et(e.length,this._size.length);if(!this._values)throw new Error("Cannot invoke set on a Pattern only matrix");var a=e[0],c=e[1],f=this._size[0],l=this._size[1],m=t,d=0;Ie(this._datatype)&&(m=r.find(t,[this._datatype,this._datatype])||t,d=r.convert(0,this._datatype)),(a>f-1||c>l-1)&&(s(this,Math.max(a+1,f),Math.max(c+1,l),i),f=this._size[0],l=this._size[1]),Ot(a,f),Ot(c,l);var p=o(a,this._ptr[c],this._ptr[c+1],this._index);return p<this._ptr[c+1]&&this._index[p]===a?m(n,d)?function(e,r,t,n,i){t.splice(e,1),n.splice(e,1);for(var a=r+1;a<i.length;a++)i[a]--}(p,c,this._values,this._index,this._ptr):this._values[p]=n:m(n,d)||u(p,a,c,n,this._values,this._index,this._ptr),this},i.prototype.resize=function(e,r,t){if(!Ue(e))throw new TypeError("Array or Matrix expected");var n=e.valueOf().map((e=>Array.isArray(e)&&1===e.length?e[0]:e));if(2!==n.length)throw new Error("Only two dimensions matrix are supported");return n.forEach((function(e){if(!Be(e)||!Sr(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+wt(n)+")")})),s(t?this.clone():this,n[0],n[1],r)},i.prototype.reshape=function(e,r){if(!Re(e))throw new TypeError("Array expected");if(2!==e.length)throw new Error("Sparse matrices can only be reshaped in two dimensions");e.forEach((function(r){if(!Be(r)||!Sr(r)||r<=-2||0===r)throw new TypeError("Invalid size, must contain positive integers or -1 (size: "+wt(e)+")")}));var t=this._size[0]*this._size[1];if(t!==(e=jt(e,t))[0]*e[1])throw new Error("Reshaping sparse matrix will result in the wrong number of elements");var n=r?this.clone():this;if(this._size[0]===e[0]&&this._size[1]===e[1])return n;for(var i=[],a=0;a<n._ptr.length;a++)for(var s=0;s<n._ptr[a+1]-n._ptr[a];s++)i.push(a);for(var c=n._values.slice(),f=n._index.slice(),l=0;l<n._index.length;l++){var m=f[l]*n._size[1]+i[l];i[l]=m%e[1],f[l]=Math.floor(m/e[1])}n._values.length=0,n._index.length=0,n._ptr.length=e[1]+1,n._size=e.slice();for(var d=0;d<n._ptr.length;d++)n._ptr[d]=0;for(var p=0;p<c.length;p++){var h=f[p],v=i[p],y=c[p];u(o(h,n._ptr[v],n._ptr[v+1],n._index),h,v,y,n._values,n._index,n._ptr)}return n},i.prototype.clone=function(){return new i({values:this._values?xr(this._values):void 0,index:xr(this._index),ptr:xr(this._ptr),size:xr(this._size),datatype:this._datatype})},i.prototype.size=function(){return this._size.slice(0)},i.prototype.map=function(e,n){if(!this._values)throw new Error("Cannot invoke map on a Pattern only matrix");var a=this,o=this._size[0],u=this._size[1],s=un(e,a,"map");return function(e,n,o,u,c,f,l){var m=[],d=[],p=[],h=t,v=0;Ie(e._datatype)&&(h=r.find(t,[e._datatype,e._datatype])||t,v=r.convert(0,e._datatype));for(var y=function(e,r,t){var n=function(e,r,t){return s.fn(e,[r,t],a)}(e,r,t);h(n,v)||(m.push(n),d.push(r))},g=0;g<=c;g++){p.push(m.length);var x=e._ptr[g],b=e._ptr[g+1];if(l)for(var w=x;w<b;w++){var D=e._index[w];D>=0&&D<=o&&y(e._values[w],D-0,g-0)}else{for(var N={},A=x;A<b;A++)N[e._index[A]]=e._values[A];for(var M=0;M<=o;M++)y(M in N?N[M]:0,M-0,g-0)}}return p.push(m.length),new i({values:m,index:d,ptr:p,size:[o-0+1,c-0+1]})}(this,0,o-1,0,u-1,0,n)},i.prototype.forEach=function(e,r){if(!this._values)throw new Error("Cannot invoke forEach on a Pattern only matrix");for(var t=this,n=this._size[0],i=this._size[1],a=un(e,t,"forEach"),o=0;o<i;o++){var u=this._ptr[o],s=this._ptr[o+1];if(r)for(var c=u;c<s;c++)a.fn(this._values[c],[this._index[c],o],t);else{for(var f={},l=u;l<s;l++)f[this._index[l]]=this._values[l];for(var m=0;m<n;m++)a.fn(m in f?f[m]:0,[m,o],t)}}},i.prototype[Symbol.iterator]=function*(){if(!this._values)throw new Error("Cannot iterate a Pattern only matrix");for(var e=this._size[1],r=0;r<e;r++)for(var t=this._ptr[r+1],n=this._ptr[r];n<t;n++){var i=this._index[n];yield{value:this._values[n],index:[i,r]}}},i.prototype.toArray=function(){return c(this._values,this._index,this._ptr,this._size,!0)},i.prototype.valueOf=function(){return c(this._values,this._index,this._ptr,this._size,!1)},i.prototype.format=function(e){for(var r=this._size[0],t=this._size[1],n=this.density(),i="Sparse Matrix ["+wt(r,e)+" x "+wt(t,e)+"] density: "+wt(n,e)+"\n",a=0;a<t;a++)for(var o=this._ptr[a+1],u=this._ptr[a];u<o;u++)i+="\n ("+wt(this._index[u],e)+", "+wt(a,e)+") ==> "+(this._values?wt(this._values[u],e):"X");return i},i.prototype.toString=function(){return wt(this.toArray())},i.prototype.toJSON=function(){return{mathjs:"SparseMatrix",values:this._values,index:this._index,ptr:this._ptr,size:this._size,datatype:this._datatype}},i.prototype.diagonal=function(e){if(e){if(qe(e)&&(e=e.toNumber()),!Be(e)||!Sr(e))throw new TypeError("The parameter k must be an integer number")}else e=0;var r=e>0?e:0,t=e<0?-e:0,n=this._size[1],a=Math.min(this._size[0]-t,n-r),o=[],u=[],s=[];s[0]=0;for(var c=r;c<n&&o.length<a;c++)for(var f=this._ptr[c+1],l=this._ptr[c];l<f;l++){var m=this._index[l];if(m===c-r+t){o.push(this._values[l]),u[o.length-1]=m-t;break}}return s.push(o.length),new i({values:o,index:u,ptr:s,size:[a,1]})},i.fromJSON=function(e){return new i(e)},i.diagonal=function(e,n,a,o,u){if(!Re(e))throw new TypeError("Array expected, size parameter");if(2!==e.length)throw new Error("Only two dimensions matrix are supported");if(e=e.map((function(e){if(qe(e)&&(e=e.toNumber()),!Be(e)||!Sr(e)||e<1)throw new Error("Size values must be positive integers");return e})),a){if(qe(a)&&(a=a.toNumber()),!Be(a)||!Sr(a))throw new TypeError("The parameter k must be an integer number")}else a=0;var s=t,c=0;Ie(u)&&(s=r.find(t,[u,u])||t,c=r.convert(0,u));var f,l=a>0?a:0,m=a<0?-a:0,d=e[0],p=e[1],h=Math.min(d-m,p-l);if(Re(n)){if(n.length!==h)throw new Error("Invalid value array length");f=function(e){return n[e]}}else if(je(n)){var v=n.size();if(1!==v.length||v[0]!==h)throw new Error("Invalid matrix length");f=function(e){return n.get([e])}}else f=function(){return n};for(var y=[],g=[],x=[],b=0;b<p;b++){x.push(y.length);var w=b-l;if(w>=0&&w<h){var D=f(w);s(D,c)||(g.push(w+m),y.push(D))}}return x.push(y.length),new i({values:y,index:g,ptr:x,size:[d,p]})},i.prototype.swapRows=function(e,r){if(!(Be(e)&&Sr(e)&&Be(r)&&Sr(r)))throw new Error("Row index must be positive integers");if(2!==this._size.length)throw new Error("Only two dimensional matrix is supported");return Ot(e,this._size[0]),Ot(r,this._size[0]),i._swapRows(e,r,this._size[1],this._values,this._index,this._ptr),this},i._forEachRow=function(e,r,t,n,i){for(var a=n[e+1],o=n[e];o<a;o++)i(t[o],r[o])},i._swapRows=function(e,r,t,n,i,a){for(var u=0;u<t;u++){var s=a[u],c=a[u+1],f=o(e,s,c,i),l=o(r,s,c,i);if(f<c&&l<c&&i[f]===e&&i[l]===r){if(n){var m=n[f];n[f]=n[l],n[l]=m}}else if(f<c&&i[f]===e&&(l>=c||i[l]!==r)){var d=n?n[f]:void 0;i.splice(l,0,r),n&&n.splice(l,0,d),i.splice(l<=f?f+1:f,1),n&&n.splice(l<=f?f+1:f,1)}else if(l<c&&i[l]===r&&(f>=c||i[f]!==e)){var p=n?n[l]:void 0;i.splice(f,0,e),n&&n.splice(f,0,p),i.splice(f<=l?l+1:l,1),n&&n.splice(f<=l?l+1:l,1)}}},i}),{isClass:!0}),ea=Cr("number",["typed"],(e=>{var{typed:r}=e,t=r("number",{"":function(){return 0},number:function(e){return e},string:function(e){if("NaN"===e)return NaN;var r,t,n=(t=(r=e).match(/(0[box])([0-9a-fA-F]*)\.([0-9a-fA-F]*)/))?{input:r,radix:{"0b":2,"0o":8,"0x":16}[t[1]],integerPart:t[2],fractionalPart:t[3]}:null;if(n)return function(e){for(var r=parseInt(e.integerPart,e.radix),t=0,n=0;n<e.fractionalPart.length;n++)t+=parseInt(e.fractionalPart[n],e.radix)/Math.pow(e.radix,n+1);var i=r+t;if(isNaN(i))throw new SyntaxError('String "'+e.input+'" is not a valid number');return i}(n);var i=0,a=e.match(/(0[box][0-9a-fA-F]*)i([0-9]*)/);a&&(i=Number(a[2]),e=a[1]);var o=Number(e);if(isNaN(o))throw new SyntaxError('String "'+e+'" is not a valid number');if(a){if(o>2**i-1)throw new SyntaxError('String "'.concat(e,'" is out of range'));o>=2**(i-1)&&(o-=2**i)}return o},BigNumber:function(e){return e.toNumber()},bigint:function(e){return Number(e)},Fraction:function(e){return e.valueOf()},Unit:r.referToSelf((e=>r=>{var t=r.clone();return t.value=e(r.value),t})),null:function(){return 0},"Unit, string | Unit":function(e,r){return e.toNumber(r)},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))});return t.fromJSON=function(e){return parseFloat(e.value)},t})),ra=Cr("bigint",["typed"],(e=>{var{typed:r}=e,t=r("bigint",{"":function(){return 0n},bigint:function(e){return e},number:function(e){return BigInt(e.toFixed())},BigNumber:function(e){return BigInt(e.round().toString())},Fraction:function(e){return BigInt(e.valueOf().toFixed())},"string | boolean":function(e){return BigInt(e)},null:function(){return 0n},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))});return t.fromJSON=function(e){return BigInt(e.value)},t})),ta="string",na=Cr(ta,["typed"],(e=>{var{typed:r}=e;return r(ta,{"":function(){return""},number:Rr,null:function(){return"null"},boolean:function(e){return e+""},string:function(e){return e},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e))),any:function(e){return String(e)}})})),ia="boolean",aa=Cr(ia,["typed"],(e=>{var{typed:r}=e;return r(ia,{"":function(){return!1},boolean:function(e){return e},number:function(e){return!!e},null:function(){return!1},BigNumber:function(e){return!e.isZero()},string:function(e){var r=e.toLowerCase();if("true"===r)return!0;if("false"===r)return!1;var t=Number(e);if(""!==e&&!isNaN(t))return!!t;throw new Error('Cannot convert "'+e+'" to a boolean')},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),oa=Cr("bignumber",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("bignumber",{"":function(){return new t(0)},number:function(e){return new t(e+"")},string:function(e){var r=e.match(/(0[box][0-9a-fA-F]*)i([0-9]*)/);if(r){var n=r[2],i=t(r[1]),a=new t(2).pow(Number(n));if(i.gt(a.sub(1)))throw new SyntaxError('String "'.concat(e,'" is out of range'));var o=new t(2).pow(Number(n)-1);return i.gte(o)?i.sub(a):i}return new t(e)},BigNumber:function(e){return e},bigint:function(e){return new t(e.toString())},Unit:r.referToSelf((e=>r=>{var t=r.clone();return t.value=e(r.value),t})),Fraction:function(e){return new t(String(e.n)).div(String(e.d)).times(String(e.s))},null:function(){return new t(0)},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),ua=Cr("complex",["typed","Complex"],(e=>{var{typed:r,Complex:t}=e;return r("complex",{"":function(){return t.ZERO},number:function(e){return new t(e,0)},"number, number":function(e,r){return new t(e,r)},"BigNumber, BigNumber":function(e,r){return new t(e.toNumber(),r.toNumber())},Fraction:function(e){return new t(e.valueOf(),0)},Complex:function(e){return e.clone()},string:function(e){return t(e)},null:function(){return t(0)},Object:function(e){if("re"in e&&"im"in e)return new t(e.re,e.im);if("r"in e&&"phi"in e||"abs"in e&&"arg"in e)return new t(e);throw new Error("Expected object with properties (re and im) or (r and phi) or (abs and arg)")},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),sa=Cr("fraction",["typed","Fraction"],(e=>{var{typed:r,Fraction:t}=e;return r("fraction",{number:function(e){if(!isFinite(e)||isNaN(e))throw new Error(e+" cannot be represented as a fraction");return new t(e)},string:function(e){return new t(e)},"number, number":function(e,r){return new t(e,r)},"bigint, bigint":function(e,r){return new t(e,r)},null:function(){return new t(0)},BigNumber:function(e){return new t(e.toString())},bigint:function(e){return new t(e.toString())},Fraction:function(e){return e},Unit:r.referToSelf((e=>r=>{var t=r.clone();return t.value=e(r.value),t})),Object:function(e){return new t(e)},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),ca="matrix",fa=Cr(ca,["typed","Matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,DenseMatrix:t,SparseMatrix:n}=e;return r(ca,{"":function(){return i([])},string:function(e){return i([],e)},"string, string":function(e,r){return i([],e,r)},Array:function(e){return i(e)},Matrix:function(e){return i(e,e.storage())},"Array | Matrix, string":i,"Array | Matrix, string, string":i});function i(e,r,i){if("dense"===r||"default"===r||void 0===r)return new t(e,i);if("sparse"===r)return new n(e,i);throw new TypeError("Unknown matrix type "+JSON.stringify(r)+".")}})),la="matrixFromFunction",ma=Cr(la,["typed","matrix","isZero"],(e=>{var{typed:r,matrix:t,isZero:n}=e;return r(la,{"Array | Matrix, function, string, string":function(e,r,t,n){return i(e,r,t,n)},"Array | Matrix, function, string":function(e,r,t){return i(e,r,t)},"Matrix, function":function(e,r){return i(e,r,"dense")},"Array, function":function(e,r){return i(e,r,"dense").toArray()},"Array | Matrix, string, function":function(e,r,t){return i(e,t,r)},"Array | Matrix, string, string, function":function(e,r,t,n){return i(e,n,r,t)}});function i(e,r,i,a){var o;return(o=void 0!==a?t(i,a):t(i)).resize(e),o.forEach((function(e,t){var i=r(t);n(i)||o.set(t,i)})),o}})),da="matrixFromRows",pa=Cr(da,["typed","matrix","flatten","size"],(e=>{var{typed:r,matrix:t,flatten:n,size:i}=e;return r(da,{"...Array":function(e){return a(e)},"...Matrix":function(e){return t(a(e.map((e=>e.toArray()))))}});function a(e){if(0===e.length)throw new TypeError("At least one row is needed to construct a matrix.");var r=o(e[0]),t=[];for(var i of e){var a=o(i);if(a!==r)throw new TypeError("The vectors had different length: "+(0|r)+" ≠ "+(0|a));t.push(n(i))}return t}function o(e){var r=i(e);if(1===r.length)return r[0];if(2===r.length){if(1===r[0])return r[1];if(1===r[1])return r[0];throw new TypeError("At least one of the arguments is not a vector.")}throw new TypeError("Only one- or two-dimensional vectors are supported.")}})),ha="matrixFromColumns",va=Cr(ha,["typed","matrix","flatten","size"],(e=>{var{typed:r,matrix:t,flatten:n,size:i}=e;return r(ha,{"...Array":function(e){return a(e)},"...Matrix":function(e){return t(a(e.map((e=>e.toArray()))))}});function a(e){if(0===e.length)throw new TypeError("At least one column is needed to construct a matrix.");for(var r=o(e[0]),t=[],i=0;i<r;i++)t[i]=[];for(var a of e){var u=o(a);if(u!==r)throw new TypeError("The vectors had different length: "+(0|r)+" ≠ "+(0|u));for(var s=n(a),c=0;c<r;c++)t[c].push(s[c])}return t}function o(e){var r=i(e);if(1===r.length)return r[0];if(2===r.length){if(1===r[0])return r[1];if(1===r[1])return r[0];throw new TypeError("At least one of the arguments is not a vector.")}throw new TypeError("Only one- or two-dimensional vectors are supported.")}})),ya="splitUnit",ga=Cr(ya,["typed"],(e=>{var{typed:r}=e;return r(ya,{"Unit, Array":function(e,r){return e.splitUnit(r)}})})),xa="unaryMinus",ba=Cr(xa,["typed"],(e=>{var{typed:r}=e;return r(xa,{number:Sn,"Complex | BigNumber | Fraction":e=>e.neg(),bigint:e=>-e,Unit:r.referToSelf((e=>t=>{var n=t.clone();return n.value=r.find(e,n.valueType())(t.value),n})),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0)))})})),wa="unaryPlus",Da=Cr(wa,["typed","config","numeric"],(e=>{var{typed:r,config:t,numeric:n}=e;return r(wa,{number:Fn,Complex:function(e){return e},BigNumber:function(e){return e},bigint:function(e){return e},Fraction:function(e){return e},Unit:function(e){return e.clone()},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0))),boolean:function(e){return n(e?1:0,t.number)},string:function(e){return n(e,Fr(e,t))}})})),Na=Cr("abs",["typed"],(e=>{var{typed:r}=e;return r("abs",{number:An,"Complex | BigNumber | Fraction | Unit":e=>e.abs(),bigint:e=>e<0n?-e:e,"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0)))})})),Aa="mapSlices",Ma=Cr(Aa,["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e;return r(Aa,{"Array | Matrix, number | BigNumber, function":function(e,r,n){if(!t(r))throw new TypeError("Integer number expected for dimension");var i=Array.isArray(e)?Ft(e):e.size();if(r<0||r>=i.length)throw new St(r,i.length);return je(e)?e.create(Ca(e.valueOf(),r,n),e.datatype()):Ca(e,r,n)}})}),{formerly:"apply"});function Ca(e,r,t){var n,i,a;if(r<=0){if(Array.isArray(e[0])){for(a=function(e){var r,t,n=e.length,i=e[0].length,a=[];for(t=0;t<i;t++){var o=[];for(r=0;r<n;r++)o.push(e[r][t]);a.push(o)}return a}(e),i=[],n=0;n<a.length;n++)i[n]=Ca(a[n],r-1,t);return i}return t(e)}for(i=[],n=0;n<e.length;n++)i[n]=Ca(e[n],r-1,t);return i}var Ea="addScalar",Sa=Cr(Ea,["typed"],(e=>{var{typed:r}=e;return r(Ea,{"number, number":Mn,"Complex, Complex":function(e,r){return e.add(r)},"BigNumber, BigNumber":function(e,r){return e.plus(r)},"bigint, bigint":function(e,r){return e+r},"Fraction, Fraction":function(e,r){return e.add(r)},"Unit, Unit":r.referToSelf((e=>(t,n)=>{if(null==t.value)throw new Error("Parameter x contains a unit with undefined value");if(null==n.value)throw new Error("Parameter y contains a unit with undefined value");if(!t.equalBase(n))throw new Error("Units do not match");var i=t.clone();return i.value=r.find(e,[i.valueType(),n.valueType()])(i.value,n.value),i.fixPrefix=!1,i}))})})),Fa="subtractScalar",Ba=Cr(Fa,["typed"],(e=>{var{typed:r}=e;return r(Fa,{"number, number":Cn,"Complex, Complex":function(e,r){return e.sub(r)},"BigNumber, BigNumber":function(e,r){return e.minus(r)},"bigint, bigint":function(e,r){return e-r},"Fraction, Fraction":function(e,r){return e.sub(r)},"Unit, Unit":r.referToSelf((e=>(t,n)=>{if(null==t.value)throw new Error("Parameter x contains a unit with undefined value");if(null==n.value)throw new Error("Parameter y contains a unit with undefined value");if(!t.equalBase(n))throw new Error("Units do not match");var i=t.clone();return i.value=r.find(e,[i.valueType(),n.valueType()])(i.value,n.value),i.fixPrefix=!1,i}))})})),qa="cbrt",Ta=Cr(qa,["config","typed","isNegative","unaryMinus","matrix","Complex","BigNumber","Fraction"],(e=>{var{config:r,typed:t,isNegative:n,unaryMinus:i,matrix:a,Complex:o,BigNumber:u,Fraction:s}=e;return t(qa,{number:Bn,Complex:c,"Complex, boolean":c,BigNumber:function(e){return e.cbrt()},Unit:function(e){if(e.value&&Oe(e.value)){var r=e.clone();return r.value=1,(r=r.pow(1/3)).value=c(e.value),r}var t,a=n(e.value);a&&(e.value=i(e.value)),t=qe(e.value)?new u(1).div(3):ke(e.value)?new s(1,3):1/3;var o=e.pow(t);return a&&(o.value=i(o.value)),o}});function c(e,t){var n=e.arg()/3,i=e.abs(),u=new o(Bn(i),0).mul(new o(0,n).exp());if(t){var s=[u,new o(Bn(i),0).mul(new o(0,n+2*Math.PI/3).exp()),new o(Bn(i),0).mul(new o(0,n-2*Math.PI/3).exp())];return"Array"===r.matrix?s:a(s)}return u}})),Oa=Cr("matAlgo11xS0s",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i,a){var o=e._values,u=e._index,s=e._ptr,c=e._size,f=e._datatype;if(!o)throw new Error("Cannot perform operation on Pattern Sparse Matrix and Scalar value");var l,m=c[0],d=c[1],p=t,h=0,v=i;"string"==typeof f&&(p=r.find(t,[l=f,l]),h=r.convert(0,l),n=r.convert(n,l),v=r.find(i,[l,l]));for(var y=[],g=[],x=[],b=0;b<d;b++){x[b]=g.length;for(var w=s[b+1],D=s[b];D<w;D++){var N=u[D],A=a?v(n,o[D]):v(o[D],n);p(A,h)||(g.push(N),y.push(A))}}return x[d]=g.length,e.createSparseMatrix({values:y,index:g,ptr:x,size:[m,d],datatype:l})}})),ka=Cr("matAlgo12xSfs",["typed","DenseMatrix"],(e=>{var{typed:r,DenseMatrix:t}=e;return function(e,n,i,a){var o=e._values,u=e._index,s=e._ptr,c=e._size,f=e._datatype;if(!o)throw new Error("Cannot perform operation on Pattern Sparse Matrix and Scalar value");var l,m=c[0],d=c[1],p=i;"string"==typeof f&&(n=r.convert(n,l=f),p=r.find(i,[l,l]));for(var h=[],v=[],y=[],g=0;g<d;g++){for(var x=g+1,b=s[g+1],w=s[g];w<b;w++){var D=u[w];v[D]=o[w],y[D]=x}for(var N=0;N<m;N++)0===g&&(h[N]=[]),h[N][g]=y[N]===x?a?p(n,v[N]):p(v[N],n):a?p(n,0):p(0,n)}return new t({data:h,size:[m,d],datatype:l})}})),za=Cr("matAlgo14xDs",["typed"],(e=>{var{typed:r}=e;return function(e,n,i,a){var o,u=e._data,s=e._size,c=e._datatype,f=i;"string"==typeof c&&(n=r.convert(n,o=c),f=r.find(i,[o,o]));var l=s.length>0?t(f,0,s,s[0],u,n,a):[];return e.createDenseMatrix({data:l,size:xr(s),datatype:o})};function t(e,r,n,i,a,o,u){var s=[];if(r===n.length-1)for(var c=0;c<i;c++)s[c]=u?e(o,a[c]):e(a[c],o);else for(var f=0;f<i;f++)s[f]=t(e,r+1,n,n[r+1],a[f],o,u);return s}})),Ia="ceil",Ra=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],ja=new ut(10),Ua=Cr(Ia,["typed","config","round"],(e=>{var{typed:r,config:t,round:n}=e;function i(e){var r=Math.ceil(e),i=n(e);return r===i?r:Jr(e,i,t.relTol,t.absTol)&&!Jr(e,r,t.relTol,t.absTol)?i:r}return r(Ia,{number:i,"number, number":function(e,r){if(!Sr(r))throw new RangeError("number of decimals in function ceil must be an integer");if(r<0||r>15)throw new RangeError("number of decimals in ceil number must be in range 0-15");var t=10**r;return i(e*t)/t}})})),$a=Cr(Ia,Ra,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=Oa({typed:r,equalScalar:a}),c=ka({typed:r,DenseMatrix:u}),f=za({typed:r}),l=Ua({typed:r,config:t,round:n});function m(e){var r=(e,r)=>zi(e,r,t.relTol,t.absTol),i=e.ceil(),a=n(e);return i.eq(a)?i:r(e,a)&&!r(e,i)?a:i}return r("ceil",{number:l.signatures.number,"number,number":l.signatures["number,number"],Complex:function(e){return e.ceil()},"Complex, number":function(e,r){return e.ceil(r)},"Complex, BigNumber":function(e,r){return e.ceil(r.toNumber())},BigNumber:m,"BigNumber, BigNumber":function(e,r){var t=ja.pow(r);return m(e.mul(t)).div(t)},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.ceil()},"Fraction, number":function(e,r){return e.ceil(r)},"Fraction, BigNumber":function(e,r){return e.ceil(r.toNumber())},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>vn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>vn(r,(r=>e(r,t)),!0))),"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>s(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>f(r,t,e,!1))),"number | Complex | Fraction | BigNumber, Array":r.referToSelf((e=>(r,t)=>f(i(t),r,e,!0).valueOf())),"number | Complex | Fraction | BigNumber, Matrix":r.referToSelf((e=>(r,t)=>a(r,0)?o(t.size(),t.storage()):"dense"===t.storage()?f(t,r,e,!0):c(t,r,e,!0)))})})),Pa="cube",La=Cr(Pa,["typed"],(e=>{var{typed:r}=e;return r(Pa,{number:qn,Complex:function(e){return e.mul(e).mul(e)},BigNumber:function(e){return e.times(e).times(e)},bigint:function(e){return e*e*e},Fraction:function(e){return e.pow(3)},Unit:function(e){return e.pow(3)}})})),_a=Cr("exp",["typed"],(e=>{var{typed:r}=e;return r("exp",{number:Tn,Complex:function(e){return e.exp()},BigNumber:function(e){return e.exp()}})})),Ja="expm1",Wa=Cr(Ja,["typed","Complex"],(e=>{var{typed:r,Complex:t}=e;return r(Ja,{number:On,Complex:function(e){var r=Math.exp(e.re);return new t(r*Math.cos(e.im)-1,r*Math.sin(e.im))},BigNumber:function(e){return e.exp().minus(1)}})})),Va="fix",Ha=["typed","Complex","matrix","ceil","floor","equalScalar","zeros","DenseMatrix"],Za=Cr(Va,["typed","ceil","floor"],(e=>{var{typed:r,ceil:t,floor:n}=e;return r(Va,{number:function(e){return e>0?n(e):t(e)},"number, number":function(e,r){return e>0?n(e,r):t(e,r)}})})),Ga=Cr(Va,Ha,(e=>{var{typed:r,Complex:t,matrix:n,ceil:i,floor:a,equalScalar:o,zeros:u,DenseMatrix:s}=e,c=ka({typed:r,DenseMatrix:s}),f=za({typed:r}),l=Za({typed:r,ceil:i,floor:a});return r("fix",{number:l.signatures.number,"number, number | BigNumber":l.signatures["number,number"],Complex:function(e){return new t(e.re>0?Math.floor(e.re):Math.ceil(e.re),e.im>0?Math.floor(e.im):Math.ceil(e.im))},"Complex, number":function(e,r){return new t(e.re>0?a(e.re,r):i(e.re,r),e.im>0?a(e.im,r):i(e.im,r))},"Complex, BigNumber":function(e,r){var n=r.toNumber();return new t(e.re>0?a(e.re,n):i(e.re,n),e.im>0?a(e.im,n):i(e.im,n))},BigNumber:function(e){return e.isNegative()?i(e):a(e)},"BigNumber, number | BigNumber":function(e,r){return e.isNegative()?i(e,r):a(e,r)},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.s<0n?e.ceil():e.floor()},"Fraction, number | BigNumber":function(e,r){return e.s<0n?i(e,r):a(e,r)},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>vn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0))),"Array | Matrix, number | BigNumber":r.referToSelf((e=>(r,t)=>vn(r,(r=>e(r,t)),!0))),"number | Complex | Fraction | BigNumber, Array":r.referToSelf((e=>(r,t)=>f(n(t),r,e,!0).valueOf())),"number | Complex | Fraction | BigNumber, Matrix":r.referToSelf((e=>(r,t)=>o(r,0)?u(t.size(),t.storage()):"dense"===t.storage()?f(t,r,e,!0):c(t,r,e,!0)))})})),Xa="floor",Qa=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],Ya=new ut(10),Ka=Cr(Xa,["typed","config","round"],(e=>{var{typed:r,config:t,round:n}=e;function i(e){var r=Math.floor(e),i=n(e);return r===i?r:Jr(e,i,t.relTol,t.absTol)&&!Jr(e,r,t.relTol,t.absTol)?i:r}return r(Xa,{number:i,"number, number":function(e,r){if(!Sr(r))throw new RangeError("number of decimals in function floor must be an integer");if(r<0||r>15)throw new RangeError("number of decimals in floor number must be in range 0 - 15");var t=10**r;return i(e*t)/t}})})),eo=Cr(Xa,Qa,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=Oa({typed:r,equalScalar:a}),c=ka({typed:r,DenseMatrix:u}),f=za({typed:r}),l=Ka({typed:r,config:t,round:n});function m(e){var r=(e,r)=>zi(e,r,t.relTol,t.absTol),i=e.floor(),a=n(e);return i.eq(a)?i:r(e,a)&&!r(e,i)?a:i}return r("floor",{number:l.signatures.number,"number,number":l.signatures["number,number"],Complex:function(e){return e.floor()},"Complex, number":function(e,r){return e.floor(r)},"Complex, BigNumber":function(e,r){return e.floor(r.toNumber())},BigNumber:m,"BigNumber, BigNumber":function(e,r){var t=Ya.pow(r);return m(e.mul(t)).div(t)},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.floor()},"Fraction, number":function(e,r){return e.floor(r)},"Fraction, BigNumber":function(e,r){return e.floor(r.toNumber())},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>vn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>vn(r,(r=>e(r,t)),!0))),"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>s(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>f(r,t,e,!1))),"number | Complex | Fraction | BigNumber, Array":r.referToSelf((e=>(r,t)=>f(i(t),r,e,!0).valueOf())),"number | Complex | Fraction | BigNumber, Matrix":r.referToSelf((e=>(r,t)=>a(r,0)?o(t.size(),t.storage()):"dense"===t.storage()?f(t,r,e,!0):c(t,r,e,!0)))})})),ro=Cr("matAlgo02xDS0",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i,a){var o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=n._values,f=n._index,l=n._ptr,m=n._size,d=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(u.length!==m.length)throw new Et(u.length,m.length);if(u[0]!==m[0]||u[1]!==m[1])throw new RangeError("Dimension mismatch. Matrix A ("+u+") must match Matrix B ("+m+")");if(!c)throw new Error("Cannot perform operation on Dense Matrix and Pattern Sparse Matrix");var p,h=u[0],v=u[1],y=t,g=0,x=i;"string"==typeof s&&s===d&&"mixed"!==s&&(y=r.find(t,[p=s,p]),g=r.convert(0,p),x=r.find(i,[p,p]));for(var b=[],w=[],D=[],N=0;N<v;N++){D[N]=w.length;for(var A=l[N+1],M=l[N];M<A;M++){var C=f[M],E=a?x(c[M],o[C][N]):x(o[C][N],c[M]);y(E,g)||(w.push(C),b.push(E))}}return D[v]=w.length,n.createSparseMatrix({values:b,index:w,ptr:D,size:[h,v],datatype:s===e._datatype&&d===n._datatype?p:void 0})}})),to=Cr("matAlgo03xDSf",["typed"],(e=>{var{typed:r}=e;return function(e,t,n,i){var a=e._data,o=e._size,u=e._datatype||e.getDataType(),s=t._values,c=t._index,f=t._ptr,l=t._size,m=t._datatype||void 0===t._data?t._datatype:t.getDataType();if(o.length!==l.length)throw new Et(o.length,l.length);if(o[0]!==l[0]||o[1]!==l[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+l+")");if(!s)throw new Error("Cannot perform operation on Dense Matrix and Pattern Sparse Matrix");var d,p=o[0],h=o[1],v=0,y=n;"string"==typeof u&&u===m&&"mixed"!==u&&(v=r.convert(0,d=u),y=r.find(n,[d,d]));for(var g=[],x=0;x<p;x++)g[x]=[];for(var b=[],w=[],D=0;D<h;D++){for(var N=D+1,A=f[D+1],M=f[D];M<A;M++){var C=c[M];b[C]=i?y(s[M],a[C][D]):y(a[C][D],s[M]),w[C]=N}for(var E=0;E<p;E++)g[E][D]=w[E]===N?b[E]:i?y(v,a[E][D]):y(a[E][D],v)}return e.createDenseMatrix({data:g,size:[p,h],datatype:u===e._datatype&&m===t._datatype?d:void 0})}})),no=Cr("matAlgo05xSfSf",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Et(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));var w,D,N,A,M=a&&f?[]:void 0,C=[],E=[],S=M?[]:void 0,F=M?[]:void 0,B=[],q=[];for(D=0;D<y;D++){E[D]=C.length;var T=D+1;for(N=u[D],A=u[D+1];N<A;N++)C.push(w=o[N]),B[w]=T,S&&(S[w]=a[N]);for(N=m[D],A=m[D+1];N<A;N++)B[w=l[N]]!==T&&C.push(w),q[w]=T,F&&(F[w]=f[N]);if(M)for(N=E[D];N<C.length;){var O=B[w=C[N]],k=q[w];if(O===T||k===T){var z=b(O===T?S[w]:x,k===T?F[w]:x);g(z,x)?C.splice(N,1):(M.push(z),N++)}}}return E[y]=C.length,e.createSparseMatrix({values:M,index:C,ptr:E,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),io=Cr("matAlgo13xDD",["typed"],(e=>{var{typed:r}=e;return function(e,n,i){var a,o=e._data,u=e._size,s=e._datatype,c=n._data,f=n._size,l=n._datatype,m=[];if(u.length!==f.length)throw new Et(u.length,f.length);for(var d=0;d<u.length;d++){if(u[d]!==f[d])throw new RangeError("Dimension mismatch. Matrix A ("+u+") must match Matrix B ("+f+")");m[d]=u[d]}var p=i;"string"==typeof s&&s===l&&(p=r.find(i,[a=s,a]));var h=m.length>0?t(p,0,m,m[0],o,c):[];return e.createDenseMatrix({data:h,size:m,datatype:a})};function t(e,r,n,i,a,o){var u=[];if(r===n.length-1)for(var s=0;s<i;s++)u[s]=e(a[s],o[s]);else for(var c=0;c<i;c++)u[c]=t(e,r+1,n,n[r+1],a[c],o[c]);return u}}));function ao(e,r){if(wr(e.size(),r.size()))return[e,r];var t=en(e.size(),r.size());return[e,r].map((e=>function(e,r){return wr(e.size(),r)?e:e.create(tn(e.valueOf(),r),e.datatype())}(e,t)))}var oo=Cr("matrixAlgorithmSuite",["typed","matrix"],(e=>{var{typed:r,matrix:t}=e,n=io({typed:r}),i=za({typed:r});return function(e){var a,o=e.elop,u=e.SD||e.DS;o?(a={"DenseMatrix, DenseMatrix":(e,r)=>n(...ao(e,r),o),"Array, Array":(e,r)=>n(...ao(t(e),t(r)),o).valueOf(),"Array, DenseMatrix":(e,r)=>n(...ao(t(e),r),o),"DenseMatrix, Array":(e,r)=>n(...ao(e,t(r)),o)},e.SS&&(a["SparseMatrix, SparseMatrix"]=(r,t)=>e.SS(...ao(r,t),o,!1)),e.DS&&(a["DenseMatrix, SparseMatrix"]=(r,t)=>e.DS(...ao(r,t),o,!1),a["Array, SparseMatrix"]=(r,n)=>e.DS(...ao(t(r),n),o,!1)),u&&(a["SparseMatrix, DenseMatrix"]=(e,r)=>u(...ao(r,e),o,!0),a["SparseMatrix, Array"]=(e,r)=>u(...ao(t(r),e),o,!0))):(a={"DenseMatrix, DenseMatrix":r.referToSelf((e=>(r,t)=>n(...ao(r,t),e))),"Array, Array":r.referToSelf((e=>(r,i)=>n(...ao(t(r),t(i)),e).valueOf())),"Array, DenseMatrix":r.referToSelf((e=>(r,i)=>n(...ao(t(r),i),e))),"DenseMatrix, Array":r.referToSelf((e=>(r,i)=>n(...ao(r,t(i)),e)))},e.SS&&(a["SparseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.SS(...ao(t,n),r,!1)))),e.DS&&(a["DenseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.DS(...ao(t,n),r,!1))),a["Array, SparseMatrix"]=r.referToSelf((r=>(n,i)=>e.DS(...ao(t(n),i),r,!1)))),u&&(a["SparseMatrix, DenseMatrix"]=r.referToSelf((e=>(r,t)=>u(...ao(t,r),e,!0))),a["SparseMatrix, Array"]=r.referToSelf((e=>(r,n)=>u(...ao(t(n),r),e,!0)))));var s=e.scalar||"any";(e.Ds||e.Ss)&&(o?(a["DenseMatrix,"+s]=(e,r)=>i(e,r,o,!1),a[s+", DenseMatrix"]=(e,r)=>i(r,e,o,!0),a["Array,"+s]=(e,r)=>i(t(e),r,o,!1).valueOf(),a[s+", Array"]=(e,r)=>i(t(r),e,o,!0).valueOf()):(a["DenseMatrix,"+s]=r.referToSelf((e=>(r,t)=>i(r,t,e,!1))),a[s+", DenseMatrix"]=r.referToSelf((e=>(r,t)=>i(t,r,e,!0))),a["Array,"+s]=r.referToSelf((e=>(r,n)=>i(t(r),n,e,!1).valueOf())),a[s+", Array"]=r.referToSelf((e=>(r,n)=>i(t(n),r,e,!0).valueOf()))));var c=void 0!==e.sS?e.sS:e.Ss;return o?(e.Ss&&(a["SparseMatrix,"+s]=(r,t)=>e.Ss(r,t,o,!1)),c&&(a[s+", SparseMatrix"]=(e,r)=>c(r,e,o,!0))):(e.Ss&&(a["SparseMatrix,"+s]=r.referToSelf((r=>(t,n)=>e.Ss(t,n,r,!1)))),c&&(a[s+", SparseMatrix"]=r.referToSelf((e=>(r,t)=>c(t,r,e,!0))))),o&&o.signatures&&br(a,o.signatures),a}})),uo=Cr("mod",["typed","config","round","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u,concat:s}=e,c=eo({typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}),f=ro({typed:r,equalScalar:a}),l=to({typed:r}),m=no({typed:r,equalScalar:a}),d=Oa({typed:r,equalScalar:a}),p=ka({typed:r,DenseMatrix:u});return r("mod",{"number, number":function(e,r){return 0===r?e:e-r*c(e/r)},"BigNumber, BigNumber":function(e,r){return r.isZero()?e:e.sub(r.mul(c(e.div(r))))},"bigint, bigint":function(e,r){if(0n===r)return e;if(e<0){var t=e%r;return 0n===t?t:t+r}return e%r},"Fraction, Fraction":function(e,r){return r.equals(0)?e:e.sub(r.mul(c(e.div(r))))}},oo({typed:r,matrix:i,concat:s})({SS:m,DS:l,SD:f,Ss:d,sS:p}))})),so=Cr("matAlgo01xDSid",["typed"],(e=>{var{typed:r}=e;return function(e,t,n,i){var a=e._data,o=e._size,u=e._datatype||e.getDataType(),s=t._values,c=t._index,f=t._ptr,l=t._size,m=t._datatype||void 0===t._data?t._datatype:t.getDataType();if(o.length!==l.length)throw new Et(o.length,l.length);if(o[0]!==l[0]||o[1]!==l[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+l+")");if(!s)throw new Error("Cannot perform operation on Dense Matrix and Pattern Sparse Matrix");var d,p,h=o[0],v=o[1],y="string"==typeof u&&"mixed"!==u&&u===m?u:void 0,g=y?r.find(n,[y,y]):n,x=[];for(d=0;d<h;d++)x[d]=[];var b=[],w=[];for(p=0;p<v;p++){for(var D=p+1,N=f[p+1],A=f[p];A<N;A++)b[d=c[A]]=i?g(s[A],a[d][p]):g(a[d][p],s[A]),w[d]=D;for(d=0;d<h;d++)x[d][p]=w[d]===D?b[d]:a[d][p]}return e.createDenseMatrix({data:x,size:[h,v],datatype:u===e._datatype&&m===t._datatype?y:void 0})}})),co=Cr("matAlgo04xSidSid",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Et(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));var w,D,N,A,M=a&&f?[]:void 0,C=[],E=[],S=a&&f?[]:void 0,F=a&&f?[]:void 0,B=[],q=[];for(D=0;D<y;D++){E[D]=C.length;var T=D+1;for(A=u[D+1],N=u[D];N<A;N++)C.push(w=o[N]),B[w]=T,S&&(S[w]=a[N]);for(A=m[D+1],N=m[D];N<A;N++)if(B[w=l[N]]===T){if(S){var O=b(S[w],f[N]);g(O,x)?B[w]=null:S[w]=O}}else C.push(w),q[w]=T,F&&(F[w]=f[N]);if(S&&F)for(N=E[D];N<C.length;)B[w=C[N]]===T?(M[N]=S[w],N++):q[w]===T?(M[N]=F[w],N++):C.splice(N,1)}return E[y]=C.length,e.createSparseMatrix({values:M,index:C,ptr:E,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),fo=Cr("matAlgo10xSids",["typed","DenseMatrix"],(e=>{var{typed:r,DenseMatrix:t}=e;return function(e,n,i,a){var o=e._values,u=e._index,s=e._ptr,c=e._size,f=e._datatype;if(!o)throw new Error("Cannot perform operation on Pattern Sparse Matrix and Scalar value");var l,m=c[0],d=c[1],p=i;"string"==typeof f&&(n=r.convert(n,l=f),p=r.find(i,[l,l]));for(var h=[],v=[],y=[],g=0;g<d;g++){for(var x=g+1,b=s[g+1],w=s[g];w<b;w++){var D=u[w];v[D]=o[w],y[D]=x}for(var N=0;N<m;N++)0===g&&(h[N]=[]),h[N][g]=y[N]===x?a?p(n,v[N]):p(v[N],n):n}return new t({data:h,size:[m,d],datatype:l})}}));function lo(e,r,t,n){if(!(this instanceof lo))throw new SyntaxError("Constructor must be called with the new operator");this.fn=e,this.count=r,this.min=t,this.max=n,this.message="Wrong number of arguments in function "+e+" ("+r+" provided, "+t+(null!=n?"-"+n:"")+" expected)",this.stack=(new Error).stack}(lo.prototype=new Error).constructor=Error,lo.prototype.name="ArgumentsError",lo.prototype.isArgumentsError=!0;var mo=["typed","config","round","matrix","equalScalar","zeros","BigNumber","DenseMatrix","concat"],po="number | BigNumber | Fraction | Matrix | Array",ho="".concat(po,", ").concat(po,", ...").concat(po);function vo(e){return!e.some((e=>Array.isArray(e)))}var yo=Cr("gcd",mo,(e=>{var{typed:r,matrix:t,config:n,round:i,equalScalar:a,zeros:o,BigNumber:u,DenseMatrix:s,concat:c}=e,f=uo({typed:r,config:n,round:i,matrix:t,equalScalar:a,zeros:o,DenseMatrix:s,concat:c}),l=so({typed:r}),m=co({typed:r,equalScalar:a}),d=fo({typed:r,DenseMatrix:s});return r("gcd",{"number, number":function(e,r){if(!Sr(e)||!Sr(r))throw new Error("Parameters in function gcd must be integer numbers");for(var t;0!==r;)t=f(e,r),e=r,r=t;return e<0?-e:e},"BigNumber, BigNumber":function(e,r){if(!e.isInt()||!r.isInt())throw new Error("Parameters in function gcd must be integer numbers");for(var t=new u(0);!r.isZero();){var n=f(e,r);e=r,r=n}return e.lt(t)?e.neg():e},"Fraction, Fraction":(e,r)=>e.gcd(r)},oo({typed:r,matrix:t,concat:c})({SS:m,DS:l,Ss:d}),{[ho]:r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i})),Array:r.referToSelf((e=>r=>{if(1===r.length&&Array.isArray(r[0])&&vo(r[0]))return e(...r[0]);if(vo(r))return e(...r);throw new lo("gcd() supports only 1d matrices!")})),Matrix:r.referToSelf((e=>r=>e(r.toArray())))})})),go=Cr("matAlgo06xS0S0",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._size,u=e._datatype||void 0===e._data?e._datatype:e.getDataType(),s=n._values,c=n._size,f=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(o.length!==c.length)throw new Et(o.length,c.length);if(o[0]!==c[0]||o[1]!==c[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+c+")");var l,m=o[0],d=o[1],p=t,h=0,v=i;"string"==typeof u&&u===f&&"mixed"!==u&&(p=r.find(t,[l=u,l]),h=r.convert(0,l),v=r.find(i,[l,l]));for(var y=a&&s?[]:void 0,g=[],x=[],b=y?[]:void 0,w=[],D=[],N=0;N<d;N++){x[N]=g.length;var A=N+1;if(xn(e,N,w,b,D,A,g,v),xn(n,N,w,b,D,A,g,v),b)for(var M=x[N];M<g.length;){var C=g[M];if(D[C]===A){var E=b[C];p(E,h)?g.splice(M,1):(y.push(E),M++)}else g.splice(M,1)}else for(var S=x[N];S<g.length;)D[g[S]]!==A?g.splice(S,1):S++}return x[d]=g.length,e.createSparseMatrix({values:y,index:g,ptr:x,size:[m,d],datatype:u===e._datatype&&f===n._datatype?l:void 0})}})),xo=Cr("lcm",["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=ro({typed:r,equalScalar:n}),o=go({typed:r,equalScalar:n}),u=Oa({typed:r,equalScalar:n}),s=oo({typed:r,matrix:t,concat:i}),c="number | BigNumber | Fraction | Matrix | Array",f={};return f["".concat(c,", ").concat(c,", ...").concat(c)]=r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i})),r("lcm",{"number, number":kn,"BigNumber, BigNumber":function(e,r){if(!e.isInt()||!r.isInt())throw new Error("Parameters in function lcm must be integer numbers");if(e.isZero())return e;if(r.isZero())return r;for(var t=e.times(r);!r.isZero();){var n=r;r=e.mod(n),e=n}return t.div(e).abs()},"Fraction, Fraction":(e,r)=>e.lcm(r)},s({SS:o,DS:a,Ss:u}),f)}));function bo(e,r,t,n){return function(i){if(i>0||t.predictable){if(i<=0)return NaN;var a=i.toString(16),o=a.substring(0,15);return e*(a.length-o.length)+r(Number("0x"+o))}return n(i.toNumber())}}var wo="log10",Do=["typed","config","Complex"],No=In(16),Ao=Cr(wo,Do,(e=>{var{typed:r,config:t,Complex:n}=e;function i(e){return e.log().div(Math.LN10)}function a(e){return i(new n(e,0))}return r(wo,{number:function(e){return e>=0||t.predictable?In(e):a(e)},bigint:bo(No,In,t,a),Complex:i,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log():a(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),Mo="log2",Co=Cr(Mo,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;function i(e){return a(new n(e,0))}return r(Mo,{number:function(e){return e>=0||t.predictable?Rn(e):i(e)},bigint:bo(4,Rn,t,i),Complex:a,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log(2):i(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))});function a(e){var r=Math.sqrt(e.re*e.re+e.im*e.im);return new n(Math.log2?Math.log2(r):Math.log(r)/Math.LN2,Math.atan2(e.im,e.re)/Math.LN2)}})),Eo=Cr("multiplyScalar",["typed"],(e=>{var{typed:r}=e;return r("multiplyScalar",{"number, number":En,"Complex, Complex":function(e,r){return e.mul(r)},"BigNumber, BigNumber":function(e,r){return e.times(r)},"bigint, bigint":function(e,r){return e*r},"Fraction, Fraction":function(e,r){return e.mul(r)},"number | Fraction | BigNumber | Complex, Unit":(e,r)=>r.multiply(e),"Unit, number | Fraction | BigNumber | Complex | Unit":(e,r)=>e.multiply(r)})})),So="multiply",Fo=Cr(So,["typed","matrix","addScalar","multiplyScalar","equalScalar","dot"],(e=>{var{typed:r,matrix:t,addScalar:n,multiplyScalar:i,equalScalar:a,dot:o}=e,u=Oa({typed:r,equalScalar:a}),s=za({typed:r});function c(e,r){switch(e.length){case 1:switch(r.length){case 1:if(e[0]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Vectors must have the same length");break;case 2:if(e[0]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Vector length ("+e[0]+") must match Matrix rows ("+r[0]+")");break;default:throw new Error("Can only multiply a 1 or 2 dimensional matrix (Matrix B has "+r.length+" dimensions)")}break;case 2:switch(r.length){case 1:if(e[1]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Matrix columns ("+e[1]+") must match Vector length ("+r[0]+")");break;case 2:if(e[1]!==r[0])throw new RangeError("Dimension mismatch in multiplication. Matrix A columns ("+e[1]+") must match Matrix B rows ("+r[0]+")");break;default:throw new Error("Can only multiply a 1 or 2 dimensional matrix (Matrix B has "+r.length+" dimensions)")}break;default:throw new Error("Can only multiply a 1 or 2 dimensional matrix (Matrix A has "+e.length+" dimensions)")}}var f=r("_multiplyMatrixVector",{"DenseMatrix, any":function(e,t){var a,o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._data,f=t._datatype||t.getDataType(),l=u[0],m=u[1],d=n,p=i;s&&f&&s===f&&"string"==typeof s&&"mixed"!==s&&(d=r.find(n,[a=s,a]),p=r.find(i,[a,a]));for(var h=[],v=0;v<l;v++){for(var y=o[v],g=p(y[0],c[0]),x=1;x<m;x++)g=d(g,p(y[x],c[x]));h[v]=g}return e.createDenseMatrix({data:h,size:[l],datatype:s===e._datatype&&f===t._datatype?a:void 0})},"SparseMatrix, any":function(e,t){var o=e._values,u=e._index,s=e._ptr,c=e._datatype||void 0===e._data?e._datatype:e.getDataType();if(!o)throw new Error("Cannot multiply Pattern only Matrix times Dense Matrix");var f,l=t._data,m=t._datatype||t.getDataType(),d=e._size[0],p=t._size[0],h=[],v=[],y=[],g=n,x=i,b=a,w=0;c&&m&&c===m&&"string"==typeof c&&"mixed"!==c&&(g=r.find(n,[f=c,f]),x=r.find(i,[f,f]),b=r.find(a,[f,f]),w=r.convert(0,f));var D=[],N=[];y[0]=0;for(var A=0;A<p;A++){var M=l[A];if(!b(M,w))for(var C=s[A+1],E=s[A];E<C;E++){var S=u[E];N[S]?D[S]=g(D[S],x(M,o[E])):(N[S]=!0,v.push(S),D[S]=x(M,o[E]))}}for(var F=v.length,B=0;B<F;B++)h[B]=D[v[B]];return y[1]=v.length,e.createSparseMatrix({values:h,index:v,ptr:y,size:[d,1],datatype:c===e._datatype&&m===t._datatype?f:void 0})}}),l=r("_multiplyMatrixMatrix",{"DenseMatrix, DenseMatrix":function(e,t){var a,o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._data,f=t._size,l=t._datatype||t.getDataType(),m=u[0],d=u[1],p=f[1],h=n,v=i;s&&l&&s===l&&"string"==typeof s&&"mixed"!==s&&"mixed"!==s&&(h=r.find(n,[a=s,a]),v=r.find(i,[a,a]));for(var y=[],g=0;g<m;g++){var x=o[g];y[g]=[];for(var b=0;b<p;b++){for(var w=v(x[0],c[0][b]),D=1;D<d;D++)w=h(w,v(x[D],c[D][b]));y[g][b]=w}}return e.createDenseMatrix({data:y,size:[m,p],datatype:s===e._datatype&&l===t._datatype?a:void 0})},"DenseMatrix, SparseMatrix":function(e,t){var o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._values,f=t._index,l=t._ptr,m=t._size,d=t._datatype||void 0===t._data?t._datatype:t.getDataType();if(!c)throw new Error("Cannot multiply Dense Matrix times Pattern only Matrix");var p,h=u[0],v=m[1],y=n,g=i,x=a,b=0;s&&d&&s===d&&"string"==typeof s&&"mixed"!==s&&(y=r.find(n,[p=s,p]),g=r.find(i,[p,p]),x=r.find(a,[p,p]),b=r.convert(0,p));for(var w=[],D=[],N=[],A=t.createSparseMatrix({values:w,index:D,ptr:N,size:[h,v],datatype:s===e._datatype&&d===t._datatype?p:void 0}),M=0;M<v;M++){N[M]=D.length;var C=l[M],E=l[M+1];if(E>C)for(var S=0,F=0;F<h;F++){for(var B=F+1,q=void 0,T=C;T<E;T++){var O=f[T];S!==B?(q=g(o[F][O],c[T]),S=B):q=y(q,g(o[F][O],c[T]))}S!==B||x(q,b)||(D.push(F),w.push(q))}}return N[v]=D.length,A},"SparseMatrix, DenseMatrix":function(e,t){var o=e._values,u=e._index,s=e._ptr,c=e._datatype||void 0===e._data?e._datatype:e.getDataType();if(!o)throw new Error("Cannot multiply Pattern only Matrix times Dense Matrix");var f,l=t._data,m=t._datatype||t.getDataType(),d=e._size[0],p=t._size[0],h=t._size[1],v=n,y=i,g=a,x=0;c&&m&&c===m&&"string"==typeof c&&"mixed"!==c&&(v=r.find(n,[f=c,f]),y=r.find(i,[f,f]),g=r.find(a,[f,f]),x=r.convert(0,f));for(var b=[],w=[],D=[],N=e.createSparseMatrix({values:b,index:w,ptr:D,size:[d,h],datatype:c===e._datatype&&m===t._datatype?f:void 0}),A=[],M=[],C=0;C<h;C++){D[C]=w.length;for(var E=C+1,S=0;S<p;S++){var F=l[S][C];if(!g(F,x))for(var B=s[S+1],q=s[S];q<B;q++){var T=u[q];M[T]!==E?(M[T]=E,w.push(T),A[T]=y(F,o[q])):A[T]=v(A[T],y(F,o[q]))}}for(var O=w.length,k=D[C];k<O;k++)b[k]=A[w[k]]}return D[h]=w.length,N},"SparseMatrix, SparseMatrix":function(e,t){var a,o=e._values,u=e._index,s=e._ptr,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=t._values,l=t._index,m=t._ptr,d=t._datatype||void 0===t._data?t._datatype:t.getDataType(),p=e._size[0],h=t._size[1],v=o&&f,y=n,g=i;c&&d&&c===d&&"string"==typeof c&&"mixed"!==c&&(y=r.find(n,[a=c,a]),g=r.find(i,[a,a]));for(var x,b,w,D,N,A,M=v?[]:void 0,C=[],E=[],S=e.createSparseMatrix({values:M,index:C,ptr:E,size:[p,h],datatype:c===e._datatype&&d===t._datatype?a:void 0}),F=v?[]:void 0,B=[],q=0;q<h;q++){E[q]=C.length;var T=q+1;for(D=m[q+1],w=m[q];w<D;w++)if(A=l[w],v)for(b=s[A+1],x=s[A];x<b;x++)B[N=u[x]]!==T?(B[N]=T,C.push(N),F[N]=g(f[w],o[x])):F[N]=y(F[N],g(f[w],o[x]));else for(b=s[A+1],x=s[A];x<b;x++)B[N=u[x]]!==T&&(B[N]=T,C.push(N));if(v)for(var O=C.length,k=E[q];k<O;k++)M[k]=F[C[k]]}return E[h]=C.length,S}});return r(So,i,{"Array, Array":r.referTo("Matrix, Matrix",(e=>(r,n)=>{c(Ft(r),Ft(n));var i=e(t(r),t(n));return je(i)?i.valueOf():i})),"Matrix, Matrix":function(e,t){var a=e.size(),u=t.size();return c(a,u),1===a.length?1===u.length?function(e,r,t){if(0===t)throw new Error("Cannot multiply two empty vectors");return o(e,r)}(e,t,a[0]):function(e,t){if("dense"!==t.storage())throw new Error("Support for SparseMatrix not implemented");return function(e,t){var a,o=e._data,u=e._size,s=e._datatype||e.getDataType(),c=t._data,f=t._size,l=t._datatype||t.getDataType(),m=u[0],d=f[1],p=n,h=i;s&&l&&s===l&&"string"==typeof s&&"mixed"!==s&&(p=r.find(n,[a=s,a]),h=r.find(i,[a,a]));for(var v=[],y=0;y<d;y++){for(var g=h(o[0],c[0][y]),x=1;x<m;x++)g=p(g,h(o[x],c[x][y]));v[y]=g}return e.createDenseMatrix({data:v,size:[d],datatype:s===e._datatype&&l===t._datatype?a:void 0})}(e,t)}(e,t):1===u.length?f(e,t):l(e,t)},"Matrix, Array":r.referTo("Matrix,Matrix",(e=>(r,n)=>e(r,t(n)))),"Array, Matrix":r.referToSelf((e=>(r,n)=>e(t(r,n.storage()),n))),"SparseMatrix, any":function(e,r){return u(e,r,i,!1)},"DenseMatrix, any":function(e,r){return s(e,r,i,!1)},"any, SparseMatrix":function(e,r){return u(r,e,i,!0)},"any, DenseMatrix":function(e,r){return s(r,e,i,!0)},"Array, any":function(e,r){return s(t(e),r,i,!1).valueOf()},"any, Array":function(e,r){return s(t(r),e,i,!0).valueOf()},"any, any":i,"any, any, ...any":r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i}))})})),Bo="nthRoot",qo=Cr(Bo,["typed","matrix","equalScalar","BigNumber","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,concat:a}=e,o=so({typed:r}),u=ro({typed:r,equalScalar:n}),s=go({typed:r,equalScalar:n}),c=Oa({typed:r,equalScalar:n}),f=oo({typed:r,matrix:t,concat:a});function l(){throw new Error("Complex number not supported in function nthRoot. Use nthRoots instead.")}return r(Bo,{number:jn,"number, number":jn,BigNumber:e=>m(e,new i(2)),"BigNumber, BigNumber":m,Complex:l,"Complex, number":l,Array:r.referTo("DenseMatrix,number",(e=>r=>e(t(r),2).valueOf())),DenseMatrix:r.referTo("DenseMatrix,number",(e=>r=>e(r,2))),SparseMatrix:r.referTo("SparseMatrix,number",(e=>r=>e(r,2))),"SparseMatrix, SparseMatrix":r.referToSelf((e=>(r,t)=>{if(1===t.density())return s(r,t,e);throw new Error("Root must be non-zero")})),"DenseMatrix, SparseMatrix":r.referToSelf((e=>(r,t)=>{if(1===t.density())return o(r,t,e,!1);throw new Error("Root must be non-zero")})),"Array, SparseMatrix":r.referTo("DenseMatrix,SparseMatrix",(e=>(r,n)=>e(t(r),n))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>{if(1===t.density())return c(t,r,e,!0);throw new Error("Root must be non-zero")}))},f({scalar:"number | BigNumber",SD:u,Ss:c,sS:!1}));function m(e,r){var t=i.precision,n=i.clone({precision:t+2}),a=new i(0),o=new n(1),u=r.isNegative();if(u&&(r=r.neg()),r.isZero())throw new Error("Root must be non-zero");if(e.isNegative()&&!r.abs().mod(2).equals(1))throw new Error("Root must be odd when a is negative.");if(e.isZero())return u?new n(1/0):0;if(!e.isFinite())return u?a:e;var s=e.abs().pow(o.div(r));return s=e.isNeg()?s.neg():s,new i((u?o.div(s):s).toPrecision(t))}})),To="sign",Oo=Cr(To,["typed","BigNumber","Fraction","complex"],(e=>{var{typed:r,BigNumber:t,complex:n,Fraction:i}=e;return r(To,{number:Un,Complex:function(e){return 0===e.im?n(Un(e.re)):e.sign()},BigNumber:function(e){return new t(e.cmp(0))},bigint:function(e){return e>0n?1n:e<0n?-1n:0n},Fraction:function(e){return new i(e.s)},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0))),Unit:r.referToSelf((e=>t=>{if(!t._isDerived()&&0!==t.units[0].unit.offset)throw new TypeError("sign is ambiguous for units with offset");return r.find(e,t.valueType())(t.value)}))})})),ko=Cr("sqrt",["config","typed","Complex"],(e=>{var{config:r,typed:t,Complex:n}=e;return t("sqrt",{number:i,Complex:function(e){return e.sqrt()},BigNumber:function(e){return!e.isNegative()||r.predictable?e.sqrt():i(e.toNumber())},Unit:function(e){return e.pow(.5)}});function i(e){return isNaN(e)?NaN:e>=0||r.predictable?Math.sqrt(e):new n(e,0).sqrt()}})),zo="square",Io=Cr(zo,["typed"],(e=>{var{typed:r}=e;return r(zo,{number:$n,Complex:function(e){return e.mul(e)},BigNumber:function(e){return e.times(e)},bigint:function(e){return e*e},Fraction:function(e){return e.mul(e)},Unit:function(e){return e.pow(2)}})})),Ro="subtract",jo=Cr(Ro,["typed","matrix","equalScalar","subtractScalar","unaryMinus","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,subtractScalar:i,DenseMatrix:a,concat:o}=e,u=so({typed:r}),s=to({typed:r}),c=no({typed:r,equalScalar:n}),f=fo({typed:r,DenseMatrix:a}),l=ka({typed:r,DenseMatrix:a}),m=oo({typed:r,matrix:t,concat:o});return r(Ro,{"any, any":i},m({elop:i,SS:c,DS:u,SD:s,Ss:l,sS:f}))})),Uo="xgcd",$o=Cr(Uo,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(Uo,{"number, number":function(e,r){var i=Pn(e,r);return"Array"===t.matrix?i:n(i)},"BigNumber, BigNumber":function(e,r){var a,o,u,s,c=new i(0),f=new i(1),l=c,m=f,d=f,p=c;if(!e.isInt()||!r.isInt())throw new Error("Parameters in function xgcd must be integer numbers");for(;!r.isZero();)o=e.div(r).floor(),u=e.mod(r),a=l,l=m.minus(o.times(l)),m=a,a=d,d=p.minus(o.times(d)),p=a,e=r,r=u;return s=e.lt(c)?[e.neg(),m.neg(),p.neg()]:[e,e.isZero()?0:m,p],"Array"===t.matrix?s:n(s)}})})),Po="invmod",Lo=Cr(Po,["typed","config","BigNumber","xgcd","equal","smaller","mod","add","isInteger"],(e=>{var{typed:r,BigNumber:t,xgcd:n,equal:i,smaller:a,mod:o,add:u,isInteger:s}=e;return r(Po,{"number, number":c,"BigNumber, BigNumber":c});function c(e,r){if(!s(e)||!s(r))throw new Error("Parameters in function invmod must be integer numbers");if(e=o(e,r),i(r,0))throw new Error("Divisor must be non zero");var c=n(e,r);c=c.valueOf();var[f,l]=c;return i(f,t(1))?(l=o(l,r),a(l,t(0))&&(l=u(l,r)),l):NaN}})),_o=Cr("matAlgo09xS0Sf",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Et(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));var w,D,N,A,M=a&&f?[]:void 0,C=[],E=[],S=M?[]:void 0,F=[];for(D=0;D<y;D++){E[D]=C.length;var B=D+1;if(S)for(A=m[D+1],N=m[D];N<A;N++)F[w=l[N]]=B,S[w]=f[N];for(A=u[D+1],N=u[D];N<A;N++)if(w=o[N],S){var q=b(a[N],F[w]===B?S[w]:x);g(q,x)||(C.push(w),M.push(q))}else C.push(w)}return E[y]=C.length,e.createSparseMatrix({values:M,index:C,ptr:E,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),Jo="dotMultiply",Wo=Cr(Jo,["typed","matrix","equalScalar","multiplyScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,multiplyScalar:i,concat:a}=e,o=ro({typed:r,equalScalar:n}),u=_o({typed:r,equalScalar:n}),s=Oa({typed:r,equalScalar:n}),c=oo({typed:r,matrix:t,concat:a});return r(Jo,c({elop:i,SS:u,DS:o,Ss:s}))}));function Vo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function bitAnd");var t=e.constructor;if(e.isNaN()||r.isNaN())return new t(NaN);if(e.isZero()||r.eq(-1)||e.eq(r))return e;if(r.isZero()||e.eq(-1))return r;if(!e.isFinite()||!r.isFinite()){if(!e.isFinite()&&!r.isFinite())return e.isNegative()===r.isNegative()?e:new t(0);if(!e.isFinite())return r.isNegative()?e:e.isNegative()?new t(0):r;if(!r.isFinite())return e.isNegative()?r:r.isNegative()?new t(0):e}return Go(e,r,(function(e,r){return e&r}))}function Ho(e){if(e.isFinite()&&!e.isInteger())throw new Error("Integer expected in function bitNot");var r=e.constructor,t=r.precision;r.config({precision:1e9});var n=e.plus(new r(1));return n.s=-n.s||null,r.config({precision:t}),n}function Zo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function bitOr");var t=e.constructor;if(e.isNaN()||r.isNaN())return new t(NaN);var n=new t(-1);return e.isZero()||r.eq(n)||e.eq(r)?r:r.isZero()||e.eq(n)?e:e.isFinite()&&r.isFinite()?Go(e,r,(function(e,r){return e|r})):!e.isFinite()&&!e.isNegative()&&r.isNegative()||e.isNegative()&&!r.isNegative()&&!r.isFinite()?n:e.isNegative()&&r.isNegative()?e.isFinite()?e:r:e.isFinite()?r:e}function Go(e,r,t){var n,i,a,o,u,s=e.constructor,c=+(e.s<0),f=+(r.s<0);if(c){n=Xo(Ho(e));for(var l=0;l<n.length;++l)n[l]^=1}else n=Xo(e);if(f){i=Xo(Ho(r));for(var m=0;m<i.length;++m)i[m]^=1}else i=Xo(r);n.length<=i.length?(a=n,o=i,u=c):(a=i,o=n,u=f);var d=a.length,p=o.length,h=1^t(c,f),v=new s(1^h),y=new s(1),g=new s(2),x=s.precision;for(s.config({precision:1e9});d>0;)t(a[--d],o[--p])===h&&(v=v.plus(y)),y=y.times(g);for(;p>0;)t(u,o[--p])===h&&(v=v.plus(y)),y=y.times(g);return s.config({precision:x}),0===h&&(v.s=-v.s),v}function Xo(e){for(var r=e.d,t=r[0]+"",n=1;n<r.length;++n){for(var i=r[n]+"",a=7-i.length;a--;)i="0"+i;t+=i}for(var o=t.length;"0"===t.charAt(o);)o--;var u=e.e,s=t.slice(0,o+1||1),c=s.length;if(u>0)if(++u>c)for(u-=c;u--;)s+="0";else u<c&&(s=s.slice(0,u)+"."+s.slice(u));for(var f=[0],l=0;l<s.length;){for(var m=f.length;m--;)f[m]*=10;f[0]+=parseInt(s.charAt(l++));for(var d=0;d<f.length;++d)f[d]>1&&(null==f[d+1]&&(f[d+1]=0),f[d+1]+=f[d]>>1,f[d]&=1)}return f.reverse()}function Qo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function bitXor");var t=e.constructor;if(e.isNaN()||r.isNaN())return new t(NaN);if(e.isZero())return r;if(r.isZero())return e;if(e.eq(r))return new t(0);var n=new t(-1);return e.eq(n)?Ho(r):r.eq(n)?Ho(e):e.isFinite()&&r.isFinite()?Go(e,r,(function(e,r){return e^r})):e.isFinite()||r.isFinite()?new t(e.isNegative()===r.isNegative()?1/0:-1/0):n}function Yo(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function leftShift");var t=e.constructor;return e.isNaN()||r.isNaN()||r.isNegative()&&!r.isZero()?new t(NaN):e.isZero()||r.isZero()?e:e.isFinite()||r.isFinite()?r.lt(55)?e.times(Math.pow(2,r.toNumber())+""):e.times(new t(2).pow(r)):new t(NaN)}function Ko(e,r){if(e.isFinite()&&!e.isInteger()||r.isFinite()&&!r.isInteger())throw new Error("Integers expected in function rightArithShift");var t=e.constructor;return e.isNaN()||r.isNaN()||r.isNegative()&&!r.isZero()?new t(NaN):e.isZero()||r.isZero()?e:r.isFinite()?r.lt(55)?e.div(Math.pow(2,r.toNumber())+"").floor():e.div(new t(2).pow(r)).floor():e.isNegative()?new t(-1):e.isFinite()?new t(0):new t(NaN)}var eu="bitAnd",ru=Cr(eu,["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=ro({typed:r,equalScalar:n}),o=go({typed:r,equalScalar:n}),u=Oa({typed:r,equalScalar:n}),s=oo({typed:r,matrix:t,concat:i});return r(eu,{"number, number":Wn,"BigNumber, BigNumber":Vo,"bigint, bigint":(e,r)=>e&r},s({SS:o,DS:a,Ss:u}))})),tu="bitNot",nu=Cr(tu,["typed"],(e=>{var{typed:r}=e;return r(tu,{number:Vn,BigNumber:Ho,bigint:e=>~e,"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),iu="bitOr",au=Cr(iu,["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=so({typed:r}),u=co({typed:r,equalScalar:n}),s=fo({typed:r,DenseMatrix:i}),c=oo({typed:r,matrix:t,concat:a});return r(iu,{"number, number":Hn,"BigNumber, BigNumber":Zo,"bigint, bigint":(e,r)=>e|r},c({SS:u,DS:o,Ss:s}))})),ou=Cr("matAlgo07xSSf",["typed","SparseMatrix"],(e=>{var{typed:r,SparseMatrix:t}=e;return function(e,i,a){var o=e._size,u=e._datatype||void 0===e._data?e._datatype:e.getDataType(),s=i._size,c=i._datatype||void 0===i._data?i._datatype:i.getDataType();if(o.length!==s.length)throw new Et(o.length,s.length);if(o[0]!==s[0]||o[1]!==s[1])throw new RangeError("Dimension mismatch. Matrix A ("+o+") must match Matrix B ("+s+")");var f,l=o[0],m=o[1],d=0,p=a;"string"==typeof u&&u===c&&"mixed"!==u&&(d=r.convert(0,f=u),p=r.find(a,[f,f]));for(var h=[],v=[],y=new Array(m+1).fill(0),g=[],x=[],b=[],w=[],D=0;D<m;D++){var N=D+1,A=0;n(e,D,b,g,N),n(i,D,w,x,N);for(var M=0;M<l;M++){var C=p(b[M]===N?g[M]:d,w[M]===N?x[M]:d);0!==C&&!1!==C&&(v.push(M),h.push(C),A++)}y[D+1]=y[D]+A}return new t({values:h,index:v,ptr:y,size:[l,m],datatype:u===e._datatype&&c===i._datatype?f:void 0})};function n(e,r,t,n,i){for(var a=e._values,o=e._index,u=e._ptr,s=u[r],c=u[r+1];s<c;s++){var f=o[s];t[f]=i,n[f]=a[s]}}})),uu="bitXor",su=Cr(uu,["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=to({typed:r}),u=ou({typed:r,SparseMatrix:a}),s=ka({typed:r,DenseMatrix:n}),c=oo({typed:r,matrix:t,concat:i});return r(uu,{"number, number":Zn,"BigNumber, BigNumber":Qo,"bigint, bigint":(e,r)=>e^r},c({SS:u,DS:o,Ss:s}))})),cu=Cr("arg",["typed"],(e=>{var{typed:r}=e;return r("arg",{number:function(e){return Math.atan2(0,e)},BigNumber:function(e){return e.constructor.atan2(0,e)},Complex:function(e){return e.arg()},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),fu="conj",lu=Cr(fu,["typed"],(e=>{var{typed:r}=e;return r(fu,{"number | BigNumber | Fraction":e=>e,Complex:e=>e.conjugate(),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),mu=Cr("im",["typed"],(e=>{var{typed:r}=e;return r("im",{number:()=>0,"BigNumber | Fraction":e=>e.mul(0),Complex:e=>e.im,"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),du=Cr("re",["typed"],(e=>{var{typed:r}=e;return r("re",{"number | BigNumber | Fraction":e=>e,Complex:e=>e.re,"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),pu=Cr("not",["typed"],(e=>{var{typed:r}=e;return r("not",{"null | undefined":()=>!0,number:ii,Complex:function(e){return 0===e.re&&0===e.im},BigNumber:function(e){return e.isZero()||e.isNaN()},bigint:e=>!e,Unit:r.referToSelf((e=>t=>r.find(e,t.valueType())(t.value))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),hu=Cr("or",["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=to({typed:r}),u=no({typed:r,equalScalar:n}),s=ka({typed:r,DenseMatrix:i}),c=oo({typed:r,matrix:t,concat:a});return r("or",{"number, number":ai,"Complex, Complex":function(e,r){return 0!==e.re||0!==e.im||0!==r.re||0!==r.im},"BigNumber, BigNumber":function(e,r){return!e.isZero()&&!e.isNaN()||!r.isZero()&&!r.isNaN()},"bigint, bigint":ai,"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0)))},c({SS:u,DS:o,Ss:s}))})),vu=Cr("xor",["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=to({typed:r}),u=ou({typed:r,SparseMatrix:a}),s=ka({typed:r,DenseMatrix:n}),c=oo({typed:r,matrix:t,concat:i});return r("xor",{"number, number":oi,"Complex, Complex":function(e,r){return(0!==e.re||0!==e.im)!=(0!==r.re||0!==r.im)},"bigint, bigint":oi,"BigNumber, BigNumber":function(e,r){return(!e.isZero()&&!e.isNaN())!=(!r.isZero()&&!r.isNaN())},"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0)))},c({SS:u,DS:o,Ss:s}))})),yu="concat",gu=Cr(yu,["typed","matrix","isInteger"],(e=>{var{typed:r,matrix:t,isInteger:n}=e;return r(yu,{"...Array | Matrix | number | BigNumber":function(e){var r,i,a=e.length,o=-1,u=!1,s=[];for(r=0;r<a;r++){var c=e[r];if(je(c)&&(u=!0),Be(c)||qe(c)){if(r!==a-1)throw new Error("Dimension must be specified as last argument");if(i=o,o=c.valueOf(),!n(o))throw new TypeError("Integer number expected for dimension");if(o<0||r>0&&o>i)throw new St(o,i+1)}else{var f=xr(c).valueOf(),l=Ft(f);if(s[r]=f,i=o,o=l.length-1,r>0&&o!==i)throw new Et(i+1,o+1)}}if(0===s.length)throw new SyntaxError("At least one matrix expected");for(var m=s.shift();s.length;)m=Kt(m,s.shift(),o);return u?t(m):m},"...string":function(e){return e.join("")}})})),xu="column",bu=Cr(xu,["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e;return r(xu,{"Matrix, number":a,"Array, number":function(e,r){return a(n(xr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");Ot(r,e.size()[1]);var a=i(0,e.size()[0]),o=new t(a,r),u=e.subset(o);return je(u)?u:n([[u]])}})),wu="count",Du=Cr(wu,["typed","size","prod"],(e=>{var{typed:r,size:t,prod:n}=e;return r(wu,{string:function(e){return e.length},"Matrix | Array":function(e){return n(t(e))}})})),Nu="cross",Au=Cr(Nu,["typed","matrix","subtract","multiply"],(e=>{var{typed:r,matrix:t,subtract:n,multiply:i}=e;return r(Nu,{"Matrix, Matrix":function(e,r){return t(a(e.toArray(),r.toArray()))},"Matrix, Array":function(e,r){return t(a(e.toArray(),r))},"Array, Matrix":function(e,r){return t(a(e,r.toArray()))},"Array, Array":a});function a(e,r){var t=Math.max(Ft(e).length,Ft(r).length);e=$t(e),r=$t(r);var a=Ft(e),o=Ft(r);if(1!==a.length||1!==o.length||3!==a[0]||3!==o[0])throw new RangeError("Vectors with length 3 expected (Size A = ["+a.join(", ")+"], B = ["+o.join(", ")+"])");var u=[n(i(e[1],r[2]),i(e[2],r[1])),n(i(e[2],r[0]),i(e[0],r[2])),n(i(e[0],r[1]),i(e[1],r[0]))];return t>1?[u]:u}})),Mu="diag",Cu=Cr(Mu,["typed","matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,SparseMatrix:i}=e;return r(Mu,{Array:function(e){return a(e,0,Ft(e),null)},"Array, number":function(e,r){return a(e,r,Ft(e),null)},"Array, BigNumber":function(e,r){return a(e,r.toNumber(),Ft(e),null)},"Array, string":function(e,r){return a(e,0,Ft(e),r)},"Array, number, string":function(e,r,t){return a(e,r,Ft(e),t)},"Array, BigNumber, string":function(e,r,t){return a(e,r.toNumber(),Ft(e),t)},Matrix:function(e){return a(e,0,e.size(),e.storage())},"Matrix, number":function(e,r){return a(e,r,e.size(),e.storage())},"Matrix, BigNumber":function(e,r){return a(e,r.toNumber(),e.size(),e.storage())},"Matrix, string":function(e,r){return a(e,0,e.size(),r)},"Matrix, number, string":function(e,r,t){return a(e,r,e.size(),t)},"Matrix, BigNumber, string":function(e,r,t){return a(e,r.toNumber(),e.size(),t)}});function a(e,r,a,o){if(!Sr(r))throw new TypeError("Second parameter in function diag must be an integer");var u=r>0?r:0,s=r<0?-r:0;switch(a.length){case 1:return function(e,r,t,a,o,u){var s=[a+o,a+u];if(t&&"sparse"!==t&&"dense"!==t)throw new TypeError("Unknown matrix type ".concat(t,'"'));var c="sparse"===t?i.diagonal(s,e,r):n.diagonal(s,e,r);return null!==t?c:c.valueOf()}(e,r,o,a[0],s,u);case 2:return function(e,r,n,i,a,o){if(je(e)){var u=e.diagonal(r);return null!==n?n!==u.storage()?t(u,n):u:u.valueOf()}for(var s=Math.min(i[0]-a,i[1]-o),c=[],f=0;f<s;f++)c[f]=e[f+a][f+o];return null!==n?t(c):c}(e,r,o,a,s,u)}throw new RangeError("Matrix for function diag must be 2 dimensional")}})),Eu=Cr("filter",["typed"],(e=>{var{typed:r}=e;return r("filter",{"Array, function":Su,"Matrix, function":function(e,r){return e.create(Su(e.valueOf(),r),e.datatype())},"Array, RegExp":Ht,"Matrix, RegExp":function(e,r){return e.create(Ht(e.valueOf(),r),e.datatype())}})}));function Su(e,r){var t=un(r,e,"filter");return function(e,r){if(1!==Ft(e).length)throw new Error("Only one dimensional matrices supported");return Array.prototype.filter.call(e,r)}(e,t.isUnary?t.fn:function(e,r,n){return t.fn(e,[r],n)})}var Fu="flatten",Bu=Cr(Fu,["typed"],(e=>{var{typed:r}=e;return r(Fu,{Array:function(e){return Jt(e)},Matrix:function(e){return e.create(Jt(e.valueOf(),!0),e.datatype())}})})),qu="forEach",Tu=Cr(qu,["typed"],(e=>{var{typed:r}=e;return r(qu,{"Array, function":Ou,"Matrix, function":function(e,r){e.forEach(r)}})}));function Ou(e,r){var t=un(r,e,qu);on(e,t.fn,t.isUnary)}var ku="getMatrixDataType",zu=Cr(ku,["typed"],(e=>{var{typed:r}=e;return r(ku,{Array:function(e){return Qt(e,gr)},Matrix:function(e){return e.getDataType()}})})),Iu="identity",Ru=Cr(Iu,["typed","config","matrix","BigNumber","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i,DenseMatrix:a,SparseMatrix:o}=e;return r(Iu,{"":function(){return"Matrix"===t.matrix?n([]):[]},string:function(e){return n(e)},"number | BigNumber":function(e){return s(e,e,"Matrix"===t.matrix?"dense":void 0)},"number | BigNumber, string":function(e,r){return s(e,e,r)},"number | BigNumber, number | BigNumber":function(e,r){return s(e,r,"Matrix"===t.matrix?"dense":void 0)},"number | BigNumber, number | BigNumber, string":function(e,r,t){return s(e,r,t)},Array:function(e){return u(e)},"Array, string":function(e,r){return u(e,r)},Matrix:function(e){return u(e.valueOf(),e.storage())},"Matrix, string":function(e,r){return u(e.valueOf(),r)}});function u(e,r){switch(e.length){case 0:return r?n(r):[];case 1:return s(e[0],e[0],r);case 2:return s(e[0],e[1],r);default:throw new Error("Vector containing two values expected")}}function s(e,r,t){var n=qe(e)||qe(r)?i:null;if(qe(e)&&(e=e.toNumber()),qe(r)&&(r=r.toNumber()),!Sr(e)||e<1)throw new Error("Parameters in function identity must be positive integers");if(!Sr(r)||r<1)throw new Error("Parameters in function identity must be positive integers");var u=n?new i(1):1,s=n?new n(0):0,c=[e,r];if(t){if("sparse"===t)return o.diagonal(c,u,0,s);if("dense"===t)return a.diagonal(c,u,0,s);throw new TypeError('Unknown matrix type "'.concat(t,'"'))}for(var f=zt([],c,s),l=e<r?e:r,m=0;m<l;m++)f[m][m]=u;return f}})),ju="kron",Uu=Cr(ju,["typed","matrix","multiplyScalar"],(e=>{var{typed:r,matrix:t,multiplyScalar:n}=e;return r(ju,{"Matrix, Matrix":function(e,r){return t(i(e.toArray(),r.toArray()))},"Matrix, Array":function(e,r){return t(i(e.toArray(),r))},"Array, Matrix":function(e,r){return t(i(e,r.toArray()))},"Array, Array":i});function i(e,r){if(1===Ft(e).length&&(e=[e]),1===Ft(r).length&&(r=[r]),Ft(e).length>2||Ft(r).length>2)throw new RangeError("Vectors with dimensions greater then 2 are not supported expected (Size x = "+JSON.stringify(e.length)+", y = "+JSON.stringify(r.length)+")");var t=[],i=[];return e.map((function(e){return r.map((function(r){return t.push(i=[]),e.map((function(e){return r.map((function(r){return i.push(n(e,r))}))}))}))}))&&t}})),$u="map",Pu=Cr($u,["typed"],(e=>{var{typed:r}=e;return r($u,{"Array, function":t,"Matrix, function":function(e,r){return e.map(r)},"Array|Matrix, Array|Matrix, ...Array|Matrix|function":(e,n,i)=>function(e,n){if("function"!=typeof n)throw new Error("Last argument must be a callback function");var i,a=e[0].isMatrix,o=en(...e.map((e=>e.isMatrix?e.size():Ft(e)))),u=a?(e,r)=>e.get(r):nn,s=e.map(a?r=>r.isMatrix?r.create(tn(r.toArray(),o),r.datatype()):e[0].create(tn(r.valueOf(),o)):e=>tn(e.isMatrix?e.toArray():e,o));if(r.isTypedFunction(n)){var c=o.map((()=>0)),f=s.map((e=>u(e,c))),l=function(e,t,n,i){return null!==r.resolve(e,[...t,n,...i])?2:null!==r.resolve(e,[...t,n])?1:(r.resolve(e,t),0)}(n,f,c,s);i=p(l)}else{var m=function(e,r){return e.length>r+1?2:e.length===r+1?1:0}(n,e.length);i=p(m)}var d=(e,r)=>i([e,...s.slice(1).map((e=>u(e,r)))],r);return a?s[0].map(d):t(s[0],d);function p(e){switch(e){case 0:return e=>n(...e);case 1:return(e,r)=>n(...e,r);case 2:return(e,r)=>n(...e,r,...s)}}}([e,n,...i.slice(0,i.length-1)],i[i.length-1])});function t(e,r){var t=un(r,e,$u);return an(e,t.fn,t.isUnary)}})),Lu="diff",_u=Cr(Lu,["typed","matrix","subtract","number"],(e=>{var{typed:r,matrix:t,subtract:n,number:i}=e;return r(Lu,{"Array | Matrix":function(e){return je(e)?t(o(e.toArray())):o(e)},"Array | Matrix, number":function(e,r){if(!Sr(r))throw new RangeError("Dimension must be a whole number");return je(e)?t(a(e.toArray(),r)):a(e,r)},"Array, BigNumber":r.referTo("Array,number",(e=>(r,t)=>e(r,i(t)))),"Matrix, BigNumber":r.referTo("Matrix,number",(e=>(r,t)=>e(r,i(t))))});function a(e,r){if(je(e)&&(e=e.toArray()),!Array.isArray(e))throw RangeError("Array/Matrix does not have that many dimensions");if(r>0){var t=[];return e.forEach((e=>{t.push(a(e,r-1))})),t}if(0===r)return o(e);throw RangeError("Cannot have negative dimension")}function o(e){for(var r=[],t=e.length,n=1;n<t;n++)r.push(u(e[n-1],e[n]));return r}function u(e,r){je(e)&&(e=e.toArray()),je(r)&&(r=r.toArray());var t=Array.isArray(e),i=Array.isArray(r);if(t&&i)return function(e,r){if(e.length!==r.length)throw RangeError("Not all sub-arrays have the same length");for(var t=[],n=e.length,i=0;i<n;i++)t.push(u(e[i],r[i]));return t}(e,r);if(!t&&!i)return n(r,e);throw TypeError("Cannot calculate difference between 1 array and 1 non-array")}})),Ju=Cr("ones",["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r("ones",{"":function(){return"Array"===t.matrix?a([]):a([],"default")},"...number | BigNumber | string":function(e){if("string"==typeof e[e.length-1]){var r=e.pop();return a(e,r)}return"Array"===t.matrix?a(e):a(e,"default")},Array:a,Matrix:function(e){var r=e.storage();return a(e.valueOf(),r)},"Array | Matrix, string":function(e,r){return a(e.valueOf(),r)}});function a(e,r){var t=function(e){var r=!1;return e.forEach((function(e,t,n){qe(e)&&(r=!0,n[t]=e.toNumber())})),r}(e),a=t?new i(1):1;if(function(e){e.forEach((function(e){if("number"!=typeof e||!Sr(e)||e<0)throw new Error("Parameters in function ones must be positive integers")}))}(e),r){var o=n(r);return e.length>0?o.resize(e,a):o}var u=[];return e.length>0?zt(u,e,a):u}}));function Wu(){throw new Error('No "bignumber" implementation available')}function Vu(){throw new Error('No "fraction" implementation available')}function Hu(){throw new Error('No "matrix" implementation available')}var Zu="range",Gu=Cr(Zu,["typed","config","?matrix","?bignumber","smaller","smallerEq","larger","largerEq","add","isPositive"],(e=>{var{typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f}=e;return r(Zu,{string:m,"string, boolean":m,number:function(e){throw new TypeError("Too few arguments to function range(): ".concat(e))},boolean:function(e){throw new TypeError("Unexpected type of argument 1 to function range(): ".concat(e,", number|bigint|BigNumber|Fraction"))},"number, number":function(e,r){return l(d(e,r,1,!1))},"number, number, number":function(e,r,t){return l(d(e,r,t,!1))},"number, number, boolean":function(e,r,t){return l(d(e,r,1,t))},"number, number, number, boolean":function(e,r,t,n){return l(d(e,r,t,n))},"bigint, bigint|number":function(e,r){return l(d(e,r,1n,!1))},"number, bigint":function(e,r){return l(d(BigInt(e),r,1n,!1))},"bigint, bigint|number, bigint|number":function(e,r,t){return l(d(e,r,BigInt(t),!1))},"number, bigint, bigint|number":function(e,r,t){return l(d(BigInt(e),r,BigInt(t),!1))},"bigint, bigint|number, boolean":function(e,r,t){return l(d(e,r,1n,t))},"number, bigint, boolean":function(e,r,t){return l(d(BigInt(e),r,1n,t))},"bigint, bigint|number, bigint|number, boolean":function(e,r,t,n){return l(d(e,r,BigInt(t),n))},"number, bigint, bigint|number, boolean":function(e,r,t,n){return l(d(BigInt(e),r,BigInt(t),n))},"BigNumber, BigNumber":function(e,r){return l(d(e,r,new(0,e.constructor)(1),!1))},"BigNumber, BigNumber, BigNumber":function(e,r,t){return l(d(e,r,t,!1))},"BigNumber, BigNumber, boolean":function(e,r,t){return l(d(e,r,new(0,e.constructor)(1),t))},"BigNumber, BigNumber, BigNumber, boolean":function(e,r,t,n){return l(d(e,r,t,n))},"Fraction, Fraction":function(e,r){return l(d(e,r,1,!1))},"Fraction, Fraction, Fraction":function(e,r,t){return l(d(e,r,t,!1))},"Fraction, Fraction, boolean":function(e,r,t){return l(d(e,r,1,t))},"Fraction, Fraction, Fraction, boolean":function(e,r,t,n){return l(d(e,r,t,n))},"Unit, Unit, Unit":function(e,r,t){return l(d(e,r,t,!1))},"Unit, Unit, Unit, boolean":function(e,r,t,n){return l(d(e,r,t,n))}});function l(e){return"Matrix"===t.matrix?n?n(e):Hu():e}function m(e,r){var n=function(e){var r=e.split(":").map((function(e){return Number(e)}));if(r.some((function(e){return isNaN(e)})))return null;switch(r.length){case 2:return{start:r[0],end:r[1],step:1};case 3:return{start:r[0],end:r[2],step:r[1]};default:return null}}(e);if(!n)throw new SyntaxError('String "'+e+'" is no valid range');return"BigNumber"===t.number?(void 0===i&&Wu(),l(d(i(n.start),i(n.end),i(n.step)))):l(d(n.start,n.end,n.step,r))}function d(e,r,t,n){for(var i=[],l=f(t)?n?o:a:n?s:u,m=e;l(m,r);)i.push(m),m=c(m,t);return i}})),Xu="reshape",Qu=Cr(Xu,["typed","isInteger","matrix"],(e=>{var{typed:r,isInteger:t}=e;return r(Xu,{"Matrix, Array":function(e,r){return e.reshape(r,!0)},"Array, Array":function(e,r){return r.forEach((function(e){if(!t(e))throw new TypeError("Invalid size for dimension: "+e)})),Rt(e,r)}})})),Yu=Cr("resize",["config","matrix"],(e=>{var{config:r,matrix:t}=e;return function(e,n,i){if(2!==arguments.length&&3!==arguments.length)throw new lo("resize",arguments.length,2,3);if(je(n)&&(n=n.valueOf()),qe(n[0])&&(n=n.map((function(e){return qe(e)?e.toNumber():e}))),je(e))return e.resize(n,i,!0);if("string"==typeof e)return function(e,r,t){if(void 0!==t){if("string"!=typeof t||1!==t.length)throw new TypeError("Single character expected as defaultValue")}else t=" ";if(1!==r.length)throw new Et(r.length,1);var n=r[0];if("number"!=typeof n||!Sr(n))throw new TypeError("Invalid size, must contain positive integers (size: "+wt(r)+")");if(e.length>n)return e.substring(0,n);if(e.length<n){for(var i=e,a=0,o=n-e.length;a<o;a++)i+=t;return i}return e}(e,n,i);var a=!Array.isArray(e)&&"Array"!==r.matrix;if(0===n.length){for(;Array.isArray(e);)e=e[0];return xr(e)}Array.isArray(e)||(e=[e]);var o=zt(e=xr(e),n,i);return a?t(o):o}})),Ku="rotate",es=Cr(Ku,["typed","multiply","rotationMatrix"],(e=>{var{typed:r,multiply:t,rotationMatrix:n}=e;return r(Ku,{"Array , number | BigNumber | Complex | Unit":function(e,r){return i(e,2),t(n(r),e).toArray()},"Matrix , number | BigNumber | Complex | Unit":function(e,r){return i(e,2),t(n(r),e)},"Array, number | BigNumber | Complex | Unit, Array | Matrix":function(e,r,a){return i(e,3),t(n(r,a),e)},"Matrix, number | BigNumber | Complex | Unit, Array | Matrix":function(e,r,a){return i(e,3),t(n(r,a),e)}});function i(e,r){var t=Array.isArray(e)?Ft(e):e.size();if(t.length>2)throw new RangeError("Vector must be of dimensions 1x".concat(r));if(2===t.length&&1!==t[1])throw new RangeError("Vector must be of dimensions 1x".concat(r));if(t[0]!==r)throw new RangeError("Vector must be of dimensions 1x".concat(r))}})),rs="rotationMatrix",ts=Cr(rs,["typed","config","multiplyScalar","addScalar","unaryMinus","norm","matrix","BigNumber","DenseMatrix","SparseMatrix","cos","sin"],(e=>{var{typed:r,config:t,multiplyScalar:n,addScalar:i,unaryMinus:a,norm:o,BigNumber:u,matrix:s,DenseMatrix:c,SparseMatrix:f,cos:l,sin:m}=e;return r(rs,{"":function(){return"Matrix"===t.matrix?s([]):[]},string:function(e){return s(e)},"number | BigNumber | Complex | Unit":function(e){return d(e,"Matrix"===t.matrix?"dense":void 0)},"number | BigNumber | Complex | Unit, string":function(e,r){return d(e,r)},"number | BigNumber | Complex | Unit, Array":function(e,r){var t=s(r);return p(t),y(e,t,void 0)},"number | BigNumber | Complex | Unit, Matrix":function(e,r){p(r);var n=r.storage()||("Matrix"===t.matrix?"dense":void 0);return y(e,r,n)},"number | BigNumber | Complex | Unit, Array, string":function(e,r,t){var n=s(r);return p(n),y(e,n,t)},"number | BigNumber | Complex | Unit, Matrix, string":function(e,r,t){return p(r),y(e,r,t)}});function d(e,r){var t=qe(e)?new u(-1):-1,i=l(e),a=m(e);return v([[i,n(t,a)],[a,i]],r)}function p(e){var r=e.size();if(r.length<1||3!==r[0])throw new RangeError("Vector must be of dimensions 1x3")}function h(e){return e.reduce(((e,r)=>n(e,r)))}function v(e,r){if(r){if("sparse"===r)return new f(e);if("dense"===r)return new c(e);throw new TypeError('Unknown matrix type "'.concat(r,'"'))}return e}function y(e,r,t){var n=o(r);if(0===n)throw new RangeError("Rotation around zero vector");var s=qe(e)?u:null,c=s?new s(1):1,f=s?new s(-1):-1,d=s?new s(r.get([0])/n):r.get([0])/n,p=s?new s(r.get([1])/n):r.get([1])/n,y=s?new s(r.get([2])/n):r.get([2])/n,g=l(e),x=i(c,a(g)),b=m(e);return v([[i(g,h([d,d,x])),i(h([d,p,x]),h([f,y,b])),i(h([d,y,x]),h([p,b]))],[i(h([d,p,x]),h([y,b])),i(g,h([p,p,x])),i(h([p,y,x]),h([f,d,b]))],[i(h([d,y,x]),h([f,p,b])),i(h([p,y,x]),h([d,b])),i(g,h([y,y,x]))]],t)}})),ns=Cr("row",["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e;return r("row",{"Matrix, number":a,"Array, number":function(e,r){return a(n(xr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");Ot(r,e.size()[0]);var a=i(0,e.size()[1]),o=new t(r,a),u=e.subset(o);return je(u)?u:n([[u]])}})),is="size",as=Cr(is,["typed","config","?matrix"],(e=>{var{typed:r,config:t,matrix:n}=e;return r(is,{Matrix:function(e){return e.create(e.size(),"number")},Array:Ft,string:function(e){return"Array"===t.matrix?[e.length]:n([e.length],"dense","number")},"number | Complex | BigNumber | Unit | boolean | null":function(){return"Array"===t.matrix?[]:n?n([],"dense","number"):Hu()}})})),os="squeeze",us=Cr(os,["typed"],(e=>{var{typed:r}=e;return r(os,{Array:function(e){return $t(xr(e))},Matrix:function(e){var r=$t(e.toArray());return Array.isArray(r)?e.create(r,e.datatype()):r},any:function(e){return xr(e)}})})),ss="subset",cs=Cr(ss,["typed","matrix","zeros","add"],(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e;return r(ss,{"Matrix, Index":function(e,r){return kt(r)?t():(Tt(e,r),e.subset(r))},"Array, Index":r.referTo("Matrix, Index",(function(e){return function(r,n){var i=e(t(r),n);return n.isScalar()?i:i.valueOf()}})),"Object, Index":ms,"string, Index":fs,"Matrix, Index, any, any":function(e,r,t,a){return kt(r)?e:(Tt(e,r),e.clone().subset(r,function(e,r){if("string"==typeof e)throw new Error("can't boradcast a string");if(r._isScalar)return e;var t=r.size();if(!t.every((e=>e>0)))return e;try{return i(e,n(t))}catch(r){return e}}(t,r),a))},"Array, Index, any, any":r.referTo("Matrix, Index, any, any",(function(e){return function(r,n,i,a){var o=e(t(r),n,i,a);return o.isMatrix?o.valueOf():o}})),"Array, Index, any":r.referTo("Matrix, Index, any, any",(function(e){return function(r,n,i){return e(t(r),n,i,void 0).valueOf()}})),"Matrix, Index, any":r.referTo("Matrix, Index, any, any",(function(e){return function(r,t,n){return e(r,t,n,void 0)}})),"string, Index, string":ls,"string, Index, string, string":ls,"Object, Index, any":ds})}));function fs(e,r){if(!_e(r))throw new TypeError("Index expected");if(kt(r))return"";if(Tt(Array.from(e),r),1!==r.size().length)throw new Et(r.size().length,1);var t=e.length;Ot(r.min()[0],t),Ot(r.max()[0],t);var n=r.dimension(0),i="";return n.forEach((function(r){i+=e.charAt(r)})),i}function ls(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Index expected");if(kt(r))return e;if(Tt(Array.from(e),r),1!==r.size().length)throw new Et(r.size().length,1);if(void 0!==n){if("string"!=typeof n||1!==n.length)throw new TypeError("Single character expected as defaultValue")}else n=" ";var i=r.dimension(0);if(i.size()[0]!==t.length)throw new Et(i.size()[0],t.length);var a=e.length;Ot(r.min()[0]),Ot(r.max()[0]);for(var o=[],u=0;u<a;u++)o[u]=e.charAt(u);if(i.forEach((function(e,r){o[e]=t.charAt(r[0])})),o.length>a)for(var s=a-1,c=o.length;s<c;s++)o[s]||(o[s]=n);return o.join("")}function ms(e,r){if(!kt(r)){if(1!==r.size().length)throw new Et(r.size(),1);var t=r.dimension(0);if("string"!=typeof t)throw new TypeError("String expected as index to retrieve an object property");return xe(e,t)}}function ds(e,r,t){if(kt(r))return e;if(1!==r.size().length)throw new Et(r.size(),1);var n=r.dimension(0);if("string"!=typeof n)throw new TypeError("String expected as index to retrieve an object property");var i=xr(e);return be(i,n,t),i}var ps="transpose",hs=Cr(ps,["typed","matrix"],(e=>{var{typed:r,matrix:t}=e;return r(ps,{Array:e=>n(t(e)).valueOf(),Matrix:n,any:xr});function n(e){var r,t=e.size();switch(t.length){case 1:r=e.clone();break;case 2:var n=t[0],i=t[1];if(0===i)throw new RangeError("Cannot transpose a 2D matrix with no columns (size: "+wt(t)+")");switch(e.storage()){case"dense":r=function(e,r,t){for(var n,i=e._data,a=[],o=0;o<t;o++){n=a[o]=[];for(var u=0;u<r;u++)n[u]=xr(i[u][o])}return e.createDenseMatrix({data:a,size:[t,r],datatype:e._datatype})}(e,n,i);break;case"sparse":r=function(e,r,t){for(var n,i,a,o=e._values,u=e._index,s=e._ptr,c=o?[]:void 0,f=[],l=[],m=[],d=0;d<r;d++)m[d]=0;for(n=0,i=u.length;n<i;n++)m[u[n]]++;for(var p=0,h=0;h<r;h++)l.push(p),p+=m[h],m[h]=l[h];for(l.push(p),a=0;a<t;a++)for(var v=s[a+1],y=s[a];y<v;y++){var g=m[u[y]]++;f[g]=a,o&&(c[g]=xr(o[y]))}return e.createSparseMatrix({values:c,index:f,ptr:l,size:[t,r],datatype:e._datatype})}(e,n,i)}break;default:throw new RangeError("Matrix must be a vector or two dimensional (size: "+wt(t)+")")}return r}})),vs="ctranspose",ys=Cr(vs,["typed","transpose","conj"],(e=>{var{typed:r,transpose:t,conj:n}=e;return r(vs,{any:function(e){return n(t(e))}})})),gs="zeros",xs=Cr(gs,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(gs,{"":function(){return"Array"===t.matrix?a([]):a([],"default")},"...number | BigNumber | string":function(e){if("string"==typeof e[e.length-1]){var r=e.pop();return a(e,r)}return"Array"===t.matrix?a(e):a(e,"default")},Array:a,Matrix:function(e){var r=e.storage();return a(e.valueOf(),r)},"Array | Matrix, string":function(e,r){return a(e.valueOf(),r)}});function a(e,r){var t=function(e){var r=!1;return e.forEach((function(e,t,n){qe(e)&&(r=!0,n[t]=e.toNumber())})),r}(e),a=t?new i(0):0;if(function(e){e.forEach((function(e){if("number"!=typeof e||!Sr(e)||e<0)throw new Error("Parameters in function zeros must be positive integers")}))}(e),r){var o=n(r);return e.length>0?o.resize(e,a):o}var u=[];return e.length>0?zt(u,e,a):u}})),bs=Cr("fft",["typed","matrix","addScalar","multiplyScalar","divideScalar","exp","tau","i","dotDivide","conj","pow","ceil","log2"],(e=>{var{typed:r,addScalar:t,multiplyScalar:n,divideScalar:i,exp:a,tau:o,i:u,dotDivide:s,conj:c,pow:f,ceil:l,log2:m}=e;return r("fft",{Array:d,Matrix:function(e){return e.create(d(e.valueOf()),e.datatype())}});function d(e){var r=Ft(e);return 1===r.length?h(e):p(e.map((e=>d(e,r.slice(1)))),0)}function p(e,r){var t=Ft(e);if(0!==r)return new Array(t[0]).fill(0).map(((t,n)=>p(e[n],r-1)));if(1===t.length)return h(e);function n(e){var r=Ft(e);return new Array(r[1]).fill(0).map(((t,n)=>new Array(r[0]).fill(0).map(((r,t)=>e[t][n]))))}return n(p(n(e),1))}function h(e){var r=e.length;if(1===r)return[e[0]];if(r%2==0){for(var p=[...h(e.filter(((e,r)=>r%2==0))),...h(e.filter(((e,r)=>r%2==1)))],v=0;v<r/2;v++){var y=p[v],g=n(p[v+r/2],a(n(n(o,u),i(-v,r))));p[v]=t(y,g),p[v+r/2]=t(y,n(-1,g))}return p}return function(e){for(var r=e.length,t=a(i(n(-1,n(u,o)),r)),p=[],v=1-r;v<r;v++)p.push(f(t,i(f(v,2),2)));for(var y=f(2,l(m(r+r-1))),g=[...new Array(r).fill(0).map(((t,i)=>n(e[i],p[r-1+i]))),...new Array(y-r).fill(0)],x=[...new Array(r+r-1).fill(0).map(((e,r)=>i(1,p[r]))),...new Array(y-(r+r-1)).fill(0)],b=h(g),w=h(x),D=new Array(y).fill(0).map(((e,r)=>n(b[r],w[r]))),N=s(c(d(c(D))),y),A=[],M=r-1;M<r+r-1;M++)A.push(n(N[M],p[M]));return A}(e)}})),ws="ifft",Ds=Cr(ws,["typed","fft","dotDivide","conj"],(e=>{var{typed:r,fft:t,dotDivide:n,conj:i}=e;return r(ws,{"Array | Matrix":function(e){var r=je(e)?e.size():Ft(e);return n(i(t(i(e))),r.reduce(((e,r)=>e*r),1))}})})),Ns={exports:{}},As={exports:{}},Ms={exports:{}};!function(e){function r(t){return e.exports=r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,r(t)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Ms);var Cs={exports:{}};!function(e){var r=Ms.exports.default;e.exports=function(e,t){if("object"!=r(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=r(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(Cs),function(e){var r=Ms.exports.default,t=Cs.exports;e.exports=function(e){var n=t(e,"string");return"symbol"==r(n)?n:n+""},e.exports.__esModule=!0,e.exports.default=e.exports}(As),function(e){var r=As.exports;e.exports=function(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports}(Ns);const Es=de(Ns.exports);function Ss(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}var Fs=Cr("solveODE",["typed","add","subtract","multiply","divide","max","map","abs","isPositive","isNegative","larger","smaller","matrix","bignumber","unaryMinus"],(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,max:o,map:u,abs:s,isPositive:c,isNegative:f,larger:l,smaller:m,matrix:d,bignumber:p,unaryMinus:h}=e;function v(e){return function(r,d,v,y){if(2!==d.length||!d.every(b)&&!d.every(ze))throw new Error('"tspan" must be an Array of two numeric values or two units [tStart, tEnd]');var g=d[0],x=d[1],w=l(x,g),D=y.firstStep;if(void 0!==D&&!c(D))throw new Error('"firstStep" must be positive');var N=y.maxStep;if(void 0!==N&&!c(N))throw new Error('"maxStep" must be positive');var A=y.minStep;if(A&&f(A))throw new Error('"minStep" must be positive or zero');var M=[g,x,D,A,N].filter((e=>void 0!==e));if(!M.every(b)&&!M.every(ze))throw new Error('Inconsistent type of "t" dependant variables');for(var C=y.tol?y.tol:1e-4,E=y.minDelta?y.minDelta:.2,S=y.maxDelta?y.maxDelta:5,F=y.maxIter?y.maxIter:1e4,B=[g,x,...v,N,A].some(qe),[q,T,O,k]=B?[p(e.a),p(e.c),p(e.b),p(e.bp)]:[e.a,e.c,e.b,e.bp],z=D?w?D:h(D):a(n(x,g),1),I=[g],R=[v],j=n(O,k),U=0,$=0,P=function(e){return e?m:l}(w),L=function(e){var r=e?l:m;return function(e,i,a){var o=t(e,a);return r(o,i)?n(i,e):a}}(w);P(I[U],x);){var _=[];z=L(I[U],x,z),_.push(r(I[U],R[U]));for(var J=1;J<T.length;++J)_.push(r(t(I[U],i(T[J],z)),t(R[U],i(z,q[J],_))));var W=o(s(u(i(j,_),(e=>ze(e)?e.value:e))));W<C&&C/W>1/4&&(I.push(t(I[U],z)),R.push(t(R[U],i(z,O,_))),U++);var V=.84*(C/W)**.2;if(m(V,E)?V=E:l(V,S)&&(V=S),V=B?p(V):V,z=i(z,V),N&&l(s(z),N)?z=w?N:h(N):A&&m(s(z),A)&&(z=w?A:h(A)),++$>F)throw new Error("Maximum number of iterations reached, try changing options")}return{t:I,y:R}}}function y(e,r,t,n){return v({a:[[],[.5],[0,3/4],[2/9,1/3,4/9]],c:[null,.5,3/4,1],b:[2/9,1/3,4/9,0],bp:[7/24,1/4,1/3,1/8]})(e,r,t,n)}function g(e,r,t,n){return v({a:[[],[.2],[3/40,9/40],[44/45,-56/15,32/9],[19372/6561,-25360/2187,64448/6561,-212/729],[9017/3168,-355/33,46732/5247,49/176,-5103/18656],[35/384,0,500/1113,125/192,-2187/6784,11/84]],c:[null,.2,.3,.8,8/9,1,1],b:[35/384,0,500/1113,125/192,-2187/6784,11/84,0],bp:[5179/57600,0,7571/16695,393/640,-92097/339200,187/2100,1/40]})(e,r,t,n)}function x(e,r,t,n){var i=n.method?n.method:"RK45",a={RK23:y,RK45:g};if(i.toUpperCase()in a){var o=function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Ss(Object(t),!0).forEach((function(r){Es(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ss(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({},n);return delete o.method,a[i.toUpperCase()](e,r,t,o)}var u=Object.keys(a).map((e=>'"'.concat(e,'"'))),s="".concat(u.slice(0,-1).join(", ")," and ").concat(u.slice(-1));throw new Error('Unavailable method "'.concat(i,'". Available methods are ').concat(s))}function b(e){return qe(e)||Be(e)}function w(e,r,t,n){var i=x(e,r.toArray(),t.toArray(),n);return{t:d(i.t),y:d(i.y)}}return r("solveODE",{"function, Array, Array, Object":x,"function, Matrix, Matrix, Object":w,"function, Array, Array":(e,r,t)=>x(e,r,t,{}),"function, Matrix, Matrix":(e,r,t)=>w(e,r,t,{}),"function, Array, number | BigNumber | Unit":(e,r,t)=>{var n=x(e,r,[t],{});return{t:n.t,y:n.y.map((e=>e[0]))}},"function, Matrix, number | BigNumber | Unit":(e,r,t)=>{var n=x(e,r.toArray(),[t],{});return{t:d(n.t),y:d(n.y.map((e=>e[0])))}},"function, Array, number | BigNumber | Unit, Object":(e,r,t,n)=>{var i=x(e,r,[t],n);return{t:i.t,y:i.y.map((e=>e[0]))}},"function, Matrix, number | BigNumber | Unit, Object":(e,r,t,n)=>{var i=x(e,r.toArray(),[t],n);return{t:d(i.t),y:d(i.y.map((e=>e[0])))}}})})),Bs=Cr("erf",["typed"],(e=>{var{typed:r}=e;return r("name",{number:function(e){var r=Math.abs(e);return r>=zs?Br(e):r<=qs?Br(e)*function(e){var r,t=e*e,n=Os[0][4]*t,i=t;for(r=0;r<3;r+=1)n=(n+Os[0][r])*t,i=(i+ks[0][r])*t;return e*(n+Os[0][3])/(i+ks[0][3])}(r):r<=4?Br(e)*(1-function(e){var r,t=Os[1][8]*e,n=e;for(r=0;r<7;r+=1)t=(t+Os[1][r])*e,n=(n+ks[1][r])*e;var i=(t+Os[1][7])/(n+ks[1][7]),a=parseInt(16*e)/16,o=(e-a)*(e+a);return Math.exp(-a*a)*Math.exp(-o)*i}(r)):Br(e)*(1-function(e){var r,t=1/(e*e),n=Os[2][5]*t,i=t;for(r=0;r<4;r+=1)n=(n+Os[2][r])*t,i=(i+ks[2][r])*t;var a=t*(n+Os[2][4])/(i+ks[2][4]);a=(Ts-a)/e;var o=(e-(t=parseInt(16*e)/16))*(e+t);return Math.exp(-t*t)*Math.exp(-o)*a}(r))},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),qs=.46875,Ts=.5641895835477563,Os=[[3.1611237438705655,113.86415415105016,377.485237685302,3209.3775891384694,.18577770618460315],[.5641884969886701,8.883149794388377,66.11919063714163,298.6351381974001,881.952221241769,1712.0476126340707,2051.0783778260716,1230.3393547979972,2.1531153547440383e-8],[.30532663496123236,.36034489994980445,.12578172611122926,.016083785148742275,.0006587491615298378,.016315387137302097]],ks=[[23.601290952344122,244.02463793444417,1282.6165260773723,2844.236833439171],[15.744926110709835,117.6939508913125,537.1811018620099,1621.3895745666903,3290.7992357334597,4362.619090143247,3439.3676741437216,1230.3393548037495],[2.568520192289822,1.8729528499234604,.5279051029514285,.06051834131244132,.0023352049762686918]],zs=Math.pow(2,53),Is="zeta",Rs=Cr(Is,["typed","config","multiply","pow","divide","factorial","equal","smallerEq","isNegative","gamma","sin","subtract","add","?Complex","?BigNumber","pi"],(e=>{var{typed:r,config:t,multiply:n,pow:i,divide:a,factorial:o,equal:u,smallerEq:s,isNegative:c,gamma:f,sin:l,subtract:m,add:d,Complex:p,BigNumber:h,pi:v}=e;return r(Is,{number:e=>y(e,(e=>e),(()=>20)),BigNumber:e=>y(e,(e=>new h(e)),(()=>Math.abs(Math.log10(t.relTol)))),Complex:function(e){return 0===e.re&&0===e.im?new p(-.5):1===e.re?new p(NaN,NaN):e.re===1/0&&0===e.im?new p(1):e.im===1/0||e.re===-1/0?new p(NaN,NaN):g(e,(e=>e),(e=>Math.round(19.5+.9*Math.abs(e.im))),(e=>e.re))}});function y(e,r,t){return u(e,0)?r(-.5):u(e,1)?r(NaN):isFinite(e)?g(e,r,t,(e=>e)):c(e)?r(NaN):r(1)}function g(e,r,t,o){var u=t(e);if(o(e)>-(u-1)/2)return function(e,r,t){for(var o=a(1,n(x(t(0),r),m(1,i(2,m(1,e))))),u=t(0),c=t(1);s(c,r);c=d(c,1))u=d(u,a(n((-1)**(c-1),x(c,r)),i(c,e)));return n(o,u)}(e,r(u),r);var c=n(i(2,e),i(r(v),m(e,1)));return c=n(c,l(n(a(r(v),2),e))),c=n(c,f(m(1,e))),n(c,g(m(1,e),r,t,o))}function x(e,r){for(var t=e,u=e;s(u,r);u=d(u,1)){var c=a(n(o(d(r,m(u,1))),i(4,u)),n(o(m(r,u)),o(n(2,u))));t=d(t,c)}return n(r,t)}})),js="mode",Us=Cr(js,["typed","isNaN","isNumeric"],(e=>{var{typed:r,isNaN:t,isNumeric:n}=e;return r(js,{"Array | Matrix":i,"...":function(e){return i(e)}});function i(e){if(0===(e=Jt(e.valueOf())).length)throw new Error("Cannot calculate mode of an empty array");for(var r={},i=[],a=0,o=0;o<e.length;o++){var u=e[o];if(n(u)&&t(u))throw new Error("Cannot calculate mode of an array containing NaN values");u in r||(r[u]=0),r[u]++,r[u]===a?i.push(u):r[u]>a&&(a=r[u],i=[u])}return i}}));function $s(e,r,t){var n;return String(e).includes("Unexpected type")?(n=arguments.length>2?" (type: "+gr(t)+", value: "+JSON.stringify(t)+")":" (type: "+e.data.actual+")",new TypeError("Cannot calculate "+r+", unexpected type of argument"+n)):String(e).includes("complex numbers")?(n=arguments.length>2?" (type: "+gr(t)+", value: "+JSON.stringify(t)+")":"",new TypeError("Cannot calculate "+r+", no ordering relation is defined for complex numbers"+n)):e}var Ps="prod",Ls=Cr(Ps,["typed","config","multiplyScalar","numeric"],(e=>{var{typed:r,config:t,multiplyScalar:n,numeric:i}=e;return r(Ps,{"Array | Matrix":a,"Array | Matrix, number | BigNumber":function(){throw new Error("prod(A, dim) is not yet supported")},"...":function(e){return a(e)}});function a(e){var r;if(hn(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw $s(r,"prod",e)}})),"string"==typeof r&&(r=i(r,Fr(r,t))),void 0===r)throw new Error("Cannot calculate prod of an empty array");return r}})),_s="format",Js=Cr(_s,["typed"],(e=>{var{typed:r}=e;return r(_s,{any:wt,"any, Object | function | number | BigNumber":wt})})),Ws=Cr("bin",["typed","format"],(e=>{var{typed:r,format:t}=e;return r("bin",{"number | BigNumber":function(e){return t(e,{notation:"bin"})},"number | BigNumber, number | BigNumber":function(e,r){return t(e,{notation:"bin",wordSize:r})}})})),Vs=Cr("oct",["typed","format"],(e=>{var{typed:r,format:t}=e;return r("oct",{"number | BigNumber":function(e){return t(e,{notation:"oct"})},"number | BigNumber, number | BigNumber":function(e,r){return t(e,{notation:"oct",wordSize:r})}})})),Hs=Cr("hex",["typed","format"],(e=>{var{typed:r,format:t}=e;return r("hex",{"number | BigNumber":function(e){return t(e,{notation:"hex"})},"number | BigNumber, number | BigNumber":function(e,r){return t(e,{notation:"hex",wordSize:r})}})})),Zs=/\$([\w.]+)/g,Gs="print",Xs=Cr(Gs,["typed"],(e=>{var{typed:r}=e;return r(Gs,{"string, Object | Array":Qs,"string, Object | Array, number | Object":Qs})}));function Qs(e,r,t){return e.replace(Zs,(function(e,n){var i=n.split("."),a=r[i.shift()];for(void 0!==a&&a.isMatrix&&(a=a.toArray());i.length&&void 0!==a;){var o=i.shift();a=o?a[o]:a+"."}return void 0!==a?Ie(a)?a:wt(a,t):e}))}var Ys=Cr("to",["typed","matrix","concat"],(e=>{var{typed:r,matrix:t,concat:n}=e;return r("to",{"Unit, Unit | string":(e,r)=>e.to(r)},oo({typed:r,matrix:t,concat:n})({Ds:!0}))})),Ks="isPrime",ec=Cr(Ks,["typed"],(e=>{var{typed:r}=e;return r(Ks,{number:function(e){if(e<=3)return e>1;if(e%2==0||e%3==0)return!1;for(var r=5;r*r<=e;r+=6)if(e%r==0||e%(r+2)==0)return!1;return!0},bigint:function(e){if(e<=3n)return e>1n;if(e%2n===0n||e%3n===0n)return!1;for(var r=5n;r*r<=e;r+=6n)if(e%r===0n||e%(r+2n)===0n)return!1;return!0},BigNumber:function(e){if(e.lte(3))return e.gt(1);if(e.mod(2).eq(0)||e.mod(3).eq(0))return!1;if(e.lt(Math.pow(2,32))){for(var r=e.toNumber(),t=5;t*t<=r;t+=6)if(r%t==0||r%(t+2)==0)return!1;return!0}function n(e,r,t){for(var n=1;!r.eq(0);)r.mod(2).eq(0)?(r=r.div(2),e=e.mul(e).mod(t)):(r=r.sub(1),n=e.mul(n).mod(t));return n}for(var i=e.constructor.clone({precision:2*e.toFixed(0).length}),a=0,o=(e=new i(e)).sub(1);o.mod(2).eq(0);)o=o.div(2),a+=1;var u=null;if(e.lt("3317044064679887385961981"))u=[2,3,5,7,11,13,17,19,23,29,31,37,41].filter((r=>r<e));else{var s=Math.min(e.toNumber()-2,Math.floor(2*Math.pow(e.toFixed(0).length*Math.log(10),2)));u=[];for(var c=2;c<=s;c+=1)u.push(s)}for(var f=0;f<u.length;f+=1){var l=u[f],m=n(e.sub(e).add(l),o,e);if(!m.eq(1))for(var d=0,p=m;!p.eq(e.sub(1));d+=1,p=p.mul(p).mod(e))if(d===a-1)return!1}return!0},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),rc=Cr("numeric",["number","?bignumber","?fraction"],(e=>{var{number:r,bignumber:t,fraction:n}=e,i={string:!0,number:!0,BigNumber:!0,Fraction:!0},a={number:e=>r(e),BigNumber:t?e=>t(e):Wu,bigint:e=>BigInt(e),Fraction:n?e=>n(e):Vu};return function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if(void 0!==(arguments.length>2?arguments[2]:void 0))throw new SyntaxError("numeric() takes one or two arguments");var t=gr(e);if(!(t in i))throw new TypeError("Cannot convert "+e+' of type "'+t+'"; valid input types are '+Object.keys(i).join(", "));if(!(r in a))throw new TypeError("Cannot convert "+e+' to type "'+r+'"; valid output types are '+Object.keys(a).join(", "));return r===t?e:a[r](e)}})),tc="divideScalar",nc=Cr(tc,["typed","numeric"],(e=>{var{typed:r}=e;return r(tc,{"number, number":function(e,r){return e/r},"Complex, Complex":function(e,r){return e.div(r)},"BigNumber, BigNumber":function(e,r){return e.div(r)},"bigint, bigint":function(e,r){return e/r},"Fraction, Fraction":function(e,r){return e.div(r)},"Unit, number | Complex | Fraction | BigNumber | Unit":(e,r)=>e.divide(r),"number | Fraction | Complex | BigNumber, Unit":(e,r)=>r.divideInto(e)})})),ic=Cr("pow",["typed","config","identity","multiply","matrix","inv","fraction","number","Complex"],(e=>{var{typed:r,config:t,identity:n,multiply:i,matrix:a,inv:o,number:u,fraction:s,Complex:c}=e;return r("pow",{"number, number":f,"Complex, Complex":function(e,r){return e.pow(r)},"BigNumber, BigNumber":function(e,r){return r.isInteger()||e>=0||t.predictable?e.pow(r):new c(e.toNumber(),0).pow(r.toNumber(),0)},"bigint, bigint":(e,r)=>e**r,"Fraction, Fraction":function(e,r){var n=e.pow(r);if(null!=n)return n;if(t.predictable)throw new Error("Result of pow is non-rational and cannot be expressed as a fraction");return f(e.valueOf(),r.valueOf())},"Array, number":l,"Array, BigNumber":function(e,r){return l(e,r.toNumber())},"Matrix, number":m,"Matrix, BigNumber":function(e,r){return m(e,r.toNumber())},"Unit, number | BigNumber":function(e,r){return e.pow(r)}});function f(e,r){if(t.predictable&&!Sr(r)&&e<0)try{var n=s(r),i=u(n);if((r===i||Math.abs((r-i)/r)<1e-14)&&n.d%2n===1n)return(n.n%2n===0n?1:-1)*Math.pow(-e,r)}catch(e){}return t.predictable&&(e<-1&&r===1/0||e>-1&&e<0&&r===-1/0)?NaN:Sr(r)||e>=0||t.predictable?Ln(e,r):e*e<1&&r===1/0||e*e>1&&r===-1/0?0:new c(e,0).pow(r,0)}function l(e,r){if(!Sr(r))throw new TypeError("For A^b, b must be an integer (value is "+r+")");var t=Ft(e);if(2!==t.length)throw new Error("For A^b, A must be 2 dimensional (A has "+t.length+" dimensions)");if(t[0]!==t[1])throw new Error("For A^b, A must be square (size is "+t[0]+"x"+t[1]+")");if(r<0)try{return l(o(e),-r)}catch(e){if("Cannot calculate inverse, determinant is zero"===e.message)throw new TypeError("For A^b, when A is not invertible, b must be a positive integer (value is "+r+")");throw e}for(var a=n(t[0]).valueOf(),u=e;r>=1;)1&~r||(a=i(u,a)),r>>=1,u=i(u,u);return a}function m(e,r){return a(l(e.valueOf(),r))}})),ac="Number of decimals in function round must be an integer",oc="round",uc=Cr(oc,["typed","config","matrix","equalScalar","zeros","BigNumber","DenseMatrix"],(e=>{var{typed:r,config:t,matrix:n,equalScalar:i,zeros:a,BigNumber:o,DenseMatrix:u}=e,s=Oa({typed:r,equalScalar:i}),c=ka({typed:r,DenseMatrix:u}),f=za({typed:r});function l(e){return Math.abs(Ur(e).exponent)}return r(oc,{number:function(e){var r=_n(e,l(t.relTol));return _n(Jr(e,r,t.relTol,t.absTol)?r:e)},"number, number":function(e,r){var n=l(t.relTol);if(r>=n)return _n(e,r);var i=_n(e,n);return _n(Jr(e,i,t.relTol,t.absTol)?i:e,r)},"number, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(ac);return new o(e).toDecimalPlaces(r.toNumber())},Complex:function(e){return e.round()},"Complex, number":function(e,r){if(r%1)throw new TypeError(ac);return e.round(r)},"Complex, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(ac);var t=r.toNumber();return e.round(t)},BigNumber:function(e){var r=new o(e).toDecimalPlaces(l(t.relTol));return(zi(e,r,t.relTol,t.absTol)?r:e).toDecimalPlaces(0)},"BigNumber, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(ac);var n=l(t.relTol);if(r>=n)return e.toDecimalPlaces(r.toNumber());var i=e.toDecimalPlaces(n);return(zi(e,i,t.relTol,t.absTol)?i:e).toDecimalPlaces(r.toNumber())},bigint:e=>e,"bigint, number":e=>e,"bigint, BigNumber":e=>e,Fraction:function(e){return e.round()},"Fraction, number":function(e,r){if(r%1)throw new TypeError(ac);return e.round(r)},"Fraction, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(ac);return e.round(r.toNumber())},"Unit, number, Unit":r.referToSelf((e=>function(r,t,n){var i=r.toNumeric(n);return n.multiply(e(i,t))})),"Unit, BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>e(r,t.toNumber(),n))),"Array | Matrix, number | BigNumber, Unit":r.referToSelf((e=>(r,t,n)=>vn(r,(r=>e(r,t,n)),!0))),"Array | Matrix | Unit, Unit":r.referToSelf((e=>(r,t)=>e(r,0,t))),"Array | Matrix":r.referToSelf((e=>r=>vn(r,e,!0))),"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>s(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>f(r,t,e,!1))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>f(n(r),t,e,!1).valueOf())),"number | Complex | BigNumber | Fraction, SparseMatrix":r.referToSelf((e=>(r,t)=>i(r,0)?a(t.size(),t.storage()):c(t,r,e,!0))),"number | Complex | BigNumber | Fraction, DenseMatrix":r.referToSelf((e=>(r,t)=>i(r,0)?a(t.size(),t.storage()):f(t,r,e,!0))),"number | Complex | BigNumber | Fraction, Array":r.referToSelf((e=>(r,t)=>f(n(t),r,e,!0).valueOf()))})})),sc=["config","typed","typeOf","divideScalar","Complex"],cc=Math.log(16),fc=Cr("log",sc,(e=>{var{typed:r,typeOf:t,config:n,divideScalar:i,Complex:a}=e;function o(e){return e.log()}function u(e){return o(new a(e,0))}return r("log",{number:function(e){return e>=0||n.predictable?zn(e):u(e)},bigint:bo(cc,zn,n,u),Complex:o,BigNumber:function(e){return!e.isNegative()||n.predictable?e.ln():u(e.toNumber())},"any, any":r.referToSelf((e=>(r,n)=>{if("Fraction"===t(r)&&"Fraction"===t(n)){var a=r.log(n);if(null!==a)return a}return i(e(r),e(n))}))})})),lc="log1p",mc=Cr(lc,["typed","config","divideScalar","log","Complex"],(e=>{var{typed:r,config:t,divideScalar:n,log:i,Complex:a}=e;return r(lc,{number:function(e){return e>=-1||t.predictable?Or(e):o(new a(e,0))},Complex:o,BigNumber:function(e){var r=e.plus(1);return!r.isNegative()||t.predictable?r.ln():o(new a(e.toNumber(),0))},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e))),"any, any":r.referToSelf((e=>(r,t)=>n(e(r),i(t))))});function o(e){var r=e.re+1;return new a(Math.log(Math.sqrt(r*r+e.im*e.im)),Math.atan2(e.im,r))}})),dc="nthRoots",pc=Cr(dc,["config","typed","divideScalar","Complex"],(e=>{var{typed:r,Complex:t}=e,n=[function(e){return new t(e,0)},function(e){return new t(0,e)},function(e){return new t(-e,0)},function(e){return new t(0,-e)}];function i(e,r){if(r<0)throw new Error("Root must be greater than zero");if(0===r)throw new Error("Root must be non-zero");if(r%1!=0)throw new Error("Root must be an integer");if(0===e||0===e.abs())return[new t(0,0)];var i,a="number"==typeof e;(a||0===e.re||0===e.im)&&(i=a?2*+(e<0):0===e.im?2*+(e.re<0):2*+(e.im<0)+1);for(var o=e.arg(),u=e.abs(),s=[],c=Math.pow(u,1/r),f=0;f<r;f++){var l=(i+4*f)/r;l!==Math.round(l)?s.push(new t({r:c,phi:(o+2*Math.PI*f)/r})):s.push(n[l%4](c))}return s}return r(dc,{Complex:function(e){return i(e,2)},"Complex, number":i})})),hc="dotPow",vc=Cr(hc,["typed","equalScalar","matrix","pow","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,equalScalar:t,matrix:n,pow:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=to({typed:r}),c=ou({typed:r,SparseMatrix:u}),f=Oa({typed:r,equalScalar:t}),l=ka({typed:r,DenseMatrix:a}),m=oo({typed:r,matrix:n,concat:o}),d={};for(var p in i.signatures)Object.prototype.hasOwnProperty.call(i.signatures,p)&&(p.includes("Matrix")||p.includes("Array")||(d[p]=i.signatures[p]));var h=r(d);return r(hc,m({elop:h,SS:c,DS:s,Ss:f,sS:l}))})),yc="dotDivide",gc=Cr(yc,["typed","matrix","equalScalar","divideScalar","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,equalScalar:n,divideScalar:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=ro({typed:r,equalScalar:n}),c=to({typed:r}),f=ou({typed:r,SparseMatrix:u}),l=Oa({typed:r,equalScalar:n}),m=ka({typed:r,DenseMatrix:a}),d=oo({typed:r,matrix:t,concat:o});return r(yc,d({elop:i,SS:f,DS:c,SD:s,Ss:l,sS:m}))}));function xc(e){var{DenseMatrix:r}=e;return function(e,t,n){var i=e.size();if(2!==i.length)throw new RangeError("Matrix must be two dimensional (size: "+wt(i)+")");var a=i[0];if(a!==i[1])throw new RangeError("Matrix must be square (size: "+wt(i)+")");var o=[];if(je(t)){var u=t.size(),s=t._data;if(1===u.length){if(u[0]!==a)throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");for(var c=0;c<a;c++)o[c]=[s[c]];return new r({data:o,size:[a,1],datatype:t._datatype})}if(2===u.length){if(u[0]!==a||1!==u[1])throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");if($e(t)){if(n){o=[];for(var f=0;f<a;f++)o[f]=[s[f][0]];return new r({data:o,size:[a,1],datatype:t._datatype})}return t}if(Pe(t)){for(var l=0;l<a;l++)o[l]=[0];for(var m=t._values,d=t._index,p=t._ptr,h=p[1],v=p[0];v<h;v++)o[d[v]][0]=m[v];return new r({data:o,size:[a,1],datatype:t._datatype})}}throw new RangeError("Dimension mismatch. The right side has to be either 1- or 2-dimensional vector.")}if(Re(t)){var y=Ft(t);if(1===y.length){if(y[0]!==a)throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");for(var g=0;g<a;g++)o[g]=[t[g]];return new r({data:o,size:[a,1]})}if(2===y.length){if(y[0]!==a||1!==y[1])throw new RangeError("Dimension mismatch. Matrix columns must match vector length.");for(var x=0;x<a;x++)o[x]=[t[x][0]];return new r({data:o,size:[a,1]})}throw new RangeError("Dimension mismatch. The right side has to be either 1- or 2-dimensional vector.")}}}var bc="lsolve",wc=Cr(bc,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=xc({DenseMatrix:u});return r(bc,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=e._size[1],l=e._values,m=e._index,d=e._ptr,p=[],h=0;h<f;h++){var v=t[h][0]||0;if(o(v,0))p[h]=[0];else{for(var y=0,g=[],x=[],b=d[h+1],w=d[h];w<b;w++){var D=m[w];D===h?y=l[w]:D>h&&(g.push(l[w]),x.push(D))}if(o(y,0))throw new Error("Linear system cannot be solved since matrix is singular");for(var N=n(v,y),A=0,M=x.length;A<M;A++){var C=x[A];t[C]=[a(t[C][0]||0,i(N,g[A]))]}p[h]=[N]}}return new u({data:p,size:[c,1]})}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).valueOf()}});function c(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=e._size[1],l=[],m=e._data,d=0;d<f;d++){var p=t[d][0]||0,h=void 0;if(o(p,0))h=0;else{var v=m[d][d];if(o(v,0))throw new Error("Linear system cannot be solved since matrix is singular");h=n(p,v);for(var y=d+1;y<c;y++)t[y]=[a(t[y][0]||0,i(h,m[y][d]))]}l[d]=[h]}return new u({data:l,size:[c,1]})}})),Dc="usolve",Nc=Cr(Dc,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=xc({DenseMatrix:u});return r(Dc,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=e._values,l=e._index,m=e._ptr,d=[],p=e._size[1]-1;p>=0;p--){var h=t[p][0]||0;if(o(h,0))d[p]=[0];else{for(var v=0,y=[],g=[],x=m[p],b=m[p+1]-1;b>=x;b--){var w=l[b];w===p?v=f[b]:w<p&&(y.push(f[b]),g.push(w))}if(o(v,0))throw new Error("Linear system cannot be solved since matrix is singular");for(var D=n(h,v),N=0,A=g.length;N<A;N++){var M=g[N];t[M]=[a(t[M][0],i(D,y[N]))]}d[p]=[D]}}return new u({data:d,size:[c,1]})}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).valueOf()}});function c(e,r){for(var t=(r=s(e,r,!0))._data,c=e._size[0],f=[],l=e._data,m=e._size[1]-1;m>=0;m--){var d=t[m][0]||0,p=void 0;if(o(d,0))p=0;else{var h=l[m][m];if(o(h,0))throw new Error("Linear system cannot be solved since matrix is singular");p=n(d,h);for(var v=m-1;v>=0;v--)t[v]=[a(t[v][0]||0,i(p,l[v][m]))]}f[m]=[p]}return new u({data:f,size:[c,1]})}})),Ac="lsolveAll",Mc=Cr(Ac,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=xc({DenseMatrix:u});return r(Ac,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._size[0],f=e._size[1],l=e._values,m=e._index,d=e._ptr,p=0;p<f;p++)for(var h=t.length,v=0;v<h;v++){for(var y=t[v],g=[],x=[],b=d[p+1],w=0,D=d[p];D<b;D++){var N=m[D];N===p?w=l[D]:N>p&&(g.push(l[D]),x.push(N))}if(o(w,0))if(o(y[p],0)){if(0===v){var A=[...y];A[p]=1;for(var M=0,C=x.length;M<C;M++){var E=x[M];A[E]=a(A[E],g[M])}t.push(A)}}else{if(0===v)return[];t.splice(v,1),v-=1,h-=1}else{y[p]=n(y[p],w);for(var S=0,F=x.length;S<F;S++){var B=x[S];y[B]=a(y[B],i(y[p],g[S]))}}}return t.map((e=>new u({data:e.map((e=>[e])),size:[c,1]})))}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).map((e=>e.valueOf()))}});function c(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._data,f=e._size[0],l=e._size[1],m=0;m<l;m++)for(var d=t.length,p=0;p<d;p++){var h=t[p];if(o(c[m][m],0))if(o(h[m],0)){if(0===p){var v=[...h];v[m]=1;for(var y=m+1;y<l;y++)v[y]=a(v[y],c[y][m]);t.push(v)}}else{if(0===p)return[];t.splice(p,1),p-=1,d-=1}else{h[m]=n(h[m],c[m][m]);for(var g=m+1;g<l;g++)h[g]=a(h[g],i(h[m],c[g][m]))}}return t.map((e=>new u({data:e.map((e=>[e])),size:[f,1]})))}})),Cc="usolveAll",Ec=Cr(Cc,["typed","matrix","divideScalar","multiplyScalar","subtractScalar","equalScalar","DenseMatrix"],(e=>{var{typed:r,matrix:t,divideScalar:n,multiplyScalar:i,subtractScalar:a,equalScalar:o,DenseMatrix:u}=e,s=xc({DenseMatrix:u});return r(Cc,{"SparseMatrix, Array | Matrix":function(e,r){return function(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._size[0],f=e._values,l=e._index,m=e._ptr,d=e._size[1]-1;d>=0;d--)for(var p=t.length,h=0;h<p;h++){for(var v=t[h],y=[],g=[],x=m[d],b=0,w=m[d+1]-1;w>=x;w--){var D=l[w];D===d?b=f[w]:D<d&&(y.push(f[w]),g.push(D))}if(o(b,0))if(o(v[d],0)){if(0===h){var N=[...v];N[d]=1;for(var A=0,M=g.length;A<M;A++){var C=g[A];N[C]=a(N[C],y[A])}t.push(N)}}else{if(0===h)return[];t.splice(h,1),h-=1,p-=1}else{v[d]=n(v[d],b);for(var E=0,S=g.length;E<S;E++){var F=g[E];v[F]=a(v[F],i(v[d],y[E]))}}}return t.map((e=>new u({data:e.map((e=>[e])),size:[c,1]})))}(e,r)},"DenseMatrix, Array | Matrix":function(e,r){return c(e,r)},"Array, Array | Matrix":function(e,r){return c(t(e),r).map((e=>e.valueOf()))}});function c(e,r){for(var t=[s(e,r,!0)._data.map((e=>e[0]))],c=e._data,f=e._size[0],l=e._size[1]-1;l>=0;l--)for(var m=t.length,d=0;d<m;d++){var p=t[d];if(o(c[l][l],0))if(o(p[l],0)){if(0===d){var h=[...p];h[l]=1;for(var v=l-1;v>=0;v--)h[v]=a(h[v],c[v][l]);t.push(h)}}else{if(0===d)return[];t.splice(d,1),d-=1,m-=1}else{p[l]=n(p[l],c[l][l]);for(var y=l-1;y>=0;y--)p[y]=a(p[y],i(p[l],c[y][l]))}}return t.map((e=>new u({data:e.map((e=>[e])),size:[f,1]})))}})),Sc=Cr("matAlgo08xS0Sid",["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return function(e,n,i){var a=e._values,o=e._index,u=e._ptr,s=e._size,c=e._datatype||void 0===e._data?e._datatype:e.getDataType(),f=n._values,l=n._index,m=n._ptr,d=n._size,p=n._datatype||void 0===n._data?n._datatype:n.getDataType();if(s.length!==d.length)throw new Et(s.length,d.length);if(s[0]!==d[0]||s[1]!==d[1])throw new RangeError("Dimension mismatch. Matrix A ("+s+") must match Matrix B ("+d+")");if(!a||!f)throw new Error("Cannot perform operation on Pattern Sparse Matrices");var h,v=s[0],y=s[1],g=t,x=0,b=i;"string"==typeof c&&c===p&&"mixed"!==c&&(g=r.find(t,[h=c,h]),x=r.convert(0,h),b=r.find(i,[h,h]));for(var w,D,N,A=[],M=[],C=[],E=[],S=[],F=0;F<y;F++){C[F]=M.length;var B=F+1;for(D=u[F+1],w=u[F];w<D;w++)S[N=o[w]]=B,E[N]=a[w],M.push(N);for(D=m[F+1],w=m[F];w<D;w++)S[N=l[w]]===B&&(E[N]=b(E[N],f[w]));for(w=C[F];w<M.length;){var q=E[N=M[w]];g(q,x)?M.splice(w,1):(A.push(q),w++)}}return C[y]=M.length,e.createSparseMatrix({values:A,index:M,ptr:C,size:[v,y],datatype:c===e._datatype&&p===n._datatype?h:void 0})}})),Fc=Cr("useMatrixForArrayScalar",["typed","matrix"],(e=>{var{typed:r,matrix:t}=e;return{"Array, number":r.referTo("DenseMatrix, number",(e=>(r,n)=>e(t(r),n).valueOf())),"Array, BigNumber":r.referTo("DenseMatrix, BigNumber",(e=>(r,n)=>e(t(r),n).valueOf())),"number, Array":r.referTo("number, DenseMatrix",(e=>(r,n)=>e(r,t(n)).valueOf())),"BigNumber, Array":r.referTo("BigNumber, DenseMatrix",(e=>(r,n)=>e(r,t(n)).valueOf()))}})),Bc="leftShift",qc=Cr(Bc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=so({typed:r}),s=ro({typed:r,equalScalar:n}),c=Sc({typed:r,equalScalar:n}),f=fo({typed:r,DenseMatrix:a}),l=Oa({typed:r,equalScalar:n}),m=za({typed:r}),d=oo({typed:r,matrix:t,concat:o}),p=Fc({typed:r,matrix:t});return r(Bc,{"number, number":Gn,"BigNumber, BigNumber":Yo,"bigint, bigint":(e,r)=>e<<r,"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():l(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():m(r,t,e,!1))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):f(t,r,e,!0))),"number | BigNumber, DenseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):m(t,r,e,!0)))},p,d({SS:c,DS:u,SD:s}))})),Tc="rightArithShift",Oc=Cr(Tc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=so({typed:r}),s=ro({typed:r,equalScalar:n}),c=Sc({typed:r,equalScalar:n}),f=fo({typed:r,DenseMatrix:a}),l=Oa({typed:r,equalScalar:n}),m=za({typed:r}),d=oo({typed:r,matrix:t,concat:o}),p=Fc({typed:r,matrix:t});return r(Tc,{"number, number":Xn,"BigNumber, BigNumber":Ko,"bigint, bigint":(e,r)=>e>>r,"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():l(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():m(r,t,e,!1))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):f(t,r,e,!0))),"number | BigNumber, DenseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):m(t,r,e,!0)))},p,d({SS:c,DS:u,SD:s}))})),kc="rightLogShift",zc=Cr(kc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=so({typed:r}),s=ro({typed:r,equalScalar:n}),c=Sc({typed:r,equalScalar:n}),f=fo({typed:r,DenseMatrix:a}),l=Oa({typed:r,equalScalar:n}),m=za({typed:r}),d=oo({typed:r,matrix:t,concat:o}),p=Fc({typed:r,matrix:t});return r(kc,{"number, number":Qn,"SparseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():l(r,t,e,!1))),"DenseMatrix, number | BigNumber":r.referToSelf((e=>(r,t)=>n(t,0)?r.clone():m(r,t,e,!1))),"number | BigNumber, SparseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):f(t,r,e,!0))),"number | BigNumber, DenseMatrix":r.referToSelf((e=>(r,t)=>n(r,0)?i(t.size(),t.storage()):m(t,r,e,!0)))},p,d({SS:c,DS:u,SD:s}))})),Ic=Cr("and",["typed","matrix","equalScalar","zeros","not","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=ro({typed:r,equalScalar:n}),s=go({typed:r,equalScalar:n}),c=Oa({typed:r,equalScalar:n}),f=za({typed:r}),l=oo({typed:r,matrix:t,concat:o});return r("and",{"number, number":ui,"Complex, Complex":function(e,r){return!(0===e.re&&0===e.im||0===r.re&&0===r.im)},"BigNumber, BigNumber":function(e,r){return!(e.isZero()||r.isZero()||e.isNaN()||r.isNaN())},"bigint, bigint":ui,"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0))),"SparseMatrix, any":r.referToSelf((e=>(r,t)=>a(t)?i(r.size(),r.storage()):c(r,t,e,!1))),"DenseMatrix, any":r.referToSelf((e=>(r,t)=>a(t)?i(r.size(),r.storage()):f(r,t,e,!1))),"any, SparseMatrix":r.referToSelf((e=>(r,t)=>a(r)?i(r.size(),r.storage()):c(t,r,e,!0))),"any, DenseMatrix":r.referToSelf((e=>(r,t)=>a(r)?i(r.size(),r.storage()):f(t,r,e,!0))),"Array, any":r.referToSelf((e=>(r,n)=>e(t(r),n).valueOf())),"any, Array":r.referToSelf((e=>(r,n)=>e(r,t(n)).valueOf()))},l({SS:s,DS:u}))})),Rc="compare",jc=Cr(Rc,["typed","config","matrix","equalScalar","BigNumber","Fraction","DenseMatrix","concat"],(e=>{var{typed:r,config:t,equalScalar:n,matrix:i,BigNumber:a,Fraction:o,DenseMatrix:u,concat:s}=e,c=to({typed:r}),f=no({typed:r,equalScalar:n}),l=ka({typed:r,DenseMatrix:u}),m=oo({typed:r,matrix:i,concat:s}),d=Xi({typed:r});return r(Rc,Uc({typed:r,config:t}),{"boolean, boolean":function(e,r){return e===r?0:e>r?1:-1},"BigNumber, BigNumber":function(e,r){return zi(e,r,t.relTol,t.absTol)?new a(0):new a(e.cmp(r))},"bigint, bigint":function(e,r){return e===r?0n:e>r?1n:-1n},"Fraction, Fraction":function(e,r){return new o(e.compare(r))},"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},d,m({SS:f,DS:c,Ss:l}))})),Uc=Cr(Rc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Rc,{"number, number":function(e,r){return Jr(e,r,t.relTol,t.absTol)?0:e>r?1:-1}})})),$c=function e(r,t){var n,i,a=/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,o=/(^[ ]*|[ ]*$)/g,u=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,s=/^0x[0-9a-f]+$/i,c=/^0/,f=function(r){return e.insensitive&&(""+r).toLowerCase()||""+r},l=f(r).replace(o,"")||"",m=f(t).replace(o,"")||"",d=l.replace(a,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),p=m.replace(a,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),h=parseInt(l.match(s),16)||1!==d.length&&l.match(u)&&Date.parse(l),v=parseInt(m.match(s),16)||h&&m.match(u)&&Date.parse(m)||null;if(v){if(h<v)return-1;if(h>v)return 1}for(var y=0,g=Math.max(d.length,p.length);y<g;y++){if(n=!(d[y]||"").match(c)&&parseFloat(d[y])||d[y]||0,i=!(p[y]||"").match(c)&&parseFloat(p[y])||p[y]||0,isNaN(n)!==isNaN(i))return isNaN(n)?1:-1;if(typeof n!=typeof i&&(n+="",i+=""),n<i)return-1;if(n>i)return 1}return 0},Pc="compareNatural",Lc=Cr(Pc,["typed","compare"],(e=>{var{typed:r,compare:t}=e,n=t.signatures["boolean,boolean"];return r(Pc,{"any, any":function e(r,o){var u,s=gr(r),c=gr(o);if(!("number"!==s&&"BigNumber"!==s&&"Fraction"!==s||"number"!==c&&"BigNumber"!==c&&"Fraction"!==c))return"0"!==(u=t(r,o)).toString()?u>0?1:-1:$c(s,c);var f=["Array","DenseMatrix","SparseMatrix"];if(f.includes(s)||f.includes(c))return 0!==(u=i(e,r,o))?u:$c(s,c);if(s!==c)return $c(s,c);if("Complex"===s)return function(e,r){return e.re>r.re?1:e.re<r.re?-1:e.im>r.im?1:e.im<r.im?-1:0}(r,o);if("Unit"===s)return r.equalBase(o)?e(r.value,o.value):a(e,r.formatUnits(),o.formatUnits());if("boolean"===s)return n(r,o);if("string"===s)return $c(r,o);if("Object"===s)return function(e,r,t){var n=Object.keys(r),i=Object.keys(t);n.sort($c),i.sort($c);var o=a(e,n,i);if(0!==o)return o;for(var u=0;u<n.length;u++){var s=e(r[n[u]],t[i[u]]);if(0!==s)return s}return 0}(e,r,o);if("null"===s)return 0;if("undefined"===s)return 0;throw new TypeError('Unsupported type of value "'+s+'"')}});function i(e,r,t){return Pe(r)&&Pe(t)?a(e,r.toJSON().values,t.toJSON().values):Pe(r)?i(e,r.toArray(),t):Pe(t)?i(e,r,t.toArray()):$e(r)?i(e,r.toJSON().data,t):$e(t)?i(e,r,t.toJSON().data):Array.isArray(r)?Array.isArray(t)?a(e,r,t):i(e,r,[t]):i(e,[r],t)}function a(e,r,t){for(var n=0,i=Math.min(r.length,t.length);n<i;n++){var a=e(r[n],t[n]);if(0!==a)return a}return r.length>t.length?1:r.length<t.length?-1:0}})),_c="compareText",Jc=["typed","matrix","concat"];Ct.signature="any, any";var Wc=Cr(_c,Jc,(e=>{var{typed:r,matrix:t,concat:n}=e,i=oo({typed:r,matrix:t,concat:n});return r(_c,Ct,i({elop:Ct,Ds:!0}))})),Vc="equal",Hc=Cr(Vc,["typed","matrix","equalScalar","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=to({typed:r}),s=ou({typed:r,SparseMatrix:o}),c=ka({typed:r,DenseMatrix:i}),f=oo({typed:r,matrix:t,concat:a});return r(Vc,Zc({typed:r,equalScalar:n}),f({elop:n,SS:s,DS:u,Ss:c}))})),Zc=Cr(Vc,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(Vc,{"any, any":function(e,r){return null===e?null===r:null===r?null===e:void 0===e?void 0===r:void 0===r?void 0===e:t(e,r)}})})),Gc="equalText",Xc=Cr(Gc,["typed","compareText","isZero"],(e=>{var{typed:r,compareText:t,isZero:n}=e;return r(Gc,{"any, any":function(e,r){return n(t(e,r))}})})),Qc="smaller",Yc=Cr(Qc,["typed","config","bignumber","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,bignumber:n,matrix:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=to({typed:r}),c=ou({typed:r,SparseMatrix:u}),f=ka({typed:r,DenseMatrix:a}),l=oo({typed:r,matrix:i,concat:o}),m=Xi({typed:r});function d(e,r){return e.lt(r)&&!zi(e,r,t.relTol,t.absTol)}return r(Qc,Kc({typed:r,config:t}),{"boolean, boolean":(e,r)=>e<r,"BigNumber, BigNumber":d,"bigint, bigint":(e,r)=>e<r,"Fraction, Fraction":(e,r)=>-1===e.compare(r),"Fraction, BigNumber":function(e,r){return d(n(e),r)},"BigNumber, Fraction":function(e,r){return d(e,n(r))},"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},m,l({SS:c,DS:s,Ss:f}))})),Kc=Cr(Qc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Qc,{"number, number":function(e,r){return e<r&&!Jr(e,r,t.relTol,t.absTol)}})})),ef="smallerEq",rf=Cr(ef,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=to({typed:r}),s=ou({typed:r,SparseMatrix:o}),c=ka({typed:r,DenseMatrix:i}),f=oo({typed:r,matrix:n,concat:a}),l=Xi({typed:r});return r(ef,tf({typed:r,config:t}),{"boolean, boolean":(e,r)=>e<=r,"BigNumber, BigNumber":function(e,r){return e.lte(r)||zi(e,r,t.relTol,t.absTol)},"bigint, bigint":(e,r)=>e<=r,"Fraction, Fraction":(e,r)=>1!==e.compare(r),"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},l,f({SS:s,DS:u,Ss:c}))})),tf=Cr(ef,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(ef,{"number, number":function(e,r){return e<=r||Jr(e,r,t.relTol,t.absTol)}})})),nf="larger",af=Cr(nf,["typed","config","bignumber","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,bignumber:n,matrix:i,DenseMatrix:a,concat:o,SparseMatrix:u}=e,s=to({typed:r}),c=ou({typed:r,SparseMatrix:u}),f=ka({typed:r,DenseMatrix:a}),l=oo({typed:r,matrix:i,concat:o}),m=Xi({typed:r});function d(e,r){return e.gt(r)&&!zi(e,r,t.relTol,t.absTol)}return r(nf,of({typed:r,config:t}),{"boolean, boolean":(e,r)=>e>r,"BigNumber, BigNumber":d,"bigint, bigint":(e,r)=>e>r,"Fraction, Fraction":(e,r)=>1===e.compare(r),"Fraction, BigNumber":function(e,r){return d(n(e),r)},"BigNumber, Fraction":function(e,r){return d(e,n(r))},"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},m,l({SS:c,DS:s,Ss:f}))})),of=Cr(nf,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(nf,{"number, number":function(e,r){return e>r&&!Jr(e,r,t.relTol,t.absTol)}})})),uf="largerEq",sf=Cr(uf,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=to({typed:r}),s=ou({typed:r,SparseMatrix:o}),c=ka({typed:r,DenseMatrix:i}),f=oo({typed:r,matrix:n,concat:a}),l=Xi({typed:r});return r(uf,cf({typed:r,config:t}),{"boolean, boolean":(e,r)=>e>=r,"BigNumber, BigNumber":function(e,r){return e.gte(r)||zi(e,r,t.relTol,t.absTol)},"bigint, bigint":function(e,r){return e>=r},"Fraction, Fraction":(e,r)=>-1!==e.compare(r),"Complex, Complex":function(){throw new TypeError("No ordering relation is defined for complex numbers")}},l,f({SS:s,DS:u,Ss:c}))})),cf=Cr(uf,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(uf,{"number, number":function(e,r){return e>=r||Jr(e,r,t.relTol,t.absTol)}})})),ff="deepEqual",lf=Cr(ff,["typed","equal"],(e=>{var{typed:r,equal:t}=e;return r(ff,{"any, any":function(e,r){return n(e.valueOf(),r.valueOf())}});function n(e,r){if(Array.isArray(e)){if(Array.isArray(r)){var i=e.length;if(i!==r.length)return!1;for(var a=0;a<i;a++)if(!n(e[a],r[a]))return!1;return!0}return!1}return!Array.isArray(r)&&t(e,r)}})),mf="unequal",df=Cr(mf,["typed","config","equalScalar","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,equalScalar:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=to({typed:r}),s=ou({typed:r,SparseMatrix:o}),c=ka({typed:r,DenseMatrix:i}),f=oo({typed:r,matrix:n,concat:a});return r(mf,pf({typed:r,equalScalar:t}),f({elop:function(e,r){return!t(e,r)},SS:s,DS:u,Ss:c}))})),pf=Cr(mf,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(mf,{"any, any":function(e,r){return null===e?null!==r:null===r?null!==e:void 0===e?void 0!==r:void 0===r?void 0!==e:!t(e,r)}})})),hf="partitionSelect",vf=Cr(hf,["typed","isNumeric","isNaN","compare"],(e=>{var{typed:r,isNumeric:t,isNaN:n,compare:i}=e,a=i,o=(e,r)=>-i(e,r);return r(hf,{"Array | Matrix, number":function(e,r){return u(e,r,a)},"Array | Matrix, number, string":function(e,r,t){if("asc"===t)return u(e,r,a);if("desc"===t)return u(e,r,o);throw new Error('Compare string must be "asc" or "desc"')},"Array | Matrix, number, function":u});function u(e,r,t){if(!Sr(r)||r<0)throw new Error("k must be a non-negative integer");if(je(e)){if(e.size().length>1)throw new Error("Only one dimensional matrices supported");return s(e.valueOf(),r,t)}if(Array.isArray(e))return s(e,r,t)}function s(e,r,i){if(r>=e.length)throw new Error("k out of bounds");for(var a=0;a<e.length;a++)if(t(e[a])&&n(e[a]))return e[a];for(var o=0,u=e.length-1;o<u;){for(var s=o,c=u,f=e[Math.floor(Math.random()*(u-o+1))+o];s<c;)if(i(e[s],f)>=0){var l=e[c];e[c]=e[s],e[s]=l,--c}else++s;i(e[s],f)>0&&--s,r<=s?u=s:o=s+1}return e[r]}})),yf="sort",gf=Cr(yf,["typed","matrix","compare","compareNatural"],(e=>{var{typed:r,matrix:t,compare:n,compareNatural:i}=e,a=n,o=(e,r)=>-n(e,r);return r(yf,{Array:function(e){return s(e),e.sort(a)},Matrix:function(e){return c(e),t(e.toArray().sort(a),e.storage())},"Array, function":function(e,r){return s(e),e.sort(r)},"Matrix, function":function(e,r){return c(e),t(e.toArray().sort(r),e.storage())},"Array, string":function(e,r){return s(e),e.sort(u(r))},"Matrix, string":function(e,r){return c(e),t(e.toArray().sort(u(r)),e.storage())}});function u(e){if("asc"===e)return a;if("desc"===e)return o;if("natural"===e)return i;throw new Error('String "asc", "desc", or "natural" expected')}function s(e){if(1!==Ft(e).length)throw new Error("One dimensional array expected")}function c(e){if(1!==e.size().length)throw new Error("One dimensional matrix expected")}})),xf=Cr("max",["typed","config","numeric","larger","isNaN"],(e=>{var{typed:r,config:t,numeric:n,larger:i,isNaN:a}=e;return r("max",{"Array | Matrix":u,"Array | Matrix, number | BigNumber":function(e,r){return yn(e,r.valueOf(),o)},"...":function(e){if(pn(e))throw new TypeError("Scalar values expected in function max");return u(e)}});function o(e,r){try{return i(e,r)?e:r}catch(e){throw $s(e,"max",r)}}function u(e){var r;if(hn(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw $s(r,"max",e)}})),void 0===r)throw new Error("Cannot calculate max of an empty array");return"string"==typeof r&&(r=n(r,Fr(r,t))),r}})),bf=Cr("min",["typed","config","numeric","smaller","isNaN"],(e=>{var{typed:r,config:t,numeric:n,smaller:i,isNaN:a}=e;return r("min",{"Array | Matrix":u,"Array | Matrix, number | BigNumber":function(e,r){return yn(e,r.valueOf(),o)},"...":function(e){if(pn(e))throw new TypeError("Scalar values expected in function min");return u(e)}});function o(e,r){try{return i(e,r)?e:r}catch(e){throw $s(e,"min",r)}}function u(e){var r;if(hn(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw $s(r,"min",e)}})),void 0===r)throw new Error("Cannot calculate min of an empty array");return"string"==typeof r&&(r=n(r,Fr(r,t))),r}})),wf=Cr("ImmutableDenseMatrix",["smaller","DenseMatrix"],(e=>{var{smaller:r,DenseMatrix:t}=e;function n(e,r){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");if(r&&!Ie(r))throw new Error("Invalid datatype: "+r);if(je(e)||Re(e)){var i=new t(e,r);this._data=i._data,this._size=i._size,this._datatype=i._datatype,this._min=null,this._max=null}else if(e&&Re(e.data)&&Re(e.size))this._data=e.data,this._size=e.size,this._datatype=e.datatype,this._min=void 0!==e.min?e.min:null,this._max=void 0!==e.max?e.max:null;else{if(e)throw new TypeError("Unsupported type of data ("+gr(e)+")");this._data=[],this._size=[0],this._datatype=r,this._min=null,this._max=null}}return(n.prototype=new t).type="ImmutableDenseMatrix",n.prototype.isImmutableDenseMatrix=!0,n.prototype.subset=function(e){switch(arguments.length){case 1:var r=t.prototype.subset.call(this,e);return je(r)?new n({data:r._data,size:r._size,datatype:r._datatype}):r;case 2:case 3:throw new Error("Cannot invoke set subset on an Immutable Matrix instance");default:throw new SyntaxError("Wrong number of arguments")}},n.prototype.set=function(){throw new Error("Cannot invoke set on an Immutable Matrix instance")},n.prototype.resize=function(){throw new Error("Cannot invoke resize on an Immutable Matrix instance")},n.prototype.reshape=function(){throw new Error("Cannot invoke reshape on an Immutable Matrix instance")},n.prototype.clone=function(){return new n({data:xr(this._data),size:xr(this._size),datatype:this._datatype})},n.prototype.toJSON=function(){return{mathjs:"ImmutableDenseMatrix",data:this._data,size:this._size,datatype:this._datatype}},n.fromJSON=function(e){return new n(e)},n.prototype.swapRows=function(){throw new Error("Cannot invoke swapRows on an Immutable Matrix instance")},n.prototype.min=function(){if(null===this._min){var e=null;this.forEach((function(t){(null===e||r(t,e))&&(e=t)})),this._min=null!==e?e:void 0}return this._min},n.prototype.max=function(){if(null===this._max){var e=null;this.forEach((function(t){(null===e||r(e,t))&&(e=t)})),this._max=null!==e?e:void 0}return this._max},n}),{isClass:!0}),Df=Cr("Index",["ImmutableDenseMatrix","getMatrixDataType"],(e=>{var{ImmutableDenseMatrix:r,getMatrixDataType:t}=e;function n(e){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");this._dimensions=[],this._sourceSize=[],this._isScalar=!0;for(var r=0,a=arguments.length;r<a;r++){var o=arguments[r],u=Re(o),s=je(o),c=typeof o,f=null;if(Le(o))this._dimensions.push(o),this._isScalar=!1;else if(u||s){var l=void 0;"boolean"===t(o)?(u&&(l=i(Nf(o).valueOf())),s&&(l=i(Nf(o._data).valueOf())),f=o.valueOf().length):l=i(o.valueOf()),this._dimensions.push(l);var m=l.size();1===m.length&&1===m[0]&&null===f||(this._isScalar=!1)}else if("number"===c)this._dimensions.push(i([o]));else if("bigint"===c)this._dimensions.push(i([Number(o)]));else{if("string"!==c)throw new TypeError("Dimension must be an Array, Matrix, number, bigint, string, or Range");this._dimensions.push(o)}this._sourceSize.push(f)}}function i(e){for(var t=0,n=e.length;t<n;t++)if("number"!=typeof e[t]||!Sr(e[t]))throw new TypeError("Index parameters must be positive integer numbers");return new r(e)}return n.prototype.type="Index",n.prototype.isIndex=!0,n.prototype.clone=function(){var e=new n;return e._dimensions=xr(this._dimensions),e._isScalar=this._isScalar,e._sourceSize=this._sourceSize,e},n.create=function(e){var r=new n;return n.apply(r,e),r},n.prototype.size=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e[r]="string"==typeof n?1:n.size()[0]}return e},n.prototype.max=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e[r]="string"==typeof n?n:n.max()}return e},n.prototype.min=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e[r]="string"==typeof n?n:n.min()}return e},n.prototype.forEach=function(e){for(var r=0,t=this._dimensions.length;r<t;r++)e(this._dimensions[r],r,this)},n.prototype.dimension=function(e){return"number"!=typeof e?null:this._dimensions[e]||null},n.prototype.isObjectProperty=function(){return 1===this._dimensions.length&&"string"==typeof this._dimensions[0]},n.prototype.getObjectProperty=function(){return this.isObjectProperty()?this._dimensions[0]:null},n.prototype.isScalar=function(){return this._isScalar},n.prototype.toArray=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e.push("string"==typeof n?n:n.toArray())}return e},n.prototype.valueOf=n.prototype.toArray,n.prototype.toString=function(){for(var e=[],r=0,t=this._dimensions.length;r<t;r++){var n=this._dimensions[r];e.push("string"==typeof n?JSON.stringify(n):n.toString())}return"["+e.join(", ")+"]"},n.prototype.toJSON=function(){return{mathjs:"Index",dimensions:this._dimensions}},n.fromJSON=function(e){return n.create(e.dimensions)},n}),{isClass:!0});function Nf(e){var r=[];return e.forEach(((e,t)=>{e&&r.push(t)})),r}var Af=Cr("FibonacciHeap",["smaller","larger"],(e=>{var{smaller:r,larger:t}=e,n=1/Math.log((1+Math.sqrt(5))/2);function i(){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");this._minimum=null,this._size=0}function a(e,r,t){r.left.right=r.right,r.right.left=r.left,t.degree--,t.child===r&&(t.child=r.right),0===t.degree&&(t.child=null),r.left=e,r.right=e.right,e.right=r,r.right.left=r,r.parent=null,r.mark=!1}function o(e,r){var t=r.parent;t&&(r.mark?(a(e,r,t),o(t)):r.mark=!0)}i.prototype.type="FibonacciHeap",i.prototype.isFibonacciHeap=!0,i.prototype.insert=function(e,t){var n={key:e,value:t,degree:0};if(this._minimum){var i=this._minimum;n.left=i,n.right=i.right,i.right=n,n.right.left=n,r(e,i.key)&&(this._minimum=n)}else n.left=n,n.right=n,this._minimum=n;return this._size++,n},i.prototype.size=function(){return this._size},i.prototype.clear=function(){this._minimum=null,this._size=0},i.prototype.isEmpty=function(){return 0===this._size},i.prototype.extractMinimum=function(){var e=this._minimum;if(null===e)return e;for(var i=this._minimum,a=e.degree,o=e.child;a>0;){var s=o.right;o.left.right=o.right,o.right.left=o.left,o.left=i,o.right=i.right,i.right=o,o.right.left=o,o.parent=null,o=s,a--}return e.left.right=e.right,e.right.left=e.left,i=e===e.right?null:function(e,i){var a,o=Math.floor(Math.log(i)*n)+1,s=new Array(o),c=0,f=e;if(f)for(c++,f=f.right;f!==e;)c++,f=f.right;for(;c>0;){for(var l=f.degree,m=f.right;a=s[l];){if(t(f.key,a.key)){var d=a;a=f,f=d}u(a,f),s[l]=null,l++}s[l]=f,f=m,c--}e=null;for(var p=0;p<o;p++)(a=s[p])&&(e?(a.left.right=a.right,a.right.left=a.left,a.left=e,a.right=e.right,e.right=a,a.right.left=a,r(a.key,e.key)&&(e=a)):e=a);return e}(i=e.right,this._size),this._size--,this._minimum=i,e},i.prototype.remove=function(e){this._minimum=function(e,t){t.key=-1;var n=t.parent;return n&&r(t.key,n.key)&&(a(e,t,n),o(e,n)),r(t.key,e.key)&&(e=t),e}(this._minimum,e),this.extractMinimum()};var u=function(e,r){e.left.right=e.right,e.right.left=e.left,e.parent=r,r.child?(e.left=r.child,e.right=r.child.right,r.child.right=e,e.right.left=e):(r.child=e,e.right=e,e.left=e),r.degree++,e.mark=!1};return i}),{isClass:!0}),Mf=Cr("Spa",["addScalar","equalScalar","FibonacciHeap"],(e=>{var{addScalar:r,equalScalar:t,FibonacciHeap:n}=e;function i(){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");this._values=[],this._heap=new n}return i.prototype.type="Spa",i.prototype.isSpa=!0,i.prototype.set=function(e,r){if(this._values[e])this._values[e].value=r;else{var t=this._heap.insert(e,r);this._values[e]=t}},i.prototype.get=function(e){var r=this._values[e];return r?r.value:0},i.prototype.accumulate=function(e,t){var n=this._values[e];n?n.value=r(n.value,t):(n=this._heap.insert(e,t),this._values[e]=n)},i.prototype.forEach=function(e,r,n){var i=this._heap,a=this._values,o=[],u=i.extractMinimum();for(u&&o.push(u);u&&u.key<=r;)u.key>=e&&(t(u.value,0)||n(u.key,u.value,this)),(u=i.extractMinimum())&&o.push(u);for(var s=0;s<o.length;s++){var c=o[s];a[(u=i.insert(c.key,c.value)).key]=u}},i.prototype.swap=function(e,r){var t=this._values[e],n=this._values[r];if(!t&&n)t=this._heap.insert(e,n.value),this._heap.remove(n),this._values[e]=t,this._values[r]=void 0;else if(t&&!n)n=this._heap.insert(r,t.value),this._heap.remove(t),this._values[r]=n,this._values[e]=void 0;else if(t&&n){var i=t.value;t.value=n.value,n.value=i}},i}),{isClass:!0});function Cf(e){var r=0,t=1,n=Object.create(null),i=Object.create(null),a=0,o=function(e){var o=i[e];if(o&&(delete n[o],delete i[e],--r,t===o)){if(!r)return a=0,void(t=1);for(;!Object.prototype.hasOwnProperty.call(n,++t););}};return e=Math.abs(e),{hit:function(u){var s=i[u],c=++a;if(n[c]=u,i[u]=c,!s){if(++r<=e)return;return o(u=n[t]),u}if(delete n[s],t===s)for(;!Object.prototype.hasOwnProperty.call(n,++t););},delete:o,clear:function(){r=a=0,t=1,n=Object.create(null),i=Object.create(null)}}}function Ef(e){var{hasher:r,limit:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t=null==t?Number.POSITIVE_INFINITY:t,r=null==r?JSON.stringify:r,function n(){"object"!=typeof n.cache&&(n.cache={values:new Map,lru:Cf(t||Number.POSITIVE_INFINITY)});for(var i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];var o=r(i);if(n.cache.values.has(o))return n.cache.lru.hit(o),n.cache.values.get(o);var u=e.apply(e,i);return n.cache.values.set(o,u),n.cache.values.delete(n.cache.lru.hit(o)),u}}var Sf=Ef((function(e){return new e(1).exp()}),{hasher:Tf}),Ff=Ef((function(e){return new e(1).plus(new e(5).sqrt()).div(2)}),{hasher:Tf}),Bf=Ef((function(e){return e.acos(-1)}),{hasher:Tf}),qf=Ef((function(e){return Bf(e).times(2)}),{hasher:Tf});function Tf(e){return e[0].precision}function Of(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function kf(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Of(Object(t),!0).forEach((function(r){Es(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Of(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var zf=Cr("Unit",["?on","config","addScalar","subtractScalar","multiplyScalar","divideScalar","pow","abs","fix","round","equal","isNumeric","format","number","Complex","BigNumber","Fraction"],(e=>{var r,t,n,{on:i,config:a,addScalar:o,subtractScalar:u,multiplyScalar:s,divideScalar:c,pow:f,abs:l,fix:m,round:d,equal:p,isNumeric:h,format:v,number:y,Complex:g,BigNumber:x,Fraction:b}=e,w=y;function D(e,r){if(!(this instanceof D))throw new Error("Constructor must be called with the new operator");if(null!=e&&!h(e)&&!Oe(e))throw new TypeError("First parameter in Unit constructor must be number, BigNumber, Fraction, Complex, or undefined");if(this.fixPrefix=!1,this.skipAutomaticSimplification=!0,void 0===r)this.units=[],this.dimensions=O.map((()=>0));else if("string"==typeof r){var t=D.parse(r);this.units=t.units,this.dimensions=t.dimensions}else{if(!ze(r)||null!==r.value)throw new TypeError("Second parameter in Unit constructor must be a string or valueless Unit");this.fixPrefix=r.fixPrefix,this.skipAutomaticSimplification=r.skipAutomaticSimplification,this.dimensions=r.dimensions.slice(0),this.units=r.units.map((e=>ye({},e)))}this.value=this._normalize(e)}function N(){for(;" "===n||"\t"===n;)M()}function A(e){return e>="0"&&e<="9"}function M(){t++,n=r.charAt(t)}function C(e){n=r.charAt(t=e)}function E(){var e="",r=t;if("+"===n?M():"-"===n&&(e+=n,M()),!function(e){return e>="0"&&e<="9"||"."===e}(n))return C(r),null;if("."===n){if(e+=n,M(),!A(n))return C(r),null}else{for(;A(n);)e+=n,M();"."===n&&(e+=n,M())}for(;A(n);)e+=n,M();if("E"===n||"e"===n){var i="",a=t;if(i+=n,M(),"+"!==n&&"-"!==n||(i+=n,M()),!A(n))return C(a),e;for(e+=i;A(n);)e+=n,M()}return e}function S(){for(var e="";A(n)||D.isValidAlpha(n);)e+=n,M();var r=e.charAt(0);return D.isValidAlpha(r)?e:null}function F(e){return n===e?(M(),e):null}Object.defineProperty(D,"name",{value:"Unit"}),D.prototype.constructor=D,D.prototype.type="Unit",D.prototype.isUnit=!0,D.parse=function(e,i){if(i=i||{},t=-1,n="","string"!=typeof(r=e))throw new TypeError("Invalid argument in Unit.parse, string expected");var o=new D;o.units=[];var u=1,s=!1;M(),N();var c=E(),f=null;if(c){if("BigNumber"===a.number)f=new x(c);else if("Fraction"===a.number)try{f=new b(c)}catch(e){f=parseFloat(c)}else f=parseFloat(c);N(),F("*")?(u=1,s=!0):F("/")&&(u=-1,s=!0)}for(var l=[],m=1;;){for(N();"("===n;)l.push(u),m*=u,u=1,M(),N();var d;if(!n)break;var p=n;if(null===(d=S()))throw new SyntaxError('Unexpected "'+p+'" in "'+r+'" at index '+t.toString());var h=B(d);if(null===h)throw new SyntaxError('Unit "'+d+'" not found.');var v=u*m;if(N(),F("^")){N();var y=E();if(null===y)throw new SyntaxError('In "'+e+'", "^" must be followed by a floating-point number');v*=y}o.units.push({unit:h.unit,prefix:h.prefix,power:v});for(var g=0;g<O.length;g++)o.dimensions[g]+=(h.unit.dimensions[g]||0)*v;for(N();")"===n;){if(0===l.length)throw new SyntaxError('Unmatched ")" in "'+r+'" at index '+t.toString());m/=l.pop(),M(),N()}s=!1,F("*")?(u=1,s=!0):F("/")?(u=-1,s=!0):u=1,h.unit.base&&($.auto[h.unit.base.key]={unit:h.unit,prefix:h.prefix})}if(N(),n)throw new SyntaxError('Could not parse: "'+e+'"');if(s)throw new SyntaxError('Trailing characters: "'+e+'"');if(0!==l.length)throw new SyntaxError('Unmatched "(" in "'+r+'"');if(0===o.units.length&&!i.allowNoUnits)throw new SyntaxError('"'+e+'" contains no units');return o.value=void 0!==f?o._normalize(f):null,o},D.prototype.clone=function(){var e=new D;e.fixPrefix=this.fixPrefix,e.skipAutomaticSimplification=this.skipAutomaticSimplification,e.value=xr(this.value),e.dimensions=this.dimensions.slice(0),e.units=[];for(var r=0;r<this.units.length;r++)for(var t in e.units[r]={},this.units[r])Dr(this.units[r],t)&&(e.units[r][t]=this.units[r][t]);return e},D.prototype.valueType=function(){return gr(this.value)},D.prototype._isDerived=function(){return 0!==this.units.length&&(this.units.length>1||Math.abs(this.units[0].power-1)>1e-15)},D.prototype._normalize=function(e){if(null==e||0===this.units.length)return e;for(var r=e,t=D._getNumberConverter(gr(e)),n=0;n<this.units.length;n++){var i=t(this.units[n].unit.value),a=t(this.units[n].prefix.value),o=t(this.units[n].power);r=s(r,f(s(i,a),o))}return r},D.prototype._denormalize=function(e){if(null==e||0===this.units.length)return e;for(var r=e,t=D._getNumberConverter(gr(e)),n=0;n<this.units.length;n++){var i=t(this.units[n].unit.value),a=t(this.units[n].prefix.value),o=t(this.units[n].power);r=c(r,f(s(i,a),o))}return r};var B=Ef((e=>{if(Dr(R,e)){var r=R[e];return{unit:r,prefix:r.prefixes[""]}}for(var t in R)if(Dr(R,t)&&bt(e,t)){var n=R[t],i=e.substring(0,e.length-t.length),a=Dr(n.prefixes,i)?n.prefixes[i]:void 0;if(void 0!==a)return{unit:n,prefix:a}}return null}),{hasher:e=>e[0],limit:100});function q(e){return e.equalBase(k.NONE)&&null!==e.value&&!a.predictable?e.value:e}D.isValuelessUnit=function(e){return null!==B(e)},D.prototype.hasBase=function(e){if("string"==typeof e&&(e=k[e]),!e)return!1;for(var r=0;r<O.length;r++)if(Math.abs((this.dimensions[r]||0)-(e.dimensions[r]||0))>1e-12)return!1;return!0},D.prototype.equalBase=function(e){for(var r=0;r<O.length;r++)if(Math.abs((this.dimensions[r]||0)-(e.dimensions[r]||0))>1e-12)return!1;return!0},D.prototype.equals=function(e){return this.equalBase(e)&&p(this.value,e.value)},D.prototype.multiply=function(e){for(var r=this.clone(),t=ze(e)?e:new D(e),n=0;n<O.length;n++)r.dimensions[n]=(this.dimensions[n]||0)+(t.dimensions[n]||0);for(var i=0;i<t.units.length;i++){var a=kf({},t.units[i]);r.units.push(a)}if(null!==this.value||null!==t.value){var o=null===this.value?this._normalize(1):this.value,u=null===t.value?t._normalize(1):t.value;r.value=s(o,u)}else r.value=null;return ze(e)&&(r.skipAutomaticSimplification=!1),q(r)},D.prototype.divideInto=function(e){return new D(e).divide(this)},D.prototype.divide=function(e){for(var r=this.clone(),t=ze(e)?e:new D(e),n=0;n<O.length;n++)r.dimensions[n]=(this.dimensions[n]||0)-(t.dimensions[n]||0);for(var i=0;i<t.units.length;i++){var a=kf(kf({},t.units[i]),{},{power:-t.units[i].power});r.units.push(a)}if(null!==this.value||null!==t.value){var o=null===this.value?this._normalize(1):this.value,u=null===t.value?t._normalize(1):t.value;r.value=c(o,u)}else r.value=null;return ze(e)&&(r.skipAutomaticSimplification=!1),q(r)},D.prototype.pow=function(e){for(var r=this.clone(),t=0;t<O.length;t++)r.dimensions[t]=(this.dimensions[t]||0)*e;for(var n=0;n<r.units.length;n++)r.units[n].power*=e;return r.value=null!==r.value?f(r.value,e):null,r.skipAutomaticSimplification=!1,q(r)},D.prototype.abs=function(){var e=this.clone();if(null!==e.value)if(e._isDerived()||0===e.units.length||0===e.units[0].unit.offset)e.value=l(e.value);else{var r=e._numberConverter(),t=r(e.units[0].unit.value),n=r(e.units[0].unit.offset),i=s(t,n);e.value=u(l(o(e.value,i)),i)}for(var a in e.units)"VA"!==e.units[a].unit.name&&"VAR"!==e.units[a].unit.name||(e.units[a].unit=R.W);return e},D.prototype.to=function(e){var r,t=null===this.value?this._normalize(1):this.value;if("string"==typeof e)r=D.parse(e);else{if(!ze(e))throw new Error("String or Unit expected as parameter");r=e.clone()}if(!this.equalBase(r))throw new Error("Units do not match ('".concat(r.toString(),"' != '").concat(this.toString(),"')"));if(null!==r.value)throw new Error("Cannot convert to a unit with a value");if(null===this.value||this._isDerived()||0===this.units.length||0===r.units.length||this.units[0].unit.offset===r.units[0].unit.offset)r.value=xr(t);else{var n=D._getNumberConverter(gr(t)),i=s(this.units[0].unit.value,this.units[0].unit.offset),a=s(r.units[0].unit.value,r.units[0].unit.offset);r.value=o(t,n(u(i,a)))}return r.fixPrefix=!0,r.skipAutomaticSimplification=!0,r},D.prototype.toNumber=function(e){return w(this.toNumeric(e))},D.prototype.toNumeric=function(e){var r;return(r=e?this.to(e):this.clone())._isDerived()||0===r.units.length?r._denormalize(r.value):r._denormalize(r.value,r.units[0].prefix.value)},D.prototype.toString=function(){return this.format()},D.prototype.toJSON=function(){return{mathjs:"Unit",value:this._denormalize(this.value),unit:this.units.length>0?this.formatUnits():null,fixPrefix:this.fixPrefix}},D.fromJSON=function(e){var r,t=new D(e.value,null!==(r=e.unit)&&void 0!==r?r:void 0);return t.fixPrefix=e.fixPrefix||!1,t},D.prototype.valueOf=D.prototype.toString,D.prototype.simplify=function(){var e,r,t=this.clone(),n=[];for(var i in P)if(Dr(P,i)&&t.hasBase(k[i])){e=i;break}if("NONE"===e)t.units=[];else if(e&&Dr(P,e)&&(r=P[e]),r)t.units=[{unit:r.unit,prefix:r.prefix,power:1}];else{for(var a=!1,o=0;o<O.length;o++){var u=O[o];Math.abs(t.dimensions[o]||0)>1e-12&&(Dr(P,u)?n.push({unit:P[u].unit,prefix:P[u].prefix,power:t.dimensions[o]||0}):a=!0)}n.length<t.units.length&&!a&&(t.units=n)}return t},D.prototype.toSI=function(){for(var e=this.clone(),r=[],t=0;t<O.length;t++){var n=O[t];if(Math.abs(e.dimensions[t]||0)>1e-12){if(!Dr($.si,n))throw new Error("Cannot express custom unit "+n+" in SI units");r.push({unit:$.si[n].unit,prefix:$.si[n].prefix,power:e.dimensions[t]||0})}}return e.units=r,e.fixPrefix=!0,e.skipAutomaticSimplification=!0,null!==this.value?(e.value=null,this.to(e)):e},D.prototype.formatUnits=function(){for(var e="",r="",t=0,n=0,i=0;i<this.units.length;i++)this.units[i].power>0?(t++,e+=" "+this.units[i].prefix.name+this.units[i].unit.name,Math.abs(this.units[i].power-1)>1e-15&&(e+="^"+this.units[i].power)):this.units[i].power<0&&n++;if(n>0)for(var a=0;a<this.units.length;a++)this.units[a].power<0&&(t>0?(r+=" "+this.units[a].prefix.name+this.units[a].unit.name,Math.abs(this.units[a].power+1)>1e-15&&(r+="^"+-this.units[a].power)):(r+=" "+this.units[a].prefix.name+this.units[a].unit.name,r+="^"+this.units[a].power));e=e.substr(1),r=r.substr(1),t>1&&n>0&&(e="("+e+")"),n>1&&t>0&&(r="("+r+")");var o=e;return t>0&&n>0&&(o+=" / "),o+r},D.prototype.format=function(e){var r=this.skipAutomaticSimplification||null===this.value?this.clone():this.simplify(),t=!1;for(var n in null!=r.value&&Oe(r.value)&&(t=Math.abs(r.value.re)<1e-14),r.units)Dr(r.units,n)&&r.units[n].unit&&("VA"===r.units[n].unit.name&&t?r.units[n].unit=R.VAR:"VAR"!==r.units[n].unit.name||t||(r.units[n].unit=R.VA));1!==r.units.length||r.fixPrefix||Math.abs(r.units[0].power-Math.round(r.units[0].power))<1e-14&&(r.units[0].prefix=r._bestPrefix());var i=r._denormalize(r.value),a=null!==r.value?v(i,e||{}):"",o=r.formatUnits();return r.value&&Oe(r.value)&&(a="("+a+")"),o.length>0&&a.length>0&&(a+=" "),a+o},D.prototype._bestPrefix=function(){if(1!==this.units.length)throw new Error("Can only compute the best prefix for single units with integer powers, like kg, s^2, N^-1, and so forth!");if(Math.abs(this.units[0].power-Math.round(this.units[0].power))>=1e-14)throw new Error("Can only compute the best prefix for single units with integer powers, like kg, s^2, N^-1, and so forth!");var e=null!==this.value?l(this.value):0,r=l(this.units[0].unit.value),t=this.units[0].prefix;if(0===e)return t;var n=this.units[0].power,i=Math.log(e/Math.pow(t.value*r,n))/Math.LN10-1.2;if(i>-2.200001&&i<1.800001)return t;i=Math.abs(i);var a=this.units[0].unit.prefixes;for(var o in a)if(Dr(a,o)){var u=a[o];if(u.scientific){var s=Math.abs(Math.log(e/Math.pow(u.value*r,n))/Math.LN10-1.2);(s<i||s===i&&u.name.length<t.name.length)&&(t=u,i=s)}}return t},D.prototype.splitUnit=function(e){for(var r=this.clone(),t=[],n=0;n<e.length&&(r=r.to(e[n]),n!==e.length-1);n++){var i=r.toNumeric(),a=d(i),s=new D(p(a,i)?a:m(r.toNumeric()),e[n].toString());t.push(s),r=u(r,s)}for(var c=0,f=0;f<t.length;f++)c=o(c,t[f].value);return p(c,this.value)&&(r.value=0),t.push(r),t};var T={NONE:{"":{name:"",value:1,scientific:!0}},SHORT:{"":{name:"",value:1,scientific:!0},da:{name:"da",value:10,scientific:!1},h:{name:"h",value:100,scientific:!1},k:{name:"k",value:1e3,scientific:!0},M:{name:"M",value:1e6,scientific:!0},G:{name:"G",value:1e9,scientific:!0},T:{name:"T",value:1e12,scientific:!0},P:{name:"P",value:1e15,scientific:!0},E:{name:"E",value:1e18,scientific:!0},Z:{name:"Z",value:1e21,scientific:!0},Y:{name:"Y",value:1e24,scientific:!0},R:{name:"R",value:1e27,scientific:!0},Q:{name:"Q",value:1e30,scientific:!0},d:{name:"d",value:.1,scientific:!1},c:{name:"c",value:.01,scientific:!1},m:{name:"m",value:.001,scientific:!0},u:{name:"u",value:1e-6,scientific:!0},n:{name:"n",value:1e-9,scientific:!0},p:{name:"p",value:1e-12,scientific:!0},f:{name:"f",value:1e-15,scientific:!0},a:{name:"a",value:1e-18,scientific:!0},z:{name:"z",value:1e-21,scientific:!0},y:{name:"y",value:1e-24,scientific:!0},r:{name:"r",value:1e-27,scientific:!0},q:{name:"q",value:1e-30,scientific:!0}},LONG:{"":{name:"",value:1,scientific:!0},deca:{name:"deca",value:10,scientific:!1},hecto:{name:"hecto",value:100,scientific:!1},kilo:{name:"kilo",value:1e3,scientific:!0},mega:{name:"mega",value:1e6,scientific:!0},giga:{name:"giga",value:1e9,scientific:!0},tera:{name:"tera",value:1e12,scientific:!0},peta:{name:"peta",value:1e15,scientific:!0},exa:{name:"exa",value:1e18,scientific:!0},zetta:{name:"zetta",value:1e21,scientific:!0},yotta:{name:"yotta",value:1e24,scientific:!0},ronna:{name:"ronna",value:1e27,scientific:!0},quetta:{name:"quetta",value:1e30,scientific:!0},deci:{name:"deci",value:.1,scientific:!1},centi:{name:"centi",value:.01,scientific:!1},milli:{name:"milli",value:.001,scientific:!0},micro:{name:"micro",value:1e-6,scientific:!0},nano:{name:"nano",value:1e-9,scientific:!0},pico:{name:"pico",value:1e-12,scientific:!0},femto:{name:"femto",value:1e-15,scientific:!0},atto:{name:"atto",value:1e-18,scientific:!0},zepto:{name:"zepto",value:1e-21,scientific:!0},yocto:{name:"yocto",value:1e-24,scientific:!0},ronto:{name:"ronto",value:1e-27,scientific:!0},quecto:{name:"quecto",value:1e-30,scientific:!0}},SQUARED:{"":{name:"",value:1,scientific:!0},da:{name:"da",value:100,scientific:!1},h:{name:"h",value:1e4,scientific:!1},k:{name:"k",value:1e6,scientific:!0},M:{name:"M",value:1e12,scientific:!0},G:{name:"G",value:1e18,scientific:!0},T:{name:"T",value:1e24,scientific:!0},P:{name:"P",value:1e30,scientific:!0},E:{name:"E",value:1e36,scientific:!0},Z:{name:"Z",value:1e42,scientific:!0},Y:{name:"Y",value:1e48,scientific:!0},R:{name:"R",value:1e54,scientific:!0},Q:{name:"Q",value:1e60,scientific:!0},d:{name:"d",value:.01,scientific:!1},c:{name:"c",value:1e-4,scientific:!1},m:{name:"m",value:1e-6,scientific:!0},u:{name:"u",value:1e-12,scientific:!0},n:{name:"n",value:1e-18,scientific:!0},p:{name:"p",value:1e-24,scientific:!0},f:{name:"f",value:1e-30,scientific:!0},a:{name:"a",value:1e-36,scientific:!0},z:{name:"z",value:1e-42,scientific:!0},y:{name:"y",value:1e-48,scientific:!0},r:{name:"r",value:1e-54,scientific:!0},q:{name:"q",value:1e-60,scientific:!0}},CUBIC:{"":{name:"",value:1,scientific:!0},da:{name:"da",value:1e3,scientific:!1},h:{name:"h",value:1e6,scientific:!1},k:{name:"k",value:1e9,scientific:!0},M:{name:"M",value:1e18,scientific:!0},G:{name:"G",value:1e27,scientific:!0},T:{name:"T",value:1e36,scientific:!0},P:{name:"P",value:1e45,scientific:!0},E:{name:"E",value:1e54,scientific:!0},Z:{name:"Z",value:1e63,scientific:!0},Y:{name:"Y",value:1e72,scientific:!0},R:{name:"R",value:1e81,scientific:!0},Q:{name:"Q",value:1e90,scientific:!0},d:{name:"d",value:.001,scientific:!1},c:{name:"c",value:1e-6,scientific:!1},m:{name:"m",value:1e-9,scientific:!0},u:{name:"u",value:1e-18,scientific:!0},n:{name:"n",value:1e-27,scientific:!0},p:{name:"p",value:1e-36,scientific:!0},f:{name:"f",value:1e-45,scientific:!0},a:{name:"a",value:1e-54,scientific:!0},z:{name:"z",value:1e-63,scientific:!0},y:{name:"y",value:1e-72,scientific:!0},r:{name:"r",value:1e-81,scientific:!0},q:{name:"q",value:1e-90,scientific:!0}},BINARY_SHORT_SI:{"":{name:"",value:1,scientific:!0},k:{name:"k",value:1e3,scientific:!0},M:{name:"M",value:1e6,scientific:!0},G:{name:"G",value:1e9,scientific:!0},T:{name:"T",value:1e12,scientific:!0},P:{name:"P",value:1e15,scientific:!0},E:{name:"E",value:1e18,scientific:!0},Z:{name:"Z",value:1e21,scientific:!0},Y:{name:"Y",value:1e24,scientific:!0}},BINARY_SHORT_IEC:{"":{name:"",value:1,scientific:!0},Ki:{name:"Ki",value:1024,scientific:!0},Mi:{name:"Mi",value:Math.pow(1024,2),scientific:!0},Gi:{name:"Gi",value:Math.pow(1024,3),scientific:!0},Ti:{name:"Ti",value:Math.pow(1024,4),scientific:!0},Pi:{name:"Pi",value:Math.pow(1024,5),scientific:!0},Ei:{name:"Ei",value:Math.pow(1024,6),scientific:!0},Zi:{name:"Zi",value:Math.pow(1024,7),scientific:!0},Yi:{name:"Yi",value:Math.pow(1024,8),scientific:!0}},BINARY_LONG_SI:{"":{name:"",value:1,scientific:!0},kilo:{name:"kilo",value:1e3,scientific:!0},mega:{name:"mega",value:1e6,scientific:!0},giga:{name:"giga",value:1e9,scientific:!0},tera:{name:"tera",value:1e12,scientific:!0},peta:{name:"peta",value:1e15,scientific:!0},exa:{name:"exa",value:1e18,scientific:!0},zetta:{name:"zetta",value:1e21,scientific:!0},yotta:{name:"yotta",value:1e24,scientific:!0}},BINARY_LONG_IEC:{"":{name:"",value:1,scientific:!0},kibi:{name:"kibi",value:1024,scientific:!0},mebi:{name:"mebi",value:Math.pow(1024,2),scientific:!0},gibi:{name:"gibi",value:Math.pow(1024,3),scientific:!0},tebi:{name:"tebi",value:Math.pow(1024,4),scientific:!0},pebi:{name:"pebi",value:Math.pow(1024,5),scientific:!0},exi:{name:"exi",value:Math.pow(1024,6),scientific:!0},zebi:{name:"zebi",value:Math.pow(1024,7),scientific:!0},yobi:{name:"yobi",value:Math.pow(1024,8),scientific:!0}},BTU:{"":{name:"",value:1,scientific:!0},MM:{name:"MM",value:1e6,scientific:!0}}};T.SHORTLONG=ye({},T.SHORT,T.LONG),T.BINARY_SHORT=ye({},T.BINARY_SHORT_SI,T.BINARY_SHORT_IEC),T.BINARY_LONG=ye({},T.BINARY_LONG_SI,T.BINARY_LONG_IEC);var O=["MASS","LENGTH","TIME","CURRENT","TEMPERATURE","LUMINOUS_INTENSITY","AMOUNT_OF_SUBSTANCE","ANGLE","BIT"],k={NONE:{dimensions:[0,0,0,0,0,0,0,0,0]},MASS:{dimensions:[1,0,0,0,0,0,0,0,0]},LENGTH:{dimensions:[0,1,0,0,0,0,0,0,0]},TIME:{dimensions:[0,0,1,0,0,0,0,0,0]},CURRENT:{dimensions:[0,0,0,1,0,0,0,0,0]},TEMPERATURE:{dimensions:[0,0,0,0,1,0,0,0,0]},LUMINOUS_INTENSITY:{dimensions:[0,0,0,0,0,1,0,0,0]},AMOUNT_OF_SUBSTANCE:{dimensions:[0,0,0,0,0,0,1,0,0]},FORCE:{dimensions:[1,1,-2,0,0,0,0,0,0]},SURFACE:{dimensions:[0,2,0,0,0,0,0,0,0]},VOLUME:{dimensions:[0,3,0,0,0,0,0,0,0]},ENERGY:{dimensions:[1,2,-2,0,0,0,0,0,0]},POWER:{dimensions:[1,2,-3,0,0,0,0,0,0]},PRESSURE:{dimensions:[1,-1,-2,0,0,0,0,0,0]},ELECTRIC_CHARGE:{dimensions:[0,0,1,1,0,0,0,0,0]},ELECTRIC_CAPACITANCE:{dimensions:[-1,-2,4,2,0,0,0,0,0]},ELECTRIC_POTENTIAL:{dimensions:[1,2,-3,-1,0,0,0,0,0]},ELECTRIC_RESISTANCE:{dimensions:[1,2,-3,-2,0,0,0,0,0]},ELECTRIC_INDUCTANCE:{dimensions:[1,2,-2,-2,0,0,0,0,0]},ELECTRIC_CONDUCTANCE:{dimensions:[-1,-2,3,2,0,0,0,0,0]},MAGNETIC_FLUX:{dimensions:[1,2,-2,-1,0,0,0,0,0]},MAGNETIC_FLUX_DENSITY:{dimensions:[1,0,-2,-1,0,0,0,0,0]},FREQUENCY:{dimensions:[0,0,-1,0,0,0,0,0,0]},ANGLE:{dimensions:[0,0,0,0,0,0,0,1,0]},BIT:{dimensions:[0,0,0,0,0,0,0,0,1]}};for(var z in k)Dr(k,z)&&(k[z].key=z);var I={name:"",base:{},value:1,offset:0,dimensions:O.map((()=>0))},R={meter:{name:"meter",base:k.LENGTH,prefixes:T.LONG,value:1,offset:0},inch:{name:"inch",base:k.LENGTH,prefixes:T.NONE,value:.0254,offset:0},foot:{name:"foot",base:k.LENGTH,prefixes:T.NONE,value:.3048,offset:0},yard:{name:"yard",base:k.LENGTH,prefixes:T.NONE,value:.9144,offset:0},mile:{name:"mile",base:k.LENGTH,prefixes:T.NONE,value:1609.344,offset:0},link:{name:"link",base:k.LENGTH,prefixes:T.NONE,value:.201168,offset:0},rod:{name:"rod",base:k.LENGTH,prefixes:T.NONE,value:5.0292,offset:0},chain:{name:"chain",base:k.LENGTH,prefixes:T.NONE,value:20.1168,offset:0},angstrom:{name:"angstrom",base:k.LENGTH,prefixes:T.NONE,value:1e-10,offset:0},m:{name:"m",base:k.LENGTH,prefixes:T.SHORT,value:1,offset:0},in:{name:"in",base:k.LENGTH,prefixes:T.NONE,value:.0254,offset:0},ft:{name:"ft",base:k.LENGTH,prefixes:T.NONE,value:.3048,offset:0},yd:{name:"yd",base:k.LENGTH,prefixes:T.NONE,value:.9144,offset:0},mi:{name:"mi",base:k.LENGTH,prefixes:T.NONE,value:1609.344,offset:0},li:{name:"li",base:k.LENGTH,prefixes:T.NONE,value:.201168,offset:0},rd:{name:"rd",base:k.LENGTH,prefixes:T.NONE,value:5.02921,offset:0},ch:{name:"ch",base:k.LENGTH,prefixes:T.NONE,value:20.1168,offset:0},mil:{name:"mil",base:k.LENGTH,prefixes:T.NONE,value:254e-7,offset:0},m2:{name:"m2",base:k.SURFACE,prefixes:T.SQUARED,value:1,offset:0},sqin:{name:"sqin",base:k.SURFACE,prefixes:T.NONE,value:64516e-8,offset:0},sqft:{name:"sqft",base:k.SURFACE,prefixes:T.NONE,value:.09290304,offset:0},sqyd:{name:"sqyd",base:k.SURFACE,prefixes:T.NONE,value:.83612736,offset:0},sqmi:{name:"sqmi",base:k.SURFACE,prefixes:T.NONE,value:2589988.110336,offset:0},sqrd:{name:"sqrd",base:k.SURFACE,prefixes:T.NONE,value:25.29295,offset:0},sqch:{name:"sqch",base:k.SURFACE,prefixes:T.NONE,value:404.6873,offset:0},sqmil:{name:"sqmil",base:k.SURFACE,prefixes:T.NONE,value:6.4516e-10,offset:0},acre:{name:"acre",base:k.SURFACE,prefixes:T.NONE,value:4046.86,offset:0},hectare:{name:"hectare",base:k.SURFACE,prefixes:T.NONE,value:1e4,offset:0},m3:{name:"m3",base:k.VOLUME,prefixes:T.CUBIC,value:1,offset:0},L:{name:"L",base:k.VOLUME,prefixes:T.SHORT,value:.001,offset:0},l:{name:"l",base:k.VOLUME,prefixes:T.SHORT,value:.001,offset:0},litre:{name:"litre",base:k.VOLUME,prefixes:T.LONG,value:.001,offset:0},cuin:{name:"cuin",base:k.VOLUME,prefixes:T.NONE,value:16387064e-12,offset:0},cuft:{name:"cuft",base:k.VOLUME,prefixes:T.NONE,value:.028316846592,offset:0},cuyd:{name:"cuyd",base:k.VOLUME,prefixes:T.NONE,value:.764554857984,offset:0},teaspoon:{name:"teaspoon",base:k.VOLUME,prefixes:T.NONE,value:5e-6,offset:0},tablespoon:{name:"tablespoon",base:k.VOLUME,prefixes:T.NONE,value:15e-6,offset:0},drop:{name:"drop",base:k.VOLUME,prefixes:T.NONE,value:5e-8,offset:0},gtt:{name:"gtt",base:k.VOLUME,prefixes:T.NONE,value:5e-8,offset:0},minim:{name:"minim",base:k.VOLUME,prefixes:T.NONE,value:6.1611519921875e-8,offset:0},fluiddram:{name:"fluiddram",base:k.VOLUME,prefixes:T.NONE,value:36966911953125e-19,offset:0},fluidounce:{name:"fluidounce",base:k.VOLUME,prefixes:T.NONE,value:295735295625e-16,offset:0},gill:{name:"gill",base:k.VOLUME,prefixes:T.NONE,value:.00011829411825,offset:0},cc:{name:"cc",base:k.VOLUME,prefixes:T.NONE,value:1e-6,offset:0},cup:{name:"cup",base:k.VOLUME,prefixes:T.NONE,value:.0002365882365,offset:0},pint:{name:"pint",base:k.VOLUME,prefixes:T.NONE,value:.000473176473,offset:0},quart:{name:"quart",base:k.VOLUME,prefixes:T.NONE,value:.000946352946,offset:0},gallon:{name:"gallon",base:k.VOLUME,prefixes:T.NONE,value:.003785411784,offset:0},beerbarrel:{name:"beerbarrel",base:k.VOLUME,prefixes:T.NONE,value:.117347765304,offset:0},oilbarrel:{name:"oilbarrel",base:k.VOLUME,prefixes:T.NONE,value:.158987294928,offset:0},hogshead:{name:"hogshead",base:k.VOLUME,prefixes:T.NONE,value:.238480942392,offset:0},g:{name:"g",base:k.MASS,prefixes:T.SHORT,value:.001,offset:0},gram:{name:"gram",base:k.MASS,prefixes:T.LONG,value:.001,offset:0},ton:{name:"ton",base:k.MASS,prefixes:T.SHORT,value:907.18474,offset:0},t:{name:"t",base:k.MASS,prefixes:T.SHORT,value:1e3,offset:0},tonne:{name:"tonne",base:k.MASS,prefixes:T.LONG,value:1e3,offset:0},grain:{name:"grain",base:k.MASS,prefixes:T.NONE,value:6479891e-11,offset:0},dram:{name:"dram",base:k.MASS,prefixes:T.NONE,value:.0017718451953125,offset:0},ounce:{name:"ounce",base:k.MASS,prefixes:T.NONE,value:.028349523125,offset:0},poundmass:{name:"poundmass",base:k.MASS,prefixes:T.NONE,value:.45359237,offset:0},hundredweight:{name:"hundredweight",base:k.MASS,prefixes:T.NONE,value:45.359237,offset:0},stick:{name:"stick",base:k.MASS,prefixes:T.NONE,value:.115,offset:0},stone:{name:"stone",base:k.MASS,prefixes:T.NONE,value:6.35029318,offset:0},gr:{name:"gr",base:k.MASS,prefixes:T.NONE,value:6479891e-11,offset:0},dr:{name:"dr",base:k.MASS,prefixes:T.NONE,value:.0017718451953125,offset:0},oz:{name:"oz",base:k.MASS,prefixes:T.NONE,value:.028349523125,offset:0},lbm:{name:"lbm",base:k.MASS,prefixes:T.NONE,value:.45359237,offset:0},cwt:{name:"cwt",base:k.MASS,prefixes:T.NONE,value:45.359237,offset:0},s:{name:"s",base:k.TIME,prefixes:T.SHORT,value:1,offset:0},min:{name:"min",base:k.TIME,prefixes:T.NONE,value:60,offset:0},h:{name:"h",base:k.TIME,prefixes:T.NONE,value:3600,offset:0},second:{name:"second",base:k.TIME,prefixes:T.LONG,value:1,offset:0},sec:{name:"sec",base:k.TIME,prefixes:T.LONG,value:1,offset:0},minute:{name:"minute",base:k.TIME,prefixes:T.NONE,value:60,offset:0},hour:{name:"hour",base:k.TIME,prefixes:T.NONE,value:3600,offset:0},day:{name:"day",base:k.TIME,prefixes:T.NONE,value:86400,offset:0},week:{name:"week",base:k.TIME,prefixes:T.NONE,value:604800,offset:0},month:{name:"month",base:k.TIME,prefixes:T.NONE,value:2629800,offset:0},year:{name:"year",base:k.TIME,prefixes:T.NONE,value:31557600,offset:0},decade:{name:"decade",base:k.TIME,prefixes:T.NONE,value:315576e3,offset:0},century:{name:"century",base:k.TIME,prefixes:T.NONE,value:315576e4,offset:0},millennium:{name:"millennium",base:k.TIME,prefixes:T.NONE,value:315576e5,offset:0},hertz:{name:"Hertz",base:k.FREQUENCY,prefixes:T.LONG,value:1,offset:0,reciprocal:!0},Hz:{name:"Hz",base:k.FREQUENCY,prefixes:T.SHORT,value:1,offset:0,reciprocal:!0},rad:{name:"rad",base:k.ANGLE,prefixes:T.SHORT,value:1,offset:0},radian:{name:"radian",base:k.ANGLE,prefixes:T.LONG,value:1,offset:0},deg:{name:"deg",base:k.ANGLE,prefixes:T.SHORT,value:null,offset:0},degree:{name:"degree",base:k.ANGLE,prefixes:T.LONG,value:null,offset:0},grad:{name:"grad",base:k.ANGLE,prefixes:T.SHORT,value:null,offset:0},gradian:{name:"gradian",base:k.ANGLE,prefixes:T.LONG,value:null,offset:0},cycle:{name:"cycle",base:k.ANGLE,prefixes:T.NONE,value:null,offset:0},arcsec:{name:"arcsec",base:k.ANGLE,prefixes:T.NONE,value:null,offset:0},arcmin:{name:"arcmin",base:k.ANGLE,prefixes:T.NONE,value:null,offset:0},A:{name:"A",base:k.CURRENT,prefixes:T.SHORT,value:1,offset:0},ampere:{name:"ampere",base:k.CURRENT,prefixes:T.LONG,value:1,offset:0},K:{name:"K",base:k.TEMPERATURE,prefixes:T.SHORT,value:1,offset:0},degC:{name:"degC",base:k.TEMPERATURE,prefixes:T.SHORT,value:1,offset:273.15},degF:{name:"degF",base:k.TEMPERATURE,prefixes:T.SHORT,value:new b(5,9),offset:459.67},degR:{name:"degR",base:k.TEMPERATURE,prefixes:T.SHORT,value:new b(5,9),offset:0},kelvin:{name:"kelvin",base:k.TEMPERATURE,prefixes:T.LONG,value:1,offset:0},celsius:{name:"celsius",base:k.TEMPERATURE,prefixes:T.LONG,value:1,offset:273.15},fahrenheit:{name:"fahrenheit",base:k.TEMPERATURE,prefixes:T.LONG,value:new b(5,9),offset:459.67},rankine:{name:"rankine",base:k.TEMPERATURE,prefixes:T.LONG,value:new b(5,9),offset:0},mol:{name:"mol",base:k.AMOUNT_OF_SUBSTANCE,prefixes:T.SHORT,value:1,offset:0},mole:{name:"mole",base:k.AMOUNT_OF_SUBSTANCE,prefixes:T.LONG,value:1,offset:0},cd:{name:"cd",base:k.LUMINOUS_INTENSITY,prefixes:T.SHORT,value:1,offset:0},candela:{name:"candela",base:k.LUMINOUS_INTENSITY,prefixes:T.LONG,value:1,offset:0},N:{name:"N",base:k.FORCE,prefixes:T.SHORT,value:1,offset:0},newton:{name:"newton",base:k.FORCE,prefixes:T.LONG,value:1,offset:0},dyn:{name:"dyn",base:k.FORCE,prefixes:T.SHORT,value:1e-5,offset:0},dyne:{name:"dyne",base:k.FORCE,prefixes:T.LONG,value:1e-5,offset:0},lbf:{name:"lbf",base:k.FORCE,prefixes:T.NONE,value:4.4482216152605,offset:0},poundforce:{name:"poundforce",base:k.FORCE,prefixes:T.NONE,value:4.4482216152605,offset:0},kip:{name:"kip",base:k.FORCE,prefixes:T.LONG,value:4448.2216,offset:0},kilogramforce:{name:"kilogramforce",base:k.FORCE,prefixes:T.NONE,value:9.80665,offset:0},J:{name:"J",base:k.ENERGY,prefixes:T.SHORT,value:1,offset:0},joule:{name:"joule",base:k.ENERGY,prefixes:T.LONG,value:1,offset:0},erg:{name:"erg",base:k.ENERGY,prefixes:T.SHORTLONG,value:1e-7,offset:0},Wh:{name:"Wh",base:k.ENERGY,prefixes:T.SHORT,value:3600,offset:0},BTU:{name:"BTU",base:k.ENERGY,prefixes:T.BTU,value:1055.05585262,offset:0},eV:{name:"eV",base:k.ENERGY,prefixes:T.SHORT,value:1602176565e-28,offset:0},electronvolt:{name:"electronvolt",base:k.ENERGY,prefixes:T.LONG,value:1602176565e-28,offset:0},W:{name:"W",base:k.POWER,prefixes:T.SHORT,value:1,offset:0},watt:{name:"watt",base:k.POWER,prefixes:T.LONG,value:1,offset:0},hp:{name:"hp",base:k.POWER,prefixes:T.NONE,value:745.6998715386,offset:0},VAR:{name:"VAR",base:k.POWER,prefixes:T.SHORT,value:g.I,offset:0},VA:{name:"VA",base:k.POWER,prefixes:T.SHORT,value:1,offset:0},Pa:{name:"Pa",base:k.PRESSURE,prefixes:T.SHORT,value:1,offset:0},psi:{name:"psi",base:k.PRESSURE,prefixes:T.NONE,value:6894.75729276459,offset:0},atm:{name:"atm",base:k.PRESSURE,prefixes:T.NONE,value:101325,offset:0},bar:{name:"bar",base:k.PRESSURE,prefixes:T.SHORTLONG,value:1e5,offset:0},torr:{name:"torr",base:k.PRESSURE,prefixes:T.NONE,value:133.322,offset:0},mmHg:{name:"mmHg",base:k.PRESSURE,prefixes:T.NONE,value:133.322,offset:0},mmH2O:{name:"mmH2O",base:k.PRESSURE,prefixes:T.NONE,value:9.80665,offset:0},cmH2O:{name:"cmH2O",base:k.PRESSURE,prefixes:T.NONE,value:98.0665,offset:0},coulomb:{name:"coulomb",base:k.ELECTRIC_CHARGE,prefixes:T.LONG,value:1,offset:0},C:{name:"C",base:k.ELECTRIC_CHARGE,prefixes:T.SHORT,value:1,offset:0},farad:{name:"farad",base:k.ELECTRIC_CAPACITANCE,prefixes:T.LONG,value:1,offset:0},F:{name:"F",base:k.ELECTRIC_CAPACITANCE,prefixes:T.SHORT,value:1,offset:0},volt:{name:"volt",base:k.ELECTRIC_POTENTIAL,prefixes:T.LONG,value:1,offset:0},V:{name:"V",base:k.ELECTRIC_POTENTIAL,prefixes:T.SHORT,value:1,offset:0},ohm:{name:"ohm",base:k.ELECTRIC_RESISTANCE,prefixes:T.SHORTLONG,value:1,offset:0},henry:{name:"henry",base:k.ELECTRIC_INDUCTANCE,prefixes:T.LONG,value:1,offset:0},H:{name:"H",base:k.ELECTRIC_INDUCTANCE,prefixes:T.SHORT,value:1,offset:0},siemens:{name:"siemens",base:k.ELECTRIC_CONDUCTANCE,prefixes:T.LONG,value:1,offset:0},S:{name:"S",base:k.ELECTRIC_CONDUCTANCE,prefixes:T.SHORT,value:1,offset:0},weber:{name:"weber",base:k.MAGNETIC_FLUX,prefixes:T.LONG,value:1,offset:0},Wb:{name:"Wb",base:k.MAGNETIC_FLUX,prefixes:T.SHORT,value:1,offset:0},tesla:{name:"tesla",base:k.MAGNETIC_FLUX_DENSITY,prefixes:T.LONG,value:1,offset:0},T:{name:"T",base:k.MAGNETIC_FLUX_DENSITY,prefixes:T.SHORT,value:1,offset:0},b:{name:"b",base:k.BIT,prefixes:T.BINARY_SHORT,value:1,offset:0},bits:{name:"bits",base:k.BIT,prefixes:T.BINARY_LONG,value:1,offset:0},B:{name:"B",base:k.BIT,prefixes:T.BINARY_SHORT,value:8,offset:0},bytes:{name:"bytes",base:k.BIT,prefixes:T.BINARY_LONG,value:8,offset:0}},j={meters:"meter",inches:"inch",feet:"foot",yards:"yard",miles:"mile",links:"link",rods:"rod",chains:"chain",angstroms:"angstrom",lt:"l",litres:"litre",liter:"litre",liters:"litre",teaspoons:"teaspoon",tablespoons:"tablespoon",minims:"minim",fldr:"fluiddram",fluiddrams:"fluiddram",floz:"fluidounce",fluidounces:"fluidounce",gi:"gill",gills:"gill",cp:"cup",cups:"cup",pt:"pint",pints:"pint",qt:"quart",quarts:"quart",gal:"gallon",gallons:"gallon",bbl:"beerbarrel",beerbarrels:"beerbarrel",obl:"oilbarrel",oilbarrels:"oilbarrel",hogsheads:"hogshead",gtts:"gtt",grams:"gram",tons:"ton",tonnes:"tonne",grains:"grain",drams:"dram",ounces:"ounce",poundmasses:"poundmass",hundredweights:"hundredweight",sticks:"stick",lb:"lbm",lbs:"lbm",kips:"kip",kgf:"kilogramforce",acres:"acre",hectares:"hectare",sqfeet:"sqft",sqyard:"sqyd",sqmile:"sqmi",sqmiles:"sqmi",mmhg:"mmHg",mmh2o:"mmH2O",cmh2o:"cmH2O",seconds:"second",secs:"second",minutes:"minute",mins:"minute",hours:"hour",hr:"hour",hrs:"hour",days:"day",weeks:"week",months:"month",years:"year",decades:"decade",centuries:"century",millennia:"millennium",hertz:"hertz",radians:"radian",degrees:"degree",gradians:"gradian",cycles:"cycle",arcsecond:"arcsec",arcseconds:"arcsec",arcminute:"arcmin",arcminutes:"arcmin",BTUs:"BTU",watts:"watt",joules:"joule",amperes:"ampere",amps:"ampere",amp:"ampere",coulombs:"coulomb",volts:"volt",ohms:"ohm",farads:"farad",webers:"weber",teslas:"tesla",electronvolts:"electronvolt",moles:"mole",bit:"bits",byte:"bytes"};function U(e){if("BigNumber"===e.number){var r=Bf(x);R.rad.value=new x(1),R.deg.value=r.div(180),R.grad.value=r.div(200),R.cycle.value=r.times(2),R.arcsec.value=r.div(648e3),R.arcmin.value=r.div(10800)}else R.rad.value=1,R.deg.value=Math.PI/180,R.grad.value=Math.PI/200,R.cycle.value=2*Math.PI,R.arcsec.value=Math.PI/648e3,R.arcmin.value=Math.PI/10800;R.radian.value=R.rad.value,R.degree.value=R.deg.value,R.gradian.value=R.grad.value}U(a),i&&i("config",(function(e,r){e.number!==r.number&&U(e)}));var $={si:{NONE:{unit:I,prefix:T.NONE[""]},LENGTH:{unit:R.m,prefix:T.SHORT[""]},MASS:{unit:R.g,prefix:T.SHORT.k},TIME:{unit:R.s,prefix:T.SHORT[""]},CURRENT:{unit:R.A,prefix:T.SHORT[""]},TEMPERATURE:{unit:R.K,prefix:T.SHORT[""]},LUMINOUS_INTENSITY:{unit:R.cd,prefix:T.SHORT[""]},AMOUNT_OF_SUBSTANCE:{unit:R.mol,prefix:T.SHORT[""]},ANGLE:{unit:R.rad,prefix:T.SHORT[""]},BIT:{unit:R.bits,prefix:T.SHORT[""]},FORCE:{unit:R.N,prefix:T.SHORT[""]},ENERGY:{unit:R.J,prefix:T.SHORT[""]},POWER:{unit:R.W,prefix:T.SHORT[""]},PRESSURE:{unit:R.Pa,prefix:T.SHORT[""]},ELECTRIC_CHARGE:{unit:R.C,prefix:T.SHORT[""]},ELECTRIC_CAPACITANCE:{unit:R.F,prefix:T.SHORT[""]},ELECTRIC_POTENTIAL:{unit:R.V,prefix:T.SHORT[""]},ELECTRIC_RESISTANCE:{unit:R.ohm,prefix:T.SHORT[""]},ELECTRIC_INDUCTANCE:{unit:R.H,prefix:T.SHORT[""]},ELECTRIC_CONDUCTANCE:{unit:R.S,prefix:T.SHORT[""]},MAGNETIC_FLUX:{unit:R.Wb,prefix:T.SHORT[""]},MAGNETIC_FLUX_DENSITY:{unit:R.T,prefix:T.SHORT[""]},FREQUENCY:{unit:R.Hz,prefix:T.SHORT[""]}}};$.cgs=JSON.parse(JSON.stringify($.si)),$.cgs.LENGTH={unit:R.m,prefix:T.SHORT.c},$.cgs.MASS={unit:R.g,prefix:T.SHORT[""]},$.cgs.FORCE={unit:R.dyn,prefix:T.SHORT[""]},$.cgs.ENERGY={unit:R.erg,prefix:T.NONE[""]},$.us=JSON.parse(JSON.stringify($.si)),$.us.LENGTH={unit:R.ft,prefix:T.NONE[""]},$.us.MASS={unit:R.lbm,prefix:T.NONE[""]},$.us.TEMPERATURE={unit:R.degF,prefix:T.NONE[""]},$.us.FORCE={unit:R.lbf,prefix:T.NONE[""]},$.us.ENERGY={unit:R.BTU,prefix:T.BTU[""]},$.us.POWER={unit:R.hp,prefix:T.NONE[""]},$.us.PRESSURE={unit:R.psi,prefix:T.NONE[""]},$.auto=JSON.parse(JSON.stringify($.si));var P=$.auto;for(var L in D.setUnitSystem=function(e){if(!Dr($,e))throw new Error("Unit system "+e+" does not exist. Choices are: "+Object.keys($).join(", "));P=$[e]},D.getUnitSystem=function(){for(var e in $)if(Dr($,e)&&$[e]===P)return e},D.typeConverters={BigNumber:function(e){return null!=e&&e.isFraction?new x(String(e.n)).div(String(e.d)).times(String(e.s)):new x(e+"")},Fraction:function(e){return new b(e)},Complex:function(e){return e},number:function(e){return null!=e&&e.isFraction?y(e):e}},D.prototype._numberConverter=function(){var e=D.typeConverters[this.valueType()];if(e)return e;throw new TypeError('Unsupported Unit value type "'+this.valueType()+'"')},D._getNumberConverter=function(e){if(!D.typeConverters[e])throw new TypeError('Unsupported type "'+e+'"');return D.typeConverters[e]},R)if(Dr(R,L)){var _=R[L];_.dimensions=_.base.dimensions}for(var J in j)if(Dr(j,J)){var W=R[j[J]],V={};for(var H in W)Dr(W,H)&&(V[H]=W[H]);V.name=J,R[J]=V}return D.isValidAlpha=function(e){return/^[a-zA-Z]$/.test(e)},D.createUnit=function(e,r){if("object"!=typeof e)throw new TypeError("createUnit expects first parameter to be of type 'Object'");if(r&&r.override)for(var t in e)if(Dr(e,t)&&D.deleteUnit(t),e[t].aliases)for(var n=0;n<e[t].aliases.length;n++)D.deleteUnit(e[t].aliases[n]);var i;for(var a in e)Dr(e,a)&&(i=D.createUnitSingle(a,e[a]));return i},D.createUnitSingle=function(e,r){if(null==r&&(r={}),"string"!=typeof e)throw new TypeError("createUnitSingle expects first parameter to be of type 'string'");if(Dr(R,e))throw new Error('Cannot create unit "'+e+'": a unit with that name already exists');!function(e){for(var r=0;r<e.length;r++){if(n=e.charAt(r),0===r&&!D.isValidAlpha(n))throw new Error('Invalid unit name (must begin with alpha character): "'+e+'"');if(r>0&&!D.isValidAlpha(n)&&!A(n))throw new Error('Invalid unit name (only alphanumeric characters are allowed): "'+e+'"')}}(e);var t,i,a,o=null,u=[],s=0;if(r&&"Unit"===r.type)o=r.clone();else if("string"==typeof r)""!==r&&(t=r);else{if("object"!=typeof r)throw new TypeError('Cannot create unit "'+e+'" from "'+r.toString()+'": expecting "string" or "Unit" or "Object"');t=r.definition,i=r.prefixes,s=r.offset,a=r.baseName,r.aliases&&(u=r.aliases.valueOf())}if(u)for(var c=0;c<u.length;c++)if(Dr(R,u[c]))throw new Error('Cannot create alias "'+u[c]+'": a unit with that name already exists');if(t&&"string"==typeof t&&!o)try{o=D.parse(t,{allowNoUnits:!0})}catch(r){throw r.message='Could not create unit "'+e+'" from "'+t+'": '+r.message,r}else t&&"Unit"===t.type&&(o=t.clone());u=u||[],s=s||0,i=i&&i.toUpperCase&&T[i.toUpperCase()]||T.NONE;var f={};if(o){f={name:e,value:o.value,dimensions:o.dimensions.slice(0),prefixes:i,offset:s};var l=!1;for(var m in k)if(Dr(k,m)){for(var d=!0,p=0;p<O.length;p++)if(Math.abs((f.dimensions[p]||0)-(k[m].dimensions[p]||0))>1e-12){d=!1;break}if(d){l=!0,f.base=k[m];break}}if(!l){a=a||e+"_STUFF";var h={dimensions:o.dimensions.slice(0)};h.key=a,k[a]=h,P[a]={unit:f,prefix:T.NONE[""]},f.base=k[a]}}else{if(O.indexOf(a=a||e+"_STUFF")>=0)throw new Error('Cannot create new base unit "'+e+'": a base unit with that name already exists (and cannot be overridden)');for(var v in O.push(a),k)Dr(k,v)&&(k[v].dimensions[O.length-1]=0);for(var y={dimensions:[]},g=0;g<O.length;g++)y.dimensions[g]=0;y.dimensions[O.length-1]=1,y.key=a,k[a]=y,f={name:e,value:1,dimensions:k[a].dimensions.slice(0),prefixes:i,offset:s,base:k[a]},P[a]={unit:f,prefix:T.NONE[""]}}D.UNITS[e]=f;for(var x=0;x<u.length;x++){var b=u[x],w={};for(var N in f)Dr(f,N)&&(w[N]=f[N]);w.name=b,D.UNITS[b]=w}return delete B.cache,new D(null,e)},D.deleteUnit=function(e){delete D.UNITS[e],delete B.cache},D.PREFIXES=T,D.BASE_DIMENSIONS=O,D.BASE_UNITS=k,D.UNIT_SYSTEMS=$,D.UNITS=R,D}),{isClass:!0}),If="unit",Rf=Cr(If,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r(If,{Unit:function(e){return e.clone()},string:function(e){return t.isValuelessUnit(e)?new t(null,e):t.parse(e,{allowNoUnits:!0})},"number | BigNumber | Fraction | Complex, string | Unit":function(e,r){return new t(e,r)},"number | BigNumber | Fraction":function(e){return new t(e)},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),jf="sparse",Uf=Cr(jf,["typed","SparseMatrix"],(e=>{var{typed:r,SparseMatrix:t}=e;return r(jf,{"":function(){return new t([])},string:function(e){return new t([],e)},"Array | Matrix":function(e){return new t(e)},"Array | Matrix, string":function(e,r){return new t(e,r)}})})),$f="createUnit",Pf=Cr($f,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r($f,{"Object, Object":function(e,r){return t.createUnit(e,r)},Object:function(e){return t.createUnit(e,{})},"string, Unit | string | Object, Object":function(e,r,n){var i={};return i[e]=r,t.createUnit(i,n)},"string, Unit | string | Object":function(e,r){var n={};return n[e]=r,t.createUnit(n,{})},string:function(e){var r={};return r[e]={},t.createUnit(r,{})}})})),Lf="acos",_f=Cr(Lf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(Lf,{number:function(e){return e>=-1&&e<=1||t.predictable?Math.acos(e):new n(e,0).acos()},Complex:function(e){return e.acos()},BigNumber:function(e){return e.acos()}})})),Jf="acosh",Wf=Cr(Jf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(Jf,{number:function(e){return e>=1||t.predictable?hi(e):e<=-1?new n(Math.log(Math.sqrt(e*e-1)-e),Math.PI):new n(e,0).acosh()},Complex:function(e){return e.acosh()},BigNumber:function(e){return e.acosh()}})})),Vf="acot",Hf=Cr(Vf,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Vf,{number:vi,Complex:function(e){return e.acot()},BigNumber:function(e){return new t(1).div(e).atan()}})})),Zf="acoth",Gf=Cr(Zf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Zf,{number:function(e){return e>=1||e<=-1||t.predictable?yi(e):new n(e,0).acoth()},Complex:function(e){return e.acoth()},BigNumber:function(e){return new i(1).div(e).atanh()}})})),Xf="acsc",Qf=Cr(Xf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Xf,{number:function(e){return e<=-1||e>=1||t.predictable?gi(e):new n(e,0).acsc()},Complex:function(e){return e.acsc()},BigNumber:function(e){return new i(1).div(e).asin()}})})),Yf="acsch",Kf=Cr(Yf,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Yf,{number:xi,Complex:function(e){return e.acsch()},BigNumber:function(e){return new t(1).div(e).asinh()}})})),el="asec",rl=Cr(el,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(el,{number:function(e){return e<=-1||e>=1||t.predictable?bi(e):new n(e,0).asec()},Complex:function(e){return e.asec()},BigNumber:function(e){return new i(1).div(e).acos()}})})),tl="asech",nl=Cr(tl,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(tl,{number:function(e){if(e<=1&&e>=-1||t.predictable){var r=1/e;if(r>0||t.predictable)return wi(e);var i=Math.sqrt(r*r-1);return new n(Math.log(i-r),Math.PI)}return new n(e,0).asech()},Complex:function(e){return e.asech()},BigNumber:function(e){return new i(1).div(e).acosh()}})})),il="asin",al=Cr(il,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(il,{number:function(e){return e>=-1&&e<=1||t.predictable?Math.asin(e):new n(e,0).asin()},Complex:function(e){return e.asin()},BigNumber:function(e){return e.asin()}})})),ol=Cr("asinh",["typed"],(e=>{var{typed:r}=e;return r("asinh",{number:Di,Complex:function(e){return e.asinh()},BigNumber:function(e){return e.asinh()}})})),ul=Cr("atan",["typed"],(e=>{var{typed:r}=e;return r("atan",{number:function(e){return Math.atan(e)},Complex:function(e){return e.atan()},BigNumber:function(e){return e.atan()}})})),sl="atan2",cl=Cr(sl,["typed","matrix","equalScalar","BigNumber","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,DenseMatrix:a,concat:o}=e,u=ro({typed:r,equalScalar:n}),s=to({typed:r}),c=_o({typed:r,equalScalar:n}),f=Oa({typed:r,equalScalar:n}),l=ka({typed:r,DenseMatrix:a}),m=oo({typed:r,matrix:t,concat:o});return r(sl,{"number, number":Math.atan2,"BigNumber, BigNumber":(e,r)=>i.atan2(e,r)},m({scalar:"number | BigNumber",SS:c,DS:s,SD:u,Ss:f,sS:l}))})),fl="atanh",ll=Cr(fl,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(fl,{number:function(e){return e<=1&&e>=-1||t.predictable?Ni(e):new n(e,0).atanh()},Complex:function(e){return e.atanh()},BigNumber:function(e){return e.atanh()}})})),ml=Cr("trigUnit",["typed"],(e=>{var{typed:r}=e;return{Unit:r.referToSelf((e=>t=>{if(!t.hasBase(t.constructor.BASE_UNITS.ANGLE))throw new TypeError("Unit in function cot is no angle");return r.find(e,t.valueType())(t.value)}))}})),dl=Cr("cos",["typed"],(e=>{var{typed:r}=e,t=ml({typed:r});return r("cos",{number:Math.cos,"Complex | BigNumber":e=>e.cos()},t)})),pl="cosh",hl=Cr(pl,["typed"],(e=>{var{typed:r}=e;return r(pl,{number:Zr,"Complex | BigNumber":e=>e.cosh()})})),vl=Cr("cot",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("cot",{number:Ai,Complex:e=>e.cot(),BigNumber:e=>new t(1).div(e.tan())},ml({typed:r}))})),yl="coth",gl=Cr(yl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(yl,{number:Mi,Complex:e=>e.coth(),BigNumber:e=>new t(1).div(e.tanh())})})),xl=Cr("csc",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("csc",{number:Ci,Complex:e=>e.csc(),BigNumber:e=>new t(1).div(e.sin())},ml({typed:r}))})),bl="csch",wl=Cr(bl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(bl,{number:Ei,Complex:e=>e.csch(),BigNumber:e=>new t(1).div(e.sinh())})})),Dl=Cr("sec",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("sec",{number:Si,Complex:e=>e.sec(),BigNumber:e=>new t(1).div(e.cos())},ml({typed:r}))})),Nl="sech",Al=Cr(Nl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Nl,{number:Fi,Complex:e=>e.sech(),BigNumber:e=>new t(1).div(e.cosh())})})),Ml=Cr("sin",["typed"],(e=>{var{typed:r}=e,t=ml({typed:r});return r("sin",{number:Math.sin,"Complex | BigNumber":e=>e.sin()},t)})),Cl="sinh",El=Cr(Cl,["typed"],(e=>{var{typed:r}=e;return r(Cl,{number:Bi,"Complex | BigNumber":e=>e.sinh()})})),Sl=Cr("tan",["typed"],(e=>{var{typed:r}=e,t=ml({typed:r});return r("tan",{number:Math.tan,"Complex | BigNumber":e=>e.tan()},t)})),Fl=Cr("tanh",["typed"],(e=>{var{typed:r}=e;return r("tanh",{number:Xr,"Complex | BigNumber":e=>e.tanh()})})),Bl="setCartesian",ql=Cr(Bl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Bl,{"Array | Matrix, Array | Matrix":function(e,r){var u=[];if(0!==n(t(e),new a(0))&&0!==n(t(r),new a(0))){var s=Jt(Array.isArray(e)?e:e.toArray()).sort(i),c=Jt(Array.isArray(r)?r:r.toArray()).sort(i);u=[];for(var f=0;f<s.length;f++)for(var l=0;l<c.length;l++)u.push([s[f],c[l]])}return Array.isArray(e)&&Array.isArray(r)?u:new o(u)}})})),Tl="setDifference",Ol=Cr(Tl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Tl,{"Array | Matrix, Array | Matrix":function(e,r){var u;if(0===n(t(e),new a(0)))u=[];else{if(0===n(t(r),new a(0)))return Jt(e.toArray());var s,c=Gt(Jt(Array.isArray(e)?e:e.toArray()).sort(i)),f=Gt(Jt(Array.isArray(r)?r:r.toArray()).sort(i));u=[];for(var l=0;l<c.length;l++){s=!1;for(var m=0;m<f.length;m++)if(0===i(c[l].value,f[m].value)&&c[l].identifier===f[m].identifier){s=!0;break}s||u.push(c[l])}}return Array.isArray(e)&&Array.isArray(r)?Xt(u):new o(Xt(u))}})})),kl="setDistinct",zl=Cr(kl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(kl,{"Array | Matrix":function(e){var r;if(0===n(t(e),new a(0)))r=[];else{var u=Jt(Array.isArray(e)?e:e.toArray()).sort(i);(r=[]).push(u[0]);for(var s=1;s<u.length;s++)0!==i(u[s],u[s-1])&&r.push(u[s])}return Array.isArray(e)?r:new o(r)}})})),Il="setIntersect",Rl=Cr(Il,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Il,{"Array | Matrix, Array | Matrix":function(e,r){var u;if(0===n(t(e),new a(0))||0===n(t(r),new a(0)))u=[];else{var s=Gt(Jt(Array.isArray(e)?e:e.toArray()).sort(i)),c=Gt(Jt(Array.isArray(r)?r:r.toArray()).sort(i));u=[];for(var f=0;f<s.length;f++)for(var l=0;l<c.length;l++)if(0===i(s[f].value,c[l].value)&&s[f].identifier===c[l].identifier){u.push(s[f]);break}}return Array.isArray(e)&&Array.isArray(r)?Xt(u):new o(Xt(u))}})})),jl="setIsSubset",Ul=Cr(jl,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(jl,{"Array | Matrix, Array | Matrix":function(e,r){if(0===n(t(e),new a(0)))return!0;if(0===n(t(r),new a(0)))return!1;for(var o,u=Gt(Jt(Array.isArray(e)?e:e.toArray()).sort(i)),s=Gt(Jt(Array.isArray(r)?r:r.toArray()).sort(i)),c=0;c<u.length;c++){o=!1;for(var f=0;f<s.length;f++)if(0===i(u[c].value,s[f].value)&&u[c].identifier===s[f].identifier){o=!0;break}if(!1===o)return!1}return!0}})})),$l="setMultiplicity",Pl=Cr($l,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r($l,{"number | BigNumber | Fraction | Complex, Array | Matrix":function(e,r){if(0===n(t(r),new a(0)))return 0;for(var o=Jt(Array.isArray(r)?r:r.toArray()),u=0,s=0;s<o.length;s++)0===i(o[s],e)&&u++;return u}})})),Ll="setPowerset",_l=Cr(Ll,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(Ll,{"Array | Matrix":function(e){if(0===n(t(e),new a(0)))return[];for(var r=Jt(Array.isArray(e)?e:e.toArray()).sort(i),u=[],s=0;s.toString(2).length<=r.length;)u.push(o(r,s.toString(2).split("").reverse())),s++;return function(e){for(var r=[],t=e.length-1;t>0;t--)for(var n=0;n<t;n++)e[n].length>e[n+1].length&&(r=e[n],e[n]=e[n+1],e[n+1]=r);return e}(u)}});function o(e,r){for(var t=[],n=0;n<r.length;n++)"1"===r[n]&&t.push(e[n]);return t}})),Jl="setSize",Wl=Cr(Jl,["typed","compareNatural"],(e=>{var{typed:r,compareNatural:t}=e;return r(Jl,{"Array | Matrix":function(e){return Array.isArray(e)?Jt(e).length:Jt(e.toArray()).length},"Array | Matrix, boolean":function(e,r){if(!1===r||0===e.length)return Array.isArray(e)?Jt(e).length:Jt(e.toArray()).length;for(var n=Jt(Array.isArray(e)?e:e.toArray()).sort(t),i=1,a=1;a<n.length;a++)0!==t(n[a],n[a-1])&&i++;return i}})})),Vl="setSymDifference",Hl=Cr(Vl,["typed","size","concat","subset","setDifference","Index"],(e=>{var{typed:r,size:t,concat:n,subset:i,setDifference:a,Index:o}=e;return r(Vl,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new o(0)))return Jt(r);if(0===i(t(r),new o(0)))return Jt(e);var u=Jt(e),s=Jt(r);return n(a(u,s),a(s,u))}})})),Zl="setUnion",Gl=Cr(Zl,["typed","size","concat","subset","setIntersect","setSymDifference","Index"],(e=>{var{typed:r,size:t,concat:n,subset:i,setIntersect:a,setSymDifference:o,Index:u}=e;return r(Zl,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new u(0)))return Jt(r);if(0===i(t(r),new u(0)))return Jt(e);var s=Jt(e),c=Jt(r);return n(o(s,c),a(s,c))}})})),Xl=Cr("add",["typed","matrix","addScalar","equalScalar","DenseMatrix","SparseMatrix","concat"],(e=>{var{typed:r,matrix:t,addScalar:n,equalScalar:i,DenseMatrix:a,concat:o}=e,u=so({typed:r}),s=co({typed:r,equalScalar:i}),c=fo({typed:r,DenseMatrix:a}),f=oo({typed:r,matrix:t,concat:o});return r("add",{"any, any":n,"any, any, ...any":r.referToSelf((e=>(r,t,n)=>{for(var i=e(r,t),a=0;a<n.length;a++)i=e(i,n[a]);return i}))},f({elop:n,DS:u,SS:s,Ss:c}))})),Ql="hypot",Yl=Cr(Ql,["typed","abs","addScalar","divideScalar","multiplyScalar","sqrt","smaller","isPositive"],(e=>{var{typed:r,abs:t,addScalar:n,divideScalar:i,multiplyScalar:a,sqrt:o,smaller:u,isPositive:s}=e;return r(Ql,{"... number | BigNumber":c,Array:c,Matrix:e=>c(Jt(e.toArray(),!0))});function c(e){for(var r=0,c=0,f=0;f<e.length;f++){if(Oe(e[f]))throw new TypeError("Unexpected type of argument to hypot");var l=t(e[f]);u(c,l)?(r=a(r,a(i(c,l),i(c,l))),r=n(r,1),c=l):r=n(r,s(l)?a(i(l,c),i(l,c)):l)}return a(c,o(r))}})),Kl="norm",em=Cr(Kl,["typed","abs","add","pow","conj","sqrt","multiply","equalScalar","larger","smaller","matrix","ctranspose","eigs"],(e=>{var{typed:r,abs:t,add:n,pow:i,conj:a,sqrt:o,multiply:u,equalScalar:s,larger:c,smaller:f,matrix:l,ctranspose:m,eigs:d}=e;return r(Kl,{number:Math.abs,Complex:function(e){return e.abs()},BigNumber:function(e){return e.abs()},boolean:function(e){return Math.abs(e)},Array:function(e){return p(l(e),2)},Matrix:function(e){return p(e,2)},"Array, number | BigNumber | string":function(e,r){return p(l(e),r)},"Matrix, number | BigNumber | string":function(e,r){return p(e,r)}});function p(e,r){var l=e.size();if(1===l.length)return function(e,r){if(r===Number.POSITIVE_INFINITY||"inf"===r)return function(e){var r=0;return e.forEach((function(e){var n=t(e);c(n,r)&&(r=n)}),!0),r}(e);if(r===Number.NEGATIVE_INFINITY||"-inf"===r)return function(e){var r;return e.forEach((function(e){var n=t(e);r&&!f(n,r)||(r=n)}),!0),r||0}(e);if("fro"===r)return p(e,2);if("number"==typeof r&&!isNaN(r)){if(!s(r,0)){var a=0;return e.forEach((function(e){a=n(i(t(e),r),a)}),!0),i(a,1/r)}return Number.POSITIVE_INFINITY}throw new Error("Unsupported parameter value")}(e,r);if(2===l.length){if(l[0]&&l[1])return function(e,r){if(1===r)return function(e){var r=[],i=0;return e.forEach((function(e,a){var o=a[1],u=n(r[o]||0,t(e));c(u,i)&&(i=u),r[o]=u}),!0),i}(e);if(r===Number.POSITIVE_INFINITY||"inf"===r)return function(e){var r=[],i=0;return e.forEach((function(e,a){var o=a[0],u=n(r[o]||0,t(e));c(u,i)&&(i=u),r[o]=u}),!0),i}(e);if("fro"===r)return function(e){var r=0;return e.forEach((function(e){r=n(r,u(e,a(e)))})),t(o(r))}(e);if(2===r)return function(e){var r=e.size();if(r[0]!==r[1])throw new RangeError("Invalid matrix dimensions");var n=m(e),i=u(n,e),a=d(i).values.toArray();return t(o(a[a.length-1]))}(e);throw new Error("Unsupported parameter value "+r)}(e,r);throw new RangeError("Invalid matrix dimensions")}}})),rm=Cr("dot",["typed","addScalar","multiplyScalar","conj","size"],(e=>{var{typed:r,addScalar:t,multiplyScalar:n,conj:i,size:a}=e;return r("dot",{"Array | DenseMatrix, Array | DenseMatrix":function(e,a){var s=o(e,a),c=je(e)?e._data:e,f=je(e)?e._datatype||e.getDataType():void 0,l=je(a)?a._data:a,m=je(a)?a._datatype||a.getDataType():void 0,d=2===u(e).length,p=2===u(a).length,h=t,v=n;if(f&&m&&f===m&&"string"==typeof f&&"mixed"!==f){var y=f;h=r.find(t,[y,y]),v=r.find(n,[y,y])}if(!d&&!p){for(var g=v(i(c[0]),l[0]),x=1;x<s;x++)g=h(g,v(i(c[x]),l[x]));return g}if(!d&&p){for(var b=v(i(c[0]),l[0][0]),w=1;w<s;w++)b=h(b,v(i(c[w]),l[w][0]));return b}if(d&&!p){for(var D=v(i(c[0][0]),l[0]),N=1;N<s;N++)D=h(D,v(i(c[N][0]),l[N]));return D}if(d&&p){for(var A=v(i(c[0][0]),l[0][0]),M=1;M<s;M++)A=h(A,v(i(c[M][0]),l[M][0]));return A}},"SparseMatrix, SparseMatrix":function(e,r){o(e,r);for(var i=e._index,a=e._values,u=r._index,s=r._values,c=0,f=t,l=n,m=0,d=0;m<i.length&&d<u.length;){var p=i[m],h=u[d];p<h?m++:p>h?d++:p===h&&(c=f(c,l(a[m],s[d])),m++,d++)}return c}});function o(e,r){var t,n,i=u(e),a=u(r);if(1===i.length)t=i[0];else{if(2!==i.length||1!==i[1])throw new RangeError("Expected a column vector, instead got a matrix of size ("+i.join(", ")+")");t=i[0]}if(1===a.length)n=a[0];else{if(2!==a.length||1!==a[1])throw new RangeError("Expected a column vector, instead got a matrix of size ("+a.join(", ")+")");n=a[0]}if(t!==n)throw new RangeError("Vectors must have equal length ("+t+" != "+n+")");if(0===t)throw new RangeError("Cannot calculate the dot product of empty vectors");return t}function u(e){return je(e)?e.size():a(e)}})),tm=Cr("trace",["typed","matrix","add"],(e=>{var{typed:r,matrix:t,add:n}=e;return r("trace",{Array:function(e){return i(t(e))},SparseMatrix:function(e){var r=e._values,t=e._index,i=e._ptr,a=e._size,o=a[1];if(a[0]===o){var u=0;if(r.length>0)for(var s=0;s<o;s++)for(var c=i[s+1],f=i[s];f<c;f++){var l=t[f];if(l===s){u=n(u,r[f]);break}if(l>s)break}return u}throw new RangeError("Matrix must be square (size: "+wt(a)+")")},DenseMatrix:i,any:xr});function i(e){var r=e._size,t=e._data;switch(r.length){case 1:if(1===r[0])return xr(t[0]);throw new RangeError("Matrix must be square (size: "+wt(r)+")");case 2:var i=r[0];if(i===r[1]){for(var a=0,o=0;o<i;o++)a=n(a,t[o][o]);return a}throw new RangeError("Matrix must be square (size: "+wt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+wt(r)+")")}}})),nm="index",im=Cr(nm,["typed","Index"],(e=>{var{typed:r,Index:t}=e;return r(nm,{"...number | string | BigNumber | Range | Array | Matrix":function(e){var r=e.map((function(e){return qe(e)?e.toNumber():Re(e)||je(e)?e.map((function(e){return qe(e)?e.toNumber():e})):e})),n=new t;return t.apply(n,r),n}})})),am=new Set(["end"]),om=Cr("Node",["mathWithTransform"],(e=>{var{mathWithTransform:r}=e;return class{get type(){return"Node"}get isNode(){return!0}evaluate(e){return this.compile().evaluate(e)}compile(){var e=this._compile(r,{}),t={};return{evaluate:function(r){var n=Fe(r);return function(e){for(var r of[...am])if(e.has(r))throw new Error('Scope contains an illegal symbol, "'+r+'" is a reserved keyword')}(n),e(n,t,null)}}}_compile(e,r){throw new Error("Method _compile must be implemented by type "+this.type)}forEach(e){throw new Error("Cannot run forEach on a Node interface")}map(e){throw new Error("Cannot run map on a Node interface")}_ifNode(e){if(!fr(e))throw new TypeError("Callback function must return a Node");return e}traverse(e){e(this,null,null),function e(r,t){r.forEach((function(r,n,i){t(r,n,i),e(r,t)}))}(this,e)}transform(e){return function r(t,n,i){var a=e(t,n,i);return a!==t?a:t.map(r)}(this,null,null)}filter(e){var r=[];return this.traverse((function(t,n,i){e(t,n,i)&&r.push(t)})),r}clone(){throw new Error("Cannot clone a Node interface")}cloneDeep(){return this.map((function(e){return e.cloneDeep()}))}equals(e){return!!e&&this.type===e.type&&wr(this,e)}toString(e){var r=this._getCustomString(e);return void 0!==r?r:this._toString(e)}_toString(){throw new Error("_toString not implemented for "+this.type)}toJSON(){throw new Error("Cannot serialize object: toJSON not implemented by "+this.type)}toHTML(e){var r=this._getCustomString(e);return void 0!==r?r:this._toHTML(e)}_toHTML(){throw new Error("_toHTML not implemented for "+this.type)}toTex(e){var r=this._getCustomString(e);return void 0!==r?r:this._toTex(e)}_toTex(e){throw new Error("_toTex not implemented for "+this.type)}_getCustomString(e){if(e&&"object"==typeof e)switch(typeof e.handler){case"object":case"undefined":return;case"function":return e.handler(this,e);default:throw new TypeError("Object or function expected as callback")}}getIdentifier(){return this.type}getContent(){return this}}}),{isClass:!0,isNode:!0});function um(e){return e&&e.isIndexError?new St(e.index+1,e.min+1,void 0!==e.max?e.max+1:void 0):e}function sm(e){var{subset:r}=e;return function(e,t){try{if(Array.isArray(e))return r(e,t);if(e&&"function"==typeof e.subset)return e.subset(t);if("string"==typeof e)return r(e,t);if("object"==typeof e){if(!t.isObjectProperty())throw new TypeError("Cannot apply a numeric index as object property");return xe(e,t.getObjectProperty())}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw um(e)}}}var cm="AccessorNode",fm=Cr(cm,["subset","Node"],(e=>{var{subset:r,Node:t}=e,n=sm({subset:r});function i(e){return!(er(e)||rr(e)||ar(e)||sr(e)||lr(e)||dr(e)||vr(e))}class a extends t{constructor(e,r){if(super(),!fr(e))throw new TypeError('Node expected for parameter "object"');if(!cr(r))throw new TypeError('IndexNode expected for parameter "index"');this.object=e,this.index=r}get name(){return this.index?this.index.isObjectProperty()?this.index.getObjectProperty():"":this.object.name||""}get type(){return cm}get isAccessorNode(){return!0}_compile(e,r){var t=this.object._compile(e,r),i=this.index._compile(e,r);if(this.index.isObjectProperty()){var a=this.index.getObjectProperty();return function(e,r,n){return xe(t(e,r,n),a)}}return function(e,r,a){var o=t(e,r,a),u=i(e,r,o);return n(o,u)}}forEach(e){e(this.object,"object",this),e(this.index,"index",this)}map(e){return new a(this._ifNode(e(this.object,"object",this)),this._ifNode(e(this.index,"index",this)))}clone(){return new a(this.object,this.index)}_toString(e){var r=this.object.toString(e);return i(this.object)&&(r="("+r+")"),r+this.index.toString(e)}_toHTML(e){var r=this.object.toHTML(e);return i(this.object)&&(r='<span class="math-parenthesis math-round-parenthesis">(</span>'+r+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r+this.index.toHTML(e)}_toTex(e){var r=this.object.toTex(e);return i(this.object)&&(r="\\left(' + object + '\\right)"),r+this.index.toTex(e)}toJSON(){return{mathjs:cm,object:this.object,index:this.index}}static fromJSON(e){return new a(e.object,e.index)}}return Es(a,"name",cm),a}),{isClass:!0,isNode:!0}),lm="ArrayNode",mm=Cr(lm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),this.items=e||[],!Array.isArray(this.items)||!this.items.every(fr))throw new TypeError("Array containing Nodes expected")}get type(){return lm}get isArrayNode(){return!0}_compile(e,r){var t=Wt(this.items,(function(t){return t._compile(e,r)}));if("Array"!==e.config.matrix){var n=e.matrix;return function(e,r,i){return n(Wt(t,(function(t){return t(e,r,i)})))}}return function(e,r,n){return Wt(t,(function(t){return t(e,r,n)}))}}forEach(e){for(var r=0;r<this.items.length;r++)e(this.items[r],"items["+r+"]",this)}map(e){for(var r=[],n=0;n<this.items.length;n++)r[n]=this._ifNode(e(this.items[n],"items["+n+"]",this));return new t(r)}clone(){return new t(this.items.slice(0))}_toString(e){return"["+this.items.map((function(r){return r.toString(e)})).join(", ")+"]"}toJSON(){return{mathjs:lm,items:this.items}}static fromJSON(e){return new t(e.items)}_toHTML(e){return'<span class="math-parenthesis math-square-parenthesis">[</span>'+this.items.map((function(r){return r.toHTML(e)})).join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-square-parenthesis">]</span>'}_toTex(e){return function r(t,n){var i=t.some(rr)&&!t.every(rr),a=n||i,o=a?"&":"\\\\",u=t.map((function(t){return t.items?r(t.items,!n):t.toTex(e)})).join(o);return i||!a||a&&!n?"\\begin{bmatrix}"+u+"\\end{bmatrix}":u}(this.items,!1)}}return Es(t,"name",lm),t}),{isClass:!0,isNode:!0}),dm=[{AssignmentNode:{},FunctionAssignmentNode:{}},{ConditionalNode:{latexLeftParens:!1,latexRightParens:!1,latexParens:!1}},{"OperatorNode:or":{op:"or",associativity:"left",associativeWith:[]}},{"OperatorNode:xor":{op:"xor",associativity:"left",associativeWith:[]}},{"OperatorNode:and":{op:"and",associativity:"left",associativeWith:[]}},{"OperatorNode:bitOr":{op:"|",associativity:"left",associativeWith:[]}},{"OperatorNode:bitXor":{op:"^|",associativity:"left",associativeWith:[]}},{"OperatorNode:bitAnd":{op:"&",associativity:"left",associativeWith:[]}},{"OperatorNode:equal":{op:"==",associativity:"left",associativeWith:[]},"OperatorNode:unequal":{op:"!=",associativity:"left",associativeWith:[]},"OperatorNode:smaller":{op:"<",associativity:"left",associativeWith:[]},"OperatorNode:larger":{op:">",associativity:"left",associativeWith:[]},"OperatorNode:smallerEq":{op:"<=",associativity:"left",associativeWith:[]},"OperatorNode:largerEq":{op:">=",associativity:"left",associativeWith:[]},RelationalNode:{associativity:"left",associativeWith:[]}},{"OperatorNode:leftShift":{op:"<<",associativity:"left",associativeWith:[]},"OperatorNode:rightArithShift":{op:">>",associativity:"left",associativeWith:[]},"OperatorNode:rightLogShift":{op:">>>",associativity:"left",associativeWith:[]}},{"OperatorNode:to":{op:"to",associativity:"left",associativeWith:[]}},{RangeNode:{}},{"OperatorNode:add":{op:"+",associativity:"left",associativeWith:["OperatorNode:add","OperatorNode:subtract"]},"OperatorNode:subtract":{op:"-",associativity:"left",associativeWith:[]}},{"OperatorNode:multiply":{op:"*",associativity:"left",associativeWith:["OperatorNode:multiply","OperatorNode:divide","Operator:dotMultiply","Operator:dotDivide"]},"OperatorNode:divide":{op:"/",associativity:"left",associativeWith:[],latexLeftParens:!1,latexRightParens:!1,latexParens:!1},"OperatorNode:dotMultiply":{op:".*",associativity:"left",associativeWith:["OperatorNode:multiply","OperatorNode:divide","OperatorNode:dotMultiply","OperatorNode:doDivide"]},"OperatorNode:dotDivide":{op:"./",associativity:"left",associativeWith:[]},"OperatorNode:mod":{op:"mod",associativity:"left",associativeWith:[]}},{"OperatorNode:multiply":{associativity:"left",associativeWith:["OperatorNode:multiply","OperatorNode:divide","Operator:dotMultiply","Operator:dotDivide"]}},{"OperatorNode:unaryPlus":{op:"+",associativity:"right"},"OperatorNode:unaryMinus":{op:"-",associativity:"right"},"OperatorNode:bitNot":{op:"~",associativity:"right"},"OperatorNode:not":{op:"not",associativity:"right"}},{"OperatorNode:pow":{op:"^",associativity:"right",associativeWith:[],latexRightParens:!1},"OperatorNode:dotPow":{op:".^",associativity:"right",associativeWith:[]}},{"OperatorNode:factorial":{op:"!",associativity:"left"}},{"OperatorNode:ctranspose":{op:"'",associativity:"left"}}];function pm(e,r){if(!r||"auto"!==r)return e;for(var t=e;dr(t);)t=t.content;return t}function hm(e,r,t,n){var i=e;"keep"!==r&&(i=e.getContent());for(var a=i.getIdentifier(),o=null,u=0;u<dm.length;u++)if(a in dm[u]){o=u;break}if("OperatorNode:multiply"===a&&i.implicit&&"show"!==t){var s=pm(i.args[0],r);ar(s)&&n&&"OperatorNode:divide"===n.getIdentifier()&&or(pm(n.args[0],r))||"OperatorNode:divide"===s.getIdentifier()&&or(pm(s.args[0],r))&&ar(pm(s.args[1]))||(o+=1)}return o}function vm(e,r){var t=e;"keep"!==r&&(t=e.getContent());var n=t.getIdentifier(),i=hm(t,r);if(null===i)return null;var a=dm[i][n];if(Dr(a,"associativity")){if("left"===a.associativity)return"left";if("right"===a.associativity)return"right";throw Error("'"+n+"' has the invalid associativity '"+a.associativity+"'.")}return null}function ym(e,r,t){var n="keep"!==t?e.getContent():e,i="keep"!==t?e.getContent():r,a=n.getIdentifier(),o=i.getIdentifier(),u=hm(n,t);if(null===u)return null;var s=dm[u][a];if(Dr(s,"associativeWith")&&s.associativeWith instanceof Array){for(var c=0;c<s.associativeWith.length;c++)if(s.associativeWith[c]===o)return!0;return!1}return null}var gm="AssignmentNode",xm=Cr(gm,["subset","?matrix","Node"],(e=>{var{subset:r,matrix:t,Node:n}=e,i=sm({subset:r}),a=function(e){var{subset:r,matrix:t}=e;return function(e,n,i){try{if(Array.isArray(e))return t(e).subset(n,i).valueOf().forEach(((r,t)=>{e[t]=r})),e;if(e&&"function"==typeof e.subset)return e.subset(n,i);if("string"==typeof e)return r(e,n,i);if("object"==typeof e){if(!n.isObjectProperty())throw TypeError("Cannot apply a numeric index as object property");return be(e,n.getObjectProperty(),i),e}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw um(e)}}}({subset:r,matrix:t});function o(e,r,t){r||(r="keep");var n=hm(e,r,t),i=hm(e.value,r,t);return"all"===r||null!==i&&i<=n}class u extends n{constructor(e,r,t){if(super(),this.object=e,this.index=t?r:null,this.value=t||r,!vr(e)&&!er(e))throw new TypeError('SymbolNode or AccessorNode expected as "object"');if(vr(e)&&"end"===e.name)throw new Error('Cannot assign to symbol "end"');if(this.index&&!cr(this.index))throw new TypeError('IndexNode expected as "index"');if(!fr(this.value))throw new TypeError('Node expected as "value"')}get name(){return this.index?this.index.isObjectProperty()?this.index.getObjectProperty():"":this.object.name||""}get type(){return gm}get isAssignmentNode(){return!0}_compile(e,r){var t=this.object._compile(e,r),n=this.index?this.index._compile(e,r):null,o=this.value._compile(e,r),u=this.object.name;if(this.index){if(this.index.isObjectProperty()){var s=this.index.getObjectProperty();return function(e,r,n){var i=t(e,r,n),a=o(e,r,n);return be(i,s,a),a}}if(vr(this.object))return function(e,r,i){var s=t(e,r,i),c=o(e,r,i),f=n(e,r,s);return e.set(u,a(s,f,c)),c};var c=this.object.object._compile(e,r);if(this.object.index.isObjectProperty()){var f=this.object.index.getObjectProperty();return function(e,r,t){var i=c(e,r,t),u=xe(i,f),s=n(e,r,u),l=o(e,r,t);return be(i,f,a(u,s,l)),l}}var l=this.object.index._compile(e,r);return function(e,r,t){var u=c(e,r,t),s=l(e,r,u),f=i(u,s),m=n(e,r,f),d=o(e,r,t);return a(u,s,a(f,m,d)),d}}if(!vr(this.object))throw new TypeError("SymbolNode expected as object");return function(e,r,t){var n=o(e,r,t);return e.set(u,n),n}}forEach(e){e(this.object,"object",this),this.index&&e(this.index,"index",this),e(this.value,"value",this)}map(e){var r=this._ifNode(e(this.object,"object",this)),t=this.index?this._ifNode(e(this.index,"index",this)):null,n=this._ifNode(e(this.value,"value",this));return new u(r,t,n)}clone(){return new u(this.object,this.index,this.value)}_toString(e){var r=this.object.toString(e),t=this.index?this.index.toString(e):"",n=this.value.toString(e);return o(this,e&&e.parenthesis,e&&e.implicit)&&(n="("+n+")"),r+t+" = "+n}toJSON(){return{mathjs:gm,object:this.object,index:this.index,value:this.value}}static fromJSON(e){return new u(e.object,e.index,e.value)}_toHTML(e){var r=this.object.toHTML(e),t=this.index?this.index.toHTML(e):"",n=this.value.toHTML(e);return o(this,e&&e.parenthesis,e&&e.implicit)&&(n='<span class="math-paranthesis math-round-parenthesis">(</span>'+n+'<span class="math-paranthesis math-round-parenthesis">)</span>'),r+t+'<span class="math-operator math-assignment-operator math-variable-assignment-operator math-binary-operator">=</span>'+n}_toTex(e){var r=this.object.toTex(e),t=this.index?this.index.toTex(e):"",n=this.value.toTex(e);return o(this,e&&e.parenthesis,e&&e.implicit)&&(n="\\left(".concat(n,"\\right)")),r+t+"="+n}}return Es(u,"name",gm),u}),{isClass:!0,isNode:!0}),bm="BlockNode",wm=Cr(bm,["ResultSet","Node"],(e=>{var{ResultSet:r,Node:t}=e;class n extends t{constructor(e){if(super(),!Array.isArray(e))throw new Error("Array expected");this.blocks=e.map((function(e){var r=e&&e.node,t=!e||void 0===e.visible||e.visible;if(!fr(r))throw new TypeError('Property "node" must be a Node');if("boolean"!=typeof t)throw new TypeError('Property "visible" must be a boolean');return{node:r,visible:t}}))}get type(){return bm}get isBlockNode(){return!0}_compile(e,t){var n=Wt(this.blocks,(function(r){return{evaluate:r.node._compile(e,t),visible:r.visible}}));return function(e,t,i){var a=[];return Vt(n,(function(r){var n=r.evaluate(e,t,i);r.visible&&a.push(n)})),new r(a)}}forEach(e){for(var r=0;r<this.blocks.length;r++)e(this.blocks[r].node,"blocks["+r+"].node",this)}map(e){for(var r=[],t=0;t<this.blocks.length;t++){var i=this.blocks[t],a=this._ifNode(e(i.node,"blocks["+t+"].node",this));r[t]={node:a,visible:i.visible}}return new n(r)}clone(){var e=this.blocks.map((function(e){return{node:e.node,visible:e.visible}}));return new n(e)}_toString(e){return this.blocks.map((function(r){return r.node.toString(e)+(r.visible?"":";")})).join("\n")}toJSON(){return{mathjs:bm,blocks:this.blocks}}static fromJSON(e){return new n(e.blocks)}_toHTML(e){return this.blocks.map((function(r){return r.node.toHTML(e)+(r.visible?"":'<span class="math-separator">;</span>')})).join('<span class="math-separator"><br /></span>')}_toTex(e){return this.blocks.map((function(r){return r.node.toTex(e)+(r.visible?"":";")})).join("\\;\\;\n")}}return Es(n,"name",bm),n}),{isClass:!0,isNode:!0}),Dm="ConditionalNode",Nm=Cr(Dm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e,r,t){if(super(),!fr(e))throw new TypeError("Parameter condition must be a Node");if(!fr(r))throw new TypeError("Parameter trueExpr must be a Node");if(!fr(t))throw new TypeError("Parameter falseExpr must be a Node");this.condition=e,this.trueExpr=r,this.falseExpr=t}get type(){return Dm}get isConditionalNode(){return!0}_compile(e,r){var t=this.condition._compile(e,r),n=this.trueExpr._compile(e,r),i=this.falseExpr._compile(e,r);return function(e,r,a){return function(e){if("number"==typeof e||"boolean"==typeof e||"string"==typeof e)return!!e;if(e){if(qe(e))return!e.isZero();if(Oe(e))return!(!e.re&&!e.im);if(ze(e))return!!e.value}if(null==e)return!1;throw new TypeError('Unsupported type of condition "'+gr(e)+'"')}(t(e,r,a))?n(e,r,a):i(e,r,a)}}forEach(e){e(this.condition,"condition",this),e(this.trueExpr,"trueExpr",this),e(this.falseExpr,"falseExpr",this)}map(e){return new t(this._ifNode(e(this.condition,"condition",this)),this._ifNode(e(this.trueExpr,"trueExpr",this)),this._ifNode(e(this.falseExpr,"falseExpr",this)))}clone(){return new t(this.condition,this.trueExpr,this.falseExpr)}_toString(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=hm(this,r,e&&e.implicit),n=this.condition.toString(e),i=hm(this.condition,r,e&&e.implicit);("all"===r||"OperatorNode"===this.condition.type||null!==i&&i<=t)&&(n="("+n+")");var a=this.trueExpr.toString(e),o=hm(this.trueExpr,r,e&&e.implicit);("all"===r||"OperatorNode"===this.trueExpr.type||null!==o&&o<=t)&&(a="("+a+")");var u=this.falseExpr.toString(e),s=hm(this.falseExpr,r,e&&e.implicit);return("all"===r||"OperatorNode"===this.falseExpr.type||null!==s&&s<=t)&&(u="("+u+")"),n+" ? "+a+" : "+u}toJSON(){return{mathjs:Dm,condition:this.condition,trueExpr:this.trueExpr,falseExpr:this.falseExpr}}static fromJSON(e){return new t(e.condition,e.trueExpr,e.falseExpr)}_toHTML(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=hm(this,r,e&&e.implicit),n=this.condition.toHTML(e),i=hm(this.condition,r,e&&e.implicit);("all"===r||"OperatorNode"===this.condition.type||null!==i&&i<=t)&&(n='<span class="math-parenthesis math-round-parenthesis">(</span>'+n+'<span class="math-parenthesis math-round-parenthesis">)</span>');var a=this.trueExpr.toHTML(e),o=hm(this.trueExpr,r,e&&e.implicit);("all"===r||"OperatorNode"===this.trueExpr.type||null!==o&&o<=t)&&(a='<span class="math-parenthesis math-round-parenthesis">(</span>'+a+'<span class="math-parenthesis math-round-parenthesis">)</span>');var u=this.falseExpr.toHTML(e),s=hm(this.falseExpr,r,e&&e.implicit);return("all"===r||"OperatorNode"===this.falseExpr.type||null!==s&&s<=t)&&(u='<span class="math-parenthesis math-round-parenthesis">(</span>'+u+'<span class="math-parenthesis math-round-parenthesis">)</span>'),n+'<span class="math-operator math-conditional-operator">?</span>'+a+'<span class="math-operator math-conditional-operator">:</span>'+u}_toTex(e){return"\\begin{cases} {"+this.trueExpr.toTex(e)+"}, &\\quad{\\text{if }\\;"+this.condition.toTex(e)+"}\\\\{"+this.falseExpr.toTex(e)+"}, &\\quad{\\text{otherwise}}\\end{cases}"}}return Es(t,"name",Dm),t}),{isClass:!0,isNode:!0}),Am=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Mm={"{":"\\{","}":"\\}","\\":"\\textbackslash{}","#":"\\#",$:"\\$","%":"\\%","&":"\\&","^":"\\textasciicircum{}",_:"\\_","~":"\\textasciitilde{}"},Cm={"–":"\\--","—":"\\---"," ":"~","\t":"\\qquad{}","\r\n":"\\newline{}","\n":"\\newline{}"},Em=function(e,r){return Am({},e,r)};const Sm=function(e){for(var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=r.preserveFormatting,n=void 0!==t&&t,i=r.escapeMapFn,a=void 0===i?Em:i,o=String(e),u="",s=a(Am({},Mm),n?Am({},Cm):{}),c=Object.keys(s),f=function(){var e=!1;c.forEach((function(r,t){e||o.length>=r.length&&o.slice(0,r.length)===r&&(u+=s[c[t]],o=o.slice(r.length,o.length),e=!0)})),e||(u+=o.slice(0,1),o=o.slice(1,o.length))};o;)f();return u};var Fm={Alpha:"A",alpha:"\\alpha",Beta:"B",beta:"\\beta",Gamma:"\\Gamma",gamma:"\\gamma",Delta:"\\Delta",delta:"\\delta",Epsilon:"E",epsilon:"\\epsilon",varepsilon:"\\varepsilon",Zeta:"Z",zeta:"\\zeta",Eta:"H",eta:"\\eta",Theta:"\\Theta",theta:"\\theta",vartheta:"\\vartheta",Iota:"I",iota:"\\iota",Kappa:"K",kappa:"\\kappa",varkappa:"\\varkappa",Lambda:"\\Lambda",lambda:"\\lambda",Mu:"M",mu:"\\mu",Nu:"N",nu:"\\nu",Xi:"\\Xi",xi:"\\xi",Omicron:"O",omicron:"o",Pi:"\\Pi",pi:"\\pi",varpi:"\\varpi",Rho:"P",rho:"\\rho",varrho:"\\varrho",Sigma:"\\Sigma",sigma:"\\sigma",varsigma:"\\varsigma",Tau:"T",tau:"\\tau",Upsilon:"\\Upsilon",upsilon:"\\upsilon",Phi:"\\Phi",phi:"\\phi",varphi:"\\varphi",Chi:"X",chi:"\\chi",Psi:"\\Psi",psi:"\\psi",Omega:"\\Omega",omega:"\\omega",true:"\\mathrm{True}",false:"\\mathrm{False}",i:"i",inf:"\\infty",Inf:"\\infty",infinity:"\\infty",Infinity:"\\infty",oo:"\\infty",lim:"\\lim",undefined:"\\mathbf{?}"},Bm={transpose:"^\\top",ctranspose:"^H",factorial:"!",pow:"^",dotPow:".^\\wedge",unaryPlus:"+",unaryMinus:"-",bitNot:"\\~",not:"\\neg",multiply:"\\cdot",divide:"\\frac",dotMultiply:".\\cdot",dotDivide:".:",mod:"\\mod",add:"+",subtract:"-",to:"\\rightarrow",leftShift:"<<",rightArithShift:">>",rightLogShift:">>>",equal:"=",unequal:"\\neq",smaller:"<",larger:">",smallerEq:"\\leq",largerEq:"\\geq",bitAnd:"\\&",bitXor:"\\underline{|}",bitOr:"|",and:"\\wedge",xor:"\\veebar",or:"\\vee"},qm={abs:{1:"\\left|${args[0]}\\right|"},add:{2:"\\left(${args[0]}".concat(Bm.add,"${args[1]}\\right)")},cbrt:{1:"\\sqrt[3]{${args[0]}}"},ceil:{1:"\\left\\lceil${args[0]}\\right\\rceil"},cube:{1:"\\left(${args[0]}\\right)^3"},divide:{2:"\\frac{${args[0]}}{${args[1]}}"},dotDivide:{2:"\\left(${args[0]}".concat(Bm.dotDivide,"${args[1]}\\right)")},dotMultiply:{2:"\\left(${args[0]}".concat(Bm.dotMultiply,"${args[1]}\\right)")},dotPow:{2:"\\left(${args[0]}".concat(Bm.dotPow,"${args[1]}\\right)")},exp:{1:"\\exp\\left(${args[0]}\\right)"},expm1:"\\left(e".concat(Bm.pow,"{${args[0]}}-1\\right)"),fix:{1:"\\mathrm{${name}}\\left(${args[0]}\\right)"},floor:{1:"\\left\\lfloor${args[0]}\\right\\rfloor"},fraction:{2:"\\frac{${args[0]}}{${args[1]}}"},gcd:"\\gcd\\left(${args}\\right)",hypot:"\\hypot\\left(${args}\\right)",log:{1:"\\ln\\left(${args[0]}\\right)",2:"\\log_{${args[1]}}\\left(${args[0]}\\right)"},log10:{1:"\\log_{10}\\left(${args[0]}\\right)"},log1p:{1:"\\ln\\left(${args[0]}+1\\right)",2:"\\log_{${args[1]}}\\left(${args[0]}+1\\right)"},log2:"\\log_{2}\\left(${args[0]}\\right)",mod:{2:"\\left(${args[0]}".concat(Bm.mod,"${args[1]}\\right)")},multiply:{2:"\\left(${args[0]}".concat(Bm.multiply,"${args[1]}\\right)")},norm:{1:"\\left\\|${args[0]}\\right\\|",2:void 0},nthRoot:{2:"\\sqrt[${args[1]}]{${args[0]}}"},nthRoots:{2:"\\{y : y^${args[1]} = {${args[0]}}\\}"},pow:{2:"\\left(${args[0]}\\right)".concat(Bm.pow,"{${args[1]}}")},round:{1:"\\left\\lfloor${args[0]}\\right\\rceil",2:void 0},sign:{1:"\\mathrm{${name}}\\left(${args[0]}\\right)"},sqrt:{1:"\\sqrt{${args[0]}}"},square:{1:"\\left(${args[0]}\\right)^2"},subtract:{2:"\\left(${args[0]}".concat(Bm.subtract,"${args[1]}\\right)")},unaryMinus:{1:"".concat(Bm.unaryMinus,"\\left(${args[0]}\\right)")},unaryPlus:{1:"".concat(Bm.unaryPlus,"\\left(${args[0]}\\right)")},bitAnd:{2:"\\left(${args[0]}".concat(Bm.bitAnd,"${args[1]}\\right)")},bitNot:{1:Bm.bitNot+"\\left(${args[0]}\\right)"},bitOr:{2:"\\left(${args[0]}".concat(Bm.bitOr,"${args[1]}\\right)")},bitXor:{2:"\\left(${args[0]}".concat(Bm.bitXor,"${args[1]}\\right)")},leftShift:{2:"\\left(${args[0]}".concat(Bm.leftShift,"${args[1]}\\right)")},rightArithShift:{2:"\\left(${args[0]}".concat(Bm.rightArithShift,"${args[1]}\\right)")},rightLogShift:{2:"\\left(${args[0]}".concat(Bm.rightLogShift,"${args[1]}\\right)")},bellNumbers:{1:"\\mathrm{B}_{${args[0]}}"},catalan:{1:"\\mathrm{C}_{${args[0]}}"},stirlingS2:{2:"\\mathrm{S}\\left(${args}\\right)"},arg:{1:"\\arg\\left(${args[0]}\\right)"},conj:{1:"\\left(${args[0]}\\right)^*"},im:{1:"\\Im\\left\\lbrace${args[0]}\\right\\rbrace"},re:{1:"\\Re\\left\\lbrace${args[0]}\\right\\rbrace"},and:{2:"\\left(${args[0]}".concat(Bm.and,"${args[1]}\\right)")},not:{1:Bm.not+"\\left(${args[0]}\\right)"},or:{2:"\\left(${args[0]}".concat(Bm.or,"${args[1]}\\right)")},xor:{2:"\\left(${args[0]}".concat(Bm.xor,"${args[1]}\\right)")},cross:{2:"\\left(${args[0]}\\right)\\times\\left(${args[1]}\\right)"},ctranspose:{1:"\\left(${args[0]}\\right)".concat(Bm.ctranspose)},det:{1:"\\det\\left(${args[0]}\\right)"},dot:{2:"\\left(${args[0]}\\cdot${args[1]}\\right)"},expm:{1:"\\exp\\left(${args[0]}\\right)"},inv:{1:"\\left(${args[0]}\\right)^{-1}"},pinv:{1:"\\left(${args[0]}\\right)^{+}"},sqrtm:{1:"{${args[0]}}".concat(Bm.pow,"{\\frac{1}{2}}")},trace:{1:"\\mathrm{tr}\\left(${args[0]}\\right)"},transpose:{1:"\\left(${args[0]}\\right)".concat(Bm.transpose)},combinations:{2:"\\binom{${args[0]}}{${args[1]}}"},combinationsWithRep:{2:"\\left(\\!\\!{\\binom{${args[0]}}{${args[1]}}}\\!\\!\\right)"},factorial:{1:"\\left(${args[0]}\\right)".concat(Bm.factorial)},gamma:{1:"\\Gamma\\left(${args[0]}\\right)"},lgamma:{1:"\\ln\\Gamma\\left(${args[0]}\\right)"},equal:{2:"\\left(${args[0]}".concat(Bm.equal,"${args[1]}\\right)")},larger:{2:"\\left(${args[0]}".concat(Bm.larger,"${args[1]}\\right)")},largerEq:{2:"\\left(${args[0]}".concat(Bm.largerEq,"${args[1]}\\right)")},smaller:{2:"\\left(${args[0]}".concat(Bm.smaller,"${args[1]}\\right)")},smallerEq:{2:"\\left(${args[0]}".concat(Bm.smallerEq,"${args[1]}\\right)")},unequal:{2:"\\left(${args[0]}".concat(Bm.unequal,"${args[1]}\\right)")},erf:{1:"erf\\left(${args[0]}\\right)"},max:"\\max\\left(${args}\\right)",min:"\\min\\left(${args}\\right)",variance:"\\mathrm{Var}\\left(${args}\\right)",acos:{1:"\\cos^{-1}\\left(${args[0]}\\right)"},acosh:{1:"\\cosh^{-1}\\left(${args[0]}\\right)"},acot:{1:"\\cot^{-1}\\left(${args[0]}\\right)"},acoth:{1:"\\coth^{-1}\\left(${args[0]}\\right)"},acsc:{1:"\\csc^{-1}\\left(${args[0]}\\right)"},acsch:{1:"\\mathrm{csch}^{-1}\\left(${args[0]}\\right)"},asec:{1:"\\sec^{-1}\\left(${args[0]}\\right)"},asech:{1:"\\mathrm{sech}^{-1}\\left(${args[0]}\\right)"},asin:{1:"\\sin^{-1}\\left(${args[0]}\\right)"},asinh:{1:"\\sinh^{-1}\\left(${args[0]}\\right)"},atan:{1:"\\tan^{-1}\\left(${args[0]}\\right)"},atan2:{2:"\\mathrm{atan2}\\left(${args}\\right)"},atanh:{1:"\\tanh^{-1}\\left(${args[0]}\\right)"},cos:{1:"\\cos\\left(${args[0]}\\right)"},cosh:{1:"\\cosh\\left(${args[0]}\\right)"},cot:{1:"\\cot\\left(${args[0]}\\right)"},coth:{1:"\\coth\\left(${args[0]}\\right)"},csc:{1:"\\csc\\left(${args[0]}\\right)"},csch:{1:"\\mathrm{csch}\\left(${args[0]}\\right)"},sec:{1:"\\sec\\left(${args[0]}\\right)"},sech:{1:"\\mathrm{sech}\\left(${args[0]}\\right)"},sin:{1:"\\sin\\left(${args[0]}\\right)"},sinh:{1:"\\sinh\\left(${args[0]}\\right)"},tan:{1:"\\tan\\left(${args[0]}\\right)"},tanh:{1:"\\tanh\\left(${args[0]}\\right)"},to:{2:"\\left(${args[0]}".concat(Bm.to,"${args[1]}\\right)")},numeric:function(e){return e.args[0].toTex()},number:{0:"0",1:"\\left(${args[0]}\\right)",2:"\\left(\\left(${args[0]}\\right)${args[1]}\\right)"},string:{0:'\\mathtt{""}',1:"\\mathrm{string}\\left(${args[0]}\\right)"},bignumber:{0:"0",1:"\\left(${args[0]}\\right)"},bigint:{0:"0",1:"\\left(${args[0]}\\right)"},complex:{0:"0",1:"\\left(${args[0]}\\right)",2:"\\left(\\left(${args[0]}\\right)+".concat(Fm.i,"\\cdot\\left(${args[1]}\\right)\\right)")},matrix:{0:"\\begin{bmatrix}\\end{bmatrix}",1:"\\left(${args[0]}\\right)",2:"\\left(${args[0]}\\right)"},sparse:{0:"\\begin{bsparse}\\end{bsparse}",1:"\\left(${args[0]}\\right)"},unit:{1:"\\left(${args[0]}\\right)",2:"\\left(\\left(${args[0]}\\right)${args[1]}\\right)"}},Tm={deg:"^\\circ"};function Om(e){return Sm(e,{preserveFormatting:!0})}function km(e,r){return(r=void 0!==r&&r)?Dr(Tm,e)?Tm[e]:"\\mathrm{"+Om(e)+"}":Dr(Fm,e)?Fm[e]:Om(e)}var zm="ConstantNode",Im=Cr(zm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){super(),this.value=e}get type(){return zm}get isConstantNode(){return!0}_compile(e,r){var t=this.value;return function(){return t}}forEach(e){}map(e){return this.clone()}clone(){return new t(this.value)}_toString(e){return wt(this.value,e)}_toHTML(e){var r=this._toString(e);switch(gr(this.value)){case"number":case"bigint":case"BigNumber":case"Fraction":return'<span class="math-number">'+r+"</span>";case"string":return'<span class="math-string">'+r+"</span>";case"boolean":return'<span class="math-boolean">'+r+"</span>";case"null":return'<span class="math-null-symbol">'+r+"</span>";case"undefined":return'<span class="math-undefined">'+r+"</span>";default:return'<span class="math-symbol">'+r+"</span>"}}toJSON(){return{mathjs:zm,value:this.value}}static fromJSON(e){return new t(e.value)}_toTex(e){var r=this._toString(e),t=gr(this.value);switch(t){case"string":return"\\mathtt{"+Om(r)+"}";case"number":case"BigNumber":if(!("BigNumber"===t?this.value.isFinite():isFinite(this.value)))return this.value.valueOf()<0?"-\\infty":"\\infty";var n=r.toLowerCase().indexOf("e");return-1!==n?r.substring(0,n)+"\\cdot10^{"+r.substring(n+1)+"}":r;case"bigint":return r.toString();case"Fraction":return this.value.toLatex();default:return r}}}return Es(t,"name",zm),t}),{isClass:!0,isNode:!0}),Rm="FunctionAssignmentNode",jm=Cr(Rm,["typed","Node"],(e=>{var{typed:r,Node:t}=e;function n(e,r,t){var n=hm(e,r,t),i=hm(e.expr,r,t);return"all"===r||null!==i&&i<=n}class i extends t{constructor(e,r,t){if(super(),"string"!=typeof e)throw new TypeError('String expected for parameter "name"');if(!Array.isArray(r))throw new TypeError('Array containing strings or objects expected for parameter "params"');if(!fr(t))throw new TypeError('Node expected for parameter "expr"');if(am.has(e))throw new Error('Illegal function name, "'+e+'" is a reserved keyword');var n=new Set;for(var i of r){var a="string"==typeof i?i:i.name;if(n.has(a))throw new Error('Duplicate parameter name "'.concat(a,'"'));n.add(a)}this.name=e,this.params=r.map((function(e){return e&&e.name||e})),this.types=r.map((function(e){return e&&e.type||"any"})),this.expr=t}get type(){return Rm}get isFunctionAssignmentNode(){return!0}_compile(e,t){var n=Object.create(t);Vt(this.params,(function(e){n[e]=!0}));var i=this.expr._compile(e,n),a=this.name,o=this.params,u=Zt(this.types,","),s=a+"("+Zt(this.params,", ")+")";return function(e,t,n){var c={};c[u]=function(){for(var r=Object.create(t),a=0;a<o.length;a++)r[o[a]]=arguments[a];return i(e,r,n)};var f=r(a,c);return f.syntax=s,e.set(a,f),f}}forEach(e){e(this.expr,"expr",this)}map(e){var r=this._ifNode(e(this.expr,"expr",this));return new i(this.name,this.params.slice(0),r)}clone(){return new i(this.name,this.params.slice(0),this.expr)}_toString(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=this.expr.toString(e);return n(this,r,e&&e.implicit)&&(t="("+t+")"),this.name+"("+this.params.join(", ")+") = "+t}toJSON(){var e=this.types;return{mathjs:Rm,name:this.name,params:this.params.map((function(r,t){return{name:r,type:e[t]}})),expr:this.expr}}static fromJSON(e){return new i(e.name,e.params,e.expr)}_toHTML(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",t=[],i=0;i<this.params.length;i++)t.push('<span class="math-symbol math-parameter">'+At(this.params[i])+"</span>");var a=this.expr.toHTML(e);return n(this,r,e&&e.implicit)&&(a='<span class="math-parenthesis math-round-parenthesis">(</span>'+a+'<span class="math-parenthesis math-round-parenthesis">)</span>'),'<span class="math-function">'+At(this.name)+'</span><span class="math-parenthesis math-round-parenthesis">(</span>'+t.join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-round-parenthesis">)</span><span class="math-operator math-assignment-operator math-variable-assignment-operator math-binary-operator">=</span>'+a}_toTex(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=this.expr.toTex(e);return n(this,r,e&&e.implicit)&&(t="\\left(".concat(t,"\\right)")),"\\mathrm{"+this.name+"}\\left("+this.params.map(km).join(",")+"\\right)="+t}}return Es(i,"name",Rm),i}),{isClass:!0,isNode:!0}),Um="IndexNode",$m=Cr(Um,["Node","size"],(e=>{var{Node:r,size:t}=e;class n extends r{constructor(e,r){if(super(),this.dimensions=e,this.dotNotation=r||!1,!Array.isArray(e)||!e.every(fr))throw new TypeError('Array containing Nodes expected for parameter "dimensions"');if(this.dotNotation&&!this.isObjectProperty())throw new Error("dotNotation only applicable for object properties")}get type(){return Um}get isIndexNode(){return!0}_compile(e,r){var n=Wt(this.dimensions,(function(n,i){if(n.filter((e=>e.isSymbolNode&&"end"===e.name)).length>0){var a=Object.create(r);a.end=!0;var o=n._compile(e,a);return function(e,r,n){if(!je(n)&&!Re(n)&&!Ie(n))throw new TypeError('Cannot resolve "end": context must be a Matrix, Array, or string but is '+gr(n));var a=t(n).valueOf(),u=Object.create(r);return u.end=a[i],o(e,u,n)}}return n._compile(e,r)})),i=xe(e,"index");return function(e,r,t){var a=Wt(n,(function(n){return n(e,r,t)}));return i(...a)}}forEach(e){for(var r=0;r<this.dimensions.length;r++)e(this.dimensions[r],"dimensions["+r+"]",this)}map(e){for(var r=[],t=0;t<this.dimensions.length;t++)r[t]=this._ifNode(e(this.dimensions[t],"dimensions["+t+"]",this));return new n(r,this.dotNotation)}clone(){return new n(this.dimensions.slice(0),this.dotNotation)}isObjectProperty(){return 1===this.dimensions.length&&ar(this.dimensions[0])&&"string"==typeof this.dimensions[0].value}getObjectProperty(){return this.isObjectProperty()?this.dimensions[0].value:null}_toString(e){return this.dotNotation?"."+this.getObjectProperty():"["+this.dimensions.join(", ")+"]"}toJSON(){return{mathjs:Um,dimensions:this.dimensions,dotNotation:this.dotNotation}}static fromJSON(e){return new n(e.dimensions,e.dotNotation)}_toHTML(e){for(var r=[],t=0;t<this.dimensions.length;t++)r[t]=this.dimensions[t].toHTML();return this.dotNotation?'<span class="math-operator math-accessor-operator">.</span><span class="math-symbol math-property">'+At(this.getObjectProperty())+"</span>":'<span class="math-parenthesis math-square-parenthesis">[</span>'+r.join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-square-parenthesis">]</span>'}_toTex(e){var r=this.dimensions.map((function(r){return r.toTex(e)}));return this.dotNotation?"."+this.getObjectProperty():"_{"+r.join(",")+"}"}}return Es(n,"name",Um),n}),{isClass:!0,isNode:!0}),Pm="ObjectNode",Lm=Cr(Pm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),this.properties=e||{},e&&("object"!=typeof e||!Object.keys(e).every((function(r){return fr(e[r])}))))throw new TypeError("Object containing Nodes expected")}get type(){return Pm}get isObjectNode(){return!0}_compile(e,r){var t={};for(var n in this.properties)if(Dr(this.properties,n)){var i=Dt(n),a=JSON.parse(i),o=xe(this.properties,n);t[a]=o._compile(e,r)}return function(e,r,n){var i={};for(var a in t)Dr(t,a)&&(i[a]=t[a](e,r,n));return i}}forEach(e){for(var r in this.properties)Dr(this.properties,r)&&e(this.properties[r],"properties["+Dt(r)+"]",this)}map(e){var r={};for(var n in this.properties)Dr(this.properties,n)&&(r[n]=this._ifNode(e(this.properties[n],"properties["+Dt(n)+"]",this)));return new t(r)}clone(){var e={};for(var r in this.properties)Dr(this.properties,r)&&(e[r]=this.properties[r]);return new t(e)}_toString(e){var r=[];for(var t in this.properties)Dr(this.properties,t)&&r.push(Dt(t)+": "+this.properties[t].toString(e));return"{"+r.join(", ")+"}"}toJSON(){return{mathjs:Pm,properties:this.properties}}static fromJSON(e){return new t(e.properties)}_toHTML(e){var r=[];for(var t in this.properties)Dr(this.properties,t)&&r.push('<span class="math-symbol math-property">'+At(t)+'</span><span class="math-operator math-assignment-operator math-property-assignment-operator math-binary-operator">:</span>'+this.properties[t].toHTML(e));return'<span class="math-parenthesis math-curly-parenthesis">{</span>'+r.join('<span class="math-separator">,</span>')+'<span class="math-parenthesis math-curly-parenthesis">}</span>'}_toTex(e){var r=[];for(var t in this.properties)Dr(this.properties,t)&&r.push("\\mathbf{"+t+":} & "+this.properties[t].toTex(e)+"\\\\");return"\\left\\{\\begin{array}{ll}"+r.join("\n")+"\\end{array}\\right\\}"}}return Es(t,"name",Pm),t}),{isClass:!0,isNode:!0});function _m(e,r){return new Ce(e,new Me(r),new Set(Object.keys(r)))}var Jm="OperatorNode",Wm=Cr(Jm,["Node"],(e=>{var{Node:r}=e;function t(e,r){var n=e;if("auto"===r)for(;dr(n);)n=n.content;return!!ar(n)||!!mr(n)&&t(n.args[0],r)}function n(e,r,n,i,a){var o,u=hm(e,r,n),s=vm(e,r);if("all"===r||i.length>2&&"OperatorNode:add"!==e.getIdentifier()&&"OperatorNode:multiply"!==e.getIdentifier())return i.map((function(e){switch(e.getContent().type){case"ArrayNode":case"ConstantNode":case"SymbolNode":case"ParenthesisNode":return!1;default:return!0}}));switch(i.length){case 0:o=[];break;case 1:var c=hm(i[0],r,n,e);if(a&&null!==c){var f,l;if("keep"===r?(f=i[0].getIdentifier(),l=e.getIdentifier()):(f=i[0].getContent().getIdentifier(),l=e.getContent().getIdentifier()),!1===dm[u][l].latexLeftParens){o=[!1];break}if(!1===dm[c][f].latexParens){o=[!1];break}}if(null===c){o=[!1];break}if(c<=u){o=[!0];break}o=[!1];break;case 2:var m,d,p=hm(i[0],r,n,e),h=ym(e,i[0],r);m=null!==p&&(p===u&&"right"===s&&!h||p<u);var v,y,g,x=hm(i[1],r,n,e),b=ym(e,i[1],r);d=null!==x&&(x===u&&"left"===s&&!b||x<u),a&&("keep"===r?(v=e.getIdentifier(),y=e.args[0].getIdentifier(),g=e.args[1].getIdentifier()):(v=e.getContent().getIdentifier(),y=e.args[0].getContent().getIdentifier(),g=e.args[1].getContent().getIdentifier()),null!==p&&(!1===dm[u][v].latexLeftParens&&(m=!1),!1===dm[p][y].latexParens&&(m=!1)),null!==x&&(!1===dm[u][v].latexRightParens&&(d=!1),!1===dm[x][g].latexParens&&(d=!1))),o=[m,d];break;default:"OperatorNode:add"!==e.getIdentifier()&&"OperatorNode:multiply"!==e.getIdentifier()||(o=i.map((function(t){var i=hm(t,r,n,e),a=ym(e,t,r),o=vm(t,r);return null!==i&&(u===i&&s===o&&!a||i<u)})))}if(i.length>=2&&"OperatorNode:multiply"===e.getIdentifier()&&e.implicit&&"all"!==r&&"hide"===n)for(var w=1;w<o.length;++w)!t(i[w],r)||o[w-1]||"keep"===r&&dr(i[w-1])||(o[w]=!0);return o}class i extends r{constructor(e,r,t,n,i){if(super(),"string"!=typeof e)throw new TypeError('string expected for parameter "op"');if("string"!=typeof r)throw new TypeError('string expected for parameter "fn"');if(!Array.isArray(t)||!t.every(fr))throw new TypeError('Array containing Nodes expected for parameter "args"');this.implicit=!0===n,this.isPercentage=!0===i,this.op=e,this.fn=r,this.args=t||[]}get type(){return Jm}get isOperatorNode(){return!0}_compile(e,r){if("string"!=typeof this.fn||!De(e,this.fn))throw e[this.fn]?new Error('No access to function "'+this.fn+'"'):new Error("Function "+this.fn+' missing in provided namespace "math"');var t=xe(e,this.fn),n=Wt(this.args,(function(t){return t._compile(e,r)}));if("function"==typeof t&&!0===t.rawArgs){var i=this.args;return function(r,n){return t(i,e,_m(r,n))}}if(1===n.length){var a=n[0];return function(e,r,n){return t(a(e,r,n))}}if(2===n.length){var o=n[0],u=n[1];return function(e,r,n){return t(o(e,r,n),u(e,r,n))}}return function(e,r,i){return t.apply(null,Wt(n,(function(t){return t(e,r,i)})))}}forEach(e){for(var r=0;r<this.args.length;r++)e(this.args[r],"args["+r+"]",this)}map(e){for(var r=[],t=0;t<this.args.length;t++)r[t]=this._ifNode(e(this.args[t],"args["+t+"]",this));return new i(this.op,this.fn,r,this.implicit,this.isPercentage)}clone(){return new i(this.op,this.fn,this.args.slice(0),this.implicit,this.isPercentage)}isUnary(){return 1===this.args.length}isBinary(){return 2===this.args.length}_toString(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=e&&e.implicit?e.implicit:"hide",i=this.args,a=n(this,r,t,i,!1);if(1===i.length){var o=vm(this,r),u=i[0].toString(e);a[0]&&(u="("+u+")");var s=/[a-zA-Z]+/.test(this.op);return"right"===o?this.op+(s?" ":"")+u:"left"===o?u+(s?" ":"")+this.op:u+this.op}if(2===i.length){var c=i[0].toString(e),f=i[1].toString(e);return a[0]&&(c="("+c+")"),a[1]&&(f="("+f+")"),this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?c+" "+f:c+" "+this.op+" "+f}if(i.length>2&&("OperatorNode:add"===this.getIdentifier()||"OperatorNode:multiply"===this.getIdentifier())){var l=i.map((function(r,t){return r=r.toString(e),a[t]&&(r="("+r+")"),r}));return this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?l.join(" "):l.join(" "+this.op+" ")}return this.fn+"("+this.args.join(", ")+")"}toJSON(){return{mathjs:Jm,op:this.op,fn:this.fn,args:this.args,implicit:this.implicit,isPercentage:this.isPercentage}}static fromJSON(e){return new i(e.op,e.fn,e.args,e.implicit,e.isPercentage)}_toHTML(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=e&&e.implicit?e.implicit:"hide",i=this.args,a=n(this,r,t,i,!1);if(1===i.length){var o=vm(this,r),u=i[0].toHTML(e);return a[0]&&(u='<span class="math-parenthesis math-round-parenthesis">(</span>'+u+'<span class="math-parenthesis math-round-parenthesis">)</span>'),"right"===o?'<span class="math-operator math-unary-operator math-lefthand-unary-operator">'+At(this.op)+"</span>"+u:u+'<span class="math-operator math-unary-operator math-righthand-unary-operator">'+At(this.op)+"</span>"}if(2===i.length){var s=i[0].toHTML(e),c=i[1].toHTML(e);return a[0]&&(s='<span class="math-parenthesis math-round-parenthesis">(</span>'+s+'<span class="math-parenthesis math-round-parenthesis">)</span>'),a[1]&&(c='<span class="math-parenthesis math-round-parenthesis">(</span>'+c+'<span class="math-parenthesis math-round-parenthesis">)</span>'),this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?s+'<span class="math-operator math-binary-operator math-implicit-binary-operator"></span>'+c:s+'<span class="math-operator math-binary-operator math-explicit-binary-operator">'+At(this.op)+"</span>"+c}var f=i.map((function(r,t){return r=r.toHTML(e),a[t]&&(r='<span class="math-parenthesis math-round-parenthesis">(</span>'+r+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r}));return i.length>2&&("OperatorNode:add"===this.getIdentifier()||"OperatorNode:multiply"===this.getIdentifier())?this.implicit&&"OperatorNode:multiply"===this.getIdentifier()&&"hide"===t?f.join('<span class="math-operator math-binary-operator math-implicit-binary-operator"></span>'):f.join('<span class="math-operator math-binary-operator math-explicit-binary-operator">'+At(this.op)+"</span>"):'<span class="math-function">'+At(this.fn)+'</span><span class="math-paranthesis math-round-parenthesis">(</span>'+f.join('<span class="math-separator">,</span>')+'<span class="math-paranthesis math-round-parenthesis">)</span>'}_toTex(e){var r=e&&e.parenthesis?e.parenthesis:"keep",t=e&&e.implicit?e.implicit:"hide",i=this.args,a=n(this,r,t,i,!0),o=Bm[this.fn];if(o=void 0===o?this.op:o,1===i.length){var u=vm(this,r),s=i[0].toTex(e);return a[0]&&(s="\\left(".concat(s,"\\right)")),"right"===u?o+s:s+o}if(2===i.length){var c=i[0],f=c.toTex(e);a[0]&&(f="\\left(".concat(f,"\\right)"));var l,m=i[1].toTex(e);switch(a[1]&&(m="\\left(".concat(m,"\\right)")),l="keep"===r?c.getIdentifier():c.getContent().getIdentifier(),this.getIdentifier()){case"OperatorNode:divide":return o+"{"+f+"}{"+m+"}";case"OperatorNode:pow":switch(f="{"+f+"}",m="{"+m+"}",l){case"ConditionalNode":case"OperatorNode:divide":f="\\left(".concat(f,"\\right)")}break;case"OperatorNode:multiply":if(this.implicit&&"hide"===t)return f+"~"+m}return f+o+m}if(i.length>2&&("OperatorNode:add"===this.getIdentifier()||"OperatorNode:multiply"===this.getIdentifier())){var d=i.map((function(r,t){return r=r.toTex(e),a[t]&&(r="\\left(".concat(r,"\\right)")),r}));return"OperatorNode:multiply"===this.getIdentifier()&&this.implicit&&"hide"===t?d.join("~"):d.join(o)}return"\\mathrm{"+this.fn+"}\\left("+i.map((function(r){return r.toTex(e)})).join(",")+"\\right)"}getIdentifier(){return this.type+":"+this.fn}}return Es(i,"name",Jm),i}),{isClass:!0,isNode:!0}),Vm="ParenthesisNode",Hm=Cr(Vm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),!fr(e))throw new TypeError('Node expected for parameter "content"');this.content=e}get type(){return Vm}get isParenthesisNode(){return!0}_compile(e,r){return this.content._compile(e,r)}getContent(){return this.content.getContent()}forEach(e){e(this.content,"content",this)}map(e){var r=e(this.content,"content",this);return new t(r)}clone(){return new t(this.content)}_toString(e){return!e||e&&!e.parenthesis||e&&"keep"===e.parenthesis?"("+this.content.toString(e)+")":this.content.toString(e)}toJSON(){return{mathjs:Vm,content:this.content}}static fromJSON(e){return new t(e.content)}_toHTML(e){return!e||e&&!e.parenthesis||e&&"keep"===e.parenthesis?'<span class="math-parenthesis math-round-parenthesis">(</span>'+this.content.toHTML(e)+'<span class="math-parenthesis math-round-parenthesis">)</span>':this.content.toHTML(e)}_toTex(e){return!e||e&&!e.parenthesis||e&&"keep"===e.parenthesis?"\\left(".concat(this.content.toTex(e),"\\right)"):this.content.toTex(e)}}return Es(t,"name",Vm),t}),{isClass:!0,isNode:!0}),Zm="RangeNode",Gm=Cr(Zm,["Node"],(e=>{var{Node:r}=e;function t(e,r,t){var n=hm(e,r,t),i={},a=hm(e.start,r,t);if(i.start=null!==a&&a<=n||"all"===r,e.step){var o=hm(e.step,r,t);i.step=null!==o&&o<=n||"all"===r}var u=hm(e.end,r,t);return i.end=null!==u&&u<=n||"all"===r,i}class n extends r{constructor(e,r,t){if(super(),!fr(e))throw new TypeError("Node expected");if(!fr(r))throw new TypeError("Node expected");if(t&&!fr(t))throw new TypeError("Node expected");if(arguments.length>3)throw new Error("Too many arguments");this.start=e,this.end=r,this.step=t||null}get type(){return Zm}get isRangeNode(){return!0}needsEnd(){return this.filter((function(e){return vr(e)&&"end"===e.name})).length>0}_compile(e,r){var t=e.range,n=this.start._compile(e,r),i=this.end._compile(e,r);if(this.step){var a=this.step._compile(e,r);return function(e,r,o){return t(n(e,r,o),i(e,r,o),a(e,r,o))}}return function(e,r,a){return t(n(e,r,a),i(e,r,a))}}forEach(e){e(this.start,"start",this),e(this.end,"end",this),this.step&&e(this.step,"step",this)}map(e){return new n(this._ifNode(e(this.start,"start",this)),this._ifNode(e(this.end,"end",this)),this.step&&this._ifNode(e(this.step,"step",this)))}clone(){return new n(this.start,this.end,this.step&&this.step)}_toString(e){var r,n=t(this,e&&e.parenthesis?e.parenthesis:"keep",e&&e.implicit),i=this.start.toString(e);if(n.start&&(i="("+i+")"),r=i,this.step){var a=this.step.toString(e);n.step&&(a="("+a+")"),r+=":"+a}var o=this.end.toString(e);return n.end&&(o="("+o+")"),r+":"+o}toJSON(){return{mathjs:Zm,start:this.start,end:this.end,step:this.step}}static fromJSON(e){return new n(e.start,e.end,e.step)}_toHTML(e){var r,n=t(this,e&&e.parenthesis?e.parenthesis:"keep",e&&e.implicit),i=this.start.toHTML(e);if(n.start&&(i='<span class="math-parenthesis math-round-parenthesis">(</span>'+i+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r=i,this.step){var a=this.step.toHTML(e);n.step&&(a='<span class="math-parenthesis math-round-parenthesis">(</span>'+a+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r+='<span class="math-operator math-range-operator">:</span>'+a}var o=this.end.toHTML(e);return n.end&&(o='<span class="math-parenthesis math-round-parenthesis">(</span>'+o+'<span class="math-parenthesis math-round-parenthesis">)</span>'),r+'<span class="math-operator math-range-operator">:</span>'+o}_toTex(e){var r=t(this,e&&e.parenthesis?e.parenthesis:"keep",e&&e.implicit),n=this.start.toTex(e);if(r.start&&(n="\\left(".concat(n,"\\right)")),this.step){var i=this.step.toTex(e);r.step&&(i="\\left(".concat(i,"\\right)")),n+=":"+i}var a=this.end.toTex(e);return r.end&&(a="\\left(".concat(a,"\\right)")),n+":"+a}}return Es(n,"name",Zm),n}),{isClass:!0,isNode:!0}),Xm="RelationalNode",Qm=Cr(Xm,["Node"],(e=>{var{Node:r}=e,t={equal:"==",unequal:"!=",smaller:"<",larger:">",smallerEq:"<=",largerEq:">="};class n extends r{constructor(e,r){if(super(),!Array.isArray(e))throw new TypeError("Parameter conditionals must be an array");if(!Array.isArray(r))throw new TypeError("Parameter params must be an array");if(e.length!==r.length-1)throw new TypeError("Parameter params must contain exactly one more element than parameter conditionals");this.conditionals=e,this.params=r}get type(){return Xm}get isRelationalNode(){return!0}_compile(e,r){var t=this,n=this.params.map((t=>t._compile(e,r)));return function(r,i,a){for(var o,u=n[0](r,i,a),s=0;s<t.conditionals.length;s++)if(o=u,u=n[s+1](r,i,a),!xe(e,t.conditionals[s])(o,u))return!1;return!0}}forEach(e){this.params.forEach(((r,t)=>e(r,"params["+t+"]",this)),this)}map(e){return new n(this.conditionals.slice(),this.params.map(((r,t)=>this._ifNode(e(r,"params["+t+"]",this))),this))}clone(){return new n(this.conditionals,this.params)}_toString(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",n=hm(this,r,e&&e.implicit),i=this.params.map((function(t){var i=hm(t,r,e&&e.implicit);return"all"===r||null!==i&&i<=n?"("+t.toString(e)+")":t.toString(e)})),a=i[0],o=0;o<this.conditionals.length;o++)a+=" "+t[this.conditionals[o]],a+=" "+i[o+1];return a}toJSON(){return{mathjs:Xm,conditionals:this.conditionals,params:this.params}}static fromJSON(e){return new n(e.conditionals,e.params)}_toHTML(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",n=hm(this,r,e&&e.implicit),i=this.params.map((function(t){var i=hm(t,r,e&&e.implicit);return"all"===r||null!==i&&i<=n?'<span class="math-parenthesis math-round-parenthesis">(</span>'+t.toHTML(e)+'<span class="math-parenthesis math-round-parenthesis">)</span>':t.toHTML(e)})),a=i[0],o=0;o<this.conditionals.length;o++)a+='<span class="math-operator math-binary-operator math-explicit-binary-operator">'+At(t[this.conditionals[o]])+"</span>"+i[o+1];return a}_toTex(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",t=hm(this,r,e&&e.implicit),n=this.params.map((function(n){var i=hm(n,r,e&&e.implicit);return"all"===r||null!==i&&i<=t?"\\left("+n.toTex(e)+"\right)":n.toTex(e)})),i=n[0],a=0;a<this.conditionals.length;a++)i+=Bm[this.conditionals[a]]+n[a+1];return i}}return Es(n,"name",Xm),n}),{isClass:!0,isNode:!0}),Ym=Cr("SymbolNode",["math","?Unit","Node"],(e=>{var{math:r,Unit:t,Node:n}=e;function i(e){return!!t&&t.isValuelessUnit(e)}class a extends n{constructor(e){if(super(),"string"!=typeof e)throw new TypeError('String expected for parameter "name"');this.name=e}get type(){return"SymbolNode"}get isSymbolNode(){return!0}_compile(e,r){var n=this.name;if(!0===r[n])return function(e,r){return xe(r,n)};if(n in e)return function(r){return r.has(n)?r.get(n):xe(e,n)};var o=i(n);return function(e){return e.has(n)?e.get(n):o?new t(null,n):a.onUndefinedSymbol(n)}}forEach(e){}map(e){return this.clone()}static onUndefinedSymbol(e){throw new Error("Undefined symbol "+e)}clone(){return new a(this.name)}_toString(e){return this.name}_toHTML(e){var r=At(this.name);return"true"===r||"false"===r?'<span class="math-symbol math-boolean">'+r+"</span>":"i"===r?'<span class="math-symbol math-imaginary-symbol">'+r+"</span>":"Infinity"===r?'<span class="math-symbol math-infinity-symbol">'+r+"</span>":"NaN"===r?'<span class="math-symbol math-nan-symbol">'+r+"</span>":"null"===r?'<span class="math-symbol math-null-symbol">'+r+"</span>":"undefined"===r?'<span class="math-symbol math-undefined-symbol">'+r+"</span>":'<span class="math-symbol">'+r+"</span>"}toJSON(){return{mathjs:"SymbolNode",name:this.name}}static fromJSON(e){return new a(e.name)}_toTex(e){var t=!1;void 0===r[this.name]&&i(this.name)&&(t=!0);var n=km(this.name,t);return"\\"===n[0]?n:" "+n}}return a}),{isClass:!0,isNode:!0}),Km="FunctionNode",ed=Cr(Km,["math","Node","SymbolNode"],(e=>{var r,{math:t,Node:n,SymbolNode:i}=e,a=e=>wt(e,{truncate:78});function o(e,r,t){for(var n,i="",a=/\$(?:\{([a-z_][a-z_0-9]*)(?:\[([0-9]+)\])?\}|\$)/gi,o=0;null!==(n=a.exec(e));)if(i+=e.substring(o,n.index),o=n.index,"$$"===n[0])i+="$",o++;else{o+=n[0].length;var u=r[n[1]];if(!u)throw new ReferenceError("Template: Property "+n[1]+" does not exist.");if(void 0===n[2])switch(typeof u){case"string":i+=u;break;case"object":if(fr(u))i+=u.toTex(t);else{if(!Array.isArray(u))throw new TypeError("Template: "+n[1]+" has to be a Node, String or array of Nodes");i+=u.map((function(e,r){if(fr(e))return e.toTex(t);throw new TypeError("Template: "+n[1]+"["+r+"] is not a Node.")})).join(",")}break;default:throw new TypeError("Template: "+n[1]+" has to be a Node, String or array of Nodes")}else{if(!fr(u[n[2]]&&u[n[2]]))throw new TypeError("Template: "+n[1]+"["+n[2]+"] is not a Node.");i+=u[n[2]].toTex(t)}}return i+e.slice(o)}class u extends n{constructor(e,r){if(super(),"string"==typeof e&&(e=new i(e)),!fr(e))throw new TypeError('Node expected as parameter "fn"');if(!Array.isArray(r)||!r.every(fr))throw new TypeError('Array containing Nodes expected for parameter "args"');this.fn=e,this.args=r||[]}get name(){return this.fn.name||""}get type(){return Km}get isFunctionNode(){return!0}_compile(e,r){var t=this.args.map((t=>t._compile(e,r)));if(!vr(this.fn)){if(er(this.fn)&&cr(this.fn.index)&&this.fn.index.isObjectProperty()){var n=this.fn.object._compile(e,r),i=this.fn.index.getObjectProperty(),o=this.args;return function(r,a,u){var s=n(r,a,u),c=function(e,r){if(!De(e,r))throw new Error('No access to method "'+r+'"');return e[r]}(s,i);if(null!=c&&c.rawArgs)return c(o,e,_m(r,a));var f=t.map((e=>e(r,a,u)));return c.apply(s,f)}}var s=this.fn.toString(),c=this.fn._compile(e,r),f=this.args;return function(r,n,i){var o=c(r,n,i);if("function"!=typeof o)throw new TypeError("Expression '".concat(s,"' did not evaluate to a function; value is:")+"\n ".concat(a(o)));if(o.rawArgs)return o(f,e,_m(r,n));var u=t.map((e=>e(r,n,i)));return o.apply(o,u)}}var l=this.fn.name;if(r[l]){var m=this.args;return function(r,n,i){var o=xe(n,l);if("function"!=typeof o)throw new TypeError("Argument '".concat(l,"' was not a function; received: ").concat(a(o)));if(o.rawArgs)return o(m,e,_m(r,n));var u=t.map((e=>e(r,n,i)));return o.apply(o,u)}}var d=l in e?xe(e,l):void 0,p=r=>{var t;if(r.has(l))t=r.get(l);else{if(!(l in e))return u.onUndefinedFunction(l);t=xe(e,l)}if("function"==typeof t)return t;throw new TypeError("'".concat(l,"' is not a function; its value is:\n ").concat(a(t)))};if("function"==typeof d&&!0===d.rawArgs){var h=this.args;return function(r,n,i){var a=p(r);return!0===a.rawArgs?a(h,e,_m(r,n)):a(...t.map((e=>e(r,n,i))))}}switch(t.length){case 0:return function(e){return p(e)()};case 1:return function(e,r,n){return p(e)((0,t[0])(e,r,n))};case 2:return function(e,r,n){var i=p(e),a=t[1];return i((0,t[0])(e,r,n),a(e,r,n))};default:return function(e,r,n){return p(e)(...t.map((t=>t(e,r,n))))}}}forEach(e){e(this.fn,"fn",this);for(var r=0;r<this.args.length;r++)e(this.args[r],"args["+r+"]",this)}map(e){for(var r=this._ifNode(e(this.fn,"fn",this)),t=[],n=0;n<this.args.length;n++)t[n]=this._ifNode(e(this.args[n],"args["+n+"]",this));return new u(r,t)}clone(){return new u(this.fn,this.args.slice(0))}toString(e){var r,t=this.fn.toString(e);return e&&"object"==typeof e.handler&&Dr(e.handler,t)&&(r=e.handler[t](this,e)),void 0!==r?r:super.toString(e)}_toString(e){var r=this.args.map((function(r){return r.toString(e)}));return(ur(this.fn)?"("+this.fn.toString(e)+")":this.fn.toString(e))+"("+r.join(", ")+")"}toJSON(){return{mathjs:Km,fn:this.fn,args:this.args}}_toHTML(e){var r=this.args.map((function(r){return r.toHTML(e)}));return'<span class="math-function">'+At(this.fn)+'</span><span class="math-paranthesis math-round-parenthesis">(</span>'+r.join('<span class="math-separator">,</span>')+'<span class="math-paranthesis math-round-parenthesis">)</span>'}toTex(e){var r;return e&&"object"==typeof e.handler&&Dr(e.handler,this.name)&&(r=e.handler[this.name](this,e)),void 0!==r?r:super.toTex(e)}_toTex(e){var r,n,i=this.args.map((function(r){return r.toTex(e)}));switch(qm[this.name]&&(r=qm[this.name]),!t[this.name]||"function"!=typeof t[this.name].toTex&&"object"!=typeof t[this.name].toTex&&"string"!=typeof t[this.name].toTex||(r=t[this.name].toTex),typeof r){case"function":n=r(this,e);break;case"string":n=o(r,this,e);break;case"object":switch(typeof r[i.length]){case"function":n=r[i.length](this,e);break;case"string":n=o(r[i.length],this,e)}}return void 0!==n?n:o("\\mathrm{${name}}\\left(${args}\\right)",this,e)}getIdentifier(){return this.type+":"+this.name}}return r=u,Es(u,"name",Km),Es(u,"onUndefinedFunction",(function(e){throw new Error("Undefined function "+e)})),Es(u,"fromJSON",(function(e){return new r(e.fn,e.args)})),u}),{isClass:!0,isNode:!0}),rd="parse",td=Cr(rd,["typed","numeric","config","AccessorNode","ArrayNode","AssignmentNode","BlockNode","ConditionalNode","ConstantNode","FunctionAssignmentNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","ParenthesisNode","RangeNode","RelationalNode","SymbolNode"],(e=>{var{typed:r,numeric:t,config:n,AccessorNode:i,ArrayNode:a,AssignmentNode:o,BlockNode:u,ConditionalNode:s,ConstantNode:c,FunctionAssignmentNode:f,FunctionNode:l,IndexNode:m,ObjectNode:d,OperatorNode:p,ParenthesisNode:h,RangeNode:v,RelationalNode:y,SymbolNode:g}=e,x=r(rd,{string:function(e){return I(e,{})},"Array | Matrix":function(e){return b(e,{})},"string, Object":function(e,r){return I(e,void 0!==r.nodes?r.nodes:{})},"Array | Matrix, Object":b});function b(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=void 0!==r.nodes?r.nodes:{};return vn(e,(function(e){if("string"!=typeof e)throw new TypeError("String expected");return I(e,t)}))}var w={NULL:0,DELIMITER:1,NUMBER:2,SYMBOL:3,UNKNOWN:4},D={",":!0,"(":!0,")":!0,"[":!0,"]":!0,"{":!0,"}":!0,'"':!0,"'":!0,";":!0,"+":!0,"-":!0,"*":!0,".*":!0,"/":!0,"./":!0,"%":!0,"^":!0,".^":!0,"~":!0,"!":!0,"&":!0,"|":!0,"^|":!0,"=":!0,":":!0,"?":!0,"==":!0,"!=":!0,"<":!0,">":!0,"<=":!0,">=":!0,"<<":!0,">>":!0,">>>":!0},N={mod:!0,to:!0,in:!0,and:!0,xor:!0,or:!0,not:!0},A={true:!0,false:!1,null:null,undefined:void 0},M=["NaN","Infinity"],C={'"':'"',"'":"'","\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"};function E(e,r){return e.expression.substr(e.index,r)}function S(e){return E(e,1)}function F(e){e.index++}function B(e){return e.expression.charAt(e.index-1)}function q(e){return e.expression.charAt(e.index+1)}function T(e){for(e.tokenType=w.NULL,e.token="",e.comment="";;){if("#"===S(e))for(;"\n"!==S(e)&&""!==S(e);)e.comment+=S(e),F(e);if(!x.isWhitespace(S(e),e.nestingLevel))break;F(e)}if(""!==S(e)){if("\n"===S(e)&&!e.nestingLevel)return e.tokenType=w.DELIMITER,e.token=S(e),void F(e);var r=S(e),t=E(e,2),n=E(e,3);if(3===n.length&&D[n])return e.tokenType=w.DELIMITER,e.token=n,F(e),F(e),void F(e);if(2===t.length&&D[t])return e.tokenType=w.DELIMITER,e.token=t,F(e),void F(e);if(D[r])return e.tokenType=w.DELIMITER,e.token=r,void F(e);if(x.isDigitDot(r)){e.tokenType=w.NUMBER;var i=E(e,2);if("0b"===i||"0o"===i||"0x"===i){for(e.token+=S(e),F(e),e.token+=S(e),F(e);x.isHexDigit(S(e));)e.token+=S(e),F(e);if("."===S(e))for(e.token+=".",F(e);x.isHexDigit(S(e));)e.token+=S(e),F(e);else if("i"===S(e))for(e.token+="i",F(e);x.isDigit(S(e));)e.token+=S(e),F(e);return}if("."===S(e)){if(e.token+=S(e),F(e),!x.isDigit(S(e)))return void(e.tokenType=w.DELIMITER)}else{for(;x.isDigit(S(e));)e.token+=S(e),F(e);x.isDecimalMark(S(e),q(e))&&(e.token+=S(e),F(e))}for(;x.isDigit(S(e));)e.token+=S(e),F(e);if("E"===S(e)||"e"===S(e))if(x.isDigit(q(e))||"-"===q(e)||"+"===q(e)){if(e.token+=S(e),F(e),"+"!==S(e)&&"-"!==S(e)||(e.token+=S(e),F(e)),!x.isDigit(S(e)))throw te(e,'Digit expected, got "'+S(e)+'"');for(;x.isDigit(S(e));)e.token+=S(e),F(e);if(x.isDecimalMark(S(e),q(e)))throw te(e,'Digit expected, got "'+S(e)+'"')}else if(x.isDecimalMark(q(e),e.expression.charAt(e.index+2)))throw F(e),te(e,'Digit expected, got "'+S(e)+'"')}else{if(!x.isAlpha(S(e),B(e),q(e))){for(e.tokenType=w.UNKNOWN;""!==S(e);)e.token+=S(e),F(e);throw te(e,'Syntax error in part "'+e.token+'"')}for(;x.isAlpha(S(e),B(e),q(e))||x.isDigit(S(e));)e.token+=S(e),F(e);e.tokenType=Dr(N,e.token)?w.DELIMITER:w.SYMBOL}}else e.tokenType=w.DELIMITER}function O(e){do{T(e)}while("\n"===e.token)}function k(e){e.nestingLevel++}function z(e){e.nestingLevel--}function I(e,r){var t={extraNodes:{},expression:"",comment:"",index:0,token:"",tokenType:w.NULL,nestingLevel:0,conditionalLevel:null};ye(t,{expression:e,extraNodes:r}),T(t);var n=function(e){var r,t=[];for(""!==e.token&&"\n"!==e.token&&";"!==e.token&&(r=R(e),e.comment&&(r.comment=e.comment));"\n"===e.token||";"===e.token;)0===t.length&&r&&t.push({node:r,visible:";"!==e.token}),T(e),"\n"!==e.token&&";"!==e.token&&""!==e.token&&(r=R(e),e.comment&&(r.comment=e.comment),t.push({node:r,visible:";"!==e.token}));return t.length>0?new u(t):(r||(r=new c(void 0),e.comment&&(r.comment=e.comment)),r)}(t);if(""!==t.token)throw t.tokenType===w.DELIMITER?ne(t,"Unexpected operator "+t.token):te(t,'Unexpected part "'+t.token+'"');return n}function R(e){var r,t,n,i,a=function(e){for(var r=function(e){for(var r=j(e);"or"===e.token;)O(e),r=new p("or","or",[r,j(e)]);return r}(e);"?"===e.token;){var t=e.conditionalLevel;e.conditionalLevel=e.nestingLevel,O(e);var n=r,i=R(e);if(":"!==e.token)throw te(e,"False part of conditional expression expected");e.conditionalLevel=null,O(e);var a=R(e);r=new s(n,i,a),e.conditionalLevel=t}return r}(e);if("="===e.token){if(vr(a))return r=a.name,O(e),n=R(e),new o(new g(r),n);if(er(a))return O(e),n=R(e),new o(a.object,a.index,n);if(sr(a)&&vr(a.fn)&&(i=!0,t=[],r=a.name,a.args.forEach((function(e,r){vr(e)?t[r]=e.name:i=!1})),i))return O(e),n=R(e),new f(r,t,n);throw te(e,"Invalid left hand side of assignment operator =")}return a}function j(e){for(var r=U(e);"xor"===e.token;)O(e),r=new p("xor","xor",[r,U(e)]);return r}function U(e){for(var r=$(e);"and"===e.token;)O(e),r=new p("and","and",[r,$(e)]);return r}function $(e){for(var r=P(e);"|"===e.token;)O(e),r=new p("|","bitOr",[r,P(e)]);return r}function P(e){for(var r=L(e);"^|"===e.token;)O(e),r=new p("^|","bitXor",[r,L(e)]);return r}function L(e){for(var r=_(e);"&"===e.token;)O(e),r=new p("&","bitAnd",[r,_(e)]);return r}function _(e){for(var r=[J(e)],t=[],n={"==":"equal","!=":"unequal","<":"smaller",">":"larger","<=":"smallerEq",">=":"largerEq"};Dr(n,e.token);)t.push({name:e.token,fn:n[e.token]}),O(e),r.push(J(e));return 1===r.length?r[0]:2===r.length?new p(t[0].name,t[0].fn,r):new y(t.map((e=>e.fn)),r)}function J(e){var r,t,n,i;r=W(e);for(var a={"<<":"leftShift",">>":"rightArithShift",">>>":"rightLogShift"};Dr(a,e.token);)n=a[t=e.token],O(e),i=[r,W(e)],r=new p(t,n,i);return r}function W(e){var r,t,n,i;r=V(e);for(var a={to:"to",in:"to"};Dr(a,e.token);)n=a[t=e.token],O(e),"in"===t&&""===e.token?r=new p("*","multiply",[r,new g("in")],!0):(i=[r,V(e)],r=new p(t,n,i));return r}function V(e){var r,t=[];if(r=":"===e.token?new c(1):H(e),":"===e.token&&e.conditionalLevel!==e.nestingLevel){for(t.push(r);":"===e.token&&t.length<3;)O(e),t.push(")"===e.token||"]"===e.token||","===e.token||""===e.token?new g("end"):H(e));r=3===t.length?new v(t[0],t[2],t[1]):new v(t[0],t[1])}return r}function H(e){var r,t,n,i;r=Z(e);for(var a={"+":"add","-":"subtract"};Dr(a,e.token);){n=a[t=e.token],O(e);var o=Z(e);i=o.isPercentage?[r,new p("*","multiply",[r,o])]:[r,o],r=new p(t,n,i)}return r}function Z(e){var r,t,n,i;t=r=G(e);for(var a={"*":"multiply",".*":"dotMultiply","/":"divide","./":"dotDivide","%":"mod",mod:"mod"};Dr(a,e.token);)if(i=a[n=e.token],O(e),"%"===n&&e.tokenType===w.DELIMITER&&"("!==e.token)if(""!==e.token&&a[e.token]){var o=new p("/","divide",[r,new c(100)],!1,!0);i=a[n=e.token],O(e),t=G(e),r=new p(n,i,[o,t])}else r=new p("/","divide",[r,new c(100)],!1,!0);else t=G(e),r=new p(n,i,[r,t]);return r}function G(e){var r,t;for(t=r=X(e);e.tokenType===w.SYMBOL||"in"===e.token&&ar(r)||"in"===e.token&&mr(r)&&"unaryMinus"===r.fn&&ar(r.args[0])||!(e.tokenType!==w.NUMBER||ar(t)||mr(t)&&"!"!==t.op)||"("===e.token;)t=X(e),r=new p("*","multiply",[r,t],!0);return r}function X(e){for(var r=Q(e),t=r,n=[];"/"===e.token&&or(t);){if(n.push(ye({},e)),O(e),e.tokenType!==w.NUMBER){ye(e,n.pop());break}if(n.push(ye({},e)),O(e),e.tokenType!==w.SYMBOL&&"("!==e.token&&"in"!==e.token){n.pop(),ye(e,n.pop());break}ye(e,n.pop()),n.pop(),t=Q(e),r=new p("/","divide",[r,t])}return r}function Q(e){var r,i,o,u={"-":"unaryMinus","+":"unaryPlus","~":"bitNot",not:"not"};return Dr(u,e.token)?(o=u[e.token],r=e.token,O(e),i=[Q(e)],new p(r,o,i)):function(e){var r,i,o,u;return r=function(e){var r,i,o;r=function(e){var r=[];if(e.tokenType===w.SYMBOL&&Dr(e.extraNodes,e.token)){var i=e.extraNodes[e.token];if(T(e),"("===e.token){if(r=[],k(e),T(e),")"!==e.token)for(r.push(R(e));","===e.token;)T(e),r.push(R(e));if(")"!==e.token)throw te(e,"Parenthesis ) expected");z(e),T(e)}return new i(r)}return function(e){var r;return e.tokenType===w.SYMBOL||e.tokenType===w.DELIMITER&&e.token in N?(r=e.token,T(e),Y(e,Dr(A,r)?new c(A[r]):M.includes(r)?new c(t(r,"number")):new g(r))):function(e){var r;return'"'===e.token||"'"===e.token?(r=K(e,e.token),Y(e,new c(r))):function(e){var r,i,o,u;if("["===e.token){if(k(e),T(e),"]"!==e.token){var s=ee(e);if(";"===e.token){for(o=1,i=[s];";"===e.token;)T(e),"]"!==e.token&&(i[o]=ee(e),o++);if("]"!==e.token)throw te(e,"End of matrix ] expected");z(e),T(e),u=i[0].items.length;for(var f=1;f<o;f++)if(i[f].items.length!==u)throw ne(e,"Column dimensions mismatch ("+i[f].items.length+" !== "+u+")");r=new a(i)}else{if("]"!==e.token)throw te(e,"End of matrix ] expected");z(e),T(e),r=s}}else z(e),T(e),r=new a([]);return Y(e,r)}return function(e){if("{"===e.token){var r;k(e);var i={};do{if(T(e),"}"!==e.token){if('"'===e.token||"'"===e.token)r=K(e,e.token);else{if(!(e.tokenType===w.SYMBOL||e.tokenType===w.DELIMITER&&e.token in N))throw te(e,"Symbol or string expected as object key");r=e.token,T(e)}if(":"!==e.token)throw te(e,"Colon : expected after object key");T(e),i[r]=R(e)}}while(","===e.token);if("}"!==e.token)throw te(e,"Comma , or bracket } expected after object value");z(e),T(e);var a=new d(i);return Y(e,a)}return function(e){var r;if(e.tokenType===w.NUMBER){r=e.token,T(e);var i=Fr(r,n),a=t(r,i);return new c(a)}return function(e){var r;if("("===e.token){if(k(e),T(e),r=R(e),")"!==e.token)throw te(e,"Parenthesis ) expected");return z(e),T(e),Y(e,r=new h(r))}return function(e){throw te(e,""===e.token?"Unexpected end of expression":"Value expected")}(e)}(e)}(e)}(e)}(e)}(e)}(e)}(e);for(var u={"!":"factorial","'":"ctranspose"};Dr(u,e.token);)o=u[i=e.token],T(e),r=Y(e,r=new p(i,o,[r]));return r}(e),("^"===e.token||".^"===e.token)&&(o="^"===(i=e.token)?"pow":"dotPow",O(e),u=[r,Q(e)],r=new p(i,o,u)),r}(e)}function Y(e,r,t){for(var n;("("===e.token||"["===e.token||"."===e.token)&&(!t||t.includes(e.token));)if(n=[],"("===e.token){if(!vr(r)&&!er(r))return r;if(k(e),T(e),")"!==e.token)for(n.push(R(e));","===e.token;)T(e),n.push(R(e));if(")"!==e.token)throw te(e,"Parenthesis ) expected");z(e),T(e),r=new l(r,n)}else if("["===e.token){if(k(e),T(e),"]"!==e.token)for(n.push(R(e));","===e.token;)T(e),n.push(R(e));if("]"!==e.token)throw te(e,"Parenthesis ] expected");z(e),T(e),r=new i(r,new m(n))}else{if(T(e),!(e.tokenType===w.SYMBOL||e.tokenType===w.DELIMITER&&e.token in N))throw te(e,"Property name expected after dot");n.push(new c(e.token)),T(e),r=new i(r,new m(n,!0))}return r}function K(e,r){for(var t="";""!==S(e)&&S(e)!==r;)if("\\"===S(e)){F(e);var n=S(e),i=C[n];if(void 0!==i)t+=i,e.index+=1;else{if("u"!==n)throw te(e,"Bad escape character \\".concat(n));var a=e.expression.slice(e.index+1,e.index+5);if(!/^[0-9A-Fa-f]{4}$/.test(a))throw te(e,"Invalid unicode character \\u".concat(a));t+=String.fromCharCode(parseInt(a,16)),e.index+=5}}else t+=S(e),F(e);if(T(e),e.token!==r)throw te(e,"End of string ".concat(r," expected"));return T(e),t}function ee(e){for(var r=[R(e)],t=1;","===e.token;)T(e),"]"!==e.token&&";"!==e.token&&(r[t]=R(e),t++);return new a(r)}function re(e){return e.index-e.token.length+1}function te(e,r){var t=re(e),n=new SyntaxError(r+" (char "+t+")");return n.char=t,n}function ne(e,r){var t=re(e),n=new SyntaxError(r+" (char "+t+")");return n.char=t,n}return x.isAlpha=function(e,r,t){return x.isValidLatinOrGreek(e)||x.isValidMathSymbol(e,t)||x.isValidMathSymbol(r,e)},x.isValidLatinOrGreek=function(e){return/^[a-zA-Z_$\u00C0-\u02AF\u0370-\u03FF\u2100-\u214F]$/.test(e)},x.isValidMathSymbol=function(e,r){return/^[\uD835]$/.test(e)&&/^[\uDC00-\uDFFF]$/.test(r)&&/^[^\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDFCC\uDFCD]$/.test(r)},x.isWhitespace=function(e,r){return" "===e||"\t"===e||"\n"===e&&r>0},x.isDecimalMark=function(e,r){return"."===e&&"/"!==r&&"*"!==r&&"^"!==r},x.isDigitDot=function(e){return e>="0"&&e<="9"||"."===e},x.isDigit=function(e){return e>="0"&&e<="9"},x.isHexDigit=function(e){return e>="0"&&e<="9"||e>="a"&&e<="f"||e>="A"&&e<="F"},r.addConversion({from:"string",to:"Node",convert:x}),x})),nd="compile",id=Cr(nd,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(nd,{string:function(e){return t(e).compile()},"Array | Matrix":function(e){return vn(e,(function(e){return t(e).compile()}))}})})),ad="evaluate",od=Cr(ad,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(ad,{string:function(e){var r=Se();return t(e).compile().evaluate(r)},"string, Map | Object":function(e,r){return t(e).compile().evaluate(r)},"Array | Matrix":function(e){var r=Se();return vn(e,(function(e){return t(e).compile().evaluate(r)}))},"Array | Matrix, Map | Object":function(e,r){return vn(e,(function(e){return t(e).compile().evaluate(r)}))}})})),ud=Cr("Parser",["evaluate","parse"],(e=>{var{evaluate:r,parse:t}=e;function n(){if(!(this instanceof n))throw new SyntaxError("Constructor must be called with the new operator");Object.defineProperty(this,"scope",{value:Se(),writable:!1})}return n.prototype.type="Parser",n.prototype.isParser=!0,n.prototype.evaluate=function(e){return r(e,this.scope)},n.prototype.get=function(e){if(this.scope.has(e))return this.scope.get(e)},n.prototype.getAll=function(){return function(e){if(e instanceof Me)return e.wrappedObject;var r={};for(var t of e.keys())be(r,t,e.get(t));return r}(this.scope)},n.prototype.getAllAsMap=function(){return this.scope},n.prototype.set=function(e,r){if(!function(e){if(0===e.length)return!1;for(var r=0;r<e.length;r++){var n=e.charAt(r-1),i=e.charAt(r),a=e.charAt(r+1);if(!(t.isAlpha(i,n,a)||r>0&&t.isDigit(i)))return!1}return!0}(e))throw new Error("Invalid variable name: '".concat(e,"'. Variable names must follow the specified rules."));return this.scope.set(e,r),r},n.prototype.remove=function(e){this.scope.delete(e)},n.prototype.clear=function(){this.scope.clear()},n}),{isClass:!0}),sd="parser",cd=Cr(sd,["typed","Parser"],(e=>{var{typed:r,Parser:t}=e;return r(sd,{"":function(){return new t}})})),fd=Cr("lup",["typed","matrix","abs","addScalar","divideScalar","multiplyScalar","subtractScalar","larger","equalScalar","unaryMinus","DenseMatrix","SparseMatrix","Spa"],(e=>{var{typed:r,matrix:t,abs:n,addScalar:i,divideScalar:a,multiplyScalar:o,subtractScalar:u,larger:s,equalScalar:c,unaryMinus:f,DenseMatrix:l,SparseMatrix:m,Spa:d}=e;return r("lup",{DenseMatrix:function(e){return p(e)},SparseMatrix:function(e){return function(e){var r,t,i,u=e._size[0],l=e._size[1],p=Math.min(u,l),h=e._values,v=e._index,y=e._ptr,g=[],x=[],b=[],w=[u,p],D=[],N=[],A=[],M=[p,l],C=[],E=[];for(r=0;r<u;r++)C[r]=r,E[r]=r;var S=function(){var e=new d;t<u&&(b.push(g.length),g.push(1),x.push(t)),A.push(D.length);var l=y[t+1];for(i=y[t];i<l;i++)e.set(C[r=v[i]],h[i]);t>0&&e.forEach(0,t-1,(function(r,t){m._forEachRow(r,g,x,b,(function(n,i){n>r&&e.accumulate(n,f(o(i,t)))}))}));var p,S,F,B,q=t,T=e.get(t),O=n(T);e.forEach(t+1,u-1,(function(e,r){var t=n(r);s(t,O)&&(q=e,O=t,T=r)})),t!==q&&(m._swapRows(t,q,w[1],g,x,b),m._swapRows(t,q,M[1],D,N,A),e.swap(t,q),B=E[S=q],C[F=E[p=t]]=S,C[B]=p,E[p]=B,E[S]=F),e.forEach(0,u-1,(function(e,r){e<=t?(D.push(r),N.push(e)):(r=a(r,T),c(r,0)||(g.push(r),x.push(e)))}))};for(t=0;t<l;t++)S();return A.push(D.length),b.push(g.length),{L:new m({values:g,index:x,ptr:b,size:w}),U:new m({values:D,index:N,ptr:A,size:M}),p:C,toString:function(){return"L: "+this.L.toString()+"\nU: "+this.U.toString()+"\nP: "+this.p}}}(e)},Array:function(e){var r=p(t(e));return{L:r.L.valueOf(),U:r.U.valueOf(),p:r.p}}});function p(e){var r,t,f,m=e._size[0],d=e._size[1],p=Math.min(m,d),h=xr(e._data),v=[],y=[m,p],g=[],x=[p,d],b=[];for(r=0;r<m;r++)b[r]=r;for(t=0;t<d;t++){if(t>0)for(r=0;r<m;r++){var w=Math.min(r,t),D=0;for(f=0;f<w;f++)D=i(D,o(h[r][f],h[f][t]));h[r][t]=u(h[r][t],D)}var N=t,A=0,M=0;for(r=t;r<m;r++){var C=h[r][t],E=n(C);s(E,A)&&(N=r,A=E,M=C)}if(t!==N&&(b[t]=[b[N],b[N]=b[t]][0],l._swapRows(t,N,h)),t<m)for(r=t+1;r<m;r++)c(h[r][t],0)||(h[r][t]=a(h[r][t],M))}for(t=0;t<d;t++)for(r=0;r<m;r++)0===t&&(r<d&&(g[r]=[]),v[r]=[]),r<t?(r<d&&(g[r][t]=h[r][t]),t<m&&(v[r][t]=0)):r!==t?(r<d&&(g[r][t]=0),t<m&&(v[r][t]=h[r][t])):(r<d&&(g[r][t]=h[r][t]),t<m&&(v[r][t]=1));var S=new l({data:v,size:y}),F=new l({data:g,size:x}),B=[];for(r=0,p=b.length;r<p;r++)B[b[r]]=r;return{L:S,U:F,p:B,toString:function(){return"L: "+this.L.toString()+"\nU: "+this.U.toString()+"\nP: "+this.p}}}})),ld=Cr("qr",["typed","matrix","zeros","identity","isZero","equal","sign","sqrt","conj","unaryMinus","addScalar","divideScalar","multiplyScalar","subtractScalar","complex"],(e=>{var{typed:r,matrix:t,zeros:n,identity:i,isZero:a,equal:o,sign:u,sqrt:s,conj:c,unaryMinus:f,addScalar:l,divideScalar:m,multiplyScalar:d,subtractScalar:p,complex:h}=e;return ye(r("qr",{DenseMatrix:function(e){return y(e)},SparseMatrix:function(){return function(){throw new Error("qr not implemented for sparse matrices yet")}()},Array:function(e){var r=y(t(e));return{Q:r.Q.valueOf(),R:r.R.valueOf()}}}),{_denseQRimpl:v});function v(e){var r,t,h,v=e._size[0],y=e._size[1],g=i([v],"dense"),x=g._data,b=e.clone(),w=b._data,D=n([v],"");for(h=0;h<Math.min(y,v);++h){var N=w[h][h],A=f(o(N,0)?1:u(N)),M=c(A),C=0;for(r=h;r<v;r++)C=l(C,d(w[r][h],c(w[r][h])));var E=d(A,s(C));if(!a(E)){var S=p(N,E);for(D[h]=1,r=h+1;r<v;r++)D[r]=m(w[r][h],S);var F=f(c(m(S,E))),B=void 0;for(t=h;t<y;t++){for(B=0,r=h;r<v;r++)B=l(B,d(c(D[r]),w[r][t]));for(B=d(B,F),r=h;r<v;r++)w[r][t]=d(p(w[r][t],d(D[r],B)),M)}for(r=0;r<v;r++){for(B=0,t=h;t<v;t++)B=l(B,d(x[r][t],D[t]));for(B=d(B,F),t=h;t<v;++t)x[r][t]=m(p(x[r][t],d(B,c(D[t]))),M)}}}return{Q:g,R:b,toString:function(){return"Q: "+this.Q.toString()+"\nR: "+this.R.toString()}}}function y(e){var r=v(e),t=r.R._data;if(e._data.length>0)for(var n="Complex"===t[0][0].type?h(0):0,i=0;i<t.length;++i)for(var a=0;a<i&&a<(t[0]||[]).length;++a)t[i][a]=n;return r}}));function md(e,r,t,n,i,a,o){var u=0;for(t[o]=e;u>=0;){var s=t[o+u],c=t[n+s];-1===c?(u--,a[r++]=s):(t[n+s]=t[i+c],t[o+ ++u]=c)}return r}function dd(e){return-e-2}var pd=Cr("csAmd",["add","multiply","transpose"],(e=>{var{add:r,multiply:t,transpose:n}=e;return function(e,o){if(!o||e<=0||e>3)return null;var u=o._size,s=u[0],c=u[1],f=0,l=Math.max(16,10*Math.sqrt(c)),m=function(e,i,a,o,u){var s=n(i);if(1===e&&o===a)return r(i,s);if(2===e){for(var c=s._index,f=s._ptr,l=0,m=0;m<a;m++){var d=f[m];if(f[m]=l,!(f[m+1]-d>u))for(var p=f[m+1];d<p;d++)c[l++]=c[d]}return f[a]=l,i=n(s),t(s,i)}return t(s,i)}(e,o,s,c,l=Math.min(c-2,l));!function(e,r){for(var t=e._values,n=e._index,i=e._ptr,a=e._size[1],o=0,u=0;u<a;u++){var s=i[u];for(i[u]=o;s<i[u+1];s++)r(n[s],u,t?t[s]:1,null)&&(n[o]=n[s],t&&(t[o]=t[s]),o++)}i[a]=o,n.splice(o,n.length-o),t&&t.splice(o,t.length-o)}(m,a);for(var d,p,h,v,y,g,x,b,w,D,N,A,M,C,E,S,F=m._index,B=m._ptr,q=B[c],T=[],O=[],k=c+1,z=2*(c+1),I=3*(c+1),R=4*(c+1),j=5*(c+1),U=6*(c+1),$=7*(c+1),P=T,L=function(e,r,t,n,a,o,u,s,c,f,l,m){for(var d=0;d<e;d++)t[0+d]=r[d+1]-r[d];t[0+e]=0;for(var p=0;p<=e;p++)t[a+p]=-1,o[p]=-1,t[u+p]=-1,t[s+p]=-1,t[c+p]=1,t[f+p]=1,t[l+p]=0,t[m+p]=t[0+p];var h=i(0,0,t,f,e);return t[l+e]=-2,r[e]=-1,t[f+e]=0,h}(c,B,O,0,I,P,z,$,k,U,R,j),_=function(e,r,t,n,i,a,o,u,s,c,f){for(var l=0,m=0;m<e;m++){var d=t[n+m];if(0===d)t[i+m]=-2,l++,r[m]=-1,t[a+m]=0;else if(d>o)t[u+m]=0,t[i+m]=-1,l++,r[m]=dd(e),t[u+e]++;else{var p=t[s+d];-1!==p&&(c[p]=m),t[f+m]=t[s+d],t[s+d]=m}}return l}(c,B,O,j,R,U,l,k,I,P,z),J=0;_<c;){for(h=-1;J<c&&-1===(h=O[I+J]);J++);-1!==O[z+h]&&(P[O[z+h]]=-1),O[I+J]=O[z+h];var W=O[R+h],V=O[k+h];_+=V;var H=0;O[k+h]=-V;var Z=B[h],G=0===W?Z:q,X=G;for(v=1;v<=W+1;v++){for(v>W?(g=h,x=Z,b=O[0+h]-W):(x=B[g=F[Z++]],b=O[0+g]),y=1;y<=b;y++)(w=O[k+(d=F[x++])])<=0||(H+=w,O[k+d]=-w,F[X++]=d,-1!==O[z+d]&&(P[O[z+d]]=P[d]),-1!==P[d]?O[z+P[d]]=O[z+d]:O[I+O[j+d]]=O[z+d]);g!==h&&(B[g]=dd(h),O[U+g]=0)}for(0!==W&&(q=X),O[j+h]=H,B[h]=G,O[0+h]=X-G,O[R+h]=-2,L=i(L,f,O,U,c),D=G;D<X;D++)if(!((N=O[R+(d=F[D])])<=0)){var Q=L-(w=-O[k+d]);for(Z=B[d],A=B[d]+N-1;Z<=A;Z++)O[U+(g=F[Z])]>=L?O[U+g]-=w:0!==O[U+g]&&(O[U+g]=O[j+g]+Q)}for(D=G;D<X;D++){for(M=(A=B[d=F[D]])+O[R+d]-1,C=A,E=0,S=0,Z=A;Z<=M;Z++)if(0!==O[U+(g=F[Z])]){var Y=O[U+g]-L;Y>0?(S+=Y,F[C++]=g,E+=g):(B[g]=dd(h),O[U+g]=0)}O[R+d]=C-A+1;var K=C,ee=A+O[0+d];for(Z=M+1;Z<ee;Z++){var re=O[k+(p=F[Z])];re<=0||(S+=re,F[C++]=p,E+=p)}0===S?(B[d]=dd(h),H-=w=-O[k+d],V+=w,_+=w,O[k+d]=0,O[R+d]=-1):(O[j+d]=Math.min(O[j+d],S),F[C]=F[K],F[K]=F[A],F[A]=h,O[0+d]=C-A+1,O[z+d]=O[$+(E=(E<0?-E:E)%c)],O[$+E]=d,P[d]=E)}for(O[j+h]=H,L=i(L+(f=Math.max(f,H)),f,O,U,c),D=G;D<X;D++)if(!(O[k+(d=F[D])]>=0))for(d=O[$+(E=P[d])],O[$+E]=-1;-1!==d&&-1!==O[z+d];d=O[z+d],L++){for(b=O[0+d],N=O[R+d],Z=B[d]+1;Z<=B[d]+b-1;Z++)O[U+F[Z]]=L;var te=d;for(p=O[z+d];-1!==p;){var ne=O[0+p]===b&&O[R+p]===N;for(Z=B[p]+1;ne&&Z<=B[p]+b-1;Z++)O[U+F[Z]]!==L&&(ne=0);ne?(B[p]=dd(d),O[k+d]+=O[k+p],O[k+p]=0,O[R+p]=-1,O[z+te]=p=O[z+p]):(te=p,p=O[z+p])}}for(Z=G,D=G;D<X;D++)(w=-O[k+(d=F[D])])<=0||(O[k+d]=w,S=O[j+d]+H-w,-1!==O[I+(S=Math.min(S,c-_-w))]&&(P[O[I+S]]=d),O[z+d]=O[I+S],P[d]=-1,O[I+S]=d,J=Math.min(J,S),O[j+d]=S,F[Z++]=d);O[k+h]=V,0==(O[0+h]=Z-G)&&(B[h]=-1,O[U+h]=0),0!==W&&(q=Z)}for(d=0;d<c;d++)B[d]=dd(B[d]);for(p=0;p<=c;p++)O[I+p]=-1;for(p=c;p>=0;p--)O[k+p]>0||(O[z+p]=O[I+B[p]],O[I+B[p]]=p);for(g=c;g>=0;g--)O[k+g]<=0||-1!==B[g]&&(O[z+g]=O[I+B[g]],O[I+B[g]]=g);for(h=0,d=0;d<=c;d++)-1===B[d]&&(h=md(d,h,O,I,z,T,U));return T.splice(T.length-1,1),T};function i(e,r,t,n,i){if(e<2||e+r<0){for(var a=0;a<i;a++)0!==t[n+a]&&(t[n+a]=1);e=2}return e}function a(e,r){return e!==r}}));function hd(e,r,t,n,i,a,o){var u,s,c,f=0;if(e<=r||t[n+r]<=t[i+e])return-1;t[i+e]=t[n+r];var l=t[a+e];if(t[a+e]=r,-1===l)f=1,c=e;else{for(f=2,c=l;c!==t[o+c];c=t[o+c]);for(u=l;u!==c;u=s)s=t[o+u],t[o+u]=c}return{jleaf:f,q:c}}var vd=Cr("csCounts",["transpose"],(e=>{var{transpose:r}=e;return function(e,t,n,i){if(!e||!t||!n)return null;var a,o,u,s,c,f,l=e._size,m=l[0],d=l[1],p=4*d+(i?d+m+1:0),h=[],v=d,y=2*d,g=3*d,x=4*d,b=5*d+1;for(u=0;u<p;u++)h[u]=-1;var w=[],D=r(e),N=D._index,A=D._ptr;for(u=0;u<d;u++)for(w[o=n[u]]=-1===h[g+o]?1:0;-1!==o&&-1===h[g+o];o=t[o])h[g+o]=u;if(i){for(u=0;u<d;u++)h[n[u]]=u;for(a=0;a<m;a++){for(u=d,f=A[a+1],c=A[a];c<f;c++)u=Math.min(u,h[N[c]]);h[b+a]=h[x+u],h[x+u]=a}}for(a=0;a<d;a++)h[0+a]=a;for(u=0;u<d;u++){for(-1!==t[o=n[u]]&&w[t[o]]--,s=i?h[x+u]:o;-1!==s;s=i?h[b+s]:-1)for(c=A[s];c<A[s+1];c++){var M=hd(a=N[c],o,h,g,v,y,0);M.jleaf>=1&&w[o]++,2===M.jleaf&&w[M.q]--}-1!==t[o]&&(h[0+o]=t[o])}for(o=0;o<d;o++)-1!==t[o]&&(w[t[o]]+=w[o]);return w}})),yd=Cr("csSqr",["add","multiply","transpose"],(e=>{var{add:r,multiply:t,transpose:n}=e,i=pd({add:r,multiply:t,transpose:n}),a=vd({transpose:n});return function(e,r,t){var n,o=r._ptr,u=r._size[1],s={};if(s.q=i(e,r),e&&!s.q)return null;if(t){var c=e?function(e,r,t){for(var n=e._values,i=e._index,a=e._ptr,o=e._size,u=e._datatype,s=o[0],c=o[1],f=null,l=[],m=[],d=0,p=0;p<c;p++){m[p]=d;for(var h=t?t[p]:p,v=a[h+1],y=a[h];y<v;y++)l[d]=i[y],f&&(f[d]=n[y]),d++}return m[c]=d,e.createSparseMatrix({values:f,index:l,ptr:m,size:[s,c],datatype:u})}(r,0,s.q):r;s.parent=function(e){if(!e)return null;var r,t,n=e._index,i=e._ptr,a=e._size,o=a[0],u=a[1],s=[],c=[],f=u;for(r=0;r<o;r++)c[f+r]=-1;for(var l=0;l<u;l++){s[l]=-1,c[0+l]=-1;for(var m=i[l+1],d=i[l];d<m;d++){var p=n[d];for(r=c[f+p];-1!==r&&r<l;r=t)t=c[0+r],c[0+r]=l,-1===t&&(s[r]=l);c[f+p]=l}}return s}(c);var f=function(e,r){if(!e)return null;var t,n=0,i=[],a=[],o=r,u=2*r;for(t=0;t<r;t++)a[0+t]=-1;for(t=r-1;t>=0;t--)-1!==e[t]&&(a[o+t]=a[0+e[t]],a[0+e[t]]=t);for(t=0;t<r;t++)-1===e[t]&&(n=md(t,n,a,0,o,i,u));return i}(s.parent,u);if(s.cp=a(c,s.parent,f,1),c&&s.parent&&s.cp&&function(e,r){var t=e._ptr,n=e._index,i=e._size,a=i[0],o=i[1];r.pinv=[],r.leftmost=[];var u,s,c,f,l=r.parent,m=r.pinv,d=r.leftmost,p=[],h=a,v=a+o,y=a+2*o;for(s=0;s<o;s++)p[h+s]=-1,p[v+s]=-1,p[y+s]=0;for(u=0;u<a;u++)d[u]=-1;for(s=o-1;s>=0;s--)for(f=t[s+1],c=t[s];c<f;c++)d[n[c]]=s;for(u=a-1;u>=0;u--)m[u]=-1,-1!==(s=d[u])&&(0==p[y+s]++&&(p[v+s]=u),p[0+u]=p[h+s],p[h+s]=u);for(r.lnz=0,r.m2=a,s=0;s<o;s++)if(u=p[h+s],r.lnz++,u<0&&(u=r.m2++),m[u]=s,!(--y[s]<=0)){r.lnz+=p[y+s];var g=l[s];-1!==g&&(0===p[y+g]&&(p[v+g]=p[v+s]),p[0+p[v+s]]=p[h+g],p[h+g]=p[0+u],p[y+g]+=p[y+s])}for(u=0;u<a;u++)m[u]<0&&(m[u]=s++);return!0}(c,s))for(s.unz=0,n=0;n<u;n++)s.unz+=s.cp[n]}else s.unz=4*o[u]+u,s.lnz=s.unz;return s}}));function gd(e,r){return e[r]<0}function xd(e,r){e[r]=dd(e[r])}function bd(e){return e<0?dd(e):e}function wd(e,r,t,n,i){var a,o,u,s=r._index,c=r._ptr,f=r._size[1],l=0;for(n[0]=e;l>=0;){e=n[l];var m=i?i[e]:e;gd(c,e)||(xd(c,e),n[f+l]=m<0?0:bd(c[m]));var d=1;for(o=n[f+l],u=m<0?0:bd(c[m+1]);o<u;o++)if(!gd(c,a=s[o])){n[f+l]=o,n[++l]=a,d=0;break}d&&(l--,n[--t]=e)}return t}var Dd=Cr("csSpsolve",["divideScalar","multiply","subtract"],(e=>{var{divideScalar:r,multiply:t,subtract:n}=e;return function(e,i,a,o,u,s,c){var f,l,m,d,p=e._values,h=e._index,v=e._ptr,y=e._size[1],g=i._values,x=i._index,b=i._ptr,w=function(e,r,t,n,i){var a,o,u=e._ptr,s=r._index,c=r._ptr,f=e._size[1],l=f;for(o=c[t+1],a=c[t];a<o;a++){var m=s[a];gd(u,m)||(l=wd(m,e,l,n,i))}for(a=l;a<f;a++)xd(u,n[a]);return l}(e,i,a,o,s);for(f=w;f<y;f++)u[o[f]]=0;for(m=b[a+1],f=l=b[a];f<m;f++)u[x[f]]=g[f];for(var D=w;D<y;D++){var N=o[D],A=s?s[N]:N;if(!(A<0))for(l=v[A],m=v[A+1],u[N]=r(u[N],p[c?l:m-1]),f=c?l+1:l,d=c?m:m-1;f<d;f++){var M=h[f];u[M]=n(u[M],t(p[f],u[N]))}}return w}})),Nd=Cr("csLu",["abs","divideScalar","multiply","subtract","larger","largerEq","SparseMatrix"],(e=>{var{abs:r,divideScalar:t,multiply:n,subtract:i,larger:a,largerEq:o,SparseMatrix:u}=e,s=Dd({divideScalar:t,multiply:n,subtract:i});return function(e,i,c){if(!e)return null;var f,l=e._size[1],m=100,d=100;i&&(f=i.q,m=i.lnz||m,d=i.unz||d);var p,h,v=[],y=[],g=[],x=new u({values:v,index:y,ptr:g,size:[l,l]}),b=[],w=[],D=[],N=new u({values:b,index:w,ptr:D,size:[l,l]}),A=[],M=[],C=[];for(p=0;p<l;p++)M[p]=0,A[p]=-1,g[p+1]=0;m=0,d=0;for(var E=0;E<l;E++){g[E]=m,D[E]=d;var S=f?f[E]:E,F=s(x,e,S,C,M,A,1),B=-1,q=-1;for(h=F;h<l;h++)if(A[p=C[h]]<0){var T=r(M[p]);a(T,q)&&(q=T,B=p)}else w[d]=A[p],b[d++]=M[p];if(-1===B||q<=0)return null;A[S]<0&&o(r(M[S]),n(q,c))&&(B=S);var O=M[B];for(w[d]=E,b[d++]=O,A[B]=E,y[m]=B,v[m++]=1,h=F;h<l;h++)A[p=C[h]]<0&&(y[m]=p,v[m++]=t(M[p],O)),M[p]=0}for(g[l]=m,D[l]=d,h=0;h<m;h++)y[h]=A[y[h]];return v.splice(m,v.length-m),y.splice(m,y.length-m),b.splice(d,b.length-d),w.splice(d,w.length-d),{L:x,U:N,pinv:A}}})),Ad=Cr("slu",["typed","abs","add","multiply","transpose","divideScalar","subtract","larger","largerEq","SparseMatrix"],(e=>{var{typed:r,abs:t,add:n,multiply:i,transpose:a,divideScalar:o,subtract:u,larger:s,largerEq:c,SparseMatrix:f}=e,l=yd({add:n,multiply:i,transpose:a}),m=Nd({abs:t,divideScalar:o,multiply:i,subtract:u,larger:s,largerEq:c,SparseMatrix:f});return r("slu",{"SparseMatrix, number, number":function(e,r,t){if(!Sr(r)||r<0||r>3)throw new Error("Symbolic Ordering and Analysis order must be an integer number in the interval [0, 3]");if(t<0||t>1)throw new Error("Partial pivoting threshold must be a number from 0 to 1");var n=l(r,e,!1),i=m(e,n,t);return{L:i.L,U:i.U,p:i.pinv,q:n.q,toString:function(){return"L: "+this.L.toString()+"\nU: "+this.U.toString()+"\np: "+this.p.toString()+(this.q?"\nq: "+this.q.toString():"")+"\n"}}}})}));function Md(e,r){var t,n=r.length,i=[];if(e)for(t=0;t<n;t++)i[e[t]]=r[t];else for(t=0;t<n;t++)i[t]=r[t];return i}var Cd="lusolve",Ed=Cr(Cd,["typed","matrix","lup","slu","usolve","lsolve","DenseMatrix"],(e=>{var{typed:r,matrix:t,lup:n,slu:i,usolve:a,lsolve:o,DenseMatrix:u}=e,s=xc({DenseMatrix:u});return r(Cd,{"Array, Array | Matrix":function(e,r){e=t(e);var i=n(e);return f(i.L,i.U,i.p,null,r).valueOf()},"DenseMatrix, Array | Matrix":function(e,r){var t=n(e);return f(t.L,t.U,t.p,null,r)},"SparseMatrix, Array | Matrix":function(e,r){var t=n(e);return f(t.L,t.U,t.p,null,r)},"SparseMatrix, Array | Matrix, number, number":function(e,r,t,n){var a=i(e,t,n);return f(a.L,a.U,a.p,a.q,r)},"Object, Array | Matrix":function(e,r){return f(e.L,e.U,e.p,e.q,r)}});function c(e){if(je(e))return e;if(Re(e))return t(e);throw new TypeError("Invalid Matrix LU decomposition")}function f(e,r,t,n,i){e=c(e),r=c(r),t&&((i=s(e,i,!0))._data=Md(t,i._data));var u=o(e,i),f=a(r,u);return n&&(f._data=Md(n,f._data)),f}})),Sd="polynomialRoot",Fd=Cr(Sd,["typed","isZero","equalScalar","add","subtract","multiply","divide","sqrt","unaryMinus","cbrt","typeOf","im","re"],(e=>{var{typed:r,isZero:t,equalScalar:n,add:i,subtract:a,multiply:o,divide:u,sqrt:s,unaryMinus:c,cbrt:f,typeOf:l,im:m,re:d}=e;return r(Sd,{"number|Complex, ...number|Complex":(e,r)=>{for(var p=[e,...r];p.length>0&&t(p[p.length-1]);)p.pop();if(p.length<2)throw new RangeError("Polynomial [".concat(e,", ").concat(r,"] must have a non-zero non-constant coefficient"));switch(p.length){case 2:return[c(u(p[0],p[1]))];case 3:var[h,v,y]=p,g=o(2,y),x=o(v,v),b=o(4,y,h);if(n(x,b))return[u(c(v),g)];var w=s(a(x,b));return[u(a(w,v),g),u(a(c(w),v),g)];case 4:var[D,N,A,M]=p,C=c(o(3,M)),E=o(A,A),S=o(3,M,N),F=i(o(2,A,A,A),o(27,M,M,D)),B=o(9,M,A,N);if(n(E,S)&&n(F,B))return[u(A,C)];var q,T=a(E,S),O=a(F,B),k=i(o(18,M,A,N,D),o(A,A,N,N)),z=i(o(4,A,A,A,D),o(4,M,N,N,N),o(27,M,M,D,D));return n(k,z)?[u(a(o(4,M,A,N),i(o(9,M,M,D),o(A,A,A))),o(M,T)),u(a(o(9,M,D),o(A,N)),o(2,T))]:(q=n(E,S)?O:u(i(O,s(a(o(O,O),o(4,T,T,T)))),2),f(q,!0).toArray().map((e=>u(i(A,e,u(T,e)),C))).map((e=>"Complex"===l(e)&&n(d(e),d(e)+m(e))?d(e):e)));default:throw new RangeError("only implemented for cubic or lower-order polynomials, not ".concat(p))}}})})),Bd=Cr("Help",["evaluate"],(e=>{var{evaluate:r}=e;function t(e){if(!(this instanceof t))throw new SyntaxError("Constructor must be called with the new operator");if(!e)throw new Error('Argument "doc" missing');this.doc=e}return t.prototype.type="Help",t.prototype.isHelp=!0,t.prototype.toString=function(){var e=this.doc||{},t="\n";if(e.name&&(t+="Name: "+e.name+"\n\n"),e.category&&(t+="Category: "+e.category+"\n\n"),e.description&&(t+="Description:\n "+e.description+"\n\n"),e.syntax&&(t+="Syntax:\n "+e.syntax.join("\n ")+"\n\n"),e.examples){t+="Examples:\n";for(var n=!1,i=r("config()"),a={config:e=>(n=!0,r("config(newConfig)",{newConfig:e}))},o=0;o<e.examples.length;o++){var u=e.examples[o];t+=" "+u+"\n";var s=void 0;try{s=r(u,a)}catch(e){s=e}void 0===s||Ve(s)||(t+=" "+wt(s,{precision:14})+"\n")}t+="\n",n&&r("config(originalConfig)",{originalConfig:i})}return e.mayThrow&&e.mayThrow.length&&(t+="Throws: "+e.mayThrow.join(", ")+"\n\n"),e.seealso&&e.seealso.length&&(t+="See also: "+e.seealso.join(", ")+"\n"),t},t.prototype.toJSON=function(){var e=xr(this.doc);return e.mathjs="Help",e},t.fromJSON=function(e){var r={};return Object.keys(e).filter((e=>"mathjs"!==e)).forEach((t=>{r[t]=e[t]})),new t(r)},t.prototype.valueOf=t.prototype.toString,t}),{isClass:!0}),qd=Cr("Chain",["?on","math","typed"],(e=>{var{on:r,math:t,typed:n}=e;function i(e){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");this.value=yr(e)?e.value:e}function a(e,r){var t,n,a;t=function(){var e=r();if("function"==typeof e)return o(e)},a=!0,Object.defineProperty(i.prototype,e,{get:function(){return a&&(n=t(),a=!1),n},set:function(e){n=e,a=!1},configurable:!0,enumerable:!0})}function o(e){return function(){if(0===arguments.length)return new i(e(this.value));for(var r=[this.value],t=0;t<arguments.length;t++)r[t+1]=arguments[t];if(n.isTypedFunction(e)){var a=n.resolve(e,r);if(1===a.params.length)throw new Error("chain function "+e.name+" cannot match rest parameter between chain value and additional arguments.");return new i(a.implementation.apply(e,r))}return new i(e.apply(e,r))}}i.prototype.type="Chain",i.prototype.isChain=!0,i.prototype.done=function(){return this.value},i.prototype.valueOf=function(){return this.value},i.prototype.toString=function(){return wt(this.value)},i.prototype.toJSON=function(){return{mathjs:"Chain",value:this.value}},i.fromJSON=function(e){return new i(e.value)},i.createProxy=function(e,r){if("string"==typeof e)s=e,"function"==typeof(c=r)&&(i.prototype[s]=o(c));else{var t=function(r){Dr(e,r)&&void 0===u[r]&&a(r,(()=>e[r]))};for(var n in e)t(n)}var s,c};var u={expression:!0,docs:!0,type:!0,classes:!0,json:!0,error:!0,isChain:!0};return i.createProxy(t),r&&r("import",(function(e,r,t){t||a(e,r)})),i}),{isClass:!0}),Td={name:"e",category:"Constants",syntax:["e"],description:"Euler's number, the base of the natural logarithm. Approximately equal to 2.71828",examples:["e","e ^ 2","exp(2)","log(e)"],seealso:["exp"]},Od={name:"pi",category:"Constants",syntax:["pi"],description:"The number pi is a mathematical constant that is the ratio of a circle's circumference to its diameter, and is approximately equal to 3.14159",examples:["pi","sin(pi/2)"],seealso:["tau"]},kd={bignumber:{name:"bignumber",category:"Construction",syntax:["bignumber(x)"],description:"Create a big number from a number or string.",examples:["0.1 + 0.2","bignumber(0.1) + bignumber(0.2)",'bignumber("7.2")','bignumber("7.2e500")',"bignumber([0.1, 0.2, 0.3])"],seealso:["boolean","bigint","complex","fraction","index","matrix","string","unit"]},bigint:{name:"bigint",category:"Construction",syntax:["bigint(x)"],description:"Create a bigint, an integer with an arbitrary number of digits, from a number or string.",examples:["123123123123123123 # a large number will lose digits",'bigint("123123123123123123")','bignumber(["1", "3", "5"])'],seealso:["boolean","bignumber","number","complex","fraction","index","matrix","string","unit"]},boolean:{name:"boolean",category:"Construction",syntax:["x","boolean(x)"],description:"Convert a string or number into a boolean.",examples:["boolean(0)","boolean(1)","boolean(3)",'boolean("true")','boolean("false")',"boolean([1, 0, 1, 1])"],seealso:["bignumber","complex","index","matrix","number","string","unit"]},complex:{name:"complex",category:"Construction",syntax:["complex()","complex(re, im)","complex(string)"],description:"Create a complex number.",examples:["complex()","complex(2, 3)",'complex("7 - 2i")'],seealso:["bignumber","boolean","index","matrix","number","string","unit"]},createUnit:{name:"createUnit",category:"Construction",syntax:["createUnit(definitions)","createUnit(name, definition)"],description:"Create a user-defined unit and register it with the Unit type.",examples:['createUnit("foo")','createUnit("knot", {definition: "0.514444444 m/s", aliases: ["knots", "kt", "kts"]})','createUnit("mph", "1 mile/hour")'],seealso:["unit","splitUnit"]},fraction:{name:"fraction",category:"Construction",syntax:["fraction(num)","fraction(matrix)","fraction(num,den)","fraction({n: num, d: den})"],description:"Create a fraction from a number or from integer numerator and denominator.",examples:["fraction(0.125)","fraction(1, 3) + fraction(2, 5)","fraction({n: 333, d: 53})","fraction([sqrt(9), sqrt(10), sqrt(11)])"],seealso:["bignumber","boolean","complex","index","matrix","string","unit"]},index:{name:"index",category:"Construction",syntax:["[start]","[start:end]","[start:step:end]","[start1, start 2, ...]","[start1:end1, start2:end2, ...]","[start1:step1:end1, start2:step2:end2, ...]"],description:"Create an index to get or replace a subset of a matrix",examples:["A = [1, 2, 3; 4, 5, 6]","A[1, :]","A[1, 2] = 50","A[1:2, 1:2] = 1","B = [1, 2, 3]","B[B>1 and B<3]"],seealso:["bignumber","boolean","complex","matrix,","number","range","string","unit"]},matrix:{name:"matrix",category:"Construction",syntax:["[]","[a1, b1, ...; a2, b2, ...]","matrix()",'matrix("dense")',"matrix([...])"],description:"Create a matrix.",examples:["[]","[1, 2, 3]","[1, 2, 3; 4, 5, 6]","matrix()","matrix([3, 4])",'matrix([3, 4; 5, 6], "sparse")','matrix([3, 4; 5, 6], "sparse", "number")'],seealso:["bignumber","boolean","complex","index","number","string","unit","sparse"]},number:{name:"number",category:"Construction",syntax:["x","number(x)","number(unit, valuelessUnit)"],description:"Create a number or convert a string or boolean into a number.",examples:["2","2e3","4.05","number(2)",'number("7.2")',"number(true)","number([true, false, true, true])",'number(unit("52cm"), "m")'],seealso:["bignumber","bigint","boolean","complex","fraction","index","matrix","string","unit"]},sparse:{name:"sparse",category:"Construction",syntax:["sparse()","sparse([a1, b1, ...; a1, b2, ...])",'sparse([a1, b1, ...; a1, b2, ...], "number")'],description:"Create a sparse matrix.",examples:["sparse()","sparse([3, 4; 5, 6])",'sparse([3, 0; 5, 0], "number")'],seealso:["bignumber","boolean","complex","index","number","string","unit","matrix"]},splitUnit:{name:"splitUnit",category:"Construction",syntax:["splitUnit(unit: Unit, parts: Unit[])"],description:"Split a unit in an array of units whose sum is equal to the original unit.",examples:['splitUnit(1 m, ["feet", "inch"])'],seealso:["unit","createUnit"]},string:{name:"string",category:"Construction",syntax:['"text"',"string(x)"],description:"Create a string or convert a value to a string",examples:['"Hello World!"',"string(4.2)","string(3 + 2i)"],seealso:["bignumber","boolean","complex","index","matrix","number","unit"]},unit:{name:"unit",category:"Construction",syntax:["value unit","unit(value, unit)","unit(string)"],description:"Create a unit.",examples:["5.5 mm","3 inch",'unit(7.1, "kilogram")','unit("23 deg")'],seealso:["bignumber","boolean","complex","index","matrix","number","string"]},e:Td,E:Td,false:{name:"false",category:"Constants",syntax:["false"],description:"Boolean value false",examples:["false"],seealso:["true"]},i:{name:"i",category:"Constants",syntax:["i"],description:"Imaginary unit, defined as i*i=-1. A complex number is described as a + b*i, where a is the real part, and b is the imaginary part.",examples:["i","i * i","sqrt(-1)"],seealso:[]},Infinity:{name:"Infinity",category:"Constants",syntax:["Infinity"],description:"Infinity, a number which is larger than the maximum number that can be handled by a floating point number.",examples:["Infinity","1 / 0"],seealso:[]},LN2:{name:"LN2",category:"Constants",syntax:["LN2"],description:"Returns the natural logarithm of 2, approximately equal to 0.693",examples:["LN2","log(2)"],seealso:[]},LN10:{name:"LN10",category:"Constants",syntax:["LN10"],description:"Returns the natural logarithm of 10, approximately equal to 2.302",examples:["LN10","log(10)"],seealso:[]},LOG2E:{name:"LOG2E",category:"Constants",syntax:["LOG2E"],description:"Returns the base-2 logarithm of E, approximately equal to 1.442",examples:["LOG2E","log(e, 2)"],seealso:[]},LOG10E:{name:"LOG10E",category:"Constants",syntax:["LOG10E"],description:"Returns the base-10 logarithm of E, approximately equal to 0.434",examples:["LOG10E","log(e, 10)"],seealso:[]},NaN:{name:"NaN",category:"Constants",syntax:["NaN"],description:"Not a number",examples:["NaN","0 / 0"],seealso:[]},null:{name:"null",category:"Constants",syntax:["null"],description:"Value null",examples:["null"],seealso:["true","false"]},pi:Od,PI:Od,phi:{name:"phi",category:"Constants",syntax:["phi"],description:"Phi is the golden ratio. Two quantities are in the golden ratio if their ratio is the same as the ratio of their sum to the larger of the two quantities. Phi is defined as `(1 + sqrt(5)) / 2` and is approximately 1.618034...",examples:["phi"],seealso:[]},SQRT1_2:{name:"SQRT1_2",category:"Constants",syntax:["SQRT1_2"],description:"Returns the square root of 1/2, approximately equal to 0.707",examples:["SQRT1_2","sqrt(1/2)"],seealso:[]},SQRT2:{name:"SQRT2",category:"Constants",syntax:["SQRT2"],description:"Returns the square root of 2, approximately equal to 1.414",examples:["SQRT2","sqrt(2)"],seealso:[]},tau:{name:"tau",category:"Constants",syntax:["tau"],description:"Tau is the ratio constant of a circle's circumference to radius, equal to 2 * pi, approximately 6.2832.",examples:["tau","2 * pi"],seealso:["pi"]},true:{name:"true",category:"Constants",syntax:["true"],description:"Boolean value true",examples:["true"],seealso:["false"]},version:{name:"version",category:"Constants",syntax:["version"],description:"A string with the version number of math.js",examples:["version"],seealso:[]},speedOfLight:{description:"Speed of light in vacuum",examples:["speedOfLight"]},gravitationConstant:{description:"Newtonian constant of gravitation",examples:["gravitationConstant"]},planckConstant:{description:"Planck constant",examples:["planckConstant"]},reducedPlanckConstant:{description:"Reduced Planck constant",examples:["reducedPlanckConstant"]},magneticConstant:{description:"Magnetic constant (vacuum permeability)",examples:["magneticConstant"]},electricConstant:{description:"Electric constant (vacuum permeability)",examples:["electricConstant"]},vacuumImpedance:{description:"Characteristic impedance of vacuum",examples:["vacuumImpedance"]},coulomb:{description:"Coulomb's constant",examples:["coulomb"]},elementaryCharge:{description:"Elementary charge",examples:["elementaryCharge"]},bohrMagneton:{description:"Bohr magneton",examples:["bohrMagneton"]},conductanceQuantum:{description:"Conductance quantum",examples:["conductanceQuantum"]},inverseConductanceQuantum:{description:"Inverse conductance quantum",examples:["inverseConductanceQuantum"]},magneticFluxQuantum:{description:"Magnetic flux quantum",examples:["magneticFluxQuantum"]},nuclearMagneton:{description:"Nuclear magneton",examples:["nuclearMagneton"]},klitzing:{description:"Von Klitzing constant",examples:["klitzing"]},bohrRadius:{description:"Bohr radius",examples:["bohrRadius"]},classicalElectronRadius:{description:"Classical electron radius",examples:["classicalElectronRadius"]},electronMass:{description:"Electron mass",examples:["electronMass"]},fermiCoupling:{description:"Fermi coupling constant",examples:["fermiCoupling"]},fineStructure:{description:"Fine-structure constant",examples:["fineStructure"]},hartreeEnergy:{description:"Hartree energy",examples:["hartreeEnergy"]},protonMass:{description:"Proton mass",examples:["protonMass"]},deuteronMass:{description:"Deuteron Mass",examples:["deuteronMass"]},neutronMass:{description:"Neutron mass",examples:["neutronMass"]},quantumOfCirculation:{description:"Quantum of circulation",examples:["quantumOfCirculation"]},rydberg:{description:"Rydberg constant",examples:["rydberg"]},thomsonCrossSection:{description:"Thomson cross section",examples:["thomsonCrossSection"]},weakMixingAngle:{description:"Weak mixing angle",examples:["weakMixingAngle"]},efimovFactor:{description:"Efimov factor",examples:["efimovFactor"]},atomicMass:{description:"Atomic mass constant",examples:["atomicMass"]},avogadro:{description:"Avogadro's number",examples:["avogadro"]},boltzmann:{description:"Boltzmann constant",examples:["boltzmann"]},faraday:{description:"Faraday constant",examples:["faraday"]},firstRadiation:{description:"First radiation constant",examples:["firstRadiation"]},loschmidt:{description:"Loschmidt constant at T=273.15 K and p=101.325 kPa",examples:["loschmidt"]},gasConstant:{description:"Gas constant",examples:["gasConstant"]},molarPlanckConstant:{description:"Molar Planck constant",examples:["molarPlanckConstant"]},molarVolume:{description:"Molar volume of an ideal gas at T=273.15 K and p=101.325 kPa",examples:["molarVolume"]},sackurTetrode:{description:"Sackur-Tetrode constant at T=1 K and p=101.325 kPa",examples:["sackurTetrode"]},secondRadiation:{description:"Second radiation constant",examples:["secondRadiation"]},stefanBoltzmann:{description:"Stefan-Boltzmann constant",examples:["stefanBoltzmann"]},wienDisplacement:{description:"Wien displacement law constant",examples:["wienDisplacement"]},molarMass:{description:"Molar mass constant",examples:["molarMass"]},molarMassC12:{description:"Molar mass constant of carbon-12",examples:["molarMassC12"]},gravity:{description:"Standard acceleration of gravity (standard acceleration of free-fall on Earth)",examples:["gravity"]},planckLength:{description:"Planck length",examples:["planckLength"]},planckMass:{description:"Planck mass",examples:["planckMass"]},planckTime:{description:"Planck time",examples:["planckTime"]},planckCharge:{description:"Planck charge",examples:["planckCharge"]},planckTemperature:{description:"Planck temperature",examples:["planckTemperature"]},derivative:{name:"derivative",category:"Algebra",syntax:["derivative(expr, variable)","derivative(expr, variable, {simplify: boolean})"],description:"Takes the derivative of an expression expressed in parser Nodes. The derivative will be taken over the supplied variable in the second parameter. If there are multiple variables in the expression, it will return a partial derivative.",examples:['derivative("2x^3", "x")','derivative("2x^3", "x", {simplify: false})','derivative("2x^2 + 3x + 4", "x")','derivative("sin(2x)", "x")','f = parse("x^2 + x")','x = parse("x")',"df = derivative(f, x)","df.evaluate({x: 3})"],seealso:["simplify","parse","evaluate"]},lsolve:{name:"lsolve",category:"Algebra",syntax:["x=lsolve(L, b)"],description:"Finds one solution of the linear system L * x = b where L is an [n x n] lower triangular matrix and b is a [n] column vector.",examples:["a = [-2, 3; 2, 1]","b = [11, 9]","x = lsolve(a, b)"],seealso:["lsolveAll","lup","lusolve","usolve","matrix","sparse"]},lsolveAll:{name:"lsolveAll",category:"Algebra",syntax:["x=lsolveAll(L, b)"],description:"Finds all solutions of the linear system L * x = b where L is an [n x n] lower triangular matrix and b is a [n] column vector.",examples:["a = [-2, 3; 2, 1]","b = [11, 9]","x = lsolve(a, b)"],seealso:["lsolve","lup","lusolve","usolve","matrix","sparse"]},lup:{name:"lup",category:"Algebra",syntax:["lup(m)"],description:"Calculate the Matrix LU decomposition with partial pivoting. Matrix A is decomposed in three matrices (L, U, P) where P * A = L * U",examples:["lup([[2, 1], [1, 4]])","lup(matrix([[2, 1], [1, 4]]))","lup(sparse([[2, 1], [1, 4]]))"],seealso:["lusolve","lsolve","usolve","matrix","sparse","slu","qr"]},lusolve:{name:"lusolve",category:"Algebra",syntax:["x=lusolve(A, b)","x=lusolve(lu, b)"],description:"Solves the linear system A * x = b where A is an [n x n] matrix and b is a [n] column vector.",examples:["a = [-2, 3; 2, 1]","b = [11, 9]","x = lusolve(a, b)"],seealso:["lup","slu","lsolve","usolve","matrix","sparse"]},leafCount:{name:"leafCount",category:"Algebra",syntax:["leafCount(expr)"],description:"Computes the number of leaves in the parse tree of the given expression",examples:['leafCount("e^(i*pi)-1")','leafCount(parse("{a: 22/7, b: 10^(1/2)}"))'],seealso:["simplify"]},polynomialRoot:{name:"polynomialRoot",category:"Algebra",syntax:["x=polynomialRoot(-6, 3)","x=polynomialRoot(4, -4, 1)","x=polynomialRoot(-8, 12, -6, 1)"],description:"Finds the roots of a univariate polynomial given by its coefficients starting from constant, linear, and so on, increasing in degree.",examples:["a = polynomialRoot(-6, 11, -6, 1)"],seealso:["cbrt","sqrt"]},resolve:{name:"resolve",category:"Algebra",syntax:["resolve(node, scope)"],description:"Recursively substitute variables in an expression tree.",examples:['resolve(parse("1 + x"), { x: 7 })','resolve(parse("size(text)"), { text: "Hello World" })','resolve(parse("x + y"), { x: parse("3z") })','resolve(parse("3x"), { x: parse("y+z"), z: parse("w^y") })'],seealso:["simplify","evaluate"],mayThrow:["ReferenceError"]},simplify:{name:"simplify",category:"Algebra",syntax:["simplify(expr)","simplify(expr, rules)"],description:"Simplify an expression tree.",examples:['simplify("3 + 2 / 4")','simplify("2x + x")','f = parse("x * (x + 2 + x)")',"simplified = simplify(f)","simplified.evaluate({x: 2})"],seealso:["simplifyCore","derivative","evaluate","parse","rationalize","resolve"]},simplifyConstant:{name:"simplifyConstant",category:"Algebra",syntax:["simplifyConstant(expr)","simplifyConstant(expr, options)"],description:"Replace constant subexpressions of node with their values.",examples:['simplifyConstant("(3-3)*x")','simplifyConstant(parse("z-cos(tau/8)"))'],seealso:["simplify","simplifyCore","evaluate"]},simplifyCore:{name:"simplifyCore",category:"Algebra",syntax:["simplifyCore(node)"],description:"Perform simple one-pass simplifications on an expression tree.",examples:['simplifyCore(parse("0*x"))','simplifyCore(parse("(x+0)*2"))'],seealso:["simplify","simplifyConstant","evaluate"]},symbolicEqual:{name:"symbolicEqual",category:"Algebra",syntax:["symbolicEqual(expr1, expr2)","symbolicEqual(expr1, expr2, options)"],description:"Returns true if the difference of the expressions simplifies to 0",examples:['symbolicEqual("x*y","y*x")','symbolicEqual("abs(x^2)", "x^2")','symbolicEqual("abs(x)", "x", {context: {abs: {trivial: true}}})'],seealso:["simplify","evaluate"]},rationalize:{name:"rationalize",category:"Algebra",syntax:["rationalize(expr)","rationalize(expr, scope)","rationalize(expr, scope, detailed)"],description:"Transform a rationalizable expression in a rational fraction. If rational fraction is one variable polynomial then converts the numerator and denominator in canonical form, with decreasing exponents, returning the coefficients of numerator.",examples:['rationalize("2x/y - y/(x+1)")','rationalize("2x/y - y/(x+1)", true)'],seealso:["simplify"]},slu:{name:"slu",category:"Algebra",syntax:["slu(A, order, threshold)"],description:"Calculate the Matrix LU decomposition with full pivoting. Matrix A is decomposed in two matrices (L, U) and two permutation vectors (pinv, q) where P * A * Q = L * U",examples:["slu(sparse([4.5, 0, 3.2, 0; 3.1, 2.9, 0, 0.9; 0, 1.7, 3, 0; 3.5, 0.4, 0, 1]), 1, 0.001)"],seealso:["lusolve","lsolve","usolve","matrix","sparse","lup","qr"]},usolve:{name:"usolve",category:"Algebra",syntax:["x=usolve(U, b)"],description:"Finds one solution of the linear system U * x = b where U is an [n x n] upper triangular matrix and b is a [n] column vector.",examples:["x=usolve(sparse([1, 1, 1, 1; 0, 1, 1, 1; 0, 0, 1, 1; 0, 0, 0, 1]), [1; 2; 3; 4])"],seealso:["usolveAll","lup","lusolve","lsolve","matrix","sparse"]},usolveAll:{name:"usolveAll",category:"Algebra",syntax:["x=usolve(U, b)"],description:"Finds all solutions of the linear system U * x = b where U is an [n x n] upper triangular matrix and b is a [n] column vector.",examples:["x=usolve(sparse([1, 1, 1, 1; 0, 1, 1, 1; 0, 0, 1, 1; 0, 0, 0, 1]), [1; 2; 3; 4])"],seealso:["usolve","lup","lusolve","lsolve","matrix","sparse"]},qr:{name:"qr",category:"Algebra",syntax:["qr(A)"],description:"Calculates the Matrix QR decomposition. Matrix `A` is decomposed in two matrices (`Q`, `R`) where `Q` is an orthogonal matrix and `R` is an upper triangular matrix.",examples:["qr([[1, -1, 4], [1, 4, -2], [1, 4, 2], [1, -1, 0]])"],seealso:["lup","slu","matrix"]},abs:{name:"abs",category:"Arithmetic",syntax:["abs(x)"],description:"Compute the absolute value.",examples:["abs(3.5)","abs(-4.2)"],seealso:["sign"]},add:{name:"add",category:"Operators",syntax:["x + y","add(x, y)"],description:"Add two values.",examples:["a = 2.1 + 3.6","a - 3.6","3 + 2i","3 cm + 2 inch",'"2.3" + "4"'],seealso:["subtract"]},cbrt:{name:"cbrt",category:"Arithmetic",syntax:["cbrt(x)","cbrt(x, allRoots)"],description:"Compute the cubic root value. If x = y * y * y, then y is the cubic root of x. When `x` is a number or complex number, an optional second argument `allRoots` can be provided to return all three cubic roots. If not provided, the principal root is returned",examples:["cbrt(64)","cube(4)","cbrt(-8)","cbrt(2 + 3i)","cbrt(8i)","cbrt(8i, true)","cbrt(27 m^3)"],seealso:["square","sqrt","cube","multiply"]},ceil:{name:"ceil",category:"Arithmetic",syntax:["ceil(x)","ceil(x, n)","ceil(unit, valuelessUnit)","ceil(unit, n, valuelessUnit)"],description:"Round a value towards plus infinity. If x is complex, both real and imaginary part are rounded towards plus infinity.",examples:["ceil(3.2)","ceil(3.8)","ceil(-4.2)","ceil(3.241cm, cm)","ceil(3.241cm, 2, cm)"],seealso:["floor","fix","round"]},cube:{name:"cube",category:"Arithmetic",syntax:["cube(x)"],description:"Compute the cube of a value. The cube of x is x * x * x.",examples:["cube(2)","2^3","2 * 2 * 2"],seealso:["multiply","square","pow"]},divide:{name:"divide",category:"Operators",syntax:["x / y","divide(x, y)"],description:"Divide two values.",examples:["a = 2 / 3","a * 3","4.5 / 2","3 + 4 / 2","(3 + 4) / 2","18 km / 4.5"],seealso:["multiply"]},dotDivide:{name:"dotDivide",category:"Operators",syntax:["x ./ y","dotDivide(x, y)"],description:"Divide two values element wise.",examples:["a = [1, 2, 3; 4, 5, 6]","b = [2, 1, 1; 3, 2, 5]","a ./ b"],seealso:["multiply","dotMultiply","divide"]},dotMultiply:{name:"dotMultiply",category:"Operators",syntax:["x .* y","dotMultiply(x, y)"],description:"Multiply two values element wise.",examples:["a = [1, 2, 3; 4, 5, 6]","b = [2, 1, 1; 3, 2, 5]","a .* b"],seealso:["multiply","divide","dotDivide"]},dotPow:{name:"dotPow",category:"Operators",syntax:["x .^ y","dotPow(x, y)"],description:"Calculates the power of x to y element wise.",examples:["a = [1, 2, 3; 4, 5, 6]","a .^ 2"],seealso:["pow"]},exp:{name:"exp",category:"Arithmetic",syntax:["exp(x)"],description:"Calculate the exponent of a value.",examples:["exp(1.3)","e ^ 1.3","log(exp(1.3))","x = 2.4","(exp(i*x) == cos(x) + i*sin(x)) # Euler's formula"],seealso:["expm","expm1","pow","log"]},expm:{name:"expm",category:"Arithmetic",syntax:["exp(x)"],description:"Compute the matrix exponential, expm(A) = e^A. The matrix must be square. Not to be confused with exp(a), which performs element-wise exponentiation.",examples:["expm([[0,2],[0,0]])"],seealso:["exp"]},expm1:{name:"expm1",category:"Arithmetic",syntax:["expm1(x)"],description:"Calculate the value of subtracting 1 from the exponential value.",examples:["expm1(2)","pow(e, 2) - 1","log(expm1(2) + 1)"],seealso:["exp","pow","log"]},fix:{name:"fix",category:"Arithmetic",syntax:["fix(x)","fix(x, n)","fix(unit, valuelessUnit)","fix(unit, n, valuelessUnit)"],description:"Round a value towards zero. If x is complex, both real and imaginary part are rounded towards zero.",examples:["fix(3.2)","fix(3.8)","fix(-4.2)","fix(-4.8)","fix(3.241cm, cm)","fix(3.241cm, 2, cm)"],seealso:["ceil","floor","round"]},floor:{name:"floor",category:"Arithmetic",syntax:["floor(x)","floor(x, n)","floor(unit, valuelessUnit)","floor(unit, n, valuelessUnit)"],description:"Round a value towards minus infinity.If x is complex, both real and imaginary part are rounded towards minus infinity.",examples:["floor(3.2)","floor(3.8)","floor(-4.2)","floor(3.241cm, cm)","floor(3.241cm, 2, cm)"],seealso:["ceil","fix","round"]},gcd:{name:"gcd",category:"Arithmetic",syntax:["gcd(a, b)","gcd(a, b, c, ...)"],description:"Compute the greatest common divisor.",examples:["gcd(8, 12)","gcd(-4, 6)","gcd(25, 15, -10)"],seealso:["lcm","xgcd"]},hypot:{name:"hypot",category:"Arithmetic",syntax:["hypot(a, b, c, ...)","hypot([a, b, c, ...])"],description:"Calculate the hypotenuse of a list with values.",examples:["hypot(3, 4)","sqrt(3^2 + 4^2)","hypot(-2)","hypot([3, 4, 5])"],seealso:["abs","norm"]},lcm:{name:"lcm",category:"Arithmetic",syntax:["lcm(x, y)"],description:"Compute the least common multiple.",examples:["lcm(4, 6)","lcm(6, 21)","lcm(6, 21, 5)"],seealso:["gcd"]},log:{name:"log",category:"Arithmetic",syntax:["log(x)","log(x, base)"],description:"Compute the logarithm of a value. If no base is provided, the natural logarithm of x is calculated. If base if provided, the logarithm is calculated for the specified base. log(x, base) is defined as log(x) / log(base).",examples:["log(3.5)","a = log(2.4)","exp(a)","10 ^ 4","log(10000, 10)","log(10000) / log(10)","b = log(1024, 2)","2 ^ b"],seealso:["exp","log1p","log2","log10"]},log2:{name:"log2",category:"Arithmetic",syntax:["log2(x)"],description:"Calculate the 2-base of a value. This is the same as calculating `log(x, 2)`.",examples:["log2(0.03125)","log2(16)","log2(16) / log2(2)","pow(2, 4)"],seealso:["exp","log1p","log","log10"]},log1p:{name:"log1p",category:"Arithmetic",syntax:["log1p(x)","log1p(x, base)"],description:"Calculate the logarithm of a `value+1`",examples:["log1p(2.5)","exp(log1p(1.4))","pow(10, 4)","log1p(9999, 10)","log1p(9999) / log(10)"],seealso:["exp","log","log2","log10"]},log10:{name:"log10",category:"Arithmetic",syntax:["log10(x)"],description:"Compute the 10-base logarithm of a value.",examples:["log10(0.00001)","log10(10000)","10 ^ 4","log(10000) / log(10)","log(10000, 10)"],seealso:["exp","log"]},mod:{name:"mod",category:"Operators",syntax:["x % y","x mod y","mod(x, y)"],description:"Calculates the modulus, the remainder of an integer division.",examples:["7 % 3","11 % 2","10 mod 4","isOdd(x) = x % 2","isOdd(2)","isOdd(3)"],seealso:["divide"]},multiply:{name:"multiply",category:"Operators",syntax:["x * y","multiply(x, y)"],description:"multiply two values.",examples:["a = 2.1 * 3.4","a / 3.4","2 * 3 + 4","2 * (3 + 4)","3 * 2.1 km"],seealso:["divide"]},norm:{name:"norm",category:"Arithmetic",syntax:["norm(x)","norm(x, p)"],description:"Calculate the norm of a number, vector or matrix.",examples:["abs(-3.5)","norm(-3.5)","norm(3 - 4i)","norm([1, 2, -3], Infinity)","norm([1, 2, -3], -Infinity)","norm([3, 4], 2)","norm([[1, 2], [3, 4]], 1)",'norm([[1, 2], [3, 4]], "inf")','norm([[1, 2], [3, 4]], "fro")']},nthRoot:{name:"nthRoot",category:"Arithmetic",syntax:["nthRoot(a)","nthRoot(a, root)"],description:'Calculate the nth root of a value. The principal nth root of a positive real number A, is the positive real solution of the equation "x^root = A".',examples:["4 ^ 3","nthRoot(64, 3)","nthRoot(9, 2)","sqrt(9)"],seealso:["nthRoots","pow","sqrt"]},nthRoots:{name:"nthRoots",category:"Arithmetic",syntax:["nthRoots(A)","nthRoots(A, root)"],description:'Calculate the nth roots of a value. An nth root of a positive real number A, is a positive real solution of the equation "x^root = A". This function returns an array of complex values.',examples:["nthRoots(1)","nthRoots(1, 3)"],seealso:["sqrt","pow","nthRoot"]},pow:{name:"pow",category:"Operators",syntax:["x ^ y","pow(x, y)"],description:"Calculates the power of x to y, x^y.",examples:["2^3","2*2*2","1 + e ^ (pi * i)","pow([[1, 2], [4, 3]], 2)","pow([[1, 2], [4, 3]], -1)"],seealso:["multiply","nthRoot","nthRoots","sqrt"]},round:{name:"round",category:"Arithmetic",syntax:["round(x)","round(x, n)","round(unit, valuelessUnit)","round(unit, n, valuelessUnit)"],description:"round a value towards the nearest integer.If x is complex, both real and imaginary part are rounded towards the nearest integer. When n is specified, the value is rounded to n decimals.",examples:["round(3.2)","round(3.8)","round(-4.2)","round(-4.8)","round(pi, 3)","round(123.45678, 2)","round(3.241cm, 2, cm)","round([3.2, 3.8, -4.7])"],seealso:["ceil","floor","fix"]},sign:{name:"sign",category:"Arithmetic",syntax:["sign(x)"],description:"Compute the sign of a value. The sign of a value x is 1 when x>0, -1 when x<0, and 0 when x=0.",examples:["sign(3.5)","sign(-4.2)","sign(0)"],seealso:["abs"]},sqrt:{name:"sqrt",category:"Arithmetic",syntax:["sqrt(x)"],description:"Compute the square root value. If x = y * y, then y is the square root of x.",examples:["sqrt(25)","5 * 5","sqrt(-1)"],seealso:["square","sqrtm","multiply","nthRoot","nthRoots","pow"]},sqrtm:{name:"sqrtm",category:"Arithmetic",syntax:["sqrtm(x)"],description:"Calculate the principal square root of a square matrix. The principal square root matrix `X` of another matrix `A` is such that `X * X = A`.",examples:["sqrtm([[33, 24], [48, 57]])"],seealso:["sqrt","abs","square","multiply"]},square:{name:"square",category:"Arithmetic",syntax:["square(x)"],description:"Compute the square of a value. The square of x is x * x.",examples:["square(3)","sqrt(9)","3^2","3 * 3"],seealso:["multiply","pow","sqrt","cube"]},subtract:{name:"subtract",category:"Operators",syntax:["x - y","subtract(x, y)"],description:"subtract two values.",examples:["a = 5.3 - 2","a + 2","2/3 - 1/6","2 * 3 - 3","2.1 km - 500m"],seealso:["add"]},unaryMinus:{name:"unaryMinus",category:"Operators",syntax:["-x","unaryMinus(x)"],description:"Inverse the sign of a value. Converts booleans and strings to numbers.",examples:["-4.5","-(-5.6)",'-"22"'],seealso:["add","subtract","unaryPlus"]},unaryPlus:{name:"unaryPlus",category:"Operators",syntax:["+x","unaryPlus(x)"],description:"Converts booleans and strings to numbers.",examples:["+true",'+"2"'],seealso:["add","subtract","unaryMinus"]},xgcd:{name:"xgcd",category:"Arithmetic",syntax:["xgcd(a, b)"],description:"Calculate the extended greatest common divisor for two values. The result is an array [d, x, y] with 3 entries, where d is the greatest common divisor, and d = x * a + y * b.",examples:["xgcd(8, 12)","gcd(8, 12)","xgcd(36163, 21199)"],seealso:["gcd","lcm"]},invmod:{name:"invmod",category:"Arithmetic",syntax:["invmod(a, b)"],description:"Calculate the (modular) multiplicative inverse of a modulo b. Solution to the equation ax ≣ 1 (mod b)",examples:["invmod(8, 12)","invmod(7, 13)","invmod(15151, 15122)"],seealso:["gcd","xgcd"]},bitAnd:{name:"bitAnd",category:"Bitwise",syntax:["x & y","bitAnd(x, y)"],description:"Bitwise AND operation. Performs the logical AND operation on each pair of the corresponding bits of the two given values by multiplying them. If both bits in the compared position are 1, the bit in the resulting binary representation is 1, otherwise, the result is 0",examples:["5 & 3","bitAnd(53, 131)","[1, 12, 31] & 42"],seealso:["bitNot","bitOr","bitXor","leftShift","rightArithShift","rightLogShift"]},bitNot:{name:"bitNot",category:"Bitwise",syntax:["~x","bitNot(x)"],description:"Bitwise NOT operation. Performs a logical negation on each bit of the given value. Bits that are 0 become 1, and those that are 1 become 0.",examples:["~1","~2","bitNot([2, -3, 4])"],seealso:["bitAnd","bitOr","bitXor","leftShift","rightArithShift","rightLogShift"]},bitOr:{name:"bitOr",category:"Bitwise",syntax:["x | y","bitOr(x, y)"],description:"Bitwise OR operation. Performs the logical inclusive OR operation on each pair of corresponding bits of the two given values. The result in each position is 1 if the first bit is 1 or the second bit is 1 or both bits are 1, otherwise, the result is 0.",examples:["5 | 3","bitOr([1, 2, 3], 4)"],seealso:["bitAnd","bitNot","bitXor","leftShift","rightArithShift","rightLogShift"]},bitXor:{name:"bitXor",category:"Bitwise",syntax:["bitXor(x, y)"],description:"Bitwise XOR operation, exclusive OR. Performs the logical exclusive OR operation on each pair of corresponding bits of the two given values. The result in each position is 1 if only the first bit is 1 or only the second bit is 1, but will be 0 if both are 0 or both are 1.",examples:["bitOr(1, 2)","bitXor([2, 3, 4], 4)"],seealso:["bitAnd","bitNot","bitOr","leftShift","rightArithShift","rightLogShift"]},leftShift:{name:"leftShift",category:"Bitwise",syntax:["x << y","leftShift(x, y)"],description:"Bitwise left logical shift of a value x by y number of bits.",examples:["4 << 1","8 >> 1"],seealso:["bitAnd","bitNot","bitOr","bitXor","rightArithShift","rightLogShift"]},rightArithShift:{name:"rightArithShift",category:"Bitwise",syntax:["x >> y","rightArithShift(x, y)"],description:"Bitwise right arithmetic shift of a value x by y number of bits.",examples:["8 >> 1","4 << 1","-12 >> 2"],seealso:["bitAnd","bitNot","bitOr","bitXor","leftShift","rightLogShift"]},rightLogShift:{name:"rightLogShift",category:"Bitwise",syntax:["x >>> y","rightLogShift(x, y)"],description:"Bitwise right logical shift of a value x by y number of bits.",examples:["8 >>> 1","4 << 1","-12 >>> 2"],seealso:["bitAnd","bitNot","bitOr","bitXor","leftShift","rightArithShift"]},bellNumbers:{name:"bellNumbers",category:"Combinatorics",syntax:["bellNumbers(n)"],description:"The Bell Numbers count the number of partitions of a set. A partition is a pairwise disjoint subset of S whose union is S. `bellNumbers` only takes integer arguments. The following condition must be enforced: n >= 0.",examples:["bellNumbers(3)","bellNumbers(8)"],seealso:["stirlingS2"]},catalan:{name:"catalan",category:"Combinatorics",syntax:["catalan(n)"],description:"The Catalan Numbers enumerate combinatorial structures of many different types. catalan only takes integer arguments. The following condition must be enforced: n >= 0.",examples:["catalan(3)","catalan(8)"],seealso:["bellNumbers"]},composition:{name:"composition",category:"Combinatorics",syntax:["composition(n, k)"],description:"The composition counts of n into k parts. composition only takes integer arguments. The following condition must be enforced: k <= n.",examples:["composition(5, 3)"],seealso:["combinations"]},stirlingS2:{name:"stirlingS2",category:"Combinatorics",syntax:["stirlingS2(n, k)"],description:"he Stirling numbers of the second kind, counts the number of ways to partition a set of n labelled objects into k nonempty unlabelled subsets. `stirlingS2` only takes integer arguments. The following condition must be enforced: k <= n. If n = k or k = 1, then s(n,k) = 1.",examples:["stirlingS2(5, 3)"],seealso:["bellNumbers"]},config:{name:"config",category:"Core",syntax:["config()","config(options)"],description:"Get configuration or change configuration.",examples:["config()","1/3 + 1/4",'config({number: "Fraction"})',"1/3 + 1/4"],seealso:[]},import:{name:"import",category:"Core",syntax:["import(functions)","import(functions, options)"],description:"Import functions or constants from an object.",examples:["import({myFn: f(x)=x^2, myConstant: 32 })","myFn(2)","myConstant"],seealso:[]},typed:{name:"typed",category:"Core",syntax:["typed(signatures)","typed(name, signatures)"],description:"Create a typed function.",examples:['double = typed({ "number": f(x)=x+x, "string": f(x)=concat(x,x) })',"double(2)",'double("hello")'],seealso:[]},arg:{name:"arg",category:"Complex",syntax:["arg(x)"],description:"Compute the argument of a complex value. If x = a+bi, the argument is computed as atan2(b, a).",examples:["arg(2 + 2i)","atan2(3, 2)","arg(2 + 3i)"],seealso:["re","im","conj","abs"]},conj:{name:"conj",category:"Complex",syntax:["conj(x)"],description:"Compute the complex conjugate of a complex value. If x = a+bi, the complex conjugate is a-bi.",examples:["conj(2 + 3i)","conj(2 - 3i)","conj(-5.2i)"],seealso:["re","im","abs","arg"]},re:{name:"re",category:"Complex",syntax:["re(x)"],description:"Get the real part of a complex number.",examples:["re(2 + 3i)","im(2 + 3i)","re(-5.2i)","re(2.4)"],seealso:["im","conj","abs","arg"]},im:{name:"im",category:"Complex",syntax:["im(x)"],description:"Get the imaginary part of a complex number.",examples:["im(2 + 3i)","re(2 + 3i)","im(-5.2i)","im(2.4)"],seealso:["re","conj","abs","arg"]},evaluate:{name:"evaluate",category:"Expression",syntax:["evaluate(expression)","evaluate(expression, scope)","evaluate([expr1, expr2, expr3, ...])","evaluate([expr1, expr2, expr3, ...], scope)"],description:"Evaluate an expression or an array with expressions.",examples:['evaluate("2 + 3")','evaluate("sqrt(16)")','evaluate("2 inch to cm")','evaluate("sin(x * pi)", { "x": 1/2 })','evaluate(["width=2", "height=4","width*height"])'],seealso:[]},help:{name:"help",category:"Expression",syntax:["help(object)","help(string)"],description:"Display documentation on a function or data type.",examples:["help(sqrt)",'help("complex")'],seealso:[]},distance:{name:"distance",category:"Geometry",syntax:["distance([x1, y1], [x2, y2])","distance([[x1, y1], [x2, y2]])"],description:"Calculates the Euclidean distance between two points.",examples:["distance([0,0], [4,4])","distance([[0,0], [4,4]])"],seealso:[]},intersect:{name:"intersect",category:"Geometry",syntax:["intersect(expr1, expr2, expr3, expr4)","intersect(expr1, expr2, expr3)"],description:"Computes the intersection point of lines and/or planes.",examples:["intersect([0, 0], [10, 10], [10, 0], [0, 10])","intersect([1, 0, 1], [4, -2, 2], [1, 1, 1, 6])"],seealso:[]},and:{name:"and",category:"Logical",syntax:["x and y","and(x, y)"],description:"Logical and. Test whether two values are both defined with a nonzero/nonempty value.",examples:["true and false","true and true","2 and 4"],seealso:["not","or","xor"]},not:{name:"not",category:"Logical",syntax:["not x","not(x)"],description:"Logical not. Flips the boolean value of given argument.",examples:["not true","not false","not 2","not 0"],seealso:["and","or","xor"]},or:{name:"or",category:"Logical",syntax:["x or y","or(x, y)"],description:"Logical or. Test if at least one value is defined with a nonzero/nonempty value.",examples:["true or false","false or false","0 or 4"],seealso:["not","and","xor"]},xor:{name:"xor",category:"Logical",syntax:["x xor y","xor(x, y)"],description:"Logical exclusive or, xor. Test whether one and only one value is defined with a nonzero/nonempty value.",examples:["true xor false","false xor false","true xor true","0 xor 4"],seealso:["not","and","or"]},mapSlices:{name:"mapSlices",category:"Matrix",syntax:["mapSlices(A, dim, callback)"],description:"Generate a matrix one dimension less than A by applying callback to each slice of A along dimension dim.",examples:["A = [[1, 2], [3, 4]]","mapSlices(A, 1, sum)","mapSlices(A, 2, prod)"],seealso:["map","forEach"]},concat:{name:"concat",category:"Matrix",syntax:["concat(A, B, C, ...)","concat(A, B, C, ..., dim)"],description:"Concatenate matrices. By default, the matrices are concatenated by the last dimension. The dimension on which to concatenate can be provided as last argument.",examples:["A = [1, 2; 5, 6]","B = [3, 4; 7, 8]","concat(A, B)","concat(A, B, 1)","concat(A, B, 2)"],seealso:["det","diag","identity","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},count:{name:"count",category:"Matrix",syntax:["count(x)"],description:"Count the number of elements of a matrix, array or string.",examples:["a = [1, 2; 3, 4; 5, 6]","count(a)","size(a)",'count("hello world")'],seealso:["size"]},cross:{name:"cross",category:"Matrix",syntax:["cross(A, B)"],description:"Calculate the cross product for two vectors in three dimensional space.",examples:["cross([1, 1, 0], [0, 1, 1])","cross([3, -3, 1], [4, 9, 2])","cross([2, 3, 4], [5, 6, 7])"],seealso:["multiply","dot"]},column:{name:"column",category:"Matrix",syntax:["column(x, index)"],description:"Return a column from a matrix or array.",examples:["A = [[1, 2], [3, 4]]","column(A, 1)","column(A, 2)"],seealso:["row","matrixFromColumns"]},ctranspose:{name:"ctranspose",category:"Matrix",syntax:["x'","ctranspose(x)"],description:"Complex Conjugate and Transpose a matrix",examples:["a = [1, 2, 3; 4, 5, 6]","a'","ctranspose(a)"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","trace","zeros"]},det:{name:"det",category:"Matrix",syntax:["det(x)"],description:"Calculate the determinant of a matrix",examples:["det([1, 2; 3, 4])","det([-2, 2, 3; -1, 1, 3; 2, 0, -1])"],seealso:["concat","diag","identity","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},diag:{name:"diag",category:"Matrix",syntax:["diag(x)","diag(x, k)"],description:"Create a diagonal matrix or retrieve the diagonal of a matrix. When x is a vector, a matrix with the vector values on the diagonal will be returned. When x is a matrix, a vector with the diagonal values of the matrix is returned. When k is provided, the k-th diagonal will be filled in or retrieved, if k is positive, the values are placed on the super diagonal. When k is negative, the values are placed on the sub diagonal.",examples:["diag(1:3)","diag(1:3, 1)","a = [1, 2, 3; 4, 5, 6; 7, 8, 9]","diag(a)"],seealso:["concat","det","identity","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},diff:{name:"diff",category:"Matrix",syntax:["diff(arr)","diff(arr, dim)"],description:["Create a new matrix or array with the difference of the passed matrix or array.","Dim parameter is optional and used to indicate the dimension of the array/matrix to apply the difference","If no dimension parameter is passed it is assumed as dimension 0","Dimension is zero-based in javascript and one-based in the parser","Arrays must be 'rectangular' meaning arrays like [1, 2]","If something is passed as a matrix it will be returned as a matrix but other than that all matrices are converted to arrays"],examples:["A = [1, 2, 4, 7, 0]","diff(A)","diff(A, 1)","B = [[1, 2], [3, 4]]","diff(B)","diff(B, 1)","diff(B, 2)","diff(B, bignumber(2))","diff([[1, 2], matrix([3, 4])], 2)"],seealso:["subtract","partitionSelect"]},dot:{name:"dot",category:"Matrix",syntax:["dot(A, B)","A * B"],description:"Calculate the dot product of two vectors. The dot product of A = [a1, a2, a3, ..., an] and B = [b1, b2, b3, ..., bn] is defined as dot(A, B) = a1 * b1 + a2 * b2 + a3 * b3 + ... + an * bn",examples:["dot([2, 4, 1], [2, 2, 3])","[2, 4, 1] * [2, 2, 3]"],seealso:["multiply","cross"]},getMatrixDataType:{name:"getMatrixDataType",category:"Matrix",syntax:["getMatrixDataType(x)"],description:'Find the data type of all elements in a matrix or array, for example "number" if all items are a number and "Complex" if all values are complex numbers. If a matrix contains more than one data type, it will return "mixed".',examples:["getMatrixDataType([1, 2, 3])","getMatrixDataType([[5 cm], [2 inch]])",'getMatrixDataType([1, "text"])',"getMatrixDataType([1, bignumber(4)])"],seealso:["matrix","sparse","typeOf"]},identity:{name:"identity",category:"Matrix",syntax:["identity(n)","identity(m, n)","identity([m, n])"],description:"Returns the identity matrix with size m-by-n. The matrix has ones on the diagonal and zeros elsewhere.",examples:["identity(3)","identity(3, 5)","a = [1, 2, 3; 4, 5, 6]","identity(size(a))"],seealso:["concat","det","diag","inv","ones","range","size","squeeze","subset","trace","transpose","zeros"]},filter:{name:"filter",category:"Matrix",syntax:["filter(x, test)"],description:"Filter items in a matrix.",examples:["isPositive(x) = x > 0","filter([6, -2, -1, 4, 3], isPositive)","filter([6, -2, 0, 1, 0], x != 0)"],seealso:["sort","map","forEach"]},flatten:{name:"flatten",category:"Matrix",syntax:["flatten(x)"],description:"Flatten a multi dimensional matrix into a single dimensional matrix.",examples:["a = [1, 2, 3; 4, 5, 6]","size(a)","b = flatten(a)","size(b)"],seealso:["concat","resize","size","squeeze"]},forEach:{name:"forEach",category:"Matrix",syntax:["forEach(x, callback)"],description:"Iterates over all elements of a matrix/array, and executes the given callback function.",examples:["numberOfPets = {}","addPet(n) = numberOfPets[n] = (numberOfPets[n] ? numberOfPets[n]:0 ) + 1;",'forEach(["Dog","Cat","Cat"], addPet)',"numberOfPets"],seealso:["map","sort","filter"]},inv:{name:"inv",category:"Matrix",syntax:["inv(x)"],description:"Calculate the inverse of a matrix",examples:["inv([1, 2; 3, 4])","inv(4)","1 / 4"],seealso:["concat","det","diag","identity","ones","range","size","squeeze","subset","trace","transpose","zeros"]},pinv:{name:"pinv",category:"Matrix",syntax:["pinv(x)"],description:"Calculate the Moore–Penrose inverse of a matrix",examples:["pinv([1, 2; 3, 4])","pinv([[1, 0], [0, 1], [0, 1]])","pinv(4)"],seealso:["inv"]},eigs:{name:"eigs",category:"Matrix",syntax:["eigs(x)"],description:"Calculate the eigenvalues and optionally eigenvectors of a square matrix",examples:["eigs([[5, 2.3], [2.3, 1]])","eigs([[1, 2, 3], [4, 5, 6], [7, 8, 9]], { precision: 1e-6, eigenvectors: false })"],seealso:["inv"]},kron:{name:"kron",category:"Matrix",syntax:["kron(x, y)"],description:"Calculates the Kronecker product of 2 matrices or vectors.",examples:["kron([[1, 0], [0, 1]], [[1, 2], [3, 4]])","kron([1,1], [2,3,4])"],seealso:["multiply","dot","cross"]},matrixFromFunction:{name:"matrixFromFunction",category:"Matrix",syntax:["matrixFromFunction(size, fn)","matrixFromFunction(size, fn, format)","matrixFromFunction(size, fn, format, datatype)","matrixFromFunction(size, format, fn)","matrixFromFunction(size, format, datatype, fn)"],description:"Create a matrix by evaluating a generating function at each index.",examples:["f(I) = I[1] - I[2]","matrixFromFunction([3,3], f)","g(I) = I[1] - I[2] == 1 ? 4 : 0",'matrixFromFunction([100, 100], "sparse", g)',"matrixFromFunction([5], random)"],seealso:["matrix","matrixFromRows","matrixFromColumns","zeros"]},matrixFromRows:{name:"matrixFromRows",category:"Matrix",syntax:["matrixFromRows(...arr)","matrixFromRows(row1, row2)","matrixFromRows(row1, row2, row3)"],description:"Create a dense matrix from vectors as individual rows.",examples:["matrixFromRows([1, 2, 3], [[4],[5],[6]])"],seealso:["matrix","matrixFromColumns","matrixFromFunction","zeros"]},matrixFromColumns:{name:"matrixFromColumns",category:"Matrix",syntax:["matrixFromColumns(...arr)","matrixFromColumns(row1, row2)","matrixFromColumns(row1, row2, row3)"],description:"Create a dense matrix from vectors as individual columns.",examples:["matrixFromColumns([1, 2, 3], [[4],[5],[6]])"],seealso:["matrix","matrixFromRows","matrixFromFunction","zeros"]},map:{name:"map",category:"Matrix",syntax:["map(x, callback)","map(x, y, ..., callback)"],description:"Create a new matrix or array with the results of the callback function executed on each entry of the matrix/array or the matrices/arrays.",examples:["map([1, 2, 3], square)","map([1, 2], [3, 4], f(a,b) = a + b)"],seealso:["filter","forEach"]},ones:{name:"ones",category:"Matrix",syntax:["ones(m)","ones(m, n)","ones(m, n, p, ...)","ones([m])","ones([m, n])","ones([m, n, p, ...])"],description:"Create a matrix containing ones.",examples:["ones(3)","ones(3, 5)","ones([2,3]) * 4.5","a = [1, 2, 3; 4, 5, 6]","ones(size(a))"],seealso:["concat","det","diag","identity","inv","range","size","squeeze","subset","trace","transpose","zeros"]},partitionSelect:{name:"partitionSelect",category:"Matrix",syntax:["partitionSelect(x, k)","partitionSelect(x, k, compare)"],description:"Partition-based selection of an array or 1D matrix. Will find the kth smallest value, and mutates the input array. Uses Quickselect.",examples:["partitionSelect([5, 10, 1], 2)",'partitionSelect(["C", "B", "A", "D"], 1, compareText)',"arr = [5, 2, 1]","partitionSelect(arr, 0) # returns 1, arr is now: [1, 2, 5]","arr","partitionSelect(arr, 1, 'desc') # returns 2, arr is now: [5, 2, 1]","arr"],seealso:["sort"]},range:{name:"range",category:"Type",syntax:["start:end","start:step:end","range(start, end)","range(start, end, step)","range(string)"],description:"Create a range. Lower bound of the range is included, upper bound is excluded.",examples:["1:5","3:-1:-3","range(3, 7)","range(0, 12, 2)",'range("4:10")',"range(1m, 1m, 3m)","a = [1, 2, 3, 4; 5, 6, 7, 8]","a[1:2, 1:2]"],seealso:["concat","det","diag","identity","inv","ones","size","squeeze","subset","trace","transpose","zeros"]},resize:{name:"resize",category:"Matrix",syntax:["resize(x, size)","resize(x, size, defaultValue)"],description:"Resize a matrix.",examples:["resize([1,2,3,4,5], [3])","resize([1,2,3], [5])","resize([1,2,3], [5], -1)","resize(2, [2, 3])",'resize("hello", [8], "!")'],seealso:["size","subset","squeeze","reshape"]},reshape:{name:"reshape",category:"Matrix",syntax:["reshape(x, sizes)"],description:"Reshape a multi dimensional array to fit the specified dimensions.",examples:["reshape([1, 2, 3, 4, 5, 6], [2, 3])","reshape([[1, 2], [3, 4]], [1, 4])","reshape([[1, 2], [3, 4]], [4])","reshape([1, 2, 3, 4], [-1, 2])"],seealso:["size","squeeze","resize"]},rotate:{name:"rotate",category:"Matrix",syntax:["rotate(w, theta)","rotate(w, theta, v)"],description:"Returns a 2-D rotation matrix (2x2) for a given angle (in radians). Returns a 2-D rotation matrix (3x3) of a given angle (in radians) around given axis.",examples:["rotate([1, 0], pi / 2)",'rotate(matrix([1, 0]), unit("35deg"))','rotate([1, 0, 0], unit("90deg"), [0, 0, 1])','rotate(matrix([1, 0, 0]), unit("90deg"), matrix([0, 0, 1]))'],seealso:["matrix","rotationMatrix"]},rotationMatrix:{name:"rotationMatrix",category:"Matrix",syntax:["rotationMatrix(theta)","rotationMatrix(theta, v)","rotationMatrix(theta, v, format)"],description:"Returns a 2-D rotation matrix (2x2) for a given angle (in radians). Returns a 2-D rotation matrix (3x3) of a given angle (in radians) around given axis.",examples:["rotationMatrix(pi / 2)",'rotationMatrix(unit("45deg"), [0, 0, 1])','rotationMatrix(1, matrix([0, 0, 1]), "sparse")'],seealso:["cos","sin"]},row:{name:"row",category:"Matrix",syntax:["row(x, index)"],description:"Return a row from a matrix or array.",examples:["A = [[1, 2], [3, 4]]","row(A, 1)","row(A, 2)"],seealso:["column","matrixFromRows"]},size:{name:"size",category:"Matrix",syntax:["size(x)"],description:"Calculate the size of a matrix.",examples:["size(2.3)",'size("hello world")',"a = [1, 2; 3, 4; 5, 6]","size(a)","size(1:6)"],seealso:["concat","count","det","diag","identity","inv","ones","range","squeeze","subset","trace","transpose","zeros"]},sort:{name:"sort",category:"Matrix",syntax:["sort(x)","sort(x, compare)"],description:'Sort the items in a matrix. Compare can be a string "asc", "desc", "natural", or a custom sort function.',examples:["sort([5, 10, 1])",'sort(["C", "B", "A", "D"], "natural")',"sortByLength(a, b) = size(a)[1] - size(b)[1]",'sort(["Langdon", "Tom", "Sara"], sortByLength)','sort(["10", "1", "2"], "natural")'],seealso:["map","filter","forEach"]},squeeze:{name:"squeeze",category:"Matrix",syntax:["squeeze(x)"],description:"Remove inner and outer singleton dimensions from a matrix.",examples:["a = zeros(3,2,1)","size(squeeze(a))","b = zeros(1,1,3)","size(squeeze(b))"],seealso:["concat","det","diag","identity","inv","ones","range","size","subset","trace","transpose","zeros"]},subset:{name:"subset",category:"Matrix",syntax:["value(index)","value(index) = replacement","subset(value, [index])","subset(value, [index], replacement)"],description:"Get or set a subset of the entries of a matrix or characters of a string. Indexes are one-based. There should be one index specification for each dimension of the target. Each specification can be a single index, a list of indices, or a range in colon notation `l:u`. In a range, both the lower bound l and upper bound u are included; and if a bound is omitted it defaults to the most extreme valid value. The cartesian product of the indices specified in each dimension determines the target of the operation.",examples:["d = [1, 2; 3, 4]","e = []","e[1, 1:2] = [5, 6]","e[2, :] = [7, 8]","f = d * e","f[2, 1]","f[:, 1]","f[[1,2], [1,3]] = [9, 10; 11, 12]","f"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","trace","transpose","zeros"]},trace:{name:"trace",category:"Matrix",syntax:["trace(A)"],description:"Calculate the trace of a matrix: the sum of the elements on the main diagonal of a square matrix.",examples:["A = [1, 2, 3; -1, 2, 3; 2, 0, 3]","trace(A)"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","transpose","zeros"]},transpose:{name:"transpose",category:"Matrix",syntax:["x'","transpose(x)"],description:"Transpose a matrix",examples:["a = [1, 2, 3; 4, 5, 6]","a'","transpose(a)"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","trace","zeros"]},zeros:{name:"zeros",category:"Matrix",syntax:["zeros(m)","zeros(m, n)","zeros(m, n, p, ...)","zeros([m])","zeros([m, n])","zeros([m, n, p, ...])"],description:"Create a matrix containing zeros.",examples:["zeros(3)","zeros(3, 5)","a = [1, 2, 3; 4, 5, 6]","zeros(size(a))"],seealso:["concat","det","diag","identity","inv","ones","range","size","squeeze","subset","trace","transpose"]},fft:{name:"fft",category:"Matrix",syntax:["fft(x)"],description:"Calculate N-dimensional Fourier transform",examples:["fft([[1, 0], [1, 0]])"],seealso:["ifft"]},ifft:{name:"ifft",category:"Matrix",syntax:["ifft(x)"],description:"Calculate N-dimensional inverse Fourier transform",examples:["ifft([[2, 2], [0, 0]])"],seealso:["fft"]},sylvester:{name:"sylvester",category:"Algebra",syntax:["sylvester(A,B,C)"],description:"Solves the real-valued Sylvester equation AX+XB=C for X",examples:["sylvester([[-1, -2], [1, 1]], [[-2, 1], [-1, 2]], [[-3, 2], [3, 0]])","A = [[-1, -2], [1, 1]]; B = [[2, -1], [1, -2]]; C = [[-3, 2], [3, 0]]","sylvester(A, B, C)"],seealso:["schur","lyap"]},schur:{name:"schur",category:"Algebra",syntax:["schur(A)"],description:"Performs a real Schur decomposition of the real matrix A = UTU'",examples:["schur([[1, 0], [-4, 3]])","A = [[1, 0], [-4, 3]]","schur(A)"],seealso:["lyap","sylvester"]},lyap:{name:"lyap",category:"Algebra",syntax:["lyap(A,Q)"],description:"Solves the Continuous-time Lyapunov equation AP+PA'+Q=0 for P",examples:["lyap([[-2, 0], [1, -4]], [[3, 1], [1, 3]])","A = [[-2, 0], [1, -4]]","Q = [[3, 1], [1, 3]]","lyap(A,Q)"],seealso:["schur","sylvester"]},solveODE:{name:"solveODE",category:"Numeric",syntax:["solveODE(func, tspan, y0)","solveODE(func, tspan, y0, options)"],description:"Numerical Integration of Ordinary Differential Equations.",examples:["f(t,y) = y","tspan = [0, 4]","solveODE(f, tspan, 1)","solveODE(f, tspan, [1, 2])",'solveODE(f, tspan, 1, { method:"RK23", maxStep:0.1 })'],seealso:["derivative","simplifyCore"]},combinations:{name:"combinations",category:"Probability",syntax:["combinations(n, k)"],description:"Compute the number of combinations of n items taken k at a time",examples:["combinations(7, 5)"],seealso:["combinationsWithRep","permutations","factorial"]},combinationsWithRep:{name:"combinationsWithRep",category:"Probability",syntax:["combinationsWithRep(n, k)"],description:"Compute the number of combinations of n items taken k at a time with replacements.",examples:["combinationsWithRep(7, 5)"],seealso:["combinations","permutations","factorial"]},factorial:{name:"factorial",category:"Probability",syntax:["n!","factorial(n)"],description:"Compute the factorial of a value",examples:["5!","5 * 4 * 3 * 2 * 1","3!"],seealso:["combinations","combinationsWithRep","permutations","gamma"]},gamma:{name:"gamma",category:"Probability",syntax:["gamma(n)"],description:"Compute the gamma function. For small values, the Lanczos approximation is used, and for large values the extended Stirling approximation.",examples:["gamma(4)","3!","gamma(1/2)","sqrt(pi)"],seealso:["factorial"]},kldivergence:{name:"kldivergence",category:"Probability",syntax:["kldivergence(x, y)"],description:"Calculate the Kullback-Leibler (KL) divergence between two distributions.",examples:["kldivergence([0.7,0.5,0.4], [0.2,0.9,0.5])"],seealso:[]},lgamma:{name:"lgamma",category:"Probability",syntax:["lgamma(n)"],description:"Logarithm of the gamma function for real, positive numbers and complex numbers, using Lanczos approximation for numbers and Stirling series for complex numbers.",examples:["lgamma(4)","lgamma(1/2)","lgamma(i)","lgamma(complex(1.1, 2))"],seealso:["gamma"]},multinomial:{name:"multinomial",category:"Probability",syntax:["multinomial(A)"],description:"Multinomial Coefficients compute the number of ways of picking a1, a2, ..., ai unordered outcomes from `n` possibilities. multinomial takes one array of integers as an argument. The following condition must be enforced: every ai > 0.",examples:["multinomial([1, 2, 1])"],seealso:["combinations","factorial"]},permutations:{name:"permutations",category:"Probability",syntax:["permutations(n)","permutations(n, k)"],description:"Compute the number of permutations of n items taken k at a time",examples:["permutations(5)","permutations(5, 3)"],seealso:["combinations","combinationsWithRep","factorial"]},pickRandom:{name:"pickRandom",category:"Probability",syntax:["pickRandom(array)","pickRandom(array, number)","pickRandom(array, weights)","pickRandom(array, number, weights)","pickRandom(array, weights, number)"],description:"Pick a random entry from a given array.",examples:["pickRandom(0:10)","pickRandom([1, 3, 1, 6])","pickRandom([1, 3, 1, 6], 2)","pickRandom([1, 3, 1, 6], [2, 3, 2, 1])","pickRandom([1, 3, 1, 6], 2, [2, 3, 2, 1])","pickRandom([1, 3, 1, 6], [2, 3, 2, 1], 2)"],seealso:["random","randomInt"]},random:{name:"random",category:"Probability",syntax:["random()","random(max)","random(min, max)","random(size)","random(size, max)","random(size, min, max)"],description:"Return a random number.",examples:["random()","random(10, 20)","random([2, 3])"],seealso:["pickRandom","randomInt"]},randomInt:{name:"randomInt",category:"Probability",syntax:["randomInt(max)","randomInt(min, max)","randomInt(size)","randomInt(size, max)","randomInt(size, min, max)"],description:"Return a random integer number",examples:["randomInt(10, 20)","randomInt([2, 3], 10)"],seealso:["pickRandom","random"]},compare:{name:"compare",category:"Relational",syntax:["compare(x, y)"],description:"Compare two values. Returns 1 when x > y, -1 when x < y, and 0 when x == y.",examples:["compare(2, 3)","compare(3, 2)","compare(2, 2)","compare(5cm, 40mm)","compare(2, [1, 2, 3])"],seealso:["equal","unequal","smaller","smallerEq","largerEq","compareNatural","compareText"]},compareNatural:{name:"compareNatural",category:"Relational",syntax:["compareNatural(x, y)"],description:"Compare two values of any type in a deterministic, natural way. Returns 1 when x > y, -1 when x < y, and 0 when x == y.",examples:["compareNatural(2, 3)","compareNatural(3, 2)","compareNatural(2, 2)","compareNatural(5cm, 40mm)",'compareNatural("2", "10")',"compareNatural(2 + 3i, 2 + 4i)","compareNatural([1, 2, 4], [1, 2, 3])","compareNatural([1, 5], [1, 2, 3])","compareNatural([1, 2], [1, 2])","compareNatural({a: 2}, {a: 4})"],seealso:["equal","unequal","smaller","smallerEq","largerEq","compare","compareText"]},compareText:{name:"compareText",category:"Relational",syntax:["compareText(x, y)"],description:"Compare two strings lexically. Comparison is case sensitive. Returns 1 when x > y, -1 when x < y, and 0 when x == y.",examples:['compareText("B", "A")','compareText("A", "B")','compareText("A", "A")','compareText("2", "10")','compare("2", "10")',"compare(2, 10)",'compareNatural("2", "10")','compareText("B", ["A", "B", "C"])'],seealso:["compare","compareNatural"]},deepEqual:{name:"deepEqual",category:"Relational",syntax:["deepEqual(x, y)"],description:"Check equality of two matrices element wise. Returns true if the size of both matrices is equal and when and each of the elements are equal.",examples:["deepEqual([1,3,4], [1,3,4])","deepEqual([1,3,4], [1,3])"],seealso:["equal","unequal","smaller","larger","smallerEq","largerEq","compare"]},equal:{name:"equal",category:"Relational",syntax:["x == y","equal(x, y)"],description:"Check equality of two values. Returns true if the values are equal, and false if not.",examples:["2+2 == 3","2+2 == 4","a = 3.2","b = 6-2.8","a == b","50cm == 0.5m"],seealso:["unequal","smaller","larger","smallerEq","largerEq","compare","deepEqual","equalText"]},equalText:{name:"equalText",category:"Relational",syntax:["equalText(x, y)"],description:"Check equality of two strings. Comparison is case sensitive. Returns true if the values are equal, and false if not.",examples:['equalText("Hello", "Hello")','equalText("a", "A")','equal("2e3", "2000")','equalText("2e3", "2000")','equalText("B", ["A", "B", "C"])'],seealso:["compare","compareNatural","compareText","equal"]},larger:{name:"larger",category:"Relational",syntax:["x > y","larger(x, y)"],description:"Check if value x is larger than y. Returns true if x is larger than y, and false if not. Comparing a value with NaN returns false.",examples:["2 > 3","5 > 2*2","a = 3.3","b = 6-2.8","(a > b)","(b < a)","5 cm > 2 inch"],seealso:["equal","unequal","smaller","smallerEq","largerEq","compare"]},largerEq:{name:"largerEq",category:"Relational",syntax:["x >= y","largerEq(x, y)"],description:"Check if value x is larger or equal to y. Returns true if x is larger or equal to y, and false if not.",examples:["2 >= 1+1","2 > 1+1","a = 3.2","b = 6-2.8","(a >= b)"],seealso:["equal","unequal","smallerEq","smaller","compare"]},smaller:{name:"smaller",category:"Relational",syntax:["x < y","smaller(x, y)"],description:"Check if value x is smaller than value y. Returns true if x is smaller than y, and false if not. Comparing a value with NaN returns false.",examples:["2 < 3","5 < 2*2","a = 3.3","b = 6-2.8","(a < b)","5 cm < 2 inch"],seealso:["equal","unequal","larger","smallerEq","largerEq","compare"]},smallerEq:{name:"smallerEq",category:"Relational",syntax:["x <= y","smallerEq(x, y)"],description:"Check if value x is smaller or equal to value y. Returns true if x is smaller than y, and false if not.",examples:["2 <= 1+1","2 < 1+1","a = 3.2","b = 6-2.8","(a <= b)"],seealso:["equal","unequal","larger","smaller","largerEq","compare"]},unequal:{name:"unequal",category:"Relational",syntax:["x != y","unequal(x, y)"],description:"Check unequality of two values. Returns true if the values are unequal, and false if they are equal.",examples:["2+2 != 3","2+2 != 4","a = 3.2","b = 6-2.8","a != b","50cm != 0.5m","5 cm != 2 inch"],seealso:["equal","smaller","larger","smallerEq","largerEq","compare","deepEqual"]},setCartesian:{name:"setCartesian",category:"Set",syntax:["setCartesian(set1, set2)"],description:"Create the cartesian product of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays and the values will be sorted in ascending order before the operation.",examples:["setCartesian([1, 2], [3, 4])"],seealso:["setUnion","setIntersect","setDifference","setPowerset"]},setDifference:{name:"setDifference",category:"Set",syntax:["setDifference(set1, set2)"],description:"Create the difference of two (multi)sets: every element of set1, that is not the element of set2. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setDifference([1, 2, 3, 4], [3, 4, 5, 6])","setDifference([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setUnion","setIntersect","setSymDifference"]},setDistinct:{name:"setDistinct",category:"Set",syntax:["setDistinct(set)"],description:"Collect the distinct elements of a multiset. A multi-dimension array will be converted to a single-dimension array before the operation.",examples:["setDistinct([1, 1, 1, 2, 2, 3])"],seealso:["setMultiplicity"]},setIntersect:{name:"setIntersect",category:"Set",syntax:["setIntersect(set1, set2)"],description:"Create the intersection of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setIntersect([1, 2, 3, 4], [3, 4, 5, 6])","setIntersect([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setUnion","setDifference"]},setIsSubset:{name:"setIsSubset",category:"Set",syntax:["setIsSubset(set1, set2)"],description:"Check whether a (multi)set is a subset of another (multi)set: every element of set1 is the element of set2. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setIsSubset([1, 2], [3, 4, 5, 6])","setIsSubset([3, 4], [3, 4, 5, 6])"],seealso:["setUnion","setIntersect","setDifference"]},setMultiplicity:{name:"setMultiplicity",category:"Set",syntax:["setMultiplicity(element, set)"],description:"Count the multiplicity of an element in a multiset. A multi-dimension array will be converted to a single-dimension array before the operation.",examples:["setMultiplicity(1, [1, 2, 2, 4])","setMultiplicity(2, [1, 2, 2, 4])"],seealso:["setDistinct","setSize"]},setPowerset:{name:"setPowerset",category:"Set",syntax:["setPowerset(set)"],description:"Create the powerset of a (multi)set: the powerset contains very possible subsets of a (multi)set. A multi-dimension array will be converted to a single-dimension array before the operation.",examples:["setPowerset([1, 2, 3])"],seealso:["setCartesian"]},setSize:{name:"setSize",category:"Set",syntax:["setSize(set)","setSize(set, unique)"],description:'Count the number of elements of a (multi)set. When the second parameter "unique" is true, count only the unique values. A multi-dimension array will be converted to a single-dimension array before the operation.',examples:["setSize([1, 2, 2, 4])","setSize([1, 2, 2, 4], true)"],seealso:["setUnion","setIntersect","setDifference"]},setSymDifference:{name:"setSymDifference",category:"Set",syntax:["setSymDifference(set1, set2)"],description:"Create the symmetric difference of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setSymDifference([1, 2, 3, 4], [3, 4, 5, 6])","setSymDifference([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setUnion","setIntersect","setDifference"]},setUnion:{name:"setUnion",category:"Set",syntax:["setUnion(set1, set2)"],description:"Create the union of two (multi)sets. Multi-dimension arrays will be converted to single-dimension arrays before the operation.",examples:["setUnion([1, 2, 3, 4], [3, 4, 5, 6])","setUnion([[1, 2], [3, 4]], [[3, 4], [5, 6]])"],seealso:["setIntersect","setDifference"]},zpk2tf:{name:"zpk2tf",category:"Signal",syntax:["zpk2tf(z, p, k)"],description:"Compute the transfer function of a zero-pole-gain model.",examples:["zpk2tf([1, 2], [-1, -2], 1)","zpk2tf([1, 2], [-1, -2])","zpk2tf([1 - 3i, 2 + 2i], [-1, -2])"],seealso:[]},freqz:{name:"freqz",category:"Signal",syntax:["freqz(b, a)","freqz(b, a, w)"],description:"Calculates the frequency response of a filter given its numerator and denominator coefficients.",examples:["freqz([1, 2], [1, 2, 3])","freqz([1, 2], [1, 2, 3], [0, 1])","freqz([1, 2], [1, 2, 3], 512)"],seealso:[]},erf:{name:"erf",category:"Special",syntax:["erf(x)"],description:"Compute the erf function of a value using a rational Chebyshev approximations for different intervals of x",examples:["erf(0.2)","erf(-0.5)","erf(4)"],seealso:[]},zeta:{name:"zeta",category:"Special",syntax:["zeta(s)"],description:"Compute the Riemann Zeta Function using an infinite series and Riemann's Functional Equation for the entire complex plane",examples:["zeta(0.2)","zeta(-0.5)","zeta(4)"],seealso:[]},cumsum:{name:"cumsum",category:"Statistics",syntax:["cumsum(a, b, c, ...)","cumsum(A)"],description:"Compute the cumulative sum of all values.",examples:["cumsum(2, 3, 4, 1)","cumsum([2, 3, 4, 1])","cumsum([1, 2; 3, 4])","cumsum([1, 2; 3, 4], 1)","cumsum([1, 2; 3, 4], 2)"],seealso:["max","mean","median","min","prod","std","sum","variance"]},mad:{name:"mad",category:"Statistics",syntax:["mad(a, b, c, ...)","mad(A)"],description:"Compute the median absolute deviation of a matrix or a list with values. The median absolute deviation is defined as the median of the absolute deviations from the median.",examples:["mad(10, 20, 30)","mad([1, 2, 3])"],seealso:["mean","median","std","abs"]},max:{name:"max",category:"Statistics",syntax:["max(a, b, c, ...)","max(A)","max(A, dimension)"],description:"Compute the maximum value of a list of values. If any NaN values are found, the function yields the last NaN in the input.",examples:["max(2, 3, 4, 1)","max([2, 3, 4, 1])","max([2, 5; 4, 3])","max([2, 5; 4, 3], 1)","max([2, 5; 4, 3], 2)","max(2.7, 7.1, -4.5, 2.0, 4.1)","min(2.7, 7.1, -4.5, 2.0, 4.1)"],seealso:["mean","median","min","prod","std","sum","variance"]},mean:{name:"mean",category:"Statistics",syntax:["mean(a, b, c, ...)","mean(A)","mean(A, dimension)"],description:"Compute the arithmetic mean of a list of values.",examples:["mean(2, 3, 4, 1)","mean([2, 3, 4, 1])","mean([2, 5; 4, 3])","mean([2, 5; 4, 3], 1)","mean([2, 5; 4, 3], 2)","mean([1.0, 2.7, 3.2, 4.0])"],seealso:["max","median","min","prod","std","sum","variance"]},median:{name:"median",category:"Statistics",syntax:["median(a, b, c, ...)","median(A)"],description:"Compute the median of all values. The values are sorted and the middle value is returned. In case of an even number of values, the average of the two middle values is returned.",examples:["median(5, 2, 7)","median([3, -1, 5, 7])"],seealso:["max","mean","min","prod","std","sum","variance","quantileSeq"]},min:{name:"min",category:"Statistics",syntax:["min(a, b, c, ...)","min(A)","min(A, dimension)"],description:"Compute the minimum value of a list of values. If any NaN values are found, the function yields the last NaN in the input.",examples:["min(2, 3, 4, 1)","min([2, 3, 4, 1])","min([2, 5; 4, 3])","min([2, 5; 4, 3], 1)","min([2, 5; 4, 3], 2)","min(2.7, 7.1, -4.5, 2.0, 4.1)","max(2.7, 7.1, -4.5, 2.0, 4.1)"],seealso:["max","mean","median","prod","std","sum","variance"]},mode:{name:"mode",category:"Statistics",syntax:["mode(a, b, c, ...)","mode(A)","mode(A, a, b, B, c, ...)"],description:"Computes the mode of all values as an array. In case mode being more than one, multiple values are returned in an array.",examples:["mode(2, 1, 4, 3, 1)","mode([1, 2.7, 3.2, 4, 2.7])","mode(1, 4, 6, 1, 6)"],seealso:["max","mean","min","median","prod","std","sum","variance"]},prod:{name:"prod",category:"Statistics",syntax:["prod(a, b, c, ...)","prod(A)"],description:"Compute the product of all values.",examples:["prod(2, 3, 4)","prod([2, 3, 4])","prod([2, 5; 4, 3])"],seealso:["max","mean","min","median","min","std","sum","variance"]},quantileSeq:{name:"quantileSeq",category:"Statistics",syntax:["quantileSeq(A, prob[, sorted])","quantileSeq(A, [prob1, prob2, ...][, sorted])","quantileSeq(A, N[, sorted])"],description:"Compute the prob order quantile of a matrix or a list with values. The sequence is sorted and the middle value is returned. Supported types of sequence values are: Number, BigNumber, Unit Supported types of probability are: Number, BigNumber. \n\nIn case of a (multi dimensional) array or matrix, the prob order quantile of all elements will be calculated.",examples:["quantileSeq([3, -1, 5, 7], 0.5)","quantileSeq([3, -1, 5, 7], [1/3, 2/3])","quantileSeq([3, -1, 5, 7], 2)","quantileSeq([-1, 3, 5, 7], 0.5, true)"],seealso:["mean","median","min","max","prod","std","sum","variance"]},std:{name:"std",category:"Statistics",syntax:["std(a, b, c, ...)","std(A)","std(A, dimension)","std(A, normalization)","std(A, dimension, normalization)"],description:'Compute the standard deviation of all values, defined as std(A) = sqrt(variance(A)). Optional parameter normalization can be "unbiased" (default), "uncorrected", or "biased".',examples:["std(2, 4, 6)","std([2, 4, 6, 8])",'std([2, 4, 6, 8], "uncorrected")','std([2, 4, 6, 8], "biased")',"std([1, 2, 3; 4, 5, 6])"],seealso:["max","mean","min","median","prod","sum","variance"]},sum:{name:"sum",category:"Statistics",syntax:["sum(a, b, c, ...)","sum(A)","sum(A, dimension)"],description:"Compute the sum of all values.",examples:["sum(2, 3, 4, 1)","sum([2, 3, 4, 1])","sum([2, 5; 4, 3])"],seealso:["max","mean","median","min","prod","std","sum","variance"]},variance:{name:"variance",category:"Statistics",syntax:["variance(a, b, c, ...)","variance(A)","variance(A, dimension)","variance(A, normalization)","variance(A, dimension, normalization)"],description:'Compute the variance of all values. Optional parameter normalization can be "unbiased" (default), "uncorrected", or "biased".',examples:["variance(2, 4, 6)","variance([2, 4, 6, 8])",'variance([2, 4, 6, 8], "uncorrected")','variance([2, 4, 6, 8], "biased")',"variance([1, 2, 3; 4, 5, 6])"],seealso:["max","mean","min","median","min","prod","std","sum"]},corr:{name:"corr",category:"Statistics",syntax:["corr(A,B)"],description:"Compute the correlation coefficient of a two list with values, For matrices, the matrix correlation coefficient is calculated.",examples:["corr([2, 4, 6, 8],[1, 2, 3, 6])","corr(matrix([[1, 2.2, 3, 4.8, 5], [1, 2, 3, 4, 5]]), matrix([[4, 5.3, 6.6, 7, 8], [1, 2, 3, 4, 5]]))"],seealso:["max","mean","min","median","min","prod","std","sum"]},acos:{name:"acos",category:"Trigonometry",syntax:["acos(x)"],description:"Compute the inverse cosine of a value in radians.",examples:["acos(0.5)","acos(cos(2.3))"],seealso:["cos","atan","asin"]},acosh:{name:"acosh",category:"Trigonometry",syntax:["acosh(x)"],description:"Calculate the hyperbolic arccos of a value, defined as `acosh(x) = ln(sqrt(x^2 - 1) + x)`.",examples:["acosh(1.5)"],seealso:["cosh","asinh","atanh"]},acot:{name:"acot",category:"Trigonometry",syntax:["acot(x)"],description:"Calculate the inverse cotangent of a value.",examples:["acot(0.5)","acot(cot(0.5))","acot(2)"],seealso:["cot","atan"]},acoth:{name:"acoth",category:"Trigonometry",syntax:["acoth(x)"],description:"Calculate the inverse hyperbolic tangent of a value, defined as `acoth(x) = (ln((x+1)/x) + ln(x/(x-1))) / 2`.",examples:["acoth(2)","acoth(0.5)"],seealso:["acsch","asech"]},acsc:{name:"acsc",category:"Trigonometry",syntax:["acsc(x)"],description:"Calculate the inverse cotangent of a value.",examples:["acsc(2)","acsc(csc(0.5))","acsc(0.5)"],seealso:["csc","asin","asec"]},acsch:{name:"acsch",category:"Trigonometry",syntax:["acsch(x)"],description:"Calculate the inverse hyperbolic cosecant of a value, defined as `acsch(x) = ln(1/x + sqrt(1/x^2 + 1))`.",examples:["acsch(0.5)"],seealso:["asech","acoth"]},asec:{name:"asec",category:"Trigonometry",syntax:["asec(x)"],description:"Calculate the inverse secant of a value.",examples:["asec(0.5)","asec(sec(0.5))","asec(2)"],seealso:["acos","acot","acsc"]},asech:{name:"asech",category:"Trigonometry",syntax:["asech(x)"],description:"Calculate the inverse secant of a value.",examples:["asech(0.5)"],seealso:["acsch","acoth"]},asin:{name:"asin",category:"Trigonometry",syntax:["asin(x)"],description:"Compute the inverse sine of a value in radians.",examples:["asin(0.5)","asin(sin(0.5))"],seealso:["sin","acos","atan"]},asinh:{name:"asinh",category:"Trigonometry",syntax:["asinh(x)"],description:"Calculate the hyperbolic arcsine of a value, defined as `asinh(x) = ln(x + sqrt(x^2 + 1))`.",examples:["asinh(0.5)"],seealso:["acosh","atanh"]},atan:{name:"atan",category:"Trigonometry",syntax:["atan(x)"],description:"Compute the inverse tangent of a value in radians.",examples:["atan(0.5)","atan(tan(0.5))"],seealso:["tan","acos","asin"]},atanh:{name:"atanh",category:"Trigonometry",syntax:["atanh(x)"],description:"Calculate the hyperbolic arctangent of a value, defined as `atanh(x) = ln((1 + x)/(1 - x)) / 2`.",examples:["atanh(0.5)"],seealso:["acosh","asinh"]},atan2:{name:"atan2",category:"Trigonometry",syntax:["atan2(y, x)"],description:"Computes the principal value of the arc tangent of y/x in radians.",examples:["atan2(2, 2) / pi","angle = 60 deg in rad","x = cos(angle)","y = sin(angle)","atan2(y, x)"],seealso:["sin","cos","tan"]},cos:{name:"cos",category:"Trigonometry",syntax:["cos(x)"],description:"Compute the cosine of x in radians.",examples:["cos(2)","cos(pi / 4) ^ 2","cos(180 deg)","cos(60 deg)","sin(0.2)^2 + cos(0.2)^2"],seealso:["acos","sin","tan"]},cosh:{name:"cosh",category:"Trigonometry",syntax:["cosh(x)"],description:"Compute the hyperbolic cosine of x in radians.",examples:["cosh(0.5)"],seealso:["sinh","tanh","coth"]},cot:{name:"cot",category:"Trigonometry",syntax:["cot(x)"],description:"Compute the cotangent of x in radians. Defined as 1/tan(x)",examples:["cot(2)","1 / tan(2)"],seealso:["sec","csc","tan"]},coth:{name:"coth",category:"Trigonometry",syntax:["coth(x)"],description:"Compute the hyperbolic cotangent of x in radians.",examples:["coth(2)","1 / tanh(2)"],seealso:["sech","csch","tanh"]},csc:{name:"csc",category:"Trigonometry",syntax:["csc(x)"],description:"Compute the cosecant of x in radians. Defined as 1/sin(x)",examples:["csc(2)","1 / sin(2)"],seealso:["sec","cot","sin"]},csch:{name:"csch",category:"Trigonometry",syntax:["csch(x)"],description:"Compute the hyperbolic cosecant of x in radians. Defined as 1/sinh(x)",examples:["csch(2)","1 / sinh(2)"],seealso:["sech","coth","sinh"]},sec:{name:"sec",category:"Trigonometry",syntax:["sec(x)"],description:"Compute the secant of x in radians. Defined as 1/cos(x)",examples:["sec(2)","1 / cos(2)"],seealso:["cot","csc","cos"]},sech:{name:"sech",category:"Trigonometry",syntax:["sech(x)"],description:"Compute the hyperbolic secant of x in radians. Defined as 1/cosh(x)",examples:["sech(2)","1 / cosh(2)"],seealso:["coth","csch","cosh"]},sin:{name:"sin",category:"Trigonometry",syntax:["sin(x)"],description:"Compute the sine of x in radians.",examples:["sin(2)","sin(pi / 4) ^ 2","sin(90 deg)","sin(30 deg)","sin(0.2)^2 + cos(0.2)^2"],seealso:["asin","cos","tan"]},sinh:{name:"sinh",category:"Trigonometry",syntax:["sinh(x)"],description:"Compute the hyperbolic sine of x in radians.",examples:["sinh(0.5)"],seealso:["cosh","tanh"]},tan:{name:"tan",category:"Trigonometry",syntax:["tan(x)"],description:"Compute the tangent of x in radians.",examples:["tan(0.5)","sin(0.5) / cos(0.5)","tan(pi / 4)","tan(45 deg)"],seealso:["atan","sin","cos"]},tanh:{name:"tanh",category:"Trigonometry",syntax:["tanh(x)"],description:"Compute the hyperbolic tangent of x in radians.",examples:["tanh(0.5)","sinh(0.5) / cosh(0.5)"],seealso:["sinh","cosh"]},to:{name:"to",category:"Units",syntax:["x to unit","to(x, unit)"],description:"Change the unit of a value.",examples:["5 inch to cm","3.2kg to g","16 bytes in bits"],seealso:[]},clone:{name:"clone",category:"Utils",syntax:["clone(x)"],description:"Clone a variable. Creates a copy of primitive variables, and a deep copy of matrices",examples:["clone(3.5)","clone(2 - 4i)","clone(45 deg)","clone([1, 2; 3, 4])",'clone("hello world")'],seealso:[]},format:{name:"format",category:"Utils",syntax:["format(value)","format(value, precision)"],description:"Format a value of any type as string.",examples:["format(2.3)","format(3 - 4i)","format([])","format(pi, 3)"],seealso:["print"]},bin:{name:"bin",category:"Utils",syntax:["bin(value)"],description:"Format a number as binary",examples:["bin(2)"],seealso:["oct","hex"]},oct:{name:"oct",category:"Utils",syntax:["oct(value)"],description:"Format a number as octal",examples:["oct(56)"],seealso:["bin","hex"]},hex:{name:"hex",category:"Utils",syntax:["hex(value)"],description:"Format a number as hexadecimal",examples:["hex(240)"],seealso:["bin","oct"]},isNaN:{name:"isNaN",category:"Utils",syntax:["isNaN(x)"],description:"Test whether a value is NaN (not a number)",examples:["isNaN(2)","isNaN(0 / 0)","isNaN(NaN)","isNaN(Infinity)"],seealso:["isNegative","isNumeric","isPositive","isZero"]},isInteger:{name:"isInteger",category:"Utils",syntax:["isInteger(x)"],description:"Test whether a value is an integer number.",examples:["isInteger(2)","isInteger(3.5)","isInteger([3, 0.5, -2])"],seealso:["isNegative","isNumeric","isPositive","isZero"]},isNegative:{name:"isNegative",category:"Utils",syntax:["isNegative(x)"],description:"Test whether a value is negative: smaller than zero.",examples:["isNegative(2)","isNegative(0)","isNegative(-4)","isNegative([3, 0.5, -2])"],seealso:["isInteger","isNumeric","isPositive","isZero"]},isNumeric:{name:"isNumeric",category:"Utils",syntax:["isNumeric(x)"],description:"Test whether a value is a numeric value. Returns true when the input is a number, BigNumber, Fraction, or boolean.",examples:["isNumeric(2)",'isNumeric("2")','hasNumericValue("2")',"isNumeric(0)","isNumeric(bignumber(500))","isNumeric(fraction(0.125))","isNumeric(2 + 3i)",'isNumeric([2.3, "foo", false])'],seealso:["isInteger","isZero","isNegative","isPositive","isNaN","hasNumericValue"]},hasNumericValue:{name:"hasNumericValue",category:"Utils",syntax:["hasNumericValue(x)"],description:"Test whether a value is an numeric value. In case of a string, true is returned if the string contains a numeric value.",examples:["hasNumericValue(2)",'hasNumericValue("2")','isNumeric("2")',"hasNumericValue(0)","hasNumericValue(bignumber(500))","hasNumericValue(fraction(0.125))","hasNumericValue(2 + 3i)",'hasNumericValue([2.3, "foo", false])'],seealso:["isInteger","isZero","isNegative","isPositive","isNaN","isNumeric"]},isPositive:{name:"isPositive",category:"Utils",syntax:["isPositive(x)"],description:"Test whether a value is positive: larger than zero.",examples:["isPositive(2)","isPositive(0)","isPositive(-4)","isPositive([3, 0.5, -2])"],seealso:["isInteger","isNumeric","isNegative","isZero"]},isPrime:{name:"isPrime",category:"Utils",syntax:["isPrime(x)"],description:"Test whether a value is prime: has no divisors other than itself and one.",examples:["isPrime(3)","isPrime(-2)","isPrime([2, 17, 100])"],seealso:["isInteger","isNumeric","isNegative","isZero"]},isZero:{name:"isZero",category:"Utils",syntax:["isZero(x)"],description:"Test whether a value is zero.",examples:["isZero(2)","isZero(0)","isZero(-4)","isZero([3, 0, -2, 0])"],seealso:["isInteger","isNumeric","isNegative","isPositive"]},print:{name:"print",category:"Utils",syntax:["print(template, values)","print(template, values, precision)"],description:"Interpolate values into a string template.",examples:['print("Lucy is $age years old", {age: 5})','print("The value of pi is $pi", {pi: pi}, 3)','print("Hello, $user.name!", {user: {name: "John"}})','print("Values: $1, $2, $3", [6, 9, 4])'],seealso:["format"]},typeOf:{name:"typeOf",category:"Utils",syntax:["typeOf(x)"],description:"Get the type of a variable.",examples:["typeOf(3.5)","typeOf(2 - 4i)","typeOf(45 deg)",'typeOf("hello world")'],seealso:["getMatrixDataType"]},numeric:{name:"numeric",category:"Utils",syntax:["numeric(x)"],description:"Convert a numeric input to a specific numeric type: number, BigNumber, bigint, or Fraction.",examples:['numeric("4")','numeric("4", "number")','numeric("4", "bigint")','numeric("4", "BigNumber")','numeric("4", "Fraction")','numeric(4, "Fraction")','numeric(fraction(2, 5), "number")'],seealso:["number","bigint","fraction","bignumber","string","format"]}},zd="help",Id=Cr(zd,["typed","mathWithTransform","Help"],(e=>{var{typed:r,mathWithTransform:t,Help:n}=e;return r(zd,{any:function(e){var r,i=e;if("string"!=typeof e)for(r in t)if(Dr(t,r)&&e===t[r]){i=r;break}var a=xe(kd,i);if(!a)throw new Error('No documentation found on "'+("function"==typeof i?i.name:i)+'"');return new n(a)}})})),Rd="chain",jd=Cr(Rd,["typed","Chain"],(e=>{var{typed:r,Chain:t}=e;return r(Rd,{"":function(){return new t},any:function(e){return new t(e)}})})),Ud=Cr("det",["typed","matrix","subtractScalar","multiply","divideScalar","isZero","unaryMinus"],(e=>{var{typed:r,matrix:t,subtractScalar:n,multiply:i,divideScalar:a,isZero:o,unaryMinus:u}=e;return r("det",{any:function(e){return xr(e)},"Array | Matrix":function(e){var r;switch((r=je(e)?e.size():Array.isArray(e)?(e=t(e)).size():[]).length){case 0:return xr(e);case 1:if(1===r[0])return xr(e.valueOf()[0]);if(0===r[0])return 1;throw new RangeError("Matrix must be square (size: "+wt(r)+")");case 2:var s=r[0],c=r[1];if(s===c)return function(e,r){if(1===r)return xr(e[0][0]);if(2===r)return n(i(e[0][0],e[1][1]),i(e[1][0],e[0][1]));for(var t=!1,s=new Array(r).fill(0).map(((e,r)=>r)),c=0;c<r;c++){var f=s[c];if(o(e[f][c])){var l=void 0;for(l=c+1;l<r;l++)if(!o(e[s[l]][c])){f=s[l],s[l]=s[c],s[c]=f,t=!t;break}if(l===r)return e[f][c]}for(var m=e[f][c],d=0===c?1:e[s[c-1]][c-1],p=c+1;p<r;p++)for(var h=s[p],v=c+1;v<r;v++)e[h][v]=a(n(i(e[h][v],m),i(e[h][c],e[f][v])),d)}var y=e[s[r-1]][r-1];return t?u(y):y}(e.clone().valueOf(),s);if(0===c)return 1;throw new RangeError("Matrix must be square (size: "+wt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+wt(r)+")")}}})})),$d=Cr("inv",["typed","matrix","divideScalar","addScalar","multiply","unaryMinus","det","identity","abs"],(e=>{var{typed:r,matrix:t,divideScalar:n,addScalar:i,multiply:a,unaryMinus:o,det:u,identity:s,abs:c}=e;return r("inv",{"Array | Matrix":function(e){var r=je(e)?e.size():Ft(e);switch(r.length){case 1:if(1===r[0])return je(e)?t([n(1,e.valueOf()[0])]):[n(1,e[0])];throw new RangeError("Matrix must be square (size: "+wt(r)+")");case 2:var i=r[0],a=r[1];if(i===a)return je(e)?t(f(e.valueOf(),i,a),e.storage()):f(e,i,a);throw new RangeError("Matrix must be square (size: "+wt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+wt(r)+")")}},any:function(e){return n(1,e)}});function f(e,r,t){var f,l,m,d,p;if(1===r){if(0===(d=e[0][0]))throw Error("Cannot calculate inverse, determinant is zero");return[[n(1,d)]]}if(2===r){var h=u(e);if(0===h)throw Error("Cannot calculate inverse, determinant is zero");return[[n(e[1][1],h),n(o(e[0][1]),h)],[n(o(e[1][0]),h),n(e[0][0],h)]]}var v=e.concat();for(f=0;f<r;f++)v[f]=v[f].concat();for(var y=s(r).valueOf(),g=0;g<t;g++){var x=c(v[g][g]),b=g;for(f=g+1;f<r;)c(v[f][g])>x&&(x=c(v[f][g]),b=f),f++;if(0===x)throw Error("Cannot calculate inverse, determinant is zero");(f=b)!==g&&(p=v[g],v[g]=v[f],v[f]=p,p=y[g],y[g]=y[f],y[f]=p);var w=v[g],D=y[g];for(f=0;f<r;f++){var N=v[f],A=y[f];if(f!==g){if(0!==N[g]){for(m=n(o(N[g]),w[g]),l=g;l<t;l++)N[l]=i(N[l],a(m,w[l]));for(l=0;l<t;l++)A[l]=i(A[l],a(m,D[l]))}}else{for(m=w[g],l=g;l<t;l++)N[l]=n(N[l],m);for(l=0;l<t;l++)A[l]=n(A[l],m)}}}return y}})),Pd="pinv",Ld=Cr(Pd,["typed","matrix","inv","deepEqual","equal","dotDivide","dot","ctranspose","divideScalar","multiply","add","Complex"],(e=>{var{typed:r,matrix:t,inv:n,deepEqual:i,equal:a,dotDivide:o,dot:u,ctranspose:s,divideScalar:c,multiply:f,add:l,Complex:m}=e;return r(Pd,{"Array | Matrix":function(e){var r=je(e)?e.size():Ft(e);switch(r.length){case 1:return h(e)?s(e):1===r[0]?n(e):o(s(e),u(e,e));case 2:if(h(e))return s(e);var i=r[0],a=r[1];if(i===a)try{return n(e)}catch(e){if(!(e instanceof Error&&e.message.match(/Cannot calculate inverse, determinant is zero/)))throw e}return je(e)?t(d(e.valueOf(),i,a),e.storage()):d(e,i,a);default:throw new RangeError("Matrix must be two dimensional (size: "+wt(r)+")")}},any:function(e){return a(e,0)?xr(e):c(1,e)}});function d(e,r,t){var{C:i,F:a}=function(e,r,t){var n=function(e,r,t){for(var n=xr(e),i=0,a=0;a<r;a++){if(t<=i)return n;for(var u=a;p(n[u][i]);)if(r===++u&&(u=a,t===++i))return n;[n[u],n[a]]=[n[a],n[u]];for(var s=n[a][i],c=0;c<t;c++)n[a][c]=o(n[a][c],s);for(var m=0;m<r;m++)if(m!==a){s=n[m][i];for(var d=0;d<t;d++)n[m][d]=l(n[m][d],f(-1,f(s,n[a][d])))}i++}return n}(e,r,t),i=e.map((e=>e.filter(((e,t)=>t<r&&!p(u(n[t],n[t])))))),a=n.filter(((e,r)=>!p(u(n[r],n[r]))));return{C:i,F:a}}(e,r,t),c=f(n(f(s(i),i)),s(i)),m=f(s(a),n(f(a,s(a))));return f(m,c)}function p(e){return a(l(e,m(1,1)),l(0,m(1,1)))}function h(e){return i(l(e,m(1,1)),l(f(e,0),m(1,1)))}}));var _d=Cr("eigs",["config","typed","matrix","addScalar","equal","subtract","abs","atan","cos","sin","multiplyScalar","divideScalar","inv","bignumber","multiply","add","larger","column","flatten","number","complex","sqrt","diag","size","reshape","qr","usolve","usolveAll","im","re","smaller","matrixFromColumns","dot"],(e=>{var{config:r,typed:t,matrix:n,addScalar:i,subtract:a,equal:o,abs:u,atan:s,cos:c,sin:f,multiplyScalar:l,divideScalar:m,inv:d,bignumber:p,multiply:h,add:v,larger:y,column:g,flatten:x,number:b,complex:w,sqrt:D,diag:N,size:A,reshape:M,qr:C,usolve:E,usolveAll:S,im:F,re:B,smaller:q,matrixFromColumns:T,dot:O}=e,k=function(e){var{config:r,addScalar:t,subtract:n,abs:i,atan:a,cos:o,sin:u,multiplyScalar:s,inv:c,bignumber:f,multiply:l,add:m}=e;function d(e,r,t,n){for(var i=e.length,a=Math.cos(r),o=Math.sin(r),u=Array(i).fill(0),s=Array(i).fill(0),c=0;c<i;c++)u[c]=a*e[c][t]-o*e[c][n],s[c]=o*e[c][t]+a*e[c][n];for(var f=0;f<i;f++)e[f][t]=u[f],e[f][n]=s[f];return e}function p(e,r,i,a){for(var c=e.length,l=o(r),m=u(r),d=Array(c).fill(f(0)),p=Array(c).fill(f(0)),h=0;h<c;h++)d[h]=n(s(l,e[h][i]),s(m,e[h][a])),p[h]=t(s(m,e[h][i]),s(l,e[h][a]));for(var v=0;v<c;v++)e[v][i]=d[v],e[v][a]=p[v];return e}function h(e,r,i,a){for(var c=e.length,d=f(o(r)),p=f(u(r)),h=s(d,d),v=s(p,p),y=Array(c).fill(f(0)),g=Array(c).fill(f(0)),x=l(f(2),d,p,e[i][a]),b=t(n(s(h,e[i][i]),x),s(v,e[a][a])),w=m(s(v,e[i][i]),x,s(h,e[a][a])),D=0;D<c;D++)y[D]=n(s(d,e[i][D]),s(p,e[a][D])),g[D]=t(s(p,e[i][D]),s(d,e[a][D]));e[i][i]=b,e[a][a]=w,e[i][a]=f(0),e[a][i]=f(0);for(var N=0;N<c;N++)N!==i&&N!==a&&(e[i][N]=y[N],e[N][i]=y[N],e[a][N]=g[N],e[N][a]=g[N]);return e}function v(e,r,t,n){for(var i=e.length,a=Math.cos(r),o=Math.sin(r),u=a*a,s=o*o,c=Array(i).fill(0),f=Array(i).fill(0),l=u*e[t][t]-2*a*o*e[t][n]+s*e[n][n],m=s*e[t][t]+2*a*o*e[t][n]+u*e[n][n],d=0;d<i;d++)c[d]=a*e[t][d]-o*e[n][d],f[d]=o*e[t][d]+a*e[n][d];e[t][t]=l,e[n][n]=m,e[t][n]=0,e[n][t]=0;for(var p=0;p<i;p++)p!==t&&p!==n&&(e[t][p]=c[p],e[p][t]=c[p],e[n][p]=f[p],e[p][n]=f[p]);return e}function y(e){for(var r=e.length,t=0,n=[0,1],i=0;i<r;i++)for(var a=i+1;a<r;a++)Math.abs(t)<Math.abs(e[i][a])&&(t=Math.abs(e[i][a]),n=[i,a]);return[n,t]}function g(e){for(var r=e.length,t=0,n=[0,1],a=0;a<r;a++)for(var o=a+1;o<r;o++)i(t)<i(e[a][o])&&(t=i(e[a][o]),n=[a,o]);return[n,t]}function x(e,r,t){var n,a=e.length,o=Array(a);if(t){n=Array(a);for(var u=0;u<a;u++)n[u]=Array(a)}for(var s=0;s<a;s++){for(var c=0,f=e[0],l=0;l<e.length;l++)i(e[l])<i(f)&&(f=e[c=l]);if(o[s]=e.splice(c,1)[0],t)for(var m=0;m<a;m++)n[s][m]=r[m][c],r[m].splice(c,1)}if(!t)return{values:o};var d=n.map(((e,r)=>({value:o[r],vector:e})));return{values:o,eigenvectors:d}}return function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.relTol,u=arguments.length>3?arguments[3]:void 0,m=arguments.length>4?arguments[4]:void 0;if("number"===u)return function(e,t,n){var i,a,o=e.length,u=Math.abs(t/o);if(n){a=new Array(o);for(var s=0;s<o;s++)a[s]=Array(o).fill(0),a[s][s]=1}for(var c,f,l,m=y(e);Math.abs(m[1])>=Math.abs(u);){var p=m[0][0],h=m[0][1];e=v(e,(c=e[p][p],f=e[h][h],l=e[p][h],i=Math.abs(f-c)<=r.relTol?Math.PI/4:.5*Math.atan(2*l/(f-c))),p,h),n&&(a=d(a,i,p,h)),m=y(e)}for(var g=Array(o).fill(0),b=0;b<o;b++)g[b]=e[b][b];return x(xr(g),a,n)}(e,o,m);if("BigNumber"===u)return function(e,t,o){var u,m,d=e.length,v=i(t/d);if(o){m=new Array(d);for(var y=0;y<d;y++)m[y]=Array(d).fill(0),m[y][y]=1}for(var b,w,D=g(e);i(D[1])>=i(v);){var N=D[0][0],A=D[0][1];e=h(e,(b=e[N][A],w=void 0,w=n(e[A][A],e[N][N]),u=i(w)<=r.relTol?f(-1).acos().div(4):s(.5,a(l(2,b,c(w))))),N,A),o&&(m=p(m,u,N,A)),D=g(e)}for(var M=Array(d).fill(0),C=0;C<d;C++)M[C]=e[C][C];return x(xr(M),m,o)}(e,o,m);throw TypeError("Unsupported data type: "+u)}}({config:r,addScalar:i,subtract:a,column:g,flatten:x,equal:o,abs:u,atan:s,cos:c,sin:f,multiplyScalar:l,inv:d,bignumber:p,complex:w,multiply:h,add:v}),z=function(e){var{addScalar:r,subtract:t,flatten:n,multiply:i,multiplyScalar:a,divideScalar:o,sqrt:u,abs:s,bignumber:c,diag:f,size:l,reshape:m,inv:d,qr:p,usolve:h,usolveAll:v,equal:y,complex:g,larger:x,smaller:b,dot:w}=e;function D(e,r,n,i,a,o,u,f){var l="BigNumber"===f,m="Complex"===f,d=l?c(0):m?g(0):0,p=l?c(1):m?g(1):1;if(b(s(n),u))return[[p,d],[d,p]];if(x(s(t(a,o)),u))return[[t(a,i),t(o,i)],[n,n]];var h=t(e,a),v=t(i,a);return b(s(r),u)&&b(s(v),u)?[[h,p],[n,d]]:[[r,d],[v,p]]}function N(e,r){for(var t=0;t<e.length;t++)e[t].push(...Array(r-e[t].length).fill(0));for(var n=e.length;n<r;n++)e.push(Array(r).fill(0)),e[n][n]=1;return e}function A(e,r,t){for(var n=0;n<e.length;n++)if(t(e[n],r))return n;return-1}function M(e,r,t,n,i){for(var a,o="BigNumber"===i?c(1e3):1e3,u=0;u<5;++u){a=C(r,t,i);try{a=h(e,a)}catch(e){continue}if(x(S(a),o))break}if(u>=5)return null;for(u=0;;){var s=h(e,a);if(b(S(E(a,[s])),n))break;if(++u>=10)return null;a=F(s)}return a}function C(e,r,t){var n="BigNumber"===t,i="Complex"===t,a=Array(e).fill(0).map((()=>2*Math.random()-1));return n&&(a=a.map((e=>c(e)))),i&&(a=a.map((e=>g(e)))),F(a=E(a,r),t)}function E(e,r){var n=l(e);for(var a of r)a=m(a,n),e=t(e,i(o(w(a,e),w(a,a)),a));return e}function S(e){return s(u(w(e,e)))}function F(e,r){var t="Complex"===r,n="BigNumber"===r?c(1):t?g(1):1;return i(o(n,S(e)),e)}return function(e,l,m,h){var w=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],C=function(e,t,n,i,u){var l,m="BigNumber"===i,d="Complex"===i,p=m?c(0):0,h=m?c(1):d?g(1):1,v=m?c(1):1,w=m?c(10):2,D=a(w,w);u&&(l=Array(t).fill(h));for(var N=!1;!N;){N=!0;for(var A=0;A<t;A++){for(var M=p,C=p,E=0;E<t;E++)A!==E&&(M=r(M,s(e[E][A])),C=r(C,s(e[A][E])));if(!y(M,0)&&!y(C,0)){for(var S=v,F=M,B=o(C,w),q=a(C,w);b(F,B);)F=a(F,D),S=a(S,w);for(;x(F,q);)F=o(F,D),S=o(S,w);if(b(o(r(F,C),S),a(r(M,C),.95))){N=!1;for(var T=o(1,S),O=0;O<t;O++)A!==O&&(e[A][O]=a(e[A][O],T),e[O][A]=a(e[O][A],S));u&&(l[A]=a(l[A],T))}}}}return u?f(l):null}(e,l,0,h,w);!function(e,n,i,u,f,l){var m="BigNumber"===u,d="Complex"===u,p=m?c(0):d?g(0):0;m&&(i=c(i));for(var h=0;h<n-2;h++){for(var v=0,y=p,x=h+1;x<n;x++){var w=e[x][h];b(s(y),s(w))&&(y=w,v=x)}if(!b(s(y),i)){if(v!==h+1){var D=e[v];e[v]=e[h+1],e[h+1]=D;for(var N=0;N<n;N++){var A=e[N][v];e[N][v]=e[N][h+1],e[N][h+1]=A}if(f){var M=l[v];l[v]=l[h+1],l[h+1]=M}}for(var C=h+2;C<n;C++){var E=o(e[C][h],y);if(0!==E){for(var S=0;S<n;S++)e[C][S]=t(e[C][S],a(E,e[h+1][S]));for(var F=0;F<n;F++)e[F][h+1]=r(e[F][h+1],a(E,e[F][C]));if(f)for(var B=0;B<n;B++)l[C][B]=t(l[C][B],a(E,l[h+1][B]))}}}}}(e,l,m,h,w,C);var{values:E,C:S}=function(e,n,o,l,m){var d="BigNumber"===l,h="Complex"===l,v=d?c(1):h?g(1):1;d&&(o=c(o));for(var y,x,w,A,M,C,E,S,F=xr(e),B=[],q=n,T=[],O=m?f(Array(n).fill(v)):void 0,k=m?f(Array(q).fill(v)):void 0,z=0;z<=100;){z+=1;for(var I=F[q-1][q-1],R=0;R<q;R++)F[R][R]=t(F[R][R],I);var{Q:j,R:U}=p(F);F=i(U,j);for(var $=0;$<q;$++)F[$][$]=r(F[$][$],I);if(m&&(k=i(k,j)),1===q||b(s(F[q-1][q-2]),o)){z=0,B.push(F[q-1][q-1]),m&&(T.unshift([[1]]),N(k,n),O=i(O,k),q>1&&(k=f(Array(q-1).fill(v)))),q-=1,F.pop();for(var P=0;P<q;P++)F[P].pop()}else if(2===q||b(s(F[q-2][q-3]),o)){z=0;var L=(x=F[q-2][q-1],w=F[q-1][q-2],M=void 0,C=void 0,E=void 0,S=void 0,M=r(y=F[q-2][q-2],A=F[q-1][q-1]),C=t(a(y,A),a(x,w)),E=a(M,.5),S=a(u(t(a(M,M),a(4,C))),.5),[r(E,S),t(E,S)]);B.push(...L),m&&(T.unshift(D(F[q-2][q-2],F[q-2][q-1],F[q-1][q-2],F[q-1][q-1],L[0],L[1],o,l)),N(k,n),O=i(O,k),q>2&&(k=f(Array(q-2).fill(v)))),q-=2,F.pop(),F.pop();for(var _=0;_<q;_++)F[_].pop(),F[_].pop()}if(0===q)break}if(B.sort(((e,r)=>+t(s(e),s(r)))),z>100){var J=Error("The eigenvalues failed to converge. Only found these eigenvalues: "+B.join(", "));throw J.values=B,J.vectors=[],J}var W=m?i(O,function(e,r){for(var t=[],n=0;n<r;n++)t[n]=Array(r).fill(0);var i=0;for(var a of e){for(var o=a.length,u=0;u<o;u++)for(var s=0;s<o;s++)t[i+u][i+s]=a[u][s];i+=o}return t}(T,n)):void 0;return{values:B,C:W}}(e,l,m,h,w);if(w){var F=function(e,r,a,o,u,s,l){var m=d(a),p=i(m,e,a),h="BigNumber"===l,x="Complex"===l,b=h?c(0):x?g(0):0,w=h?c(1):x?g(1):1,D=[],N=[];for(var C of u){var E=A(D,C,y);-1===E?(D.push(C),N.push(1)):N[E]+=1}for(var S=[],F=D.length,B=Array(r).fill(b),q=f(Array(r).fill(w)),T=function(){var e=D[O],u=t(p,i(e,q)),c=v(u,B);for(c.shift();c.length<N[O];){var f=M(u,r,c,s,l);if(null===f)break;c.push(f)}var m=i(d(o),a);c=c.map((e=>i(m,e))),S.push(...c.map((r=>({value:e,vector:n(r)}))))},O=0;O<F;O++)T();return S}(e,l,S,C,E,m,h);return{values:E,eigenvectors:F}}return{values:E}}}({config:r,addScalar:i,subtract:a,multiply:h,multiplyScalar:l,flatten:x,divideScalar:m,sqrt:D,abs:u,bignumber:p,diag:N,size:A,reshape:M,qr:C,inv:d,usolve:E,usolveAll:S,equal:o,complex:w,larger:y,smaller:q,matrixFromColumns:T,dot:O});return t("eigs",{Array:function(e){return I(n(e))},"Array, number|BigNumber":function(e,r){return I(n(e),{precision:r})},"Array, Object":(e,r)=>I(n(e),r),Matrix:function(e){return I(e,{matricize:!0})},"Matrix, number|BigNumber":function(e,r){return I(e,{precision:r,matricize:!0})},"Matrix, Object":function(e,r){var t={matricize:!0};return ye(t,r),I(e,t)}});function I(e){var t,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=!("eigenvectors"in i)||i.eigenvectors,s=function(e,r,t){var n=e.toArray(),i=e.size();if(2!==i.length||i[0]!==i[1])throw new RangeError("Matrix must be square (size: ".concat(wt(i),")"));var o=i[0];if(function(e,r,t){for(var n=0;n<r;n++)for(var i=0;i<r;i++)if(y(p(u(F(e[n][i]))),t))return!1;return!0}(n,o,r)&&(function(e,r){for(var t=0;t<r;t++)for(var n=0;n<r;n++)e[t][n]=B(e[t][n])}(n,o),function(e,r,t){for(var n=0;n<r;n++)for(var i=n;i<r;i++)if(y(p(u(a(e[n][i],e[i][n]))),t))return!1;return!0}(n,o,r))){var s=R(e,n,o);return k(n,o,r,s,t)}var c=R(e,n,o);return z(n,o,r,c,t)}(e,null!==(t=i.precision)&&void 0!==t?t:r.relTol,o);return i.matricize&&(s.values=n(s.values),o&&(s.eigenvectors=s.eigenvectors.map((e=>{var{value:r,vector:t}=e;return{value:r,vector:n(t)}})))),o&&Object.defineProperty(s,"vectors",{enumerable:!1,get:()=>{throw new Error("eigs(M).vectors replaced with eigs(M).eigenvectors")}}),s}function R(e,r,t){var n=e.datatype();if("number"===n||"BigNumber"===n||"Complex"===n)return n;for(var i=!1,a=!1,o=!1,u=0;u<t;u++)for(var s=0;s<t;s++){var c=r[u][s];if(Be(c)||ke(c))i=!0;else if(qe(c))a=!0;else{if(!Oe(c))throw TypeError("Unsupported type in Matrix: "+gr(c));o=!0}}if(a&&o&&console.warn("Complex BigNumbers not supported, this operation will lose precission."),o){for(var f=0;f<t;f++)for(var l=0;l<t;l++)r[f][l]=w(r[f][l]);return"Complex"}if(a){for(var m=0;m<t;m++)for(var d=0;d<t;d++)r[m][d]=p(r[m][d]);return"BigNumber"}if(i){for(var h=0;h<t;h++)for(var v=0;v<t;v++)r[h][v]=b(r[h][v]);return"number"}throw TypeError("Matrix contains unsupported types only.")}})),Jd="expm",Wd=Cr(Jd,["typed","abs","add","identity","inv","multiply"],(e=>{var{typed:r,abs:t,add:n,identity:i,inv:a,multiply:o}=e;return r(Jd,{Matrix:function(e){var r=e.size();if(2!==r.length||r[0]!==r[1])throw new RangeError("Matrix must be square (size: "+wt(r)+")");for(var s=r[0],c=function(e){for(var r=e.size()[0],n=0,i=0;i<r;i++){for(var a=0,o=0;o<r;o++)a+=t(e.get([i,o]));n=Math.max(a,n)}return n}(e),f=function(e){for(var r=0;r<30;r++)for(var t=0;t<=r;t++){var n=r-t;if(u(e,t,n)<1e-15)return{q:t,j:n}}throw new Error("Could not find acceptable parameters to compute the matrix exponential (try increasing maxSearchSize in expm.js)")}(c),l=f.q,m=f.j,d=o(e,Math.pow(2,-m)),p=i(s),h=i(s),v=1,y=d,g=-1,x=1;x<=l;x++)x>1&&(y=o(y,d),g=-g),p=n(p,o(v=v*(l-x+1)/((2*l-x+1)*x),y)),h=n(h,o(v*g,y));for(var b=o(a(h),p),w=0;w<m;w++)b=o(b,b);return Pe(e)?e.createSparseMatrix(b):b}});function u(e,r,t){for(var n=1,i=2;i<=r;i++)n*=i;for(var a=n,o=r+1;o<=2*r;o++)a*=o;var u=a*(2*r+1);return 8*Math.pow(e/Math.pow(2,t),2*r)*n*n/(a*u)}})),Vd="sqrtm",Hd=Cr(Vd,["typed","abs","add","multiply","map","sqrt","subtract","inv","size","max","identity"],(e=>{var{typed:r,abs:t,add:n,multiply:i,map:a,sqrt:o,subtract:u,inv:s,size:c,max:f,identity:l}=e,m=1e-6;function d(e){var r,a=0,o=e,d=l(c(e));do{var p=o;if(o=i(.5,n(p,s(d))),d=i(.5,n(d,s(p))),(r=f(t(u(o,p))))>m&&++a>1e3)throw new Error("computing square root of matrix: iterative method could not converge")}while(r>m);return o}return r(Vd,{"Array | Matrix":function(e){var r=je(e)?e.size():Ft(e);switch(r.length){case 1:if(1===r[0])return a(e,o);throw new RangeError("Matrix must be square (size: "+wt(r)+")");case 2:if(r[0]===r[1])return d(e);throw new RangeError("Matrix must be square (size: "+wt(r)+")");default:throw new RangeError("Matrix must be at most two dimensional (size: "+wt(r)+")")}}})})),Zd="sylvester",Gd=Cr(Zd,["typed","schur","matrixFromColumns","matrix","multiply","range","concat","transpose","index","subset","add","subtract","identity","lusolve","abs"],(e=>{var{typed:r,schur:t,matrixFromColumns:n,matrix:i,multiply:a,range:o,concat:u,transpose:s,index:c,subset:f,add:l,subtract:m,identity:d,lusolve:p,abs:h}=e;return r(Zd,{"Matrix, Matrix, Matrix":v,"Array, Matrix, Matrix":function(e,r,t){return v(i(e),r,t)},"Array, Array, Matrix":function(e,r,t){return v(i(e),i(r),t)},"Array, Matrix, Array":function(e,r,t){return v(i(e),r,i(t))},"Matrix, Array, Matrix":function(e,r,t){return v(e,i(r),t)},"Matrix, Array, Array":function(e,r,t){return v(e,i(r),i(t))},"Matrix, Matrix, Array":function(e,r,t){return v(e,r,i(t))},"Array, Array, Array":function(e,r,t){return v(i(e),i(r),i(t)).toArray()}});function v(e,r,v){for(var y=r.size()[0],g=e.size()[0],x=t(e),b=x.T,w=x.U,D=t(a(-1,r)),N=D.T,A=D.U,M=a(a(s(w),v),A),C=o(0,g),E=[],S=(e,r)=>u(e,r,1),F=(e,r)=>u(e,r,0),B=0;B<y;B++)if(B<y-1&&h(f(N,c(B+1,B)))>1e-5){for(var q=F(f(M,c(C,B)),f(M,c(C,B+1))),T=0;T<B;T++)q=l(q,F(a(E[T],f(N,c(T,B))),a(E[T],f(N,c(T,B+1)))));var O=a(d(g),a(-1,f(N,c(B,B)))),k=a(d(g),a(-1,f(N,c(B+1,B)))),z=a(d(g),a(-1,f(N,c(B,B+1)))),I=a(d(g),a(-1,f(N,c(B+1,B+1)))),R=F(S(l(b,O),k),S(z,l(b,I))),j=p(R,q);E[B]=j.subset(c(o(0,g),0)),E[B+1]=j.subset(c(o(g,2*g),0)),B++}else{for(var U=f(M,c(C,B)),$=0;$<B;$++)U=l(U,a(E[$],f(N,c($,B))));var P=f(N,c(B,B)),L=m(b,a(P,d(g)));E[B]=p(L,U)}var _=i(n(...E));return a(w,a(_,s(A)))}})),Xd="schur",Qd=Cr(Xd,["typed","matrix","identity","multiply","qr","norm","subtract"],(e=>{var{typed:r,matrix:t,identity:n,multiply:i,qr:a,norm:o,subtract:u}=e;return r(Xd,{Array:function(e){var r=s(t(e));return{U:r.U.valueOf(),T:r.T.valueOf()}},Matrix:function(e){return s(e)}});function s(e){var r,t=e.size()[0],s=e,c=n(t),f=0;do{r=s;var l=a(s),m=l.Q;if(s=i(l.R,m),c=i(c,m),f++>100)break}while(o(u(s,r))>1e-4);return{U:c,T:s}}})),Yd="lyap",Kd=Cr(Yd,["typed","matrix","sylvester","multiply","transpose"],(e=>{var{typed:r,matrix:t,sylvester:n,multiply:i,transpose:a}=e;return r(Yd,{"Matrix, Matrix":function(e,r){return n(e,a(e),i(-1,r))},"Array, Matrix":function(e,r){return n(t(e),a(t(e)),i(-1,r))},"Matrix, Array":function(e,r){return n(e,a(t(e)),t(i(-1,r)))},"Array, Array":function(e,r){return n(t(e),a(t(e)),t(i(-1,r))).toArray()}})})),ep=Cr("divide",["typed","matrix","multiply","equalScalar","divideScalar","inv"],(e=>{var{typed:r,matrix:t,multiply:n,equalScalar:i,divideScalar:a,inv:o}=e,u=Oa({typed:r,equalScalar:i}),s=za({typed:r});return r("divide",br({"Array | Matrix, Array | Matrix":function(e,r){return n(e,o(r))},"DenseMatrix, any":function(e,r){return s(e,r,a,!1)},"SparseMatrix, any":function(e,r){return u(e,r,a,!1)},"Array, any":function(e,r){return s(t(e),r,a,!1).valueOf()},"any, Array | Matrix":function(e,r){return n(e,o(r))}},a.signatures))})),rp="distance",tp=Cr(rp,["typed","addScalar","subtractScalar","divideScalar","multiplyScalar","deepEqual","sqrt","abs"],(e=>{var{typed:r,addScalar:t,subtractScalar:n,multiplyScalar:i,divideScalar:a,deepEqual:o,sqrt:u,abs:s}=e;return r(rp,{"Array, Array, Array":function(e,r,t){if(2===e.length&&2===r.length&&2===t.length){if(!f(e))throw new TypeError("Array with 2 numbers or BigNumbers expected for first argument");if(!f(r))throw new TypeError("Array with 2 numbers or BigNumbers expected for second argument");if(!f(t))throw new TypeError("Array with 2 numbers or BigNumbers expected for third argument");if(o(r,t))throw new TypeError("LinePoint1 should not be same with LinePoint2");var a=n(t[1],r[1]),u=n(r[0],t[0]),s=n(i(t[0],r[1]),i(r[0],t[1]));return h(e[0],e[1],a,u,s)}throw new TypeError("Invalid Arguments: Try again")},"Object, Object, Object":function(e,r,t){if(2===Object.keys(e).length&&2===Object.keys(r).length&&2===Object.keys(t).length){if(!f(e))throw new TypeError("Values of pointX and pointY should be numbers or BigNumbers");if(!f(r))throw new TypeError("Values of lineOnePtX and lineOnePtY should be numbers or BigNumbers");if(!f(t))throw new TypeError("Values of lineTwoPtX and lineTwoPtY should be numbers or BigNumbers");if(o(p(r),p(t)))throw new TypeError("LinePoint1 should not be same with LinePoint2");if("pointX"in e&&"pointY"in e&&"lineOnePtX"in r&&"lineOnePtY"in r&&"lineTwoPtX"in t&&"lineTwoPtY"in t){var a=n(t.lineTwoPtY,r.lineOnePtY),u=n(r.lineOnePtX,t.lineTwoPtX),s=n(i(t.lineTwoPtX,r.lineOnePtY),i(r.lineOnePtX,t.lineTwoPtY));return h(e.pointX,e.pointY,a,u,s)}throw new TypeError("Key names do not match")}throw new TypeError("Invalid Arguments: Try again")},"Array, Array":function(e,r){if(2===e.length&&3===r.length){if(!f(e))throw new TypeError("Array with 2 numbers or BigNumbers expected for first argument");if(!l(r))throw new TypeError("Array with 3 numbers or BigNumbers expected for second argument");return h(e[0],e[1],r[0],r[1],r[2])}if(3===e.length&&6===r.length){if(!l(e))throw new TypeError("Array with 3 numbers or BigNumbers expected for first argument");if(!d(r))throw new TypeError("Array with 6 numbers or BigNumbers expected for second argument");return v(e[0],e[1],e[2],r[0],r[1],r[2],r[3],r[4],r[5])}if(e.length===r.length&&e.length>0){if(!m(e))throw new TypeError("All values of an array should be numbers or BigNumbers");if(!m(r))throw new TypeError("All values of an array should be numbers or BigNumbers");return y(e,r)}throw new TypeError("Invalid Arguments: Try again")},"Object, Object":function(e,r){if(2===Object.keys(e).length&&3===Object.keys(r).length){if(!f(e))throw new TypeError("Values of pointX and pointY should be numbers or BigNumbers");if(!l(r))throw new TypeError("Values of xCoeffLine, yCoeffLine and constant should be numbers or BigNumbers");if("pointX"in e&&"pointY"in e&&"xCoeffLine"in r&&"yCoeffLine"in r&&"constant"in r)return h(e.pointX,e.pointY,r.xCoeffLine,r.yCoeffLine,r.constant);throw new TypeError("Key names do not match")}if(3===Object.keys(e).length&&6===Object.keys(r).length){if(!l(e))throw new TypeError("Values of pointX, pointY and pointZ should be numbers or BigNumbers");if(!d(r))throw new TypeError("Values of x0, y0, z0, a, b and c should be numbers or BigNumbers");if("pointX"in e&&"pointY"in e&&"x0"in r&&"y0"in r&&"z0"in r&&"a"in r&&"b"in r&&"c"in r)return v(e.pointX,e.pointY,e.pointZ,r.x0,r.y0,r.z0,r.a,r.b,r.c);throw new TypeError("Key names do not match")}if(2===Object.keys(e).length&&2===Object.keys(r).length){if(!f(e))throw new TypeError("Values of pointOneX and pointOneY should be numbers or BigNumbers");if(!f(r))throw new TypeError("Values of pointTwoX and pointTwoY should be numbers or BigNumbers");if("pointOneX"in e&&"pointOneY"in e&&"pointTwoX"in r&&"pointTwoY"in r)return y([e.pointOneX,e.pointOneY],[r.pointTwoX,r.pointTwoY]);throw new TypeError("Key names do not match")}if(3===Object.keys(e).length&&3===Object.keys(r).length){if(!l(e))throw new TypeError("Values of pointOneX, pointOneY and pointOneZ should be numbers or BigNumbers");if(!l(r))throw new TypeError("Values of pointTwoX, pointTwoY and pointTwoZ should be numbers or BigNumbers");if("pointOneX"in e&&"pointOneY"in e&&"pointOneZ"in e&&"pointTwoX"in r&&"pointTwoY"in r&&"pointTwoZ"in r)return y([e.pointOneX,e.pointOneY,e.pointOneZ],[r.pointTwoX,r.pointTwoY,r.pointTwoZ]);throw new TypeError("Key names do not match")}throw new TypeError("Invalid Arguments: Try again")},Array:function(e){if(!function(e){if(2===e[0].length&&c(e[0][0])&&c(e[0][1])){if(e.some((e=>2!==e.length||!c(e[0])||!c(e[1]))))return!1}else{if(!(3===e[0].length&&c(e[0][0])&&c(e[0][1])&&c(e[0][2])))return!1;if(e.some((e=>3!==e.length||!c(e[0])||!c(e[1])||!c(e[2]))))return!1}return!0}(e))throw new TypeError("Incorrect array format entered for pairwise distance calculation");return function(e){for(var r=[],t=[],n=[],i=0;i<e.length-1;i++)for(var a=i+1;a<e.length;a++)2===e[0].length?(t=[e[i][0],e[i][1]],n=[e[a][0],e[a][1]]):3===e[0].length&&(t=[e[i][0],e[i][1],e[i][2]],n=[e[a][0],e[a][1],e[a][2]]),r.push(y(t,n));return r}(e)}});function c(e){return"number"==typeof e||qe(e)}function f(e){return e.constructor!==Array&&(e=p(e)),c(e[0])&&c(e[1])}function l(e){return e.constructor!==Array&&(e=p(e)),c(e[0])&&c(e[1])&&c(e[2])}function m(e){return Array.isArray(e)||(e=p(e)),e.every(c)}function d(e){return e.constructor!==Array&&(e=p(e)),c(e[0])&&c(e[1])&&c(e[2])&&c(e[3])&&c(e[4])&&c(e[5])}function p(e){for(var r=Object.keys(e),t=[],n=0;n<r.length;n++)t.push(e[r[n]]);return t}function h(e,r,n,o,c){var f=s(t(t(i(n,e),i(o,r)),c)),l=u(t(i(n,n),i(o,o)));return a(f,l)}function v(e,r,o,s,c,f,l,m,d){var p=[n(i(n(c,r),d),i(n(f,o),m)),n(i(n(f,o),l),i(n(s,e),d)),n(i(n(s,e),m),i(n(c,r),l))];p=u(t(t(i(p[0],p[0]),i(p[1],p[1])),i(p[2],p[2])));var h=u(t(t(i(l,l),i(m,m)),i(d,d)));return a(p,h)}function y(e,r){for(var a=e.length,o=0,s=0,c=0;c<a;c++)s=n(e[c],r[c]),o=t(i(s,s),o);return u(o)}})),np=Cr("intersect",["typed","config","abs","add","addScalar","matrix","multiply","multiplyScalar","divideScalar","subtract","smaller","equalScalar","flatten","isZero","isNumeric"],(e=>{var{typed:r,config:t,abs:n,add:i,addScalar:a,matrix:o,multiply:u,multiplyScalar:s,divideScalar:c,subtract:f,smaller:l,equalScalar:m,flatten:d,isZero:p,isNumeric:h}=e;return r("intersect",{"Array, Array, Array":v,"Array, Array, Array, Array":y,"Matrix, Matrix, Matrix":function(e,r,t){var n=v(e.valueOf(),r.valueOf(),t.valueOf());return null===n?null:o(n)},"Matrix, Matrix, Matrix, Matrix":function(e,r,t,n){var i=y(e.valueOf(),r.valueOf(),t.valueOf(),n.valueOf());return null===i?null:o(i)}});function v(e,r,t){if(e=g(e),r=g(r),t=g(t),!b(e))throw new TypeError("Array with 3 numbers or BigNumbers expected for first argument");if(!b(r))throw new TypeError("Array with 3 numbers or BigNumbers expected for second argument");if(!function(e){return 4===e.length&&h(e[0])&&h(e[1])&&h(e[2])&&h(e[3])}(t))throw new TypeError("Array with 4 numbers expected as third argument");return function(e,r,t,n,i,o,u,l,m,d){var p=s(e,u),h=s(n,u),v=s(r,l),y=s(i,l),g=s(t,m),x=s(o,m),b=f(f(f(d,p),v),g),w=f(f(f(a(a(h,y),x),p),v),g),D=c(b,w);return[a(e,s(D,f(n,e))),a(r,s(D,f(i,r))),a(t,s(D,f(o,t)))]}(e[0],e[1],e[2],r[0],r[1],r[2],t[0],t[1],t[2],t[3])}function y(e,r,o,d){if(e=g(e),r=g(r),o=g(o),d=g(d),2===e.length){if(!x(e))throw new TypeError("Array with 2 numbers or BigNumbers expected for first argument");if(!x(r))throw new TypeError("Array with 2 numbers or BigNumbers expected for second argument");if(!x(o))throw new TypeError("Array with 2 numbers or BigNumbers expected for third argument");if(!x(d))throw new TypeError("Array with 2 numbers or BigNumbers expected for fourth argument");return function(e,r,o,m){var d=e,h=o,v=f(d,r),y=f(h,m),g=f(s(v[0],y[1]),s(y[0],v[1]));if(p(g))return null;if(l(n(g),t.relTol))return null;var x=s(y[0],d[1]),b=s(y[1],d[0]),w=s(y[0],h[1]),D=s(y[1],h[0]),N=c(a(f(f(x,b),w),D),g);return i(u(v,N),d)}(e,r,o,d)}if(3===e.length){if(!b(e))throw new TypeError("Array with 3 numbers or BigNumbers expected for first argument");if(!b(r))throw new TypeError("Array with 3 numbers or BigNumbers expected for second argument");if(!b(o))throw new TypeError("Array with 3 numbers or BigNumbers expected for third argument");if(!b(d))throw new TypeError("Array with 3 numbers or BigNumbers expected for fourth argument");return function(e,r,t,n,i,o,u,l,d,h,v,y){var g=w(e,u,h,u,r,l,v,l,t,d,y,d),x=w(h,u,n,e,v,l,i,r,y,d,o,t),b=w(e,u,n,e,r,l,i,r,t,d,o,t),D=w(h,u,h,u,v,l,v,l,y,d,y,d),N=w(n,e,n,e,i,r,i,r,o,t,o,t),A=f(s(g,x),s(b,D)),M=f(s(N,D),s(x,x));if(p(M))return null;var C=c(A,M),E=c(a(g,s(C,x)),D),S=a(e,s(C,f(n,e))),F=a(r,s(C,f(i,r))),B=a(t,s(C,f(o,t))),q=a(u,s(E,f(h,u))),T=a(l,s(E,f(v,l))),O=a(d,s(E,f(y,d)));return m(S,q)&&m(F,T)&&m(B,O)?[S,F,B]:null}(e[0],e[1],e[2],r[0],r[1],r[2],o[0],o[1],o[2],d[0],d[1],d[2])}throw new TypeError("Arrays with two or thee dimensional points expected")}function g(e){return 1===e.length?e[0]:e.length>1&&Array.isArray(e[0])&&e.every((e=>Array.isArray(e)&&1===e.length))?d(e):e}function x(e){return 2===e.length&&h(e[0])&&h(e[1])}function b(e){return 3===e.length&&h(e[0])&&h(e[1])&&h(e[2])}function w(e,r,t,n,i,o,u,c,l,m,d,p){var h=s(f(e,r),f(t,n)),v=s(f(i,o),f(u,c)),y=s(f(l,m),f(d,p));return a(a(h,v),y)}})),ip=Cr("sum",["typed","config","add","numeric"],(e=>{var{typed:r,config:t,add:n,numeric:i}=e;return r("sum",{"Array | Matrix":a,"Array | Matrix, number | BigNumber":function(e,r){try{return yn(e,r,n)}catch(e){throw $s(e,"sum")}},"...":function(e){if(pn(e))throw new TypeError("Scalar values expected in function sum");return a(e)}});function a(e){var r;return hn(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw $s(r,"sum",e)}})),void 0===r&&(r=i(0,t.number)),"string"==typeof r&&(r=i(r,Fr(r,t))),r}})),ap="cumsum",op=Cr(ap,["typed","add","unaryPlus"],(e=>{var{typed:r,add:t,unaryPlus:n}=e;return r(ap,{Array:i,Matrix:function(e){return e.create(i(e.valueOf(),e.datatype()))},"Array, number | BigNumber":o,"Matrix, number | BigNumber":function(e,r){return e.create(o(e.valueOf(),r),e.datatype())},"...":function(e){if(pn(e))throw new TypeError("All values expected to be scalar in function cumsum");return i(e)}});function i(e){try{return a(e)}catch(e){throw $s(e,ap)}}function a(e){if(0===e.length)return[];for(var r=[n(e[0])],i=1;i<e.length;++i)r.push(t(r[i-1],e[i]));return r}function o(e,r){var t=Ft(e);if(r<0||r>=t.length)throw new St(r,t.length);try{return u(e,r)}catch(e){throw $s(e,ap)}}function u(e,r){var t,n,i;if(r<=0){if(Array.isArray(e[0][0])){for(i=dn(e),n=[],t=0;t<i.length;t++)n[t]=u(i[t],r-1);return n}return a(e)}for(n=[],t=0;t<e.length;t++)n[t]=u(e[t],r-1);return n}})),up="mean",sp=Cr(up,["typed","add","divide"],(e=>{var{typed:r,add:t,divide:n}=e;return r(up,{"Array | Matrix":i,"Array | Matrix, number | BigNumber":function(e,r){try{var i=yn(e,r,t),a=Array.isArray(e)?Ft(e):e.size();return n(i,a[r])}catch(e){throw $s(e,"mean")}},"...":function(e){if(pn(e))throw new TypeError("Scalar values expected in function mean");return i(e)}});function i(e){var r,i=0;if(hn(e,(function(e){try{r=void 0===r?e:t(r,e),i++}catch(r){throw $s(r,"mean",e)}})),0===i)throw new Error("Cannot calculate the mean of an empty array");return n(r,i)}})),cp="median",fp=Cr(cp,["typed","add","divide","compare","partitionSelect"],(e=>{var{typed:r,add:t,divide:n,compare:i,partitionSelect:a}=e;function o(e){try{var r=(e=Jt(e.valueOf())).length;if(0===r)throw new Error("Cannot calculate median of an empty array");if(r%2==0){for(var t=r/2-1,n=a(e,t+1),o=e[t],c=0;c<t;++c)i(e[c],o)>0&&(o=e[c]);return s(o,n)}var f=a(e,(r-1)/2);return u(f)}catch(e){throw $s(e,"median")}}var u=r({"number | BigNumber | Complex | Unit":function(e){return e}}),s=r({"number | BigNumber | Complex | Unit, number | BigNumber | Complex | Unit":function(e,r){return n(t(e,r),2)}});return r(cp,{"Array | Matrix":o,"Array | Matrix, number | BigNumber":function(){throw new Error("median(A, dim) is not yet supported")},"...":function(e){if(pn(e))throw new TypeError("Scalar values expected in function median");return o(e)}})})),lp=Cr("mad",["typed","abs","map","median","subtract"],(e=>{var{typed:r,abs:t,map:n,median:i,subtract:a}=e;return r("mad",{"Array | Matrix":o,"...":function(e){return o(e)}});function o(e){if(0===(e=Jt(e.valueOf())).length)throw new Error("Cannot calculate median absolute deviation (mad) of an empty array");try{var r=i(e);return i(n(e,(function(e){return t(a(e,r))})))}catch(e){throw e instanceof TypeError&&e.message.includes("median")?new TypeError(e.message.replace("median","mad")):$s(e,"mad")}}})),mp="unbiased",dp="variance",pp=Cr(dp,["typed","add","subtract","multiply","divide","mapSlices","isNaN"],(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u}=e;return r(dp,{"Array | Matrix":function(e){return s(e,mp)},"Array | Matrix, string":s,"Array | Matrix, number | BigNumber":function(e,r){return c(e,r,mp)},"Array | Matrix, number | BigNumber, string":c,"...":function(e){return s(e,mp)}});function s(e,r){var o,s=0;if(0===e.length)throw new SyntaxError("Function variance requires one or more parameters (0 provided)");if(hn(e,(function(e){try{o=void 0===o?e:t(o,e),s++}catch(r){throw $s(r,"variance",e)}})),0===s)throw new Error("Cannot calculate variance of an empty array");var c=a(o,s);if(o=void 0,hn(e,(function(e){var r=n(e,c);o=void 0===o?i(r,r):t(o,i(r,r))})),u(o))return o;switch(r){case"uncorrected":return a(o,s);case"biased":return a(o,s+1);case"unbiased":var f=qe(o)?o.mul(0):0;return 1===s?f:a(o,s-1);default:throw new Error('Unknown normalization "'+r+'". Choose "unbiased" (default), "uncorrected", or "biased".')}}function c(e,r,t){try{if(0===e.length)throw new SyntaxError("Function variance requires one or more parameters (0 provided)");return o(e,r,(e=>s(e,t)))}catch(e){throw $s(e,"variance")}}})),hp="quantileSeq",vp=Cr(hp,["typed","?bignumber","add","subtract","divide","multiply","partitionSelect","compare","isInteger","smaller","smallerEq","larger","mapSlices"],(e=>{var{typed:r,bignumber:t,add:n,subtract:i,divide:a,multiply:o,partitionSelect:u,compare:s,isInteger:c,smaller:f,smallerEq:l,larger:m,mapSlices:d}=e;return r(hp,{"Array | Matrix, number | BigNumber":(e,r)=>h(e,r,!1),"Array | Matrix, number | BigNumber, number":(e,r,t)=>p(e,r,!1,t,h),"Array | Matrix, number | BigNumber, boolean":h,"Array | Matrix, number | BigNumber, boolean, number":(e,r,t,n)=>p(e,r,t,n,h),"Array | Matrix, Array | Matrix":(e,r)=>v(e,r,!1),"Array | Matrix, Array | Matrix, number":(e,r,t)=>p(e,r,!1,t,v),"Array | Matrix, Array | Matrix, boolean":v,"Array | Matrix, Array | Matrix, boolean, number":(e,r,t,n)=>p(e,r,t,n,v)});function p(e,r,t,n,i){return d(e,n,(e=>i(e,r,t)))}function h(e,r,i){var o,u=e.valueOf();if(f(r,0))throw new Error("N/prob must be non-negative");if(l(r,1))return Be(r)?y(u,r,i):t(y(u,r,i));if(m(r,1)){if(!c(r))throw new Error("N must be a positive integer");if(m(r,4294967295))throw new Error("N must be less than or equal to 2^32-1, as that is the maximum length of an Array");var s=n(r,1);o=[];for(var d=0;f(d,r);d++){var p=a(d+1,s);o.push(y(u,p,i))}return Be(r)?o:t(o)}}function v(e,r,t){for(var n=e.valueOf(),i=r.valueOf(),a=[],o=0;o<i.length;++o)a.push(y(n,i[o],t));return a}function y(e,r,t){var a=Jt(e),f=a.length;if(0===f)throw new Error("Cannot calculate quantile of an empty sequence");var l,m,d=Be(r)?r*(f-1):r.times(f-1),p=Be(r)?Math.floor(d):d.floor().toNumber(),h=Be(r)?d%1:d.minus(p);if(c(d))return t?a[d]:u(a,Be(r)?d:d.valueOf());if(t)l=a[p],m=a[p+1];else{m=u(a,p+1),l=a[p];for(var v=0;v<p;++v)s(a[v],l)>0&&(l=a[v])}return n(o(l,i(1,h)),o(m,h))}})),yp=Cr("std",["typed","map","sqrt","variance"],(e=>{var{typed:r,map:t,sqrt:n,variance:i}=e;return r("std",{"Array | Matrix":a,"Array | Matrix, string":a,"Array | Matrix, number | BigNumber":a,"Array | Matrix, number | BigNumber, string":a,"...":function(e){return a(e)}});function a(e,r){if(0===e.length)throw new SyntaxError("Function std requires one or more parameters (0 provided)");try{var a=i.apply(null,arguments);return Ue(a)?t(a,n):n(a)}catch(e){throw e instanceof TypeError&&e.message.includes(" variance")?new TypeError(e.message.replace(" variance"," std")):e}}})),gp="corr",xp=Cr(gp,["typed","matrix","mean","sqrt","sum","add","subtract","multiply","pow","divide"],(e=>{var{typed:r,matrix:t,sqrt:n,sum:i,add:a,subtract:o,multiply:u,pow:s,divide:c}=e;return r(gp,{"Array, Array":function(e,r){return f(e,r)},"Matrix, Matrix":function(e,r){var n=f(e.toArray(),r.toArray());return Array.isArray(n)?t(n):n}});function f(e,r){var t=[];if(Array.isArray(e[0])&&Array.isArray(r[0])){if(e.length!==r.length)throw new SyntaxError("Dimension mismatch. Array A and B must have the same length.");for(var n=0;n<e.length;n++){if(e[n].length!==r[n].length)throw new SyntaxError("Dimension mismatch. Array A and B must have the same number of elements.");t.push(l(e[n],r[n]))}return t}if(e.length!==r.length)throw new SyntaxError("Dimension mismatch. Array A and B must have the same number of elements.");return l(e,r)}function l(e,r){var t=e.length,f=i(e),l=i(r),m=e.reduce(((e,t,n)=>a(e,u(t,r[n]))),0),d=i(e.map((e=>s(e,2)))),p=i(r.map((e=>s(e,2)))),h=o(u(t,m),u(f,l)),v=n(u(o(u(t,d),s(f,2)),o(u(t,p),s(l,2))));return c(h,v)}})),bp="combinations",wp=Cr(bp,["typed"],(e=>{var{typed:r}=e;return r(bp,{"number, number":Kn,"BigNumber, BigNumber":function(e,r){var t,n,i=e.constructor,a=e.minus(r),o=new i(1);if(!Dp(e)||!Dp(r))throw new TypeError("Positive integer value expected in function combinations");if(r.gt(e))throw new TypeError("k must be less than n in function combinations");if(t=o,r.lt(a))for(n=o;n.lte(a);n=n.plus(o))t=t.times(r.plus(n)).dividedBy(n);else for(n=o;n.lte(r);n=n.plus(o))t=t.times(a.plus(n)).dividedBy(n);return t}})}));function Dp(e){return e.isInteger()&&e.gte(0)}var Np="combinationsWithRep",Ap=Cr(Np,["typed"],(e=>{var{typed:r}=e;return r(Np,{"number, number":function(e,r){if(!Sr(e)||e<0)throw new TypeError("Positive integer value expected in function combinationsWithRep");if(!Sr(r)||r<0)throw new TypeError("Positive integer value expected in function combinationsWithRep");if(e<1)throw new TypeError("k must be less than or equal to n + k - 1");return r<e-1?Yn(e,e+r-1)/Yn(1,r):Yn(r+1,e+r-1)/Yn(1,e-1)},"BigNumber, BigNumber":function(e,r){var t,n,i=new(0,e.constructor)(1),a=e.minus(i);if(!Mp(e)||!Mp(r))throw new TypeError("Positive integer value expected in function combinationsWithRep");if(e.lt(i))throw new TypeError("k must be less than or equal to n + k - 1 in function combinationsWithRep");if(t=i,r.lt(a))for(n=i;n.lte(a);n=n.plus(i))t=t.times(r.plus(n)).dividedBy(n);else for(n=i;n.lte(r);n=n.plus(i))t=t.times(a.plus(n)).dividedBy(n);return t}})}));function Mp(e){return e.isInteger()&&e.gte(0)}var Cp="gamma",Ep=Cr(Cp,["typed","config","multiplyScalar","pow","BigNumber","Complex"],(e=>{var{typed:r,config:t,BigNumber:n,Complex:i}=e;return r(Cp,{number:si,Complex:function e(r){if(0===r.im)return si(r.re);if(r.re<.5){var t=new i(1-r.re,-r.im),n=new i(Math.PI*r.re,Math.PI*r.im);return new i(Math.PI).div(n.sin()).div(e(t))}r=new i(r.re-1,r.im);for(var a=new i(fi[0],0),o=1;o<fi.length;++o){var u=new i(fi[o],0);a=a.add(u.div(r.add(o)))}var s=new i(r.re+ci+.5,r.im),c=Math.sqrt(2*Math.PI),f=s.pow(r.add(.5)),l=s.neg().exp();return a.mul(c).mul(f).mul(l)},BigNumber:function(e){if(e.isInteger())return e.isNegative()||e.isZero()?new n(1/0):a(e.minus(1));if(!e.isFinite())return new n(e.isNegative()?NaN:1/0);throw new Error("Integer BigNumber expected")}});function a(e){if(e<8)return new n([1,1,2,6,24,120,720,5040][e]);var r=t.precision+(0|Math.log(e.toNumber())),i=n.clone({precision:r});if(e%2==1)return e.times(a(new n(e-1)));for(var o=e,u=new i(e),s=e.toNumber();o>2;)u=u.times(s+=o-=2);return new n(u.toPrecision(n.precision))}})),Sp="lgamma",Fp=Cr(Sp,["Complex","typed"],(e=>{var{Complex:r,typed:t}=e,n=[-.029550653594771242,.00641025641025641,-.0019175269175269176,.0008417508417508417,-.0005952380952380953,.0007936507936507937,-.002777777777777778,.08333333333333333];return t(Sp,{number:di,Complex:function e(t){if(t.isNaN())return new r(NaN,NaN);if(0===t.im)return new r(di(t.re),0);if(t.re>=7||Math.abs(t.im)>=7)return i(t);if(t.re<=.1){var n=(((s=6.283185307179586)>0||!1)^((c=t.im)>0||!(c<0)&&1/c==1/0)?-s:s)*Math.floor(.5*t.re+.25),o=t.mul(Math.PI).sin().log(),u=e(new r(1-t.re,-t.im));return new r(1.1447298858494002,n).sub(o).sub(u)}return t.im>=0?a(t):a(t.conjugate()).conjugate();var s,c},BigNumber:function(){throw new Error("mathjs doesn't yet provide an implementation of the algorithm lgamma for BigNumber")}});function i(e){for(var t=e.sub(.5).mul(e.log()).sub(e).add(li),i=new r(1,0).div(e),a=i.div(e),o=n[0],u=n[1],s=2*a.re,c=a.re*a.re+a.im*a.im,f=2;f<8;f++){var l=u;u=-c*o+n[f],o=s*o+l}var m=i.mul(a.mul(o).add(u));return t.add(m)}function a(e){var t=0,n=0,a=e;for(e=e.add(1);e.re<=7;){var o=(a=a.mul(e)).im<0?1:0;0!==o&&0===n&&t++,n=o,e=e.add(1)}return i(e).sub(a.log()).sub(new r(0,2*t*Math.PI*1))}})),Bp="factorial",qp=Cr(Bp,["typed","gamma"],(e=>{var{typed:r,gamma:t}=e;return r(Bp,{number:function(e){if(e<0)throw new Error("Value must be non-negative");return t(e+1)},BigNumber:function(e){if(e.isNegative())throw new Error("Value must be non-negative");return t(e.plus(1))},"Array | Matrix":r.referToSelf((e=>r=>vn(r,e)))})})),Tp="kldivergence",Op=Cr(Tp,["typed","matrix","divide","sum","multiply","map","dotDivide","log","isNumeric"],(e=>{var{typed:r,matrix:t,divide:n,sum:i,multiply:a,map:o,dotDivide:u,log:s,isNumeric:c}=e;return r(Tp,{"Array, Array":function(e,r){return f(t(e),t(r))},"Matrix, Array":function(e,r){return f(e,t(r))},"Array, Matrix":function(e,r){return f(t(e),r)},"Matrix, Matrix":function(e,r){return f(e,r)}});function f(e,r){var t=r.size().length,f=e.size().length;if(t>1)throw new Error("first object must be one dimensional");if(f>1)throw new Error("second object must be one dimensional");if(t!==f)throw new Error("Length of two vectors must be equal");if(0===i(e))throw new Error("Sum of elements in first object must be non zero");if(0===i(r))throw new Error("Sum of elements in second object must be non zero");var l=n(e,i(e)),m=n(r,i(r)),d=i(a(l,o(u(l,m),(e=>s(e)))));return c(d)?d:Number.NaN}})),kp="multinomial",zp=Cr(kp,["typed","add","divide","multiply","factorial","isInteger","isPositive"],(e=>{var{typed:r,add:t,divide:n,multiply:i,factorial:a,isInteger:o,isPositive:u}=e;return r(kp,{"Array | Matrix":function(e){var r=0,s=1;return hn(e,(function(e){if(!o(e)||!u(e))throw new TypeError("Positive integer value expected in function multinomial");r=t(r,e),s=i(s,a(e))})),n(a(r),s)}})})),Ip="permutations",Rp=Cr(Ip,["typed","factorial"],(e=>{var{typed:r,factorial:t}=e;return r(Ip,{"number | BigNumber":t,"number, number":function(e,r){if(!Sr(e)||e<0)throw new TypeError("Positive integer value expected in function permutations");if(!Sr(r)||r<0)throw new TypeError("Positive integer value expected in function permutations");if(r>e)throw new TypeError("second argument k must be less than or equal to first argument n");return Yn(e-r+1,e)},"BigNumber, BigNumber":function(e,r){var t,n;if(!jp(e)||!jp(r))throw new TypeError("Positive integer value expected in function permutations");if(r.gt(e))throw new TypeError("second argument k must be less than or equal to first argument n");for(t=e.mul(0).add(1),n=e.minus(r).plus(1);n.lte(e);n=n.plus(1))t=t.times(n);return t}})}));function jp(e){return e.isInteger()&&e.gte(0)}var Up={exports:{}};!function(){function e(e){var r,t=this,n=(r=4022871197,function(e){e=String(e);for(var t=0;t<e.length;t++){var n=.02519603282416938*(r+=e.charCodeAt(t));n-=r=n>>>0,r=(n*=r)>>>0,r+=4294967296*(n-=r)}return 2.3283064365386963e-10*(r>>>0)});t.next=function(){var e=2091639*t.s0+2.3283064365386963e-10*t.c;return t.s0=t.s1,t.s1=t.s2,t.s2=e-(t.c=0|e)},t.c=1,t.s0=n(" "),t.s1=n(" "),t.s2=n(" "),t.s0-=n(e),t.s0<0&&(t.s0+=1),t.s1-=n(e),t.s1<0&&(t.s1+=1),t.s2-=n(e),t.s2<0&&(t.s2+=1),n=null}function r(e,r){return r.c=e.c,r.s0=e.s0,r.s1=e.s1,r.s2=e.s2,r}function t(t,n){var i=new e(t),a=n&&n.state,o=i.next;return o.int32=function(){return 4294967296*i.next()|0},o.double=function(){return o()+11102230246251565e-32*(2097152*o()|0)},o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}Up&&Up.exports?Up.exports=t:this.alea=t}();var $p={exports:{}};!function(){function e(e){var r=this,t="";r.x=0,r.y=0,r.z=0,r.w=0,r.next=function(){var e=r.x^r.x<<11;return r.x=r.y,r.y=r.z,r.z=r.w,r.w^=r.w>>>19^e^e>>>8},e===(0|e)?r.x=e:t+=e;for(var n=0;n<t.length+64;n++)r.x^=0|t.charCodeAt(n),r.next()}function r(e,r){return r.x=e.x,r.y=e.y,r.z=e.z,r.w=e.w,r}function t(t,n){var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}$p&&$p.exports?$p.exports=t:this.xor128=t}();var Pp={exports:{}};!function(){function e(e){var r=this,t="";r.next=function(){var e=r.x^r.x>>>2;return r.x=r.y,r.y=r.z,r.z=r.w,r.w=r.v,(r.d=r.d+362437|0)+(r.v=r.v^r.v<<4^e^e<<1)|0},r.x=0,r.y=0,r.z=0,r.w=0,r.v=0,e===(0|e)?r.x=e:t+=e;for(var n=0;n<t.length+64;n++)r.x^=0|t.charCodeAt(n),n==t.length&&(r.d=r.x<<10^r.x>>>4),r.next()}function r(e,r){return r.x=e.x,r.y=e.y,r.z=e.z,r.w=e.w,r.v=e.v,r.d=e.d,r}function t(t,n){var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}Pp&&Pp.exports?Pp.exports=t:this.xorwow=t}();var Lp={exports:{}};!function(){function e(e){var r=this;r.next=function(){var e,t,n=r.x,i=r.i;return e=n[i],t=(e^=e>>>7)^e<<24,t^=(e=n[i+1&7])^e>>>10,t^=(e=n[i+3&7])^e>>>3,t^=(e=n[i+4&7])^e<<7,e=n[i+7&7],n[i]=t^=(e^=e<<13)^e<<9,r.i=i+1&7,t},function(e,r){var t,n=[];if(r===(0|r))n[0]=r;else for(r=""+r,t=0;t<r.length;++t)n[7&t]=n[7&t]<<15^r.charCodeAt(t)+n[t+1&7]<<13;for(;n.length<8;)n.push(0);for(t=0;t<8&&0===n[t];++t);for(8==t&&(n[7]=-1),e.x=n,e.i=0,t=256;t>0;--t)e.next()}(r,e)}function r(e,r){return r.x=e.x.slice(),r.i=e.i,r}function t(t,n){null==t&&(t=+new Date);var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&(a.x&&r(a,i),o.state=function(){return r(i,{})}),o}Lp&&Lp.exports?Lp.exports=t:this.xorshift7=t}();var _p={exports:{}};!function(){function e(e){var r=this;r.next=function(){var e,t,n=r.w,i=r.X,a=r.i;return r.w=n=n+1640531527|0,t=i[a+34&127],e=i[a=a+1&127],t^=t<<13,e^=e<<17,t=i[a]=(t^=t>>>15)^(e^=e>>>12),r.i=a,t+(n^n>>>16)|0},function(e,r){var t,n,i,a,o,u=[],s=128;for(r===(0|r)?(n=r,r=null):(r+="\0",n=0,s=Math.max(s,r.length)),i=0,a=-32;a<s;++a)r&&(n^=r.charCodeAt((a+32)%r.length)),0===a&&(o=n),n^=n<<10,n^=n>>>15,n^=n<<4,n^=n>>>13,a>=0&&(i=0==(t=u[127&a]^=n+(o=o+1640531527|0))?i+1:0);for(i>=128&&(u[127&(r&&r.length||0)]=-1),i=127,a=512;a>0;--a)n=u[i+34&127],t=u[i=i+1&127],n^=n<<13,t^=t<<17,u[i]=(n^=n>>>15)^(t^=t>>>12);e.w=o,e.X=u,e.i=i}(r,e)}function r(e,r){return r.i=e.i,r.w=e.w,r.X=e.X.slice(),r}function t(t,n){null==t&&(t=+new Date);var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&(a.X&&r(a,i),o.state=function(){return r(i,{})}),o}_p&&_p.exports?_p.exports=t:this.xor4096=t}();var Jp={exports:{}};!function(){function e(e){var r=this,t="";r.next=function(){var e=r.b,t=r.c,n=r.d,i=r.a;return e=e<<25^e>>>7^t,t=t-n|0,n=n<<24^n>>>8^i,i=i-e|0,r.b=e=e<<20^e>>>12^t,r.c=t=t-n|0,r.d=n<<16^t>>>16^i,r.a=i-e|0},r.a=0,r.b=0,r.c=-1640531527,r.d=1367130551,e===Math.floor(e)?(r.a=e/4294967296|0,r.b=0|e):t+=e;for(var n=0;n<t.length+20;n++)r.b^=0|t.charCodeAt(n),r.next()}function r(e,r){return r.a=e.a,r.b=e.b,r.c=e.c,r.d=e.d,r}function t(t,n){var i=new e(t),a=n&&n.state,o=function(){return(i.next()>>>0)/4294967296};return o.double=function(){do{var e=((i.next()>>>11)+(i.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=i.next,o.quick=o,a&&("object"==typeof a&&r(a,i),o.state=function(){return r(i,{})}),o}Jp&&Jp.exports?Jp.exports=t:this.tychei=t}();var Wp={exports:{}};!function(e){!function(r,t,n){var i,a=256,o="random",u=n.pow(a,6),s=n.pow(2,52),c=2*s,f=a-1;function l(e,f,l){var y=[],g=h(p((f=1==f?{entropy:!0}:f||{}).entropy?[e,v(t)]:null==e?function(){try{var e;return i&&(e=i.randomBytes)?e=e(a):(e=new Uint8Array(a),(r.crypto||r.msCrypto).getRandomValues(e)),v(e)}catch(e){var n=r.navigator,o=n&&n.plugins;return[+new Date,r,o,r.screen,v(t)]}}():e,3),y),x=new m(y),b=function(){for(var e=x.g(6),r=u,t=0;e<s;)e=(e+t)*a,r*=a,t=x.g(1);for(;e>=c;)e/=2,r/=2,t>>>=1;return(e+t)/r};return b.int32=function(){return 0|x.g(4)},b.quick=function(){return x.g(4)/4294967296},b.double=b,h(v(x.S),t),(f.pass||l||function(e,r,t,i){return i&&(i.S&&d(i,x),e.state=function(){return d(x,{})}),t?(n[o]=e,r):e})(b,g,"global"in f?f.global:this==n,f.state)}function m(e){var r,t=e.length,n=this,i=0,o=n.i=n.j=0,u=n.S=[];for(t||(e=[t++]);i<a;)u[i]=i++;for(i=0;i<a;i++)u[i]=u[o=f&o+e[i%t]+(r=u[i])],u[o]=r;(n.g=function(e){for(var r,t=0,i=n.i,o=n.j,u=n.S;e--;)r=u[i=f&i+1],t=t*a+u[f&(u[i]=u[o=f&o+r])+(u[o]=r)];return n.i=i,n.j=o,t})(a)}function d(e,r){return r.i=e.i,r.j=e.j,r.S=e.S.slice(),r}function p(e,r){var t,n=[],i=typeof e;if(r&&"object"==i)for(t in e)try{n.push(p(e[t],r-1))}catch(e){}return n.length?n:"string"==i?e:e+"\0"}function h(e,r){for(var t,n=e+"",i=0;i<n.length;)r[f&i]=f&(t^=19*r[f&i])+n.charCodeAt(i++);return v(r)}function v(e){return String.fromCharCode.apply(0,e)}if(h(n.random(),t),e.exports){e.exports=l;try{i=require("crypto")}catch(e){}}else n["seed"+o]=l}("undefined"!=typeof self?self:me,[],Math)}(Wp);var Vp=$p.exports,Hp=Pp.exports,Zp=Lp.exports,Gp=_p.exports,Xp=Jp.exports,Qp=Wp.exports;Qp.alea=Up.exports,Qp.xor128=Vp,Qp.xorwow=Hp,Qp.xorshift7=Zp,Qp.xor4096=Gp,Qp.tychei=Xp;const Yp=Qp;var Kp=Yp(Date.now());function eh(e){var r,t;return r=null===(t=e)?Kp:Yp(String(t)),function(){return r()}}var rh="pickRandom",th=Cr(rh,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=eh(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=eh(e.randomSeed))})),r(rh,{"Array | Matrix":function(e){return a(e,{})},"Array | Matrix, Object":function(e,r){return a(e,r)},"Array | Matrix, number":function(e,r){return a(e,{number:r})},"Array | Matrix, Array | Matrix":function(e,r){return a(e,{weights:r})},"Array | Matrix, Array | Matrix, number":function(e,r,t){return a(e,{number:t,weights:r})},"Array | Matrix, number, Array | Matrix":function(e,r,t){return a(e,{number:r,weights:t})}});function a(e,r){var{number:t,weights:n,elementWise:a=!0}=r,o=void 0===t;o&&(t=1);var u=je(e)?e.create:je(n)?n.create:null;e=e.valueOf(),n&&(n=n.valueOf()),!0===a&&(e=Jt(e),n=Jt(n));var s=0;if(void 0!==n){if(n.length!==e.length)throw new Error("Weights must have the same length as possibles");for(var c=0,f=n.length;c<f;c++){if(!Be(n[c])||n[c]<0)throw new Error("Weights must be an array of positive numbers");s+=n[c]}}for(var l,m=e.length,d=[];d.length<t;){if(void 0===n)l=e[Math.floor(i()*m)];else for(var p=i()*s,h=0,v=e.length;h<v;h++)if((p-=n[h])<0){l=e[h];break}d.push(l)}return o?d[0]:u?u(d):d}}));function nh(e,r){var t=[];if((e=e.slice(0)).length>1)for(var n=0,i=e.shift();n<i;n++)t.push(nh(e,r));else for(var a=0,o=e.shift();a<o;a++)t.push(r());return t}var ih="random",ah=Cr(ih,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=eh(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=eh(e.randomSeed))})),r(ih,{"":()=>o(0,1),number:e=>o(0,e),"number, number":(e,r)=>o(e,r),"Array | Matrix":e=>a(e,0,1),"Array | Matrix, number":(e,r)=>a(e,0,r),"Array | Matrix, number, number":(e,r,t)=>a(e,r,t)});function a(e,r,t){var n=nh(e.valueOf(),(()=>o(r,t)));return je(e)?e.create(n,"number"):n}function o(e,r){return e+i()*(r-e)}})),oh="randomInt",uh=2n**30n,sh=Cr(oh,["typed","config","log2","?on"],(e=>{var{typed:r,config:t,log2:n,on:i}=e,a=eh(t.randomSeed);return i&&i("config",(function(e,r){e.randomSeed!==r.randomSeed&&(a=eh(e.randomSeed))})),r(oh,{"":()=>u(0,2),number:e=>u(0,e),"number, number":(e,r)=>u(e,r),bigint:e=>s(0n,e),"bigint, bigint":s,"Array | Matrix":e=>o(e,0,1),"Array | Matrix, number":(e,r)=>o(e,0,r),"Array | Matrix, number, number":(e,r,t)=>o(e,r,t)});function o(e,r,t){var n=nh(e.valueOf(),(()=>u(r,t)));return je(e)?e.create(n,"number"):n}function u(e,r){return Math.floor(e+a()*(r-e))}function s(e,r){var t=r-e;if(t<=uh)return e+BigInt(u(0,Number(t)));for(var i=n(t),o=t;o>=t;){o=0n;for(var s=0;s<i;++s)o=2n*o+(a()<.5?0n:1n)}return e+o}})),ch="stirlingS2",fh=Cr(ch,["typed","addScalar","subtractScalar","multiplyScalar","divideScalar","pow","factorial","combinations","isNegative","isInteger","number","?bignumber","larger"],(e=>{var{typed:r,addScalar:t,multiplyScalar:n,isNegative:i,isInteger:a,number:o,bignumber:u,larger:s}=e,c=[],f=[];return r(ch,{"number | BigNumber, number | BigNumber":function(e,r){if(!a(e)||i(e)||!a(r)||i(r))throw new TypeError("Non-negative integer value expected in function stirlingS2");if(s(r,e))throw new TypeError("k must be less than or equal to n in function stirlingS2");var l=!(Be(e)&&Be(r)),m=l?f:c,d=l?u:o,p=o(e),h=o(r);if(m[p]&&m[p].length>h)return m[p][h];for(var v=0;v<=p;++v)if(m[v]||(m[v]=[d(0===v?1:0)]),0!==v)for(var y=m[v],g=m[v-1],x=y.length;x<=v&&x<=h;++x)y[x]=x===v?1:t(n(d(x),g[x]),g[x-1]);return m[p][h]}})})),lh="bellNumbers",mh=Cr(lh,["typed","addScalar","isNegative","isInteger","stirlingS2"],(e=>{var{typed:r,addScalar:t,isNegative:n,isInteger:i,stirlingS2:a}=e;return r(lh,{"number | BigNumber":function(e){if(!i(e)||n(e))throw new TypeError("Non-negative integer value expected in function bellNumbers");for(var r=0,o=0;o<=e;o++)r=t(r,a(e,o));return r}})})),dh="catalan",ph=Cr(dh,["typed","addScalar","divideScalar","multiplyScalar","combinations","isNegative","isInteger"],(e=>{var{typed:r,addScalar:t,divideScalar:n,multiplyScalar:i,combinations:a,isNegative:o,isInteger:u}=e;return r(dh,{"number | BigNumber":function(e){if(!u(e)||o(e))throw new TypeError("Non-negative integer value expected in function catalan");return n(a(i(e,2),e),t(e,1))}})})),hh="composition",vh=Cr(hh,["typed","addScalar","combinations","isNegative","isPositive","isInteger","larger"],(e=>{var{typed:r,addScalar:t,combinations:n,isPositive:i,isInteger:a,larger:o}=e;return r(hh,{"number | BigNumber, number | BigNumber":function(e,r){if(!(a(e)&&i(e)&&a(r)&&i(r)))throw new TypeError("Positive integer value expected in function composition");if(o(r,e))throw new TypeError("k must be less than or equal to n in function composition");return n(t(e,-1),t(r,-1))}})})),yh="leafCount",gh=Cr(yh,["parse","typed"],(e=>{var{typed:r}=e;function t(e){var r=0;return e.forEach((e=>{r+=t(e)})),r||1}return r(yh,{Node:function(e){return t(e)}})}));function xh(e){return ar(e)||mr(e)&&e.isUnary()&&ar(e.args[0])}function bh(e){return!!ar(e)||!(!sr(e)&&!mr(e)||!e.args.every(bh))||!(!dr(e)||!bh(e.content))}function wh(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function Dh(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?wh(Object(t),!0).forEach((function(r){Es(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):wh(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var Nh=Cr("simplifyUtil",["FunctionNode","OperatorNode","SymbolNode"],(e=>{var{FunctionNode:r,OperatorNode:t,SymbolNode:n}=e,i=!0,a=!1,o="defaultF",u={add:{trivial:i,total:i,commutative:i,associative:i},unaryPlus:{trivial:i,total:i,commutative:i,associative:i},subtract:{trivial:a,total:i,commutative:a,associative:a},multiply:{trivial:i,total:i,commutative:i,associative:i},divide:{trivial:a,total:i,commutative:a,associative:a},paren:{trivial:i,total:i,commutative:i,associative:a},defaultF:{trivial:a,total:i,commutative:a,associative:a}};function s(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u,n=o;if("string"==typeof e?n=e:mr(e)?n=e.fn.toString():sr(e)?n=e.name:dr(e)&&(n="paren"),Dr(t,n)){var i=t[n];if(Dr(i,r))return i[r];if(Dr(u,n))return u[n][r]}if(Dr(t,o)){var a=t[o];return Dr(a,r)?a[r]:u[o][r]}if(Dr(u,n)){var s=u[n];if(Dr(s,r))return s[r]}return u[o][r]}function c(e){return s(e,"associative",arguments.length>1&&void 0!==arguments[1]?arguments[1]:u)}function f(e,r){var t,n=[],i=function(e){for(var r=0;r<e.args.length;r++){var a=e.args[r];mr(a)&&t===a.op?i(a):n.push(a)}};return c(e,r)?(t=e.op,i(e),n):e.args}function l(e){return mr(e)?function(r){try{return new t(e.op,e.fn,r,e.implicit)}catch(e){return console.error(e),[]}}:function(t){return new r(new n(e.name),t)}}return{createMakeNodeFunction:l,hasProperty:s,isCommutative:function(e){return s(e,"commutative",arguments.length>1&&void 0!==arguments[1]?arguments[1]:u)},isAssociative:c,mergeContext:function(e,r){var t=Dh({},e);for(var n in r)t[n]=Dr(e,n)?Dh(Dh({},r[n]),e[n]):r[n];return t},flatten:function e(r,t){if(!r.args||0===r.args.length)return r;r.args=f(r,t);for(var n=0;n<r.args.length;n++)e(r.args[n],t)},allChildren:f,unflattenr:function e(r,t){if(r.args&&0!==r.args.length){for(var n=l(r),i=r.args.length,a=0;a<i;a++)e(r.args[a],t);if(i>2&&c(r,t)){for(var o=r.args.pop();r.args.length>0;)o=n([r.args.pop(),o]);r.args=o.args}}},unflattenl:function e(r,t){if(r.args&&0!==r.args.length){for(var n=l(r),i=r.args.length,a=0;a<i;a++)e(r.args[a],t);if(i>2&&c(r,t)){for(var o=r.args.shift();r.args.length>0;)o=n([o,r.args.shift()]);r.args=o.args}}},defaultContext:u,realContext:{divide:{total:a},log:{total:a}},positiveContext:{subtract:{total:a},abs:{trivial:i},log:{total:i}}}})),Ah=Cr("simplify",["typed","parse","equal","resolve","simplifyConstant","simplifyCore","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","ParenthesisNode","SymbolNode","replacer"],(e=>{var{typed:r,parse:t,equal:n,resolve:i,simplifyConstant:a,simplifyCore:o,AccessorNode:u,ArrayNode:s,ConstantNode:c,FunctionNode:f,IndexNode:l,ObjectNode:m,OperatorNode:d,ParenthesisNode:p,SymbolNode:h,replacer:v}=e,{hasProperty:y,isCommutative:g,isAssociative:x,mergeContext:b,flatten:w,unflattenr:D,unflattenl:N,createMakeNodeFunction:A,defaultContext:M,realContext:C,positiveContext:E}=Nh({FunctionNode:f,OperatorNode:d,SymbolNode:h});r.addConversion({from:"Object",to:"Map",convert:Fe});var S=r("simplify",{Node:k,"Node, Map":(e,r)=>k(e,!1,r),"Node, Map, Object":(e,r,t)=>k(e,!1,r,t),"Node, Array":k,"Node, Array, Map":k,"Node, Array, Map, Object":k});function F(e){return e.transform((function(e){return dr(e)?F(e.content):e}))}r.removeConversion({from:"Object",to:"Map",convert:Fe}),S.defaultContext=M,S.realContext=C,S.positiveContext=E;var B={true:!0,false:!0,e:!0,i:!0,Infinity:!0,LN2:!0,LN10:!0,LOG2E:!0,LOG10E:!0,NaN:!0,phi:!0,pi:!0,SQRT1_2:!0,SQRT2:!0,tau:!0};function q(e,r){var n={};if(e.s){var i=e.s.split("->");if(2!==i.length)throw SyntaxError("Could not parse rule: "+e.s);n.l=i[0],n.r=i[1]}else n.l=e.l,n.r=e.r;for(var a of(n.l=F(t(n.l)),n.r=F(t(n.r)),["imposeContext","repeat","assuming"]))a in e&&(n[a]=e[a]);if(e.evaluate&&(n.evaluate=t(e.evaluate)),x(n.l,r)){var o,u=!g(n.l,r);u&&(o=O());var s=A(n.l),c=O();n.expanded={},n.expanded.l=s([n.l,c]),w(n.expanded.l,r),D(n.expanded.l,r),n.expanded.r=s([n.r,c]),u&&(n.expandedNC1={},n.expandedNC1.l=s([o,n.l]),n.expandedNC1.r=s([o,n.r]),n.expandedNC2={},n.expandedNC2.l=s([o,n.expanded.l]),n.expandedNC2.r=s([o,n.expanded.r]))}return n}S.rules=[o,{l:"log(e)",r:"1"},{s:"n-n1 -> n+-n1",assuming:{subtract:{total:!0}}},{s:"n-n -> 0",assuming:{subtract:{total:!1}}},{s:"-(cl*v) -> v * (-cl)",assuming:{multiply:{commutative:!0},subtract:{total:!0}}},{s:"-(cl*v) -> (-cl) * v",assuming:{multiply:{commutative:!1},subtract:{total:!0}}},{s:"-(v*cl) -> v * (-cl)",assuming:{multiply:{commutative:!1},subtract:{total:!0}}},{l:"-(n1/n2)",r:"-n1/n2"},{l:"-v",r:"v * (-1)"},{l:"(n1 + n2)*(-1)",r:"n1*(-1) + n2*(-1)",repeat:!0},{l:"n/n1^n2",r:"n*n1^-n2"},{l:"n/n1",r:"n*n1^-1"},{s:"(n1*n2)^n3 -> n1^n3 * n2^n3",assuming:{multiply:{commutative:!0}}},{s:"(n1*n2)^(-1) -> n2^(-1) * n1^(-1)",assuming:{multiply:{commutative:!1}}},{s:"(n ^ n1) ^ n2 -> n ^ (n1 * n2)",assuming:{divide:{total:!0}}},{l:" vd * ( vd * n1 + n2)",r:"vd^2 * n1 + vd * n2"},{s:" vd * (vd^n4 * n1 + n2) -> vd^(1+n4) * n1 + vd * n2",assuming:{divide:{total:!0}}},{s:"vd^n3 * ( vd * n1 + n2) -> vd^(n3+1) * n1 + vd^n3 * n2",assuming:{divide:{total:!0}}},{s:"vd^n3 * (vd^n4 * n1 + n2) -> vd^(n3+n4) * n1 + vd^n3 * n2",assuming:{divide:{total:!0}}},{l:"n*n",r:"n^2"},{s:"n * n^n1 -> n^(n1+1)",assuming:{divide:{total:!0}}},{s:"n^n1 * n^n2 -> n^(n1+n2)",assuming:{divide:{total:!0}}},a,{s:"n+n -> 2*n",assuming:{add:{total:!0}}},{l:"n+-n",r:"0"},{l:"vd*n + vd",r:"vd*(n+1)"},{l:"n3*n1 + n3*n2",r:"n3*(n1+n2)"},{l:"n3^(-n4)*n1 + n3 * n2",r:"n3^(-n4)*(n1 + n3^(n4+1) *n2)"},{l:"n3^(-n4)*n1 + n3^n5 * n2",r:"n3^(-n4)*(n1 + n3^(n4+n5)*n2)"},{s:"n*vd + vd -> (n+1)*vd",assuming:{multiply:{commutative:!1}}},{s:"vd + n*vd -> (1+n)*vd",assuming:{multiply:{commutative:!1}}},{s:"n1*n3 + n2*n3 -> (n1+n2)*n3",assuming:{multiply:{commutative:!1}}},{s:"n^n1 * n -> n^(n1+1)",assuming:{divide:{total:!0},multiply:{commutative:!1}}},{s:"n1*n3^(-n4) + n2 * n3 -> (n1 + n2*n3^(n4 + 1))*n3^(-n4)",assuming:{multiply:{commutative:!1}}},{s:"n1*n3^(-n4) + n2 * n3^n5 -> (n1 + n2*n3^(n4 + n5))*n3^(-n4)",assuming:{multiply:{commutative:!1}}},{l:"n*cd + cd",r:"(n+1)*cd"},{s:"cd*n + cd -> cd*(n+1)",assuming:{multiply:{commutative:!1}}},{s:"cd + cd*n -> cd*(1+n)",assuming:{multiply:{commutative:!1}}},a,{s:"(-n)*n1 -> -(n*n1)",assuming:{subtract:{total:!0}}},{s:"n1*(-n) -> -(n1*n)",assuming:{subtract:{total:!0},multiply:{commutative:!1}}},{s:"ce+ve -> ve+ce",assuming:{add:{commutative:!0}},imposeContext:{add:{commutative:!1}}},{s:"vd*cd -> cd*vd",assuming:{multiply:{commutative:!0}},imposeContext:{multiply:{commutative:!1}}},{l:"n+-n1",r:"n-n1"},{l:"n+-(n1)",r:"n-(n1)"},{s:"n*(n1^-1) -> n/n1",assuming:{multiply:{commutative:!0}}},{s:"n*n1^-n2 -> n/n1^n2",assuming:{multiply:{commutative:!0}}},{s:"n^-1 -> 1/n",assuming:{multiply:{commutative:!0}}},{l:"n^1",r:"n"},{s:"n*(n1/n2) -> (n*n1)/n2",assuming:{multiply:{associative:!0}}},{s:"n-(n1+n2) -> n-n1-n2",assuming:{addition:{associative:!0,commutative:!0}}},{l:"1*n",r:"n",imposeContext:{multiply:{commutative:!0}}},{s:"n1/(n2/n3) -> (n1*n3)/n2",assuming:{multiply:{associative:!0}}},{l:"n1/(-n2)",r:"-n1/n2"}];var T=0;function O(){return new h("_p"+T++)}function k(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Se(),n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=n.consoleDebug;r=function(e,r){for(var t=[],n=0;n<e.length;n++){var i=e[n],a=void 0,o=typeof i;switch(o){case"string":i={s:i};case"object":a=q(i,r);break;case"function":a=i;break;default:throw TypeError("Unsupported type of rule: "+o)}t.push(a)}return t}(r||S.rules,n.context);for(var o=i(e,t),u={},s=(o=F(o)).toString({parenthesis:"all"});!u[s];){u[s]=!0,T=0;var c=s;a&&console.log("Working on: ",s);for(var f=0;f<r.length;f++){var l="";if("function"==typeof r[f]?(o=r[f](o,n),a&&(l=r[f].name)):(w(o,n.context),o=I(o,r[f],n.context),a&&(l="".concat(r[f].l.toString()," -> ").concat(r[f].r.toString()))),a){var m=o.toString({parenthesis:"all"});m!==c&&(console.log("Applying",l,"produced",m),c=m)}N(o,n.context)}s=o.toString({parenthesis:"all"})}return o}function z(e,r,t){var n=e;if(e)for(var i=0;i<e.length;++i){var a=I(e[i],r,t);a!==e[i]&&(n===e&&(n=e.slice()),n[i]=a)}return n}function I(e,r,t){if(r.assuming)for(var n in r.assuming)for(var i in r.assuming[n])if(y(n,i,t)!==r.assuming[n][i])return e;var a=b(r.imposeContext,t),o=e;if(o instanceof d||o instanceof f){var c=z(o.args,r,t);c!==o.args&&((o=o.clone()).args=c)}else if(o instanceof p){if(o.content){var h=I(o.content,r,t);h!==o.content&&(o=new p(h))}}else if(o instanceof s){var v=z(o.items,r,t);v!==o.items&&(o=new s(v))}else if(o instanceof u){var g=o.object;o.object&&(g=I(o.object,r,t));var x=o.index;o.index&&(x=I(o.index,r,t)),g===o.object&&x===o.index||(o=new u(g,x))}else if(o instanceof l){var w=z(o.dimensions,r,t);w!==o.dimensions&&(o=new l(w))}else if(o instanceof m){var D=!1,N={};for(var A in o.properties)N[A]=I(o.properties[A],r,t),N[A]!==o.properties[A]&&(D=!0);D&&(o=new m(N))}var M=r.r,C=U(r.l,o,a)[0];if(!C&&r.expanded&&(M=r.expanded.r,C=U(r.expanded.l,o,a)[0]),!C&&r.expandedNC1&&(M=r.expandedNC1.r,(C=U(r.expandedNC1.l,o,a)[0])||(M=r.expandedNC2.r,C=U(r.expandedNC2.l,o,a)[0])),C){var E=o.implicit;o=M.clone(),E&&"implicit"in M&&(o.implicit=!0),o=o.transform((function(e){return e.isSymbolNode&&Dr(C.placeholders,e.name)?C.placeholders[e.name].clone():e}))}return r.repeat&&o!==e&&(o=I(o,r,t)),o}function R(e,r){var t={placeholders:{}};if(!e.placeholders&&!r.placeholders)return t;if(!e.placeholders)return r;if(!r.placeholders)return e;for(var n in e.placeholders)if(Dr(e.placeholders,n)&&(t.placeholders[n]=e.placeholders[n],Dr(r.placeholders,n)&&!$(e.placeholders[n],r.placeholders[n])))return null;for(var i in r.placeholders)Dr(r.placeholders,i)&&(t.placeholders[i]=r.placeholders[i]);return t}function j(e,r){var t,n=[];if(0===e.length||0===r.length)return n;for(var i=0;i<e.length;i++)for(var a=0;a<r.length;a++)(t=R(e[i],r[a]))&&n.push(t);return n}function U(e,r,t,i){var a=[{placeholders:{}}];if(e instanceof d&&r instanceof d||e instanceof f&&r instanceof f){if(e instanceof d){if(e.op!==r.op||e.fn!==r.fn)return[]}else if(e instanceof f&&e.name!==r.name)return[];if(!(1===r.args.length&&1===e.args.length||!x(r,t)&&r.args.length===e.args.length||i)){if(r.args.length>=2&&2===e.args.length){for(var o=function(e,r){var t,n,i=[],a=A(e);if(g(e,r))for(var o=0;o<e.args.length;o++)(n=e.args.slice(0)).splice(o,1),t=1===n.length?n[0]:a(n),i.push(a([e.args[o],t]));else for(var u=1;u<e.args.length;u++){var s=e.args[0];u>1&&(s=a(e.args.slice(0,u))),t=1===(n=e.args.slice(u)).length?n[0]:a(n),i.push(a([s,t]))}return i}(r,t),u=[],s=0;s<o.length;s++){var l=U(e,o[s],t,!0);u=u.concat(l)}return u}if(e.args.length>2)throw Error("Unexpected non-binary associative function: "+e.toString());return[]}for(var m=[],p=0;p<e.args.length;p++){var y=U(e.args[p],r.args[p],t);if(0===y.length)break;m.push(y)}if(m.length!==e.args.length){if(!g(r,t)||1===e.args.length)return[];if(e.args.length>2)throw new Error("permuting >2 commutative non-associative rule arguments not yet implemented");var b=U(e.args[0],r.args[1],t);if(0===b.length)return[];var w=U(e.args[1],r.args[0],t);if(0===w.length)return[];m=[b,w]}a=function(e){if(0===e.length)return e;for(var r=e.reduce(j),t=[],n={},i=0;i<r.length;i++){var a=JSON.stringify(r[i],v);n[a]||(n[a]=!0,t.push(r[i]))}return t}(m)}else if(e instanceof h){if(0===e.name.length)throw new Error("Symbol in rule has 0 length...!?");if(B[e.name]){if(e.name!==r.name)return[]}else switch(e.name[1]>="a"&&e.name[1]<="z"?e.name.substring(0,2):e.name[0]){case"n":case"_p":a[0].placeholders[e.name]=r;break;case"c":case"cl":if(!ar(r))return[];a[0].placeholders[e.name]=r;break;case"v":if(ar(r))return[];a[0].placeholders[e.name]=r;break;case"vl":if(!vr(r))return[];a[0].placeholders[e.name]=r;break;case"cd":if(!xh(r))return[];a[0].placeholders[e.name]=r;break;case"vd":if(xh(r))return[];a[0].placeholders[e.name]=r;break;case"ce":if(!bh(r))return[];a[0].placeholders[e.name]=r;break;case"ve":if(bh(r))return[];a[0].placeholders[e.name]=r;break;default:throw new Error("Invalid symbol in rule: "+e.name)}}else{if(!(e instanceof c))return[];if(!n(e.value,r.value))return[]}return a}function $(e,r){if(e instanceof c&&r instanceof c){if(!n(e.value,r.value))return!1}else if(e instanceof h&&r instanceof h){if(e.name!==r.name)return!1}else{if(!(e instanceof d&&r instanceof d||e instanceof f&&r instanceof f))return!1;if(e instanceof d){if(e.op!==r.op||e.fn!==r.fn)return!1}else if(e instanceof f&&e.name!==r.name)return!1;if(e.args.length!==r.args.length)return!1;for(var t=0;t<e.args.length;t++)if(!$(e.args[t],r.args[t]))return!1}return!0}return S})),Mh=Cr("simplifyConstant",["typed","config","mathWithTransform","matrix","?fraction","?bignumber","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","SymbolNode"],(e=>{var{typed:r,config:t,mathWithTransform:n,matrix:i,fraction:a,bignumber:o,AccessorNode:u,ArrayNode:s,ConstantNode:c,FunctionNode:f,IndexNode:l,ObjectNode:m,OperatorNode:d,SymbolNode:p}=e,{isCommutative:h,isAssociative:v,allChildren:y,createMakeNodeFunction:g}=Nh({FunctionNode:f,OperatorNode:d,SymbolNode:p}),x=r("simplifyConstant",{Node:e=>N(S(e,{})),"Node, Object":function(e,r){return N(S(e,r))}});function b(e){return ke(e)?e.valueOf():e instanceof Array?e.map(b):je(e)?i(b(e.valueOf())):e}function w(e,r,t){try{return n[e].apply(null,r)}catch(i){return r=r.map(b),M(n[e].apply(null,r),t)}}var D=r({Fraction:function(e){var r=e=>"BigNumber"===t.number&&o?o(e):Number(e),n=e.s*e.n,i=n<0n?new d("-","unaryMinus",[new c(-r(n))]):new c(r(n));return 1n===e.d?i:new d("/","divide",[i,new c(r(e.d))])},number:function(e){return e<0?C(new c(-e)):new c(e)},BigNumber:function(e){return e<0?C(new c(-e)):new c(e)},bigint:function(e){return e<0n?C(new c(-e)):new c(e)},Complex:function(){throw new Error("Cannot convert Complex number to Node")},string:function(e){return new c(e)},Matrix:function(e){return new s(e.valueOf().map((e=>D(e))))}});function N(e){return fr(e)?e:D(e)}function A(e,r){if(r&&!1!==r.exactFractions&&isFinite(e)&&a){var t=a(e),n=r&&"number"==typeof r.fractionsLimit?r.fractionsLimit:1/0;if(t.valueOf()===e&&t.n<n&&t.d<n)return t}return e}var M=r({"string, Object":function(e,r){var n=Fr(e,t);return"BigNumber"===n?(void 0===o&&Wu(),o(e)):"bigint"===n?BigInt(e):"Fraction"===n?(void 0===a&&Vu(),a(e)):A(parseFloat(e),r)},"Fraction, Object":function(e){return e},"BigNumber, Object":function(e){return e},"number, Object":function(e,r){return A(e,r)},"bigint, Object":function(e){return e},"Complex, Object":function(e,r){return 0!==e.im?e:A(e.re,r)},"Matrix, Object":function(e){return i(A(e.valueOf()))},"Array, Object":function(e){return e.map(A)}});function C(e){return new d("-","unaryMinus",[e])}function E(e,r,t,n){var i=r.shift(),a=r.reduce(((r,i)=>{if(!fr(i)){var a=r.pop();if(fr(a))return[a,i];try{return r.push(w(e,[a,i],n)),r}catch(e){r.push(a)}}r.push(N(r.pop()));var o=1===r.length?r[0]:t(r);return[t([o,N(i)])]}),[i]);return 1===a.length?a[0]:t([a[0],D(a[1])])}function S(e,r){switch(e.type){case"SymbolNode":return e;case"ConstantNode":switch(typeof e.value){case"number":case"bigint":return M(e.value,r);case"string":return e.value;default:if(!isNaN(e.value))return M(e.value,r)}return e;case"FunctionNode":if(n[e.name]&&n[e.name].rawArgs)return e;if(!["add","multiply"].includes(e.name)){var t=e.args.map((e=>S(e,r)));if(!t.some(fr))try{return w(e.name,t,r)}catch(e){}if("size"===e.name&&1===t.length&&rr(t[0])){for(var a=[],o=t[0];rr(o);)a.push(o.items.length),o=o.items[0];return i(a)}return new f(e.name,t.map(N))}case"OperatorNode":var d,p,b=e.fn.toString(),D=g(e);if(mr(e)&&e.isUnary())p=fr((d=[S(e.args[0],r)])[0])?D(d):w(b,d,r);else if(v(e,r.context))if(d=(d=y(e,r.context)).map((e=>S(e,r))),h(b,r.context)){for(var A=[],C=[],F=0;F<d.length;F++)fr(d[F])?C.push(d[F]):A.push(d[F]);A.length>1?(p=E(b,A,D,r),C.unshift(p),p=E(b,C,D,r)):p=E(b,d,D,r)}else p=E(b,d,D,r);else d=e.args.map((e=>S(e,r))),p=E(b,d,D,r);return p;case"ParenthesisNode":return S(e.content,r);case"AccessorNode":return function(e,r,t){if(!cr(r))return new u(N(e),N(r));if(rr(e)||je(e)){for(var n=Array.from(r.dimensions);n.length>0;)if(ar(n[0])&&"string"!=typeof n[0].value){var a=M(n.shift().value,t);rr(e)?e=e.items[a-1]:(e=e.valueOf()[a-1])instanceof Array&&(e=i(e))}else{if(!(n.length>1&&ar(n[1])&&"string"!=typeof n[1].value))break;var o=M(n[1].value,t),f=[],m=rr(e)?e.items:e.valueOf();for(var d of m)if(rr(d))f.push(d.items[o-1]);else{if(!je(e))break;f.push(d[o-1])}if(f.length!==m.length)break;e=rr(e)?new s(f):i(f),n.splice(1,1)}return n.length===r.dimensions.length?new u(N(e),r):n.length>0?(r=new l(n),new u(N(e),r)):e}if(lr(e)&&1===r.dimensions.length&&ar(r.dimensions[0])){var p=r.dimensions[0].value;return p in e.properties?e.properties[p]:new c}return new u(N(e),r)}(S(e.object,r),S(e.index,r),r);case"ArrayNode":var B=e.items.map((e=>S(e,r)));return B.some(fr)?new s(B.map(N)):i(B);case"IndexNode":return new l(e.dimensions.map((e=>x(e,r))));case"ObjectNode":var q={};for(var T in e.properties)q[T]=x(e.properties[T],r);return new m(q);default:throw new Error("Unimplemented node type in simplifyConstant: ".concat(e.type))}}return x})),Ch="simplifyCore",Eh=Cr(Ch,["typed","parse","equal","isZero","add","subtract","multiply","divide","pow","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","ParenthesisNode","SymbolNode"],(e=>{var{typed:r,equal:t,isZero:n,AccessorNode:i,ArrayNode:a,ConstantNode:o,FunctionNode:u,IndexNode:s,ObjectNode:c,OperatorNode:f,SymbolNode:l}=e,m=new o(0),d=new o(1),p=new o(!0),h=new o(!1);function v(e){return mr(e)&&["and","not","or"].includes(e.op)}var{hasProperty:y,isCommutative:g}=Nh({FunctionNode:u,OperatorNode:f,SymbolNode:l});function x(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=r?r.context:void 0;if(y(e,"trivial",o)){if(sr(e)&&1===e.args.length)return x(e.args[0],r);var l=!1,b=0;if(e.forEach((e=>{1==++b&&(l=x(e,r))})),1===b)return l}var w=e;if(sr(w)){var D=function(e){var r="OperatorNode:"+e;for(var t of dm)if(r in t)return t[r].op;return null}(w.name);if(!D)return new u(x(w.fn),w.args.map((e=>x(e,r))));if(w.args.length>2&&y(w,"associative",o))for(;w.args.length>2;){var N=w.args.pop(),A=w.args.pop();w.args.push(new f(D,w.name,[N,A]))}w=new f(D,w.name,w.args)}if(mr(w)&&w.isUnary()){var M=x(w.args[0],r);if("~"===w.op&&mr(M)&&M.isUnary()&&"~"===M.op)return M.args[0];if("not"===w.op&&mr(M)&&M.isUnary()&&"not"===M.op&&v(M.args[0]))return M.args[0];var C=!0;if("-"===w.op&&mr(M)&&(M.isBinary()&&"subtract"===M.fn&&(w=new f("-","subtract",[M.args[1],M.args[0]]),C=!1),M.isUnary()&&"-"===M.op))return M.args[0];if(C)return new f(w.op,w.fn,[M])}if(mr(w)&&w.isBinary()){var E=x(w.args[0],r),S=x(w.args[1],r);if("+"===w.op){if(ar(E)&&n(E.value))return S;if(ar(S)&&n(S.value))return E;mr(S)&&S.isUnary()&&"-"===S.op&&(w=new f("-","subtract",[E,S=S.args[0]]))}if("-"===w.op)return mr(S)&&S.isUnary()&&"-"===S.op?x(new f("+","add",[E,S.args[0]]),r):ar(E)&&n(E.value)?x(new f("-","unaryMinus",[S])):ar(S)&&n(S.value)?E:new f(w.op,w.fn,[E,S]);if("*"===w.op){if(ar(E)){if(n(E.value))return m;if(t(E.value,1))return S}if(ar(S)){if(n(S.value))return m;if(t(S.value,1))return E;if(g(w,o))return new f(w.op,w.fn,[S,E],w.implicit)}return new f(w.op,w.fn,[E,S],w.implicit)}if("/"===w.op)return ar(E)&&n(E.value)?m:ar(S)&&t(S.value,1)?E:new f(w.op,w.fn,[E,S]);if("^"===w.op&&ar(S)){if(n(S.value))return d;if(t(S.value,1))return E}if("and"===w.op){if(ar(E)){if(!E.value)return h;if(v(S))return S;if(ar(S))return S.value?p:h}if(ar(S)){if(!S.value)return h;if(v(E))return E}}if("or"===w.op){if(ar(E)){if(E.value)return p;if(v(S))return S}if(ar(S)){if(S.value)return p;if(v(E))return E}}return new f(w.op,w.fn,[E,S])}if(mr(w))return new f(w.op,w.fn,w.args.map((e=>x(e,r))));if(rr(w))return new a(w.items.map((e=>x(e,r))));if(er(w))return new i(x(w.object,r),x(w.index,r));if(cr(w))return new s(w.dimensions.map((e=>x(e,r))));if(lr(w)){var F={};for(var B in w.properties)F[B]=x(w.properties[B],r);return new c(F)}return w}return r(Ch,{Node:x,"Node,Object":x})})),Sh=Cr("resolve",["typed","parse","ConstantNode","FunctionNode","OperatorNode","ParenthesisNode"],(e=>{var{typed:r,parse:t,ConstantNode:n,FunctionNode:i,OperatorNode:a,ParenthesisNode:o}=e;function u(e,r){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new Set;if(!r)return e;if(vr(e)){if(s.has(e.name)){var c=Array.from(s).join(", ");throw new ReferenceError("recursive loop of variable definitions among {".concat(c,"}"))}var f=r.get(e.name);if(fr(f)){var l=new Set(s);return l.add(e.name),u(f,r,l)}return"number"==typeof f?t(String(f)):void 0!==f?new n(f):e}if(mr(e)){var m=e.args.map((function(e){return u(e,r,s)}));return new a(e.op,e.fn,m,e.implicit)}if(dr(e))return new o(u(e.content,r,s));if(sr(e)){var d=e.args.map((function(e){return u(e,r,s)}));return new i(e.name,d)}return e.map((e=>u(e,r,s)))}return r("resolve",{Node:u,"Node, Map | null | undefined":u,"Node, Object":(e,r)=>u(e,Fe(r)),"Array | Matrix":r.referToSelf((e=>r=>r.map((r=>e(r))))),"Array | Matrix, null | undefined":r.referToSelf((e=>r=>r.map((r=>e(r))))),"Array, Object":r.referTo("Array,Map",(e=>(r,t)=>e(r,Fe(t)))),"Matrix, Object":r.referTo("Matrix,Map",(e=>(r,t)=>e(r,Fe(t)))),"Array | Matrix, Map":r.referToSelf((e=>(r,t)=>r.map((r=>e(r,t)))))})})),Fh="symbolicEqual",Bh=Cr(Fh,["parse","simplify","typed","OperatorNode"],(e=>{var{simplify:r,typed:t,OperatorNode:n}=e;function i(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=new n("-","subtract",[e,t]),o=r(a,{},i);return ar(o)&&!o.value}return t(Fh,{"Node, Node":i,"Node, Node, Object":i})})),qh="derivative",Th=Cr(qh,["typed","config","parse","simplify","equal","isZero","numeric","ConstantNode","FunctionNode","OperatorNode","ParenthesisNode","SymbolNode"],(e=>{var{typed:r,config:t,parse:n,simplify:i,equal:a,isZero:o,numeric:u,ConstantNode:s,FunctionNode:c,OperatorNode:f,ParenthesisNode:l,SymbolNode:m}=e;function d(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{simplify:!0},n=new Map,a=r.name,o=g(e,(function e(r){var t=n.get(r);if(void 0!==t)return t;var i=y(e,r,a);return n.set(r,i),i}));return t.simplify?i(o):o}function p(e){var r=n(e);if(!r.isSymbolNode)throw new TypeError("Invalid variable. "+"Cannot parse ".concat(JSON.stringify(e)," into a variable in function derivative"));return r}var h=r(qh,{"Node, SymbolNode":d,"Node, SymbolNode, Object":d,"Node, string":(e,r)=>d(e,p(r)),"Node, string, Object":(e,r,t)=>d(e,p(r),t)});h._simplify=!0,h.toTex=function(e){return v.apply(null,e.args)};var v=r("_derivTex",{"Node, SymbolNode":function(e,r){return ar(e)&&"string"===gr(e.value)?v(n(e.value).toString(),r.toString(),1):v(e.toTex(),r.toString(),1)},"Node, ConstantNode":function(e,r){if("string"===gr(r.value))return v(e,n(r.value));throw new Error("The second parameter to 'derivative' is a non-string constant")},"Node, SymbolNode, ConstantNode":function(e,r,t){return v(e.toString(),r.name,t.value)},"string, string, number":function(e,r,t){return(1===t?"{d\\over d"+r+"}":"{d^{"+t+"}\\over d"+r+"^{"+t+"}}")+"\\left[".concat(e,"\\right]")}}),y=r("_isConst",{"function, ConstantNode, string":function(){return!0},"function, SymbolNode, string":function(e,r,t){return r.name!==t},"function, ParenthesisNode, string":function(e,r,t){return e(r.content,t)},"function, FunctionAssignmentNode, string":function(e,r,t){return!r.params.includes(t)||e(r.expr,t)},"function, FunctionNode | OperatorNode, string":function(e,r,t){return r.args.every((r=>e(r,t)))}}),g=r("_derivative",{"ConstantNode, function":function(){return x(0)},"SymbolNode, function":function(e,r){return r(e)?x(0):x(1)},"ParenthesisNode, function":function(e,r){return new l(g(e.content,r))},"FunctionAssignmentNode, function":function(e,r){return r(e)?x(0):g(e.expr,r)},"FunctionNode, function":function(e,r){if(r(e))return x(0);var t,n,i,a,o=e.args[0],u=!1,s=!1;switch(e.name){case"cbrt":u=!0,n=new f("*","multiply",[x(3),new f("^","pow",[o,new f("/","divide",[x(2),x(3)])])]);break;case"sqrt":case"nthRoot":if(1===e.args.length)u=!0,n=new f("*","multiply",[x(2),new c("sqrt",[o])]);else if(2===e.args.length)return t=new f("/","divide",[x(1),e.args[1]]),g(new f("^","pow",[o,t]),r);break;case"log10":t=x(10);case"log":if(t||1!==e.args.length){if(1===e.args.length&&t||2===e.args.length&&r(e.args[1]))n=new f("*","multiply",[o.clone(),new c("log",[t||e.args[1]])]),u=!0;else if(2===e.args.length)return g(new f("/","divide",[new c("log",[o]),new c("log",[e.args[1]])]),r)}else n=o.clone(),u=!0;break;case"pow":if(2===e.args.length)return g(new f("^","pow",[o,e.args[1]]),r);break;case"exp":n=new c("exp",[o.clone()]);break;case"sin":n=new c("cos",[o.clone()]);break;case"cos":n=new f("-","unaryMinus",[new c("sin",[o.clone()])]);break;case"tan":n=new f("^","pow",[new c("sec",[o.clone()]),x(2)]);break;case"sec":n=new f("*","multiply",[e,new c("tan",[o.clone()])]);break;case"csc":s=!0,n=new f("*","multiply",[e,new c("cot",[o.clone()])]);break;case"cot":s=!0,n=new f("^","pow",[new c("csc",[o.clone()]),x(2)]);break;case"asin":u=!0,n=new c("sqrt",[new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])])]);break;case"acos":u=!0,s=!0,n=new c("sqrt",[new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])])]);break;case"atan":u=!0,n=new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)]);break;case"asec":u=!0,n=new f("*","multiply",[new c("abs",[o.clone()]),new c("sqrt",[new f("-","subtract",[new f("^","pow",[o.clone(),x(2)]),x(1)])])]);break;case"acsc":u=!0,s=!0,n=new f("*","multiply",[new c("abs",[o.clone()]),new c("sqrt",[new f("-","subtract",[new f("^","pow",[o.clone(),x(2)]),x(1)])])]);break;case"acot":u=!0,s=!0,n=new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)]);break;case"sinh":n=new c("cosh",[o.clone()]);break;case"cosh":n=new c("sinh",[o.clone()]);break;case"tanh":n=new f("^","pow",[new c("sech",[o.clone()]),x(2)]);break;case"sech":s=!0,n=new f("*","multiply",[e,new c("tanh",[o.clone()])]);break;case"csch":s=!0,n=new f("*","multiply",[e,new c("coth",[o.clone()])]);break;case"coth":s=!0,n=new f("^","pow",[new c("csch",[o.clone()]),x(2)]);break;case"asinh":u=!0,n=new c("sqrt",[new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)])]);break;case"acosh":u=!0,n=new c("sqrt",[new f("-","subtract",[new f("^","pow",[o.clone(),x(2)]),x(1)])]);break;case"atanh":u=!0,n=new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])]);break;case"asech":u=!0,s=!0,n=new f("*","multiply",[o.clone(),new c("sqrt",[new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])])])]);break;case"acsch":u=!0,s=!0,n=new f("*","multiply",[new c("abs",[o.clone()]),new c("sqrt",[new f("+","add",[new f("^","pow",[o.clone(),x(2)]),x(1)])])]);break;case"acoth":u=!0,s=!0,n=new f("-","subtract",[x(1),new f("^","pow",[o.clone(),x(2)])]);break;case"abs":n=new f("/","divide",[new c(new m("abs"),[o.clone()]),o.clone()]);break;default:throw new Error('Cannot process function "'+e.name+'" in derivative: the function is not supported, undefined, or the number of arguments passed to it are not supported')}u?(i="/",a="divide"):(i="*",a="multiply");var l=g(o,r);return s&&(l=new f("-","unaryMinus",[l])),new f(i,a,[l,n])},"OperatorNode, function":function(e,r){if(r(e))return x(0);if("+"===e.op)return new f(e.op,e.fn,e.args.map((function(e){return g(e,r)})));if("-"===e.op){if(e.isUnary())return new f(e.op,e.fn,[g(e.args[0],r)]);if(e.isBinary())return new f(e.op,e.fn,[g(e.args[0],r),g(e.args[1],r)])}if("*"===e.op){var t=e.args.filter((function(e){return r(e)}));if(t.length>0){var n=e.args.filter((function(e){return!r(e)})),i=1===n.length?n[0]:new f("*","multiply",n),u=t.concat(g(i,r));return new f("*","multiply",u)}return new f("+","add",e.args.map((function(t){return new f("*","multiply",e.args.map((function(e){return e===t?g(e,r):e.clone()})))})))}if("/"===e.op&&e.isBinary()){var s=e.args[0],l=e.args[1];return r(l)?new f("/","divide",[g(s,r),l]):r(s)?new f("*","multiply",[new f("-","unaryMinus",[s]),new f("/","divide",[g(l,r),new f("^","pow",[l.clone(),x(2)])])]):new f("/","divide",[new f("-","subtract",[new f("*","multiply",[g(s,r),l.clone()]),new f("*","multiply",[s.clone(),g(l,r)])]),new f("^","pow",[l.clone(),x(2)])])}if("^"===e.op&&e.isBinary()){var m=e.args[0],d=e.args[1];if(r(m))return ar(m)&&(o(m.value)||a(m.value,1))?x(0):new f("*","multiply",[e,new f("*","multiply",[new c("log",[m.clone()]),g(d.clone(),r)])]);if(r(d)){if(ar(d)){if(o(d.value))return x(0);if(a(d.value,1))return g(m,r)}var p=new f("^","pow",[m.clone(),new f("-","subtract",[d,x(1)])]);return new f("*","multiply",[d.clone(),new f("*","multiply",[g(m,r),p])])}return new f("*","multiply",[new f("^","pow",[m.clone(),d.clone()]),new f("+","add",[new f("*","multiply",[g(m,r),new f("/","divide",[d.clone(),m.clone()])]),new f("*","multiply",[g(d,r),new c("log",[m.clone()])])])])}throw new Error('Cannot process operator "'+e.op+'" in derivative: the operator is not supported, undefined, or the number of arguments passed to it are not supported')}});function x(e,r){return new s(u(e,r||Fr(String(e),t)))}return h})),Oh="rationalize",kh=Cr(Oh,["config","typed","equal","isZero","add","subtract","multiply","divide","pow","parse","simplifyConstant","simplifyCore","simplify","?bignumber","?fraction","mathWithTransform","matrix","AccessorNode","ArrayNode","ConstantNode","FunctionNode","IndexNode","ObjectNode","OperatorNode","SymbolNode","ParenthesisNode"],(e=>{var{typed:r,simplifyConstant:t,simplifyCore:n,simplify:i,ConstantNode:a,OperatorNode:o,SymbolNode:u}=e;function s(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=function(){var e=[n,{l:"n+n",r:"2*n"},{l:"n+-n",r:"0"},t,{l:"n*(n1^-1)",r:"n/n1"},{l:"n*n1^-n2",r:"n/n1^n2"},{l:"n1^-1",r:"1/n1"},{l:"n*(n1/n2)",r:"(n*n1)/n2"},{l:"1*n",r:"n"}],r=[{l:"(-n1)/(-n2)",r:"n1/n2"},{l:"(-n1)*(-n2)",r:"n1*n2"},{l:"n1--n2",r:"n1+n2"},{l:"n1-n2",r:"n1+(-n2)"},{l:"(n1+n2)*n3",r:"(n1*n3 + n2*n3)"},{l:"n1*(n2+n3)",r:"(n1*n2+n1*n3)"},{l:"c1*n + c2*n",r:"(c1+c2)*n"},{l:"c1*n + n",r:"(c1+1)*n"},{l:"c1*n - c2*n",r:"(c1-c2)*n"},{l:"c1*n - n",r:"(c1-1)*n"},{l:"v/c",r:"(1/c)*v"},{l:"v/-c",r:"-(1/c)*v"},{l:"-v*-c",r:"c*v"},{l:"-v*c",r:"-c*v"},{l:"v*-c",r:"-c*v"},{l:"v*c",r:"c*v"},{l:"-(-n1*n2)",r:"(n1*n2)"},{l:"-(n1*n2)",r:"(-n1*n2)"},{l:"-(-n1+n2)",r:"(n1-n2)"},{l:"-(n1+n2)",r:"(-n1-n2)"},{l:"(n1^n2)^n3",r:"(n1^(n2*n3))"},{l:"-(-n1/n2)",r:"(n1/n2)"},{l:"-(n1/n2)",r:"(-n1/n2)"}],i=[{l:"(n1/(n2/n3))",r:"((n1*n3)/n2)"},{l:"(n1/n2/n3)",r:"(n1/(n2*n3))"}],a={};return a.firstRules=e.concat(r,i),a.distrDivRules=[{l:"(n1/n2 + n3/n4)",r:"((n1*n4 + n3*n2)/(n2*n4))"},{l:"(n1/n2 + n3)",r:"((n1 + n3*n2)/n2)"},{l:"(n1 + n2/n3)",r:"((n1*n3 + n2)/n3)"}],a.sucDivRules=i,a.firstRulesAgain=e.concat(r),a.finalRules=[n,{l:"n*-n",r:"-n^2"},{l:"n*n",r:"n^2"},t,{l:"n*-n^n1",r:"-n^(n1+1)"},{l:"n*n^n1",r:"n^(n1+1)"},{l:"n^n1*-n^n2",r:"-n^(n1+n2)"},{l:"n^n1*n^n2",r:"n^(n1+n2)"},{l:"n^n1*-n",r:"-n^(n1+1)"},{l:"n^n1*n",r:"n^(n1+1)"},{l:"n^n1/-n",r:"-n^(n1-1)"},{l:"n^n1/n",r:"n^(n1-1)"},{l:"n/-n^n1",r:"-n^(1-n1)"},{l:"n/n^n1",r:"n^(1-n1)"},{l:"n^n1/-n^n2",r:"n^(n1-n2)"},{l:"n^n1/n^n2",r:"n^(n1-n2)"},{l:"n1+(-n2*n3)",r:"n1-n2*n3"},{l:"v*(-c)",r:"-c*v"},{l:"n1+-n2",r:"n1-n2"},{l:"v*c",r:"c*v"},{l:"(n1^n2)^n3",r:"(n1^(n2*n3))"}],a}(),u=function(e,r,t,n){var a=[],o=i(e,n,r,{exactFractions:!1}),u="+-*"+((t=!!t)?"/":"");!function e(r){var t=r.type;if("FunctionNode"===t)throw new Error("There is an unsolved function call");if("OperatorNode"===t)if("^"===r.op){if("ConstantNode"!==r.args[1].type||!Sr(parseFloat(r.args[1].value)))throw new Error("There is a non-integer exponent");e(r.args[0])}else{if(!u.includes(r.op))throw new Error("Operator "+r.op+" invalid in polynomial expression");for(var n=0;n<r.args.length;n++)e(r.args[n])}else if("SymbolNode"===t){var i=r.name;-1===a.indexOf(i)&&a.push(i)}else if("ParenthesisNode"===t)e(r.content);else if("ConstantNode"!==t)throw new Error("type "+t+" is not allowed in polynomial expression")}(o);var s={};return s.expression=o,s.variables=a,s}(e,r,!0,o.firstRules),s=u.variables.length,l={exactFractions:!1},m={exactFractions:!0};if(e=u.expression,s>=1){var d,p;e=c(e);var h,v=!0,y=!1;for(e=i(e,o.firstRules,{},l);p=v?o.distrDivRules:o.sucDivRules,v=!v,(h=(e=i(e,p,{},m)).toString())!==d;)y=!0,d=h;y&&(e=i(e,o.firstRulesAgain,{},l)),e=i(e,o.finalRules,{},l)}var g=[],x={};return"OperatorNode"===e.type&&e.isBinary()&&"/"===e.op?(1===s&&(e.args[0]=f(e.args[0],g),e.args[1]=f(e.args[1])),a&&(x.numerator=e.args[0],x.denominator=e.args[1])):(1===s&&(e=f(e,g)),a&&(x.numerator=e,x.denominator=null)),a?(x.coefficients=g,x.variables=u.variables,x.expression=e,x):e}return r(Oh,{Node:s,"Node, boolean":(e,r)=>s(e,{},r),"Node, Object":s,"Node, Object, boolean":s});function c(e,r,t){var n=e.type,i=arguments.length>1;if("OperatorNode"===n&&e.isBinary()){var u,s=!1;if("^"===e.op&&("ParenthesisNode"!==e.args[0].type&&"OperatorNode"!==e.args[0].type||"ConstantNode"!==e.args[1].type||(s=(u=parseFloat(e.args[1].value))>=2&&Sr(u))),s){if(u>2){var f=e.args[0],l=new o("^","pow",[e.args[0].cloneDeep(),new a(u-1)]);e=new o("*","multiply",[f,l])}else e=new o("*","multiply",[e.args[0],e.args[0].cloneDeep()]);i&&("content"===t?r.content=e:r.args[t]=e)}}if("ParenthesisNode"===n)c(e.content,e,"content");else if("ConstantNode"!==n&&"SymbolNode"!==n)for(var m=0;m<e.args.length;m++)c(e.args[m],e,m);if(!i)return e}function f(e,r){void 0===r&&(r=[]),r[0]=0;var t=0,n="";!function e(i,a,o){var u=i.type;if("FunctionNode"===u)throw new Error("There is an unsolved function call");if("OperatorNode"===u){if(!"+-*^".includes(i.op))throw new Error("Operator "+i.op+" invalid");if(null!==a){if(("unaryMinus"===i.fn||"pow"===i.fn)&&"add"!==a.fn&&"subtract"!==a.fn&&"multiply"!==a.fn)throw new Error("Invalid "+i.op+" placing");if(("subtract"===i.fn||"add"===i.fn||"multiply"===i.fn)&&"add"!==a.fn&&"subtract"!==a.fn)throw new Error("Invalid "+i.op+" placing");if(("subtract"===i.fn||"add"===i.fn||"unaryMinus"===i.fn)&&0!==o.noFil)throw new Error("Invalid "+i.op+" placing")}"^"!==i.op&&"*"!==i.op||(o.fire=i.op);for(var s=0;s<i.args.length;s++)"unaryMinus"===i.fn&&(o.oper="-"),"+"!==i.op&&"subtract"!==i.fn||(o.fire="",o.cte=1,o.oper=0===s?"+":i.op),o.noFil=s,e(i.args[s],i,o)}else if("SymbolNode"===u){if(i.name!==n&&""!==n)throw new Error("There is more than one variable");if(n=i.name,null===a)return void(r[1]=1);if("^"===a.op&&0!==o.noFil)throw new Error("In power the variable should be the first parameter");if("*"===a.op&&1!==o.noFil)throw new Error("In multiply the variable should be the second parameter");""!==o.fire&&"*"!==o.fire||(t<1&&(r[1]=0),r[1]+=o.cte*("+"===o.oper?1:-1),t=Math.max(1,t))}else{if("ConstantNode"!==u)throw new Error("Type "+u+" is not allowed");var c=parseFloat(i.value);if(null===a)return void(r[0]=c);if("^"===a.op){if(1!==o.noFil)throw new Error("Constant cannot be powered");if(!Sr(c)||c<=0)throw new Error("Non-integer exponent is not allowed");for(var f=t+1;f<c;f++)r[f]=0;return c>t&&(r[c]=0),r[c]+=o.cte*("+"===o.oper?1:-1),void(t=Math.max(c,t))}o.cte=c,""===o.fire&&(r[0]+=o.cte*("+"===o.oper?1:-1))}}(e,null,{cte:1,oper:"+",fire:""});for(var i,s=!0,c=t=r.length-1;c>=0;c--)if(0!==r[c]){var f=new a(s?r[c]:Math.abs(r[c])),l=r[c]<0?"-":"+";if(c>0){var m=new u(n);if(c>1){var d=new a(c);m=new o("^","pow",[m,d])}f=-1===r[c]&&s?new o("-","unaryMinus",[m]):1===Math.abs(r[c])?m:new o("*","multiply",[f,m])}i=s?f:"+"===l?new o("+","add",[i,f]):new o("-","subtract",[i,f]),s=!1}return s?new a(0):i}})),zh="zpk2tf",Ih=Cr(zh,["typed","add","multiply","Complex","number"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,number:a}=e;return r(zh,{"Array,Array,number":function(e,r,t){return o(e,r,t)},"Array,Array":function(e,r){return o(e,r,1)},"Matrix,Matrix,number":function(e,r,t){return o(e.valueOf(),r.valueOf(),t)},"Matrix,Matrix":function(e,r){return o(e.valueOf(),r.valueOf(),1)}});function o(e,r,t){e.some((e=>"BigNumber"===e.type))&&(e=e.map((e=>a(e)))),r.some((e=>"BigNumber"===e.type))&&(r=r.map((e=>a(e))));for(var o=[i(1,0)],s=[i(1,0)],c=0;c<e.length;c++){var f=e[c];"number"==typeof f&&(f=i(f,0)),o=u(o,[i(1,0),i(-f.re,-f.im)])}for(var l=0;l<r.length;l++){var m=r[l];"number"==typeof m&&(m=i(m,0)),s=u(s,[i(1,0),i(-m.re,-m.im)])}for(var d=0;d<o.length;d++)o[d]=n(o[d],t);return[o,s]}function u(e,r){for(var a=[],o=0;o<e.length+r.length-1;o++){a[o]=i(0,0);for(var u=0;u<e.length;u++)o-u>=0&&o-u<r.length&&(a[o]=t(a[o],n(e[u],r[o-u])))}return a}})),Rh="freqz",jh=Cr(Rh,["typed","add","multiply","Complex","divide","matrix"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,divide:a,matrix:o}=e;return r(Rh,{"Array, Array":function(e,r){return u(e,r,s(512))},"Array, Array, Array":function(e,r,t){return u(e,r,t)},"Array, Array, number":function(e,r,t){if(t<0)throw new Error("w must be a positive number");return u(e,r,s(t))},"Matrix, Matrix":function(e,r){var t=s(512),{w:n,h:i}=u(e.valueOf(),r.valueOf(),t);return{w:o(n),h:o(i)}},"Matrix, Matrix, Matrix":function(e,r,t){var{h:n}=u(e.valueOf(),r.valueOf(),t.valueOf());return{h:o(n),w:o(t)}},"Matrix, Matrix, number":function(e,r,t){if(t<0)throw new Error("w must be a positive number");var n=s(t),{h:i}=u(e.valueOf(),r.valueOf(),n);return{h:o(i),w:o(n)}}});function u(e,r,o){for(var u=[],s=[],c=0;c<o.length;c++){for(var f=i(0,0),l=i(0,0),m=0;m<e.length;m++)f=t(f,n(e[m],i(Math.cos(-m*o[c]),Math.sin(-m*o[c]))));for(var d=0;d<r.length;d++)l=t(l,n(r[d],i(Math.cos(-d*o[c]),Math.sin(-d*o[c]))));u.push(f),s.push(l)}for(var p=[],h=0;h<u.length;h++)p.push(a(u[h],s[h]));return{h:p,w:o}}function s(e){for(var r=[],t=0;t<e;t++)r.push(t/e*Math.PI);return r}})),Uh=Cr("reviver",["classes"],(e=>{var{classes:r}=e;return function(e,t){var n=r[t&&t.mathjs];return n&&"function"==typeof n.fromJSON?n.fromJSON(t):t}})),$h=Cr("replacer",[],(()=>function(e,r){return"number"!=typeof r||isFinite(r)&&!isNaN(r)?"bigint"==typeof r?{mathjs:"bigint",value:String(r)}:r:{mathjs:"number",value:String(r)}})),Ph=Cr("true",[],(()=>!0)),Lh=Cr("false",[],(()=>!1)),_h=Cr("null",[],(()=>null)),Jh=iv("Infinity",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1/0):1/0})),Wh=iv("NaN",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(NaN):NaN})),Vh=iv("pi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Bf(t):ei})),Hh=iv("tau",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?qf(t):ri})),Zh=iv("e",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Sf(t):ti})),Gh=iv("phi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Ff(t):1.618033988749895})),Xh=iv("LN2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).ln():Math.LN2})),Qh=iv("LN10",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(10).ln():Math.LN10})),Yh=iv("LOG2E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(2).ln()):Math.LOG2E})),Kh=iv("LOG10E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(10).ln()):Math.LOG10E})),ev=iv("SQRT1_2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t("0.5").sqrt():Math.SQRT1_2})),rv=iv("SQRT2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).sqrt():Math.SQRT2})),tv=iv("i",["Complex"],(e=>{var{Complex:r}=e;return r.I})),nv=Cr("version",[],(()=>"14.4.0"));function iv(e,r,t){return Cr(e,r,t,{recreateOnConfigChange:!0})}var av=ry("speedOfLight","299792458","m s^-1"),ov=ry("gravitationConstant","6.67430e-11","m^3 kg^-1 s^-2"),uv=ry("planckConstant","6.62607015e-34","J s"),sv=ry("reducedPlanckConstant","1.0545718176461565e-34","J s"),cv=ry("magneticConstant","1.25663706212e-6","N A^-2"),fv=ry("electricConstant","8.8541878128e-12","F m^-1"),lv=ry("vacuumImpedance","376.730313667","ohm"),mv=ry("coulomb","8.987551792261171e9","N m^2 C^-2"),dv=ry("elementaryCharge","1.602176634e-19","C"),pv=ry("bohrMagneton","9.2740100783e-24","J T^-1"),hv=ry("conductanceQuantum","7.748091729863649e-5","S"),vv=ry("inverseConductanceQuantum","12906.403729652257","ohm"),yv=ry("magneticFluxQuantum","2.0678338484619295e-15","Wb"),gv=ry("nuclearMagneton","5.0507837461e-27","J T^-1"),xv=ry("klitzing","25812.807459304513","ohm"),bv=ry("bohrRadius","5.29177210903e-11","m"),wv=ry("classicalElectronRadius","2.8179403262e-15","m"),Dv=ry("electronMass","9.1093837015e-31","kg"),Nv=ry("fermiCoupling","1.1663787e-5","GeV^-2"),Av=ty("fineStructure",.0072973525693),Mv=ry("hartreeEnergy","4.3597447222071e-18","J"),Cv=ry("protonMass","1.67262192369e-27","kg"),Ev=ry("deuteronMass","3.3435830926e-27","kg"),Sv=ry("neutronMass","1.6749271613e-27","kg"),Fv=ry("quantumOfCirculation","3.6369475516e-4","m^2 s^-1"),Bv=ry("rydberg","10973731.568160","m^-1"),qv=ry("thomsonCrossSection","6.6524587321e-29","m^2"),Tv=ty("weakMixingAngle",.2229),Ov=ty("efimovFactor",22.7),kv=ry("atomicMass","1.66053906660e-27","kg"),zv=ry("avogadro","6.02214076e23","mol^-1"),Iv=ry("boltzmann","1.380649e-23","J K^-1"),Rv=ry("faraday","96485.33212331001","C mol^-1"),jv=ry("firstRadiation","3.7417718521927573e-16","W m^2"),Uv=ry("loschmidt","2.686780111798444e25","m^-3"),$v=ry("gasConstant","8.31446261815324","J K^-1 mol^-1"),Pv=ry("molarPlanckConstant","3.990312712893431e-10","J s mol^-1"),Lv=ry("molarVolume","0.022413969545014137","m^3 mol^-1"),_v=ty("sackurTetrode",-1.16487052358),Jv=ry("secondRadiation","0.014387768775039337","m K"),Wv=ry("stefanBoltzmann","5.67037441918443e-8","W m^-2 K^-4"),Vv=ry("wienDisplacement","2.897771955e-3","m K"),Hv=ry("molarMass","0.99999999965e-3","kg mol^-1"),Zv=ry("molarMassC12","11.9999999958e-3","kg mol^-1"),Gv=ry("gravity","9.80665","m s^-2"),Xv=ry("planckLength","1.616255e-35","m"),Qv=ry("planckMass","2.176435e-8","kg"),Yv=ry("planckTime","5.391245e-44","s"),Kv=ry("planckCharge","1.87554603778e-18","C"),ey=ry("planckTemperature","1.416785e+32","K");function ry(e,r,t){return Cr(e,["config","Unit","BigNumber"],(e=>{var{config:n,Unit:i,BigNumber:a}=e,o=new i("BigNumber"===n.number?new a(r):parseFloat(r),t);return o.fixPrefix=!0,o}))}function ty(e,r){return Cr(e,["config","BigNumber"],(e=>{var{config:t,BigNumber:n}=e;return"BigNumber"===t.number?new n(r):r}))}function ny(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}var iy=Cr("mapSlices",["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e,n=Ma({typed:r,isInteger:t});return r("mapSlices",{"...any":function(e){var r=e[1];Be(r)?e[1]=r-1:qe(r)&&(e[1]=r.minus(1));try{return n.apply(null,e)}catch(e){throw um(e)}}})}),function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ny(Object(t),!0).forEach((function(r){Es(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ny(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({isTransformFunction:!0},Ma.meta)),ay=Cr("column",["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=bu({typed:r,Index:t,matrix:n,range:i});return r("column",{"...any":function(e){var r=e.length-1,t=e[r];Be(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0});function oy(e,r,t){var n=e.filter((function(e){return vr(e)&&!(e.name in r)&&!t.has(e.name)}))[0];if(!n)throw new Error('No undefined variable found in inline expression "'+e+'"');var i=n.name,a=new Map,o=new Ce(t,a,new Set([i])),u=e.compile();return function(e){return a.set(i,e),u.evaluate(o)}}var uy=Cr("transformCallback",["typed"],(e=>{var{typed:r}=e;return function(e,n){return r.isTypedFunction(e)?t(e,n):sy(e,e.length,n)};function t(e,n){var i=Object.fromEntries(Object.entries(e.signatures).map((e=>{var[i,a]=e,o=i.split(",").length;return r.isTypedFunction(a)?[i,t(a,n)]:[i,sy(a,o,n)]})));return"string"==typeof e.name?r(e.name,i):r(i)}}));function sy(e,r,t){return r===t?e:r===t+1?function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];var a=n.slice(0,t),o=cy(n[t]);return e(...a,o)}:r>t+1?function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];var a=n.slice(0,t),o=cy(n[t]),u=n.slice(t+1);return e(...a,o,...u)}:e}function cy(e){return e.map((e=>e+1))}var fy=Cr("filter",["typed"],(e=>{var{typed:r}=e;function t(e,t,i){var a=Eu({typed:r}),o=uy({typed:r});if(0===e.length)return a();var u=e[0];if(1===e.length)return a(u);var s=e.length-1,c=e[s];return u&&(u=n(u,i)),c&&(c=vr(c)||ur(c)?n(c,i):oy(c,t,i)),a(u,o(c,s))}function n(e,r){return e.compile().evaluate(r)}return t.rawArgs=!0,t}),{isTransformFunction:!0}),ly=Cr("forEach",["typed"],(e=>{var{typed:r}=e,t=Tu({typed:r}),n=uy({typed:r});function i(e,r,i){if(0===e.length)return t();var o=e[0];if(1===e.length)return t(o);var u=e.length-1,s=e[u];return o&&(o=a(o,i)),s&&(s=vr(s)||ur(s)?a(s,i):oy(s,r,i)),t(o,n(s,u))}function a(e,r){return e.compile().evaluate(r)}return i.rawArgs=!0,i}),{isTransformFunction:!0}),my=Cr("index",["Index","getMatrixDataType"],(e=>{var{Index:r,getMatrixDataType:t}=e;return function(){for(var e=[],n=0,i=arguments.length;n<i;n++){var a=arguments[n];if(Le(a))a.start--,a.end-=a.step>0?0:2;else if(a&&!0===a.isSet)a=a.map((function(e){return e-1}));else if(Re(a)||je(a))"boolean"!==t(a)&&(a=a.map((function(e){return e-1})));else if(Be(a)||Te(a))a--;else if(qe(a))a=a.toNumber()-1;else if("string"!=typeof a)throw new TypeError("Dimension must be an Array, Matrix, number, bigint, string, or Range");e[n]=a}var o=new r;return r.apply(o,e),o}}),{isTransformFunction:!0}),dy=Cr("map",["typed"],(e=>{var{typed:r}=e,t=Pu({typed:r}),n=uy({typed:r});function i(e,r,i){if(0===e.length)return t();if(1===e.length)return t(e[0]);var a=e.length-1,o=e.slice(0,a),u=e[a];return o=o.map((e=>s(e,i))),u&&(u=vr(u)||ur(u)?s(u,i):oy(u,r,i)),t(...o,n(u,a));function s(e,r){return e.compile().evaluate(r)}}return i.rawArgs=!0,i}),{isTransformFunction:!0});function py(e){if(2===e.length&&Ue(e[0])){var r=(e=e.slice())[1];(Be(t=r)||qe(t))&&(e[1]=function(e){return Be(e)?e-1:qe(e)?e.minus(1):e}(r))}var t;return e}var hy=["typed","config","numeric","larger","isNaN"],vy=Cr("max",hy,(e=>{var{typed:r,config:t,numeric:n,larger:i,isNaN:a}=e,o=xf({typed:r,config:t,numeric:n,larger:i,isNaN:a});return r("max",{"...any":function(e){e=py(e);try{return o.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),yy=["typed","add","divide"],gy=Cr("mean",yy,(e=>{var{typed:r,add:t,divide:n}=e,i=sp({typed:r,add:t,divide:n});return r("mean",{"...any":function(e){e=py(e);try{return i.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),xy=["typed","config","numeric","smaller","isNaN"],by=Cr("min",xy,(e=>{var{typed:r,config:t,numeric:n,smaller:i,isNaN:a}=e,o=bf({typed:r,config:t,numeric:n,smaller:i,isNaN:a});return r("min",{"...any":function(e){e=py(e);try{return o.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),wy=["typed","config","?matrix","?bignumber","smaller","smallerEq","larger","largerEq","add","isPositive"],Dy=Cr("range",wy,(e=>{var{typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f}=e,l=Gu({typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f});return r("range",{"...any":function(e){return"boolean"!=typeof e[e.length-1]&&e.push(!0),l.apply(null,e)}})}),{isTransformFunction:!0}),Ny=["typed","Index","matrix","range"],Ay=Cr("row",Ny,(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=ns({typed:r,Index:t,matrix:n,range:i});return r("row",{"...any":function(e){var r=e.length-1,t=e[r];Be(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),My=["typed","matrix","zeros","add"],Cy=Cr("subset",My,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=cs({typed:r,matrix:t,zeros:n,add:i});return r("subset",{"...any":function(e){try{return a.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),Ey=["typed","matrix","isInteger"],Sy=Cr("concat",Ey,(e=>{var{typed:r,matrix:t,isInteger:n}=e,i=gu({typed:r,matrix:t,isInteger:n});return r("concat",{"...any":function(e){var r=e.length-1,t=e[r];Be(t)?e[r]=t-1:qe(t)&&(e[r]=t.minus(1));try{return i.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),Fy="diff",By=["typed","matrix","subtract","number","bignumber"],qy=Cr(Fy,By,(e=>{var{typed:r,matrix:t,subtract:n,number:i,bignumber:a}=e,o=_u({typed:r,matrix:t,subtract:n,number:i,bignumber:a});return r(Fy,{"...any":function(e){e=py(e);try{return o.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),Ty=["typed","map","sqrt","variance"],Oy=Cr("std",Ty,(e=>{var{typed:r,map:t,sqrt:n,variance:i}=e,a=yp({typed:r,map:t,sqrt:n,variance:i});return r("std",{"...any":function(e){e=py(e);try{return a.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),ky=["typed","config","add","numeric"],zy=Cr("sum",ky,(e=>{var{typed:r,config:t,add:n,numeric:i}=e,a=ip({typed:r,config:t,add:n,numeric:i});return r("sum",{"...any":function(e){e=py(e);try{return a.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),Iy=["typed","bignumber","add","subtract","divide","multiply","partitionSelect","compare","isInteger","smaller","smallerEq","larger","mapSlices"],Ry=Cr("quantileSeq",Iy,(e=>{var{typed:r,bignumber:t,add:n,subtract:i,divide:a,multiply:o,partitionSelect:u,compare:s,isInteger:c,smaller:f,smallerEq:l,larger:m,mapSlices:d}=e,p=vp({typed:r,bignumber:t,add:n,subtract:i,divide:a,multiply:o,partitionSelect:u,compare:s,isInteger:c,smaller:f,smallerEq:l,larger:m,mapSlices:d});return r("quantileSeq",{"Array | Matrix, number | BigNumber":p,"Array | Matrix, number | BigNumber, number":(e,r,t)=>p(e,r,h(t)),"Array | Matrix, number | BigNumber, boolean":p,"Array | Matrix, number | BigNumber, boolean, number":(e,r,t,n)=>p(e,r,t,h(n)),"Array | Matrix, Array | Matrix":p,"Array | Matrix, Array | Matrix, number":(e,r,t)=>p(e,r,h(t)),"Array | Matrix, Array | Matrix, boolean":p,"Array | Matrix, Array | Matrix, boolean, number":(e,r,t,n)=>p(e,r,t,h(n))});function h(e){return py([[],e])[1]}}),{isTransformFunction:!0}),jy="cumsum",Uy=["typed","add","unaryPlus"],$y=Cr(jy,Uy,(e=>{var{typed:r,add:t,unaryPlus:n}=e,i=op({typed:r,add:t,unaryPlus:n});return r(jy,{"...any":function(e){if(2===e.length&&Ue(e[0])){var r=e[1];Be(r)?e[1]=r-1:qe(r)&&(e[1]=r.minus(1))}try{return i.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),Py="variance",Ly=["typed","add","subtract","multiply","divide","mapSlices","isNaN"],_y=Cr(Py,Ly,(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u}=e,s=pp({typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u});return r(Py,{"...any":function(e){e=py(e);try{return s.apply(null,e)}catch(e){throw um(e)}}})}),{isTransformFunction:!0}),Jy="print",Wy=["typed","matrix","zeros","add"],Vy=Cr(Jy,Wy,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=Xs({typed:r,matrix:t,zeros:n,add:i});return r(Jy,{"string, Object | Array":function(e,r){return a(o(e),r)},"string, Object | Array, number | Object":function(e,r,t){return a(o(e),r,t)}});function o(e){return e.replace(Zs,(e=>"$"+e.slice(1).split(".").map((function(e){return!isNaN(e)&&e.length>0?parseInt(e)-1:e})).join(".")))}}),{isTransformFunction:!0}),Hy=["typed","matrix","zeros","add","equalScalar","not","concat"],Zy=Cr("and",Hy,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Ic({typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o});function s(e,r,t){var n=e[0].compile().evaluate(t);if(!Ue(n)&&!u(n,!0))return!1;var i=e[1].compile().evaluate(t);return u(n,i)}return s.rawArgs=!0,s}),{isTransformFunction:!0}),Gy=["typed","matrix","equalScalar","DenseMatrix","concat"],Xy=Cr("or",Gy,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=hu({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!Ue(n)&&o(n,!1))return!0;var i=e[1].compile().evaluate(t);return o(n,i)}return u.rawArgs=!0,u}),{isTransformFunction:!0}),Qy=["typed","matrix","zeros","add","equalScalar","not","concat"],Yy=Cr("bitAnd",Qy,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=ru({typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o});function s(e,r,t){var n=e[0].compile().evaluate(t);if(!Ue(n)){if(isNaN(n))return NaN;if(0===n||!1===n)return 0}var i=e[1].compile().evaluate(t);return u(n,i)}return s.rawArgs=!0,s}),{isTransformFunction:!0}),Ky=["typed","matrix","equalScalar","DenseMatrix","concat"],eg=Cr("bitOr",Ky,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=au({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!Ue(n)){if(isNaN(n))return NaN;if(-1===n)return-1;if(!0===n)return 1}var i=e[1].compile().evaluate(t);return o(n,i)}return u.rawArgs=!0,u}),{isTransformFunction:!0}),rg=st({config:Nr}),tg=lt({}),ng=Zh({BigNumber:rg,config:Nr}),ig=Lh({}),ag=Av({BigNumber:rg,config:Nr}),og=pt({}),ug=tv({Complex:tg}),sg=Jh({BigNumber:rg,config:Nr}),cg=Qh({BigNumber:rg,config:Nr}),fg=Kh({BigNumber:rg,config:Nr}),lg=vt({}),mg=Wh({BigNumber:rg,config:Nr}),dg=_h({}),pg=Gh({BigNumber:rg,config:Nr}),hg=ht({}),vg=at({}),yg=ev({BigNumber:rg,config:Nr}),gg=_v({BigNumber:rg,config:Nr}),xg=Hh({BigNumber:rg,config:Nr}),bg=Ph({}),wg=nv({}),Dg=fn({Matrix:lg}),Ng=Ov({BigNumber:rg,config:Nr}),Ag=Xh({BigNumber:rg,config:Nr}),Mg=Vh({BigNumber:rg,config:Nr}),Cg=$h({}),Eg=rv({BigNumber:rg,config:Nr}),Sg=et({BigNumber:rg,Complex:tg,DenseMatrix:Dg,Fraction:og}),Fg=Tv({BigNumber:rg,config:Nr}),Bg=Na({typed:Sg}),qg=_f({Complex:tg,config:Nr,typed:Sg}),Tg=Hf({BigNumber:rg,typed:Sg}),Og=Qf({BigNumber:rg,Complex:tg,config:Nr,typed:Sg}),kg=Sa({typed:Sg}),zg=cu({typed:Sg}),Ig=nl({BigNumber:rg,Complex:tg,config:Nr,typed:Sg}),Rg=ol({typed:Sg}),jg=ul({typed:Sg}),Ug=ll({Complex:tg,config:Nr,typed:Sg}),$g=ra({typed:Sg}),Pg=nu({typed:Sg}),Lg=aa({typed:Sg}),_g=mn({typed:Sg}),Jg=wp({typed:Sg}),Wg=ua({Complex:tg,typed:Sg}),Vg=lu({typed:Sg}),Hg=dl({typed:Sg}),Zg=vl({BigNumber:rg,typed:Sg}),Gg=xl({BigNumber:rg,typed:Sg}),Xg=La({typed:Sg}),Qg=Yi({config:Nr,typed:Sg}),Yg=Bs({typed:Sg}),Kg=_a({typed:Sg}),ex=Wa({Complex:tg,typed:Sg}),rx=Eu({typed:Sg}),tx=Bu({typed:Sg}),nx=Tu({typed:Sg}),ix=Js({typed:Sg}),ax=zu({typed:Sg}),ox=Hs({format:ix,typed:Sg}),ux=mu({typed:Sg}),sx=wn({typed:Sg}),cx=Ri({config:Nr,typed:Sg}),fx=_i({config:Nr,typed:Sg}),lx=Wi({equalScalar:Qg,typed:Sg}),mx=Yh({BigNumber:rg,config:Nr}),dx=Fp({Complex:tg,typed:Sg}),px=Ao({Complex:tg,config:Nr,typed:Sg}),hx=Co({Complex:tg,config:Nr,typed:Sg}),vx=Pu({typed:Sg}),yx=Eo({typed:Sg}),gx=pu({typed:Sg}),xx=ea({typed:Sg}),bx=Vs({format:ix,typed:Sg}),wx=th({config:Nr,typed:Sg}),Dx=Xs({typed:Sg}),Nx=ah({config:Nr,typed:Sg}),Ax=du({typed:Sg}),Mx=Dl({BigNumber:rg,typed:Sg}),Cx=Oo({BigNumber:rg,Fraction:og,complex:Wg,typed:Sg}),Ex=Ml({typed:Sg}),Sx=Ki({Matrix:lg,equalScalar:Qg,typed:Sg}),Fx=ga({typed:Sg}),Bx=Io({typed:Sg}),qx=na({typed:Sg}),Tx=Ba({typed:Sg}),Ox=Sl({typed:Sg}),kx=Gi({typed:Sg}),zx=Wf({Complex:tg,config:Nr,typed:Sg}),Ix=Kf({BigNumber:rg,typed:Sg}),Rx=rl({BigNumber:rg,Complex:tg,config:Nr,typed:Sg}),jx=oa({BigNumber:rg,typed:Sg}),Ux=Ap({typed:Sg}),$x=hl({typed:Sg}),Px=wl({BigNumber:rg,typed:Sg}),Lx=Hi({typed:Sg}),_x=ec({typed:Sg}),Jx=Ma({isInteger:sx,typed:Sg}),Wx=fa({DenseMatrix:Dg,Matrix:lg,SparseMatrix:Sx,typed:Sg}),Vx=ma({isZero:lx,matrix:Wx,typed:Sg}),Hx=Ju({BigNumber:rg,config:Nr,matrix:Wx,typed:Sg}),Zx=sh({config:Nr,log2:hx,typed:Sg}),Gx=Qu({isInteger:sx,matrix:Wx,typed:Sg}),Xx=Al({BigNumber:rg,typed:Sg}),Qx=El({typed:Sg}),Yx=Uf({SparseMatrix:Sx,typed:Sg}),Kx=ko({Complex:tg,config:Nr,typed:Sg}),eb=us({typed:Sg}),rb=Fl({typed:Sg}),tb=hs({matrix:Wx,typed:Sg}),nb=$o({BigNumber:rg,config:Nr,matrix:Wx,typed:Sg}),ib=xs({BigNumber:rg,config:Nr,matrix:Wx,typed:Sg}),ab=Gf({BigNumber:rg,Complex:tg,config:Nr,typed:Sg}),ob=al({Complex:tg,config:Nr,typed:Sg}),ub=Ws({format:ix,typed:Sg}),sb=gu({isInteger:sx,matrix:Wx,typed:Sg}),cb=gl({BigNumber:rg,typed:Sg}),fb=ys({conj:Vg,transpose:tb,typed:Sg}),lb=Cu({DenseMatrix:Dg,SparseMatrix:Sx,matrix:Wx,typed:Sg}),mb=Wo({concat:sb,equalScalar:Qg,matrix:Wx,multiplyScalar:yx,typed:Sg}),db=Hc({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),pb=sa({Fraction:og,typed:Sg}),hb=Ru({BigNumber:rg,DenseMatrix:Dg,SparseMatrix:Sx,config:Nr,matrix:Wx,typed:Sg}),vb=Ui({typed:Sg}),yb=Uu({matrix:Wx,multiplyScalar:yx,typed:Sg}),gb=sf({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,config:Nr,matrix:Wx,typed:Sg}),xb=qc({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg,zeros:ib}),bb=Us({isNaN:Lx,isNumeric:vb,typed:Sg}),wb=qo({BigNumber:rg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),Db=rc({bignumber:jx,fraction:pb,number:xx}),Nb=Ls({config:Nr,multiplyScalar:yx,numeric:Db,typed:Sg}),Ab=Yu({config:Nr,matrix:Wx}),Mb=Oc({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg,zeros:ib}),Cb=uc({BigNumber:rg,DenseMatrix:Dg,config:Nr,equalScalar:Qg,matrix:Wx,typed:Sg,zeros:ib}),Eb=as({matrix:Wx,config:Nr,typed:Sg}),Sb=Yc({DenseMatrix:Dg,SparseMatrix:Sx,bignumber:jx,concat:sb,config:Nr,matrix:Wx,typed:Sg}),Fb=Ys({concat:sb,matrix:Wx,typed:Sg}),Bb=ba({typed:Sg}),qb=df({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,config:Nr,equalScalar:Qg,matrix:Wx,typed:Sg}),Tb=vu({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,matrix:Wx,typed:Sg}),Ob=Xl({DenseMatrix:Dg,SparseMatrix:Sx,addScalar:kg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),kb=cl({BigNumber:rg,DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),zb=ru({concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),Ib=au({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),Rb=su({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,matrix:Wx,typed:Sg}),jb=Ta({BigNumber:rg,Complex:tg,Fraction:og,config:Nr,isNegative:cx,matrix:Wx,typed:Sg,unaryMinus:Bb}),Ub=jc({BigNumber:rg,DenseMatrix:Dg,Fraction:og,concat:sb,config:Nr,equalScalar:Qg,matrix:Wx,typed:Sg}),$b=Wc({concat:sb,matrix:Wx,typed:Sg}),Pb=Du({prod:Nb,size:Eb,typed:Sg}),Lb=lf({equal:db,typed:Sg}),_b=nc({numeric:Db,typed:Sg}),Jb=gc({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,divideScalar:_b,equalScalar:Qg,matrix:Wx,typed:Sg}),Wb=Xc({compareText:$b,isZero:lx,typed:Sg}),Vb=eo({DenseMatrix:Dg,config:Nr,equalScalar:Qg,matrix:Wx,round:Cb,typed:Sg,zeros:ib}),Hb=yo({BigNumber:rg,DenseMatrix:Dg,concat:sb,config:Nr,equalScalar:Qg,matrix:Wx,round:Cb,typed:Sg,zeros:ib}),Zb=Pi({isNumeric:vb,typed:Sg}),Gb=Yl({abs:Bg,addScalar:kg,divideScalar:_b,isPositive:fx,multiplyScalar:yx,smaller:Sb,sqrt:Kx,typed:Sg}),Xb=wf({DenseMatrix:Dg,smaller:Sb}),Qb=Df({ImmutableDenseMatrix:Xb,getMatrixDataType:ax}),Yb=af({DenseMatrix:Dg,SparseMatrix:Sx,bignumber:jx,concat:sb,config:Nr,matrix:Wx,typed:Sg}),Kb=fc({Complex:tg,config:Nr,divideScalar:_b,typeOf:kx,typed:Sg}),ew=wc({DenseMatrix:Dg,divideScalar:_b,equalScalar:Qg,matrix:Wx,multiplyScalar:yx,subtractScalar:Tx,typed:Sg}),rw=va({flatten:tx,matrix:Wx,size:Eb,typed:Sg}),tw=xf({config:Nr,isNaN:Lx,larger:Yb,numeric:Db,typed:Sg}),nw=bf({config:Nr,isNaN:Lx,numeric:Db,smaller:Sb,typed:Sg}),iw=uo({DenseMatrix:Dg,concat:sb,config:Nr,equalScalar:Qg,matrix:Wx,round:Cb,typed:Sg,zeros:ib}),aw=pc({Complex:tg,config:Nr,divideScalar:_b,typed:Sg}),ow=hu({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),uw=vf({compare:Ub,isNaN:Lx,isNumeric:vb,typed:Sg}),sw=ld({addScalar:kg,complex:Wg,conj:Vg,divideScalar:_b,equal:db,identity:hb,isZero:lx,matrix:Wx,multiplyScalar:yx,sign:Cx,sqrt:Kx,subtractScalar:Tx,typed:Sg,unaryMinus:Bb,zeros:ib}),cw=zc({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg,zeros:ib}),fw=rf({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,config:Nr,matrix:Wx,typed:Sg}),lw=cs({add:Ob,matrix:Wx,typed:Sg,zeros:ib}),mw=jo({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,subtractScalar:Tx,typed:Sg,unaryMinus:Bb}),dw=tm({add:Ob,matrix:Wx,typed:Sg}),pw=Nc({DenseMatrix:Dg,divideScalar:_b,equalScalar:Qg,matrix:Wx,multiplyScalar:yx,subtractScalar:Tx,typed:Sg}),hw=ph({addScalar:kg,combinations:Jg,divideScalar:_b,isInteger:sx,isNegative:cx,multiplyScalar:yx,typed:Sg}),vw=Lc({compare:Ub,typed:Sg}),yw=vh({addScalar:kg,combinations:Jg,isInteger:sx,isNegative:cx,isPositive:fx,larger:Yb,typed:Sg}),gw=_u({matrix:Wx,number:xx,subtract:mw,typed:Sg}),xw=tp({abs:Bg,addScalar:kg,deepEqual:Lb,divideScalar:_b,multiplyScalar:yx,sqrt:Kx,subtractScalar:Tx,typed:Sg}),bw=rm({addScalar:kg,conj:Vg,multiplyScalar:yx,size:Eb,typed:Sg}),ww=Af({larger:Yb,smaller:Sb}),Dw=im({Index:Qb,typed:Sg}),Nw=Lo({BigNumber:rg,add:Ob,config:Nr,equal:db,isInteger:sx,mod:iw,smaller:Sb,typed:Sg,xgcd:nb}),Aw=xo({concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),Mw=mc({Complex:tg,config:Nr,divideScalar:_b,log:Kb,typed:Sg}),Cw=Mc({DenseMatrix:Dg,divideScalar:_b,equalScalar:Qg,matrix:Wx,multiplyScalar:yx,subtractScalar:Tx,typed:Sg}),Ew=pa({flatten:tx,matrix:Wx,size:Eb,typed:Sg}),Sw=Fo({addScalar:kg,dot:bw,equalScalar:Qg,matrix:Wx,multiplyScalar:yx,typed:Sg}),Fw=Gu({bignumber:jx,matrix:Wx,add:Ob,config:Nr,isPositive:fx,larger:Yb,largerEq:gb,smaller:Sb,smallerEq:fw,typed:Sg}),Bw=ns({Index:Qb,matrix:Wx,range:Fw,typed:Sg}),qw=ql({DenseMatrix:Dg,Index:Qb,compareNatural:vw,size:Eb,subset:lw,typed:Sg}),Tw=zl({DenseMatrix:Dg,Index:Qb,compareNatural:vw,size:Eb,subset:lw,typed:Sg}),Ow=Ul({Index:Qb,compareNatural:vw,size:Eb,subset:lw,typed:Sg}),kw=_l({Index:Qb,compareNatural:vw,size:Eb,subset:lw,typed:Sg}),zw=Ad({SparseMatrix:Sx,abs:Bg,add:Ob,divideScalar:_b,larger:Yb,largerEq:gb,multiply:Sw,subtract:mw,transpose:tb,typed:Sg}),Iw=gf({compare:Ub,compareNatural:vw,matrix:Wx,typed:Sg}),Rw=Da({config:Nr,numeric:Db,typed:Sg}),jw=Ec({DenseMatrix:Dg,divideScalar:_b,equalScalar:Qg,matrix:Wx,multiplyScalar:yx,subtractScalar:Tx,typed:Sg}),Uw=Ih({Complex:tg,add:Ob,multiply:Sw,number:xx,typed:Sg}),$w=Ic({concat:sb,equalScalar:Qg,matrix:Wx,not:gx,typed:Sg,zeros:ib}),Pw=$a({DenseMatrix:Dg,config:Nr,equalScalar:Qg,matrix:Wx,round:Cb,typed:Sg,zeros:ib}),Lw=bu({Index:Qb,matrix:Wx,range:Fw,typed:Sg}),_w=Au({matrix:Wx,multiply:Sw,subtract:mw,typed:Sg}),Jw=Ud({divideScalar:_b,isZero:lx,matrix:Wx,multiply:Sw,subtractScalar:Tx,typed:Sg,unaryMinus:Bb}),Ww=Ga({Complex:tg,DenseMatrix:Dg,ceil:Pw,equalScalar:Qg,floor:Vb,matrix:Wx,typed:Sg,zeros:ib}),Vw=$d({abs:Bg,addScalar:kg,det:Jw,divideScalar:_b,identity:hb,matrix:Wx,multiply:Sw,typed:Sg,unaryMinus:Bb}),Hw=Ld({Complex:tg,add:Ob,ctranspose:fb,deepEqual:Lb,divideScalar:_b,dot:bw,dotDivide:Jb,equal:db,inv:Vw,matrix:Wx,multiply:Sw,typed:Sg}),Zw=ic({Complex:tg,config:Nr,fraction:pb,identity:hb,inv:Vw,matrix:Wx,multiply:Sw,number:xx,typed:Sg}),Gw=Ol({DenseMatrix:Dg,Index:Qb,compareNatural:vw,size:Eb,subset:lw,typed:Sg}),Xw=Pl({Index:Qb,compareNatural:vw,size:Eb,subset:lw,typed:Sg}),Qw=Hl({Index:Qb,concat:sb,setDifference:Gw,size:Eb,subset:lw,typed:Sg}),Yw=Mf({FibonacciHeap:ww,addScalar:kg,equalScalar:Qg}),Kw=Hd({abs:Bg,add:Ob,identity:hb,inv:Vw,map:vx,max:tw,multiply:Sw,size:Eb,sqrt:Kx,subtract:mw,typed:Sg}),eD=ip({add:Ob,config:Nr,numeric:Db,typed:Sg}),rD=zf({BigNumber:rg,Complex:tg,Fraction:og,abs:Bg,addScalar:kg,config:Nr,divideScalar:_b,equal:db,fix:Ww,format:ix,isNumeric:vb,multiplyScalar:yx,number:xx,pow:Zw,round:Cb,subtractScalar:Tx}),tD=lv({BigNumber:rg,Unit:rD,config:Nr}),nD=Vv({BigNumber:rg,Unit:rD,config:Nr}),iD=kv({BigNumber:rg,Unit:rD,config:Nr}),aD=pv({BigNumber:rg,Unit:rD,config:Nr}),oD=Iv({BigNumber:rg,Unit:rD,config:Nr}),uD=hv({BigNumber:rg,Unit:rD,config:Nr}),sD=mv({BigNumber:rg,Unit:rD,config:Nr}),cD=op({add:Ob,typed:Sg,unaryPlus:Rw}),fD=Ev({BigNumber:rg,Unit:rD,config:Nr}),lD=vc({DenseMatrix:Dg,SparseMatrix:Sx,concat:sb,equalScalar:Qg,matrix:Wx,pow:Zw,typed:Sg}),mD=fv({BigNumber:rg,Unit:rD,config:Nr}),dD=dv({BigNumber:rg,Unit:rD,config:Nr}),pD=Wd({abs:Bg,add:Ob,identity:hb,inv:Vw,multiply:Sw,typed:Sg}),hD=Rv({BigNumber:rg,Unit:rD,config:Nr}),vD=bs({addScalar:kg,ceil:Pw,conj:Vg,divideScalar:_b,dotDivide:Jb,exp:Kg,i:ug,log2:hx,matrix:Wx,multiplyScalar:yx,pow:Zw,tau:xg,typed:Sg}),yD=Ep({BigNumber:rg,Complex:tg,config:Nr,multiplyScalar:yx,pow:Zw,typed:Sg}),gD=ov({BigNumber:rg,Unit:rD,config:Nr}),xD=Mv({BigNumber:rg,Unit:rD,config:Nr}),bD=Ds({conj:Vg,dotDivide:Jb,fft:vD,typed:Sg}),wD=vv({BigNumber:rg,Unit:rD,config:Nr}),DD=xv({BigNumber:rg,Unit:rD,config:Nr}),ND=Uv({BigNumber:rg,Unit:rD,config:Nr}),AD=cv({BigNumber:rg,Unit:rD,config:Nr}),MD=Hv({BigNumber:rg,Unit:rD,config:Nr}),CD=Pv({BigNumber:rg,Unit:rD,config:Nr}),ED=Sv({BigNumber:rg,Unit:rD,config:Nr}),SD=gv({BigNumber:rg,Unit:rD,config:Nr}),FD=Kv({BigNumber:rg,Unit:rD,config:Nr}),BD=Xv({BigNumber:rg,Unit:rD,config:Nr}),qD=ey({BigNumber:rg,Unit:rD,config:Nr}),TD=Cv({BigNumber:rg,Unit:rD,config:Nr}),OD=Fv({BigNumber:rg,Unit:rD,config:Nr}),kD=sv({BigNumber:rg,Unit:rD,config:Nr}),zD=Bv({BigNumber:rg,Unit:rD,config:Nr}),ID=Jv({BigNumber:rg,Unit:rD,config:Nr}),RD=Wl({compareNatural:vw,typed:Sg}),jD=av({BigNumber:rg,Unit:rD,config:Nr}),UD=Wv({BigNumber:rg,Unit:rD,config:Nr}),$D=qv({BigNumber:rg,Unit:rD,config:Nr}),PD=zv({BigNumber:rg,Unit:rD,config:Nr}),LD=bv({BigNumber:rg,Unit:rD,config:Nr}),_D=Pf({Unit:rD,typed:Sg}),JD=ep({divideScalar:_b,equalScalar:Qg,inv:Vw,matrix:Wx,multiply:Sw,typed:Sg}),WD=Dv({BigNumber:rg,Unit:rD,config:Nr}),VD=qp({gamma:yD,typed:Sg}),HD=jv({BigNumber:rg,Unit:rD,config:Nr}),ZD=Gv({BigNumber:rg,Unit:rD,config:Nr}),GD=np({abs:Bg,add:Ob,addScalar:kg,config:Nr,divideScalar:_b,equalScalar:Qg,flatten:tx,isNumeric:vb,isZero:lx,matrix:Wx,multiply:Sw,multiplyScalar:yx,smaller:Sb,subtract:mw,typed:Sg}),XD=fd({DenseMatrix:Dg,Spa:Yw,SparseMatrix:Sx,abs:Bg,addScalar:kg,divideScalar:_b,equalScalar:Qg,larger:Yb,matrix:Wx,multiplyScalar:yx,subtractScalar:Tx,typed:Sg,unaryMinus:Bb}),QD=yv({BigNumber:rg,Unit:rD,config:Nr}),YD=Zv({BigNumber:rg,Unit:rD,config:Nr}),KD=zp({add:Ob,divide:JD,factorial:VD,isInteger:sx,isPositive:fx,multiply:Sw,typed:Sg}),eN=Rp({factorial:VD,typed:Sg}),rN=Qv({BigNumber:rg,Unit:rD,config:Nr}),tN=Fd({add:Ob,cbrt:jb,divide:JD,equalScalar:Qg,im:ux,isZero:lx,multiply:Sw,re:Ax,sqrt:Kx,subtract:mw,typeOf:kx,typed:Sg,unaryMinus:Bb}),nN=Rl({DenseMatrix:Dg,Index:Qb,compareNatural:vw,size:Eb,subset:lw,typed:Sg}),iN=Fs({abs:Bg,add:Ob,bignumber:jx,divide:JD,isNegative:cx,isPositive:fx,larger:Yb,map:vx,matrix:Wx,max:tw,multiply:Sw,smaller:Sb,subtract:mw,typed:Sg,unaryMinus:Bb}),aN=fh({bignumber:jx,addScalar:kg,combinations:Jg,divideScalar:_b,factorial:VD,isInteger:sx,isNegative:cx,larger:Yb,multiplyScalar:yx,number:xx,pow:Zw,subtractScalar:Tx,typed:Sg}),oN=Rf({Unit:rD,typed:Sg}),uN=mh({addScalar:kg,isInteger:sx,isNegative:cx,stirlingS2:aN,typed:Sg}),sN=_d({abs:Bg,add:Ob,addScalar:kg,atan:jg,bignumber:jx,column:Lw,complex:Wg,config:Nr,cos:Hg,diag:lb,divideScalar:_b,dot:bw,equal:db,flatten:tx,im:ux,inv:Vw,larger:Yb,matrix:Wx,matrixFromColumns:rw,multiply:Sw,multiplyScalar:yx,number:xx,qr:sw,re:Ax,reshape:Gx,sin:Ex,size:Eb,smaller:Sb,sqrt:Kx,subtract:mw,typed:Sg,usolve:pw,usolveAll:jw}),cN=Nv({BigNumber:rg,Unit:rD,config:Nr}),fN=$v({BigNumber:rg,Unit:rD,config:Nr}),lN=Op({divide:JD,dotDivide:Jb,isNumeric:vb,log:Kb,map:vx,matrix:Wx,multiply:Sw,sum:eD,typed:Sg}),mN=Ed({DenseMatrix:Dg,lsolve:ew,lup:XD,matrix:Wx,slu:zw,typed:Sg,usolve:pw}),dN=sp({add:Ob,divide:JD,typed:Sg}),pN=Lv({BigNumber:rg,Unit:rD,config:Nr}),hN=uv({BigNumber:rg,Unit:rD,config:Nr}),vN=vp({bignumber:jx,add:Ob,compare:Ub,divide:JD,isInteger:sx,larger:Yb,mapSlices:Jx,multiply:Sw,partitionSelect:uw,smaller:Sb,smallerEq:fw,subtract:mw,typed:Sg}),yN=Gl({Index:Qb,concat:sb,setIntersect:nN,setSymDifference:Qw,size:Eb,subset:lw,typed:Sg}),gN=pp({add:Ob,divide:JD,isNaN:Lx,mapSlices:Jx,multiply:Sw,subtract:mw,typed:Sg}),xN=wv({BigNumber:rg,Unit:rD,config:Nr}),bN=fp({add:Ob,compare:Ub,divide:JD,partitionSelect:uw,typed:Sg}),wN=xp({add:Ob,divide:JD,matrix:Wx,mean:dN,multiply:Sw,pow:Zw,sqrt:Kx,subtract:mw,sum:eD,typed:Sg}),DN=jh({Complex:tg,add:Ob,divide:JD,matrix:Wx,multiply:Sw,typed:Sg}),NN=lp({abs:Bg,map:vx,median:bN,subtract:mw,typed:Sg}),AN=yp({map:vx,sqrt:Kx,typed:Sg,variance:gN}),MN=Rs({BigNumber:rg,Complex:tg,add:Ob,config:Nr,divide:JD,equal:db,factorial:VD,gamma:yD,isNegative:cx,multiply:Sw,pi:Mg,pow:Zw,sin:Ex,smallerEq:fw,subtract:mw,typed:Sg}),CN=em({abs:Bg,add:Ob,conj:Vg,ctranspose:fb,eigs:sN,equalScalar:Qg,larger:Yb,matrix:Wx,multiply:Sw,pow:Zw,smaller:Sb,sqrt:Kx,typed:Sg}),EN=ts({BigNumber:rg,DenseMatrix:Dg,SparseMatrix:Sx,addScalar:kg,config:Nr,cos:Hg,matrix:Wx,multiplyScalar:yx,norm:CN,sin:Ex,typed:Sg,unaryMinus:Bb}),SN=Yv({BigNumber:rg,Unit:rD,config:Nr}),FN=Qd({identity:hb,matrix:Wx,multiply:Sw,norm:CN,qr:sw,subtract:mw,typed:Sg}),BN=es({multiply:Sw,rotationMatrix:EN,typed:Sg}),qN=Gd({abs:Bg,add:Ob,concat:sb,identity:hb,index:Dw,lusolve:mN,matrix:Wx,matrixFromColumns:rw,multiply:Sw,range:Fw,schur:FN,subset:lw,subtract:mw,transpose:tb,typed:Sg}),TN=Kd({matrix:Wx,multiply:Sw,sylvester:qN,transpose:tb,typed:Sg}),ON={},kN={},zN={},IN=om({mathWithTransform:kN}),RN=Lm({Node:IN}),jN=Wm({Node:IN}),UN=Hm({Node:IN}),$N=Qm({Node:IN}),PN=mm({Node:IN}),LN=wm({Node:IN,ResultSet:vg}),_N=Nm({Node:IN}),JN=Im({Node:IN}),WN=Gm({Node:IN}),VN=Uh({classes:zN}),HN=qd({math:ON,typed:Sg}),ZN=jm({Node:IN,typed:Sg}),GN=jd({Chain:HN,typed:Sg}),XN=fm({Node:IN,subset:lw}),QN=xm({matrix:Wx,Node:IN,subset:lw}),YN=$m({Node:IN,size:Eb}),KN=Ym({Unit:rD,Node:IN,math:ON}),eA=ed({Node:IN,SymbolNode:KN,math:ON}),rA=td({AccessorNode:XN,ArrayNode:PN,AssignmentNode:QN,BlockNode:LN,ConditionalNode:_N,ConstantNode:JN,FunctionAssignmentNode:ZN,FunctionNode:eA,IndexNode:YN,ObjectNode:RN,OperatorNode:jN,ParenthesisNode:UN,RangeNode:WN,RelationalNode:$N,SymbolNode:KN,config:Nr,numeric:Db,typed:Sg}),tA=Sh({ConstantNode:JN,FunctionNode:eA,OperatorNode:jN,ParenthesisNode:UN,parse:rA,typed:Sg}),nA=Mh({bignumber:jx,fraction:pb,AccessorNode:XN,ArrayNode:PN,ConstantNode:JN,FunctionNode:eA,IndexNode:YN,ObjectNode:RN,OperatorNode:jN,SymbolNode:KN,config:Nr,mathWithTransform:kN,matrix:Wx,typed:Sg}),iA=id({parse:rA,typed:Sg}),aA=Eh({AccessorNode:XN,ArrayNode:PN,ConstantNode:JN,FunctionNode:eA,IndexNode:YN,ObjectNode:RN,OperatorNode:jN,ParenthesisNode:UN,SymbolNode:KN,add:Ob,divide:JD,equal:db,isZero:lx,multiply:Sw,parse:rA,pow:Zw,subtract:mw,typed:Sg}),oA=od({parse:rA,typed:Sg}),uA=Bd({evaluate:oA}),sA=ud({evaluate:oA,parse:rA}),cA=Ah({AccessorNode:XN,ArrayNode:PN,ConstantNode:JN,FunctionNode:eA,IndexNode:YN,ObjectNode:RN,OperatorNode:jN,ParenthesisNode:UN,SymbolNode:KN,equal:db,parse:rA,replacer:Cg,resolve:tA,simplifyConstant:nA,simplifyCore:aA,typed:Sg}),fA=Bh({OperatorNode:jN,parse:rA,simplify:cA,typed:Sg}),lA=gh({parse:rA,typed:Sg}),mA=cd({Parser:sA,typed:Sg}),dA=kh({bignumber:jx,fraction:pb,AccessorNode:XN,ArrayNode:PN,ConstantNode:JN,FunctionNode:eA,IndexNode:YN,ObjectNode:RN,OperatorNode:jN,ParenthesisNode:UN,SymbolNode:KN,add:Ob,config:Nr,divide:JD,equal:db,isZero:lx,mathWithTransform:kN,matrix:Wx,multiply:Sw,parse:rA,pow:Zw,simplify:cA,simplifyConstant:nA,simplifyCore:aA,subtract:mw,typed:Sg}),pA=Th({ConstantNode:JN,FunctionNode:eA,OperatorNode:jN,ParenthesisNode:UN,SymbolNode:KN,config:Nr,equal:db,isZero:lx,numeric:Db,parse:rA,simplify:cA,typed:Sg}),hA=Id({Help:uA,mathWithTransform:kN,typed:Sg});ye(ON,{e:ng,false:ig,fineStructure:ag,i:ug,Infinity:sg,LN10:cg,LOG10E:fg,NaN:mg,null:dg,phi:pg,SQRT1_2:yg,sackurTetrode:gg,tau:xg,true:bg,E:ng,version:wg,efimovFactor:Ng,LN2:Ag,pi:Mg,replacer:Cg,reviver:VN,SQRT2:Eg,typed:Sg,PI:Mg,weakMixingAngle:Fg,abs:Bg,acos:qg,acot:Tg,acsc:Og,addScalar:kg,arg:zg,asech:Ig,asinh:Rg,atan:jg,atanh:Ug,bigint:$g,bitNot:Pg,boolean:Lg,clone:_g,combinations:Jg,complex:Wg,conj:Vg,cos:Hg,cot:Zg,csc:Gg,cube:Xg,equalScalar:Qg,erf:Yg,exp:Kg,expm1:ex,filter:rx,flatten:tx,forEach:nx,format:ix,getMatrixDataType:ax,hex:ox,im:ux,isInteger:sx,isNegative:cx,isPositive:fx,isZero:lx,LOG2E:mx,lgamma:dx,log10:px,log2:hx,map:vx,multiplyScalar:yx,not:gx,number:xx,oct:bx,pickRandom:wx,print:Dx,random:Nx,re:Ax,sec:Mx,sign:Cx,sin:Ex,splitUnit:Fx,square:Bx,string:qx,subtractScalar:Tx,tan:Ox,typeOf:kx,acosh:zx,acsch:Ix,asec:Rx,bignumber:jx,chain:GN,combinationsWithRep:Ux,cosh:$x,csch:Px,isNaN:Lx,isPrime:_x,mapSlices:Jx,matrix:Wx,matrixFromFunction:Vx,ones:Hx,randomInt:Zx,reshape:Gx,sech:Xx,sinh:Qx,sparse:Yx,sqrt:Kx,squeeze:eb,tanh:rb,transpose:tb,xgcd:nb,zeros:ib,acoth:ab,asin:ob,bin:ub,concat:sb,coth:cb,ctranspose:fb,diag:lb,dotMultiply:mb,equal:db,fraction:pb,identity:hb,isNumeric:vb,kron:yb,largerEq:gb,leftShift:xb,mode:bb,nthRoot:wb,numeric:Db,prod:Nb,resize:Ab,rightArithShift:Mb,round:Cb,size:Eb,smaller:Sb,to:Fb,unaryMinus:Bb,unequal:qb,xor:Tb,add:Ob,atan2:kb,bitAnd:zb,bitOr:Ib,bitXor:Rb,cbrt:jb,compare:Ub,compareText:$b,count:Pb,deepEqual:Lb,divideScalar:_b,dotDivide:Jb,equalText:Wb,floor:Vb,gcd:Hb,hasNumericValue:Zb,hypot:Gb,larger:Yb,log:Kb,lsolve:ew,matrixFromColumns:rw,max:tw,min:nw,mod:iw,nthRoots:aw,or:ow,partitionSelect:uw,qr:sw,rightLogShift:cw,smallerEq:fw,subset:lw,subtract:mw,trace:dw,usolve:pw,catalan:hw,compareNatural:vw,composition:yw,diff:gw,distance:xw,dot:bw,index:Dw,invmod:Nw,lcm:Aw,log1p:Mw,lsolveAll:Cw,matrixFromRows:Ew,multiply:Sw,range:Fw,row:Bw,setCartesian:qw,setDistinct:Tw,setIsSubset:Ow,setPowerset:kw,slu:zw,sort:Iw,unaryPlus:Rw,usolveAll:jw,zpk2tf:Uw,and:$w,ceil:Pw,column:Lw,cross:_w,det:Jw,fix:Ww,inv:Vw,pinv:Hw,pow:Zw,setDifference:Gw,setMultiplicity:Xw,setSymDifference:Qw,sqrtm:Kw,sum:eD,vacuumImpedance:tD,wienDisplacement:nD,atomicMass:iD,bohrMagneton:aD,boltzmann:oD,conductanceQuantum:uD,coulomb:sD,cumsum:cD,deuteronMass:fD,dotPow:lD,electricConstant:mD,elementaryCharge:dD,expm:pD,faraday:hD,fft:vD,gamma:yD,gravitationConstant:gD,hartreeEnergy:xD,ifft:bD,inverseConductanceQuantum:wD,klitzing:DD,loschmidt:ND,magneticConstant:AD,molarMass:MD,molarPlanckConstant:CD,neutronMass:ED,nuclearMagneton:SD,planckCharge:FD,planckLength:BD,planckTemperature:qD,protonMass:TD,quantumOfCirculation:OD,reducedPlanckConstant:kD,rydberg:zD,secondRadiation:ID,setSize:RD,speedOfLight:jD,stefanBoltzmann:UD,thomsonCrossSection:$D,avogadro:PD,bohrRadius:LD,createUnit:_D,divide:JD,electronMass:WD,factorial:VD,firstRadiation:HD,gravity:ZD,intersect:GD,lup:XD,magneticFluxQuantum:QD,molarMassC12:YD,multinomial:KD,parse:rA,permutations:eN,planckMass:rN,polynomialRoot:tN,resolve:tA,setIntersect:nN,simplifyConstant:nA,solveODE:iN,stirlingS2:aN,unit:oN,bellNumbers:uN,compile:iA,eigs:sN,fermiCoupling:cN,gasConstant:fN,kldivergence:lN,lusolve:mN,mean:dN,molarVolume:pN,planckConstant:hN,quantileSeq:vN,setUnion:yN,simplifyCore:aA,variance:gN,classicalElectronRadius:xN,evaluate:oA,median:bN,simplify:cA,symbolicEqual:fA,corr:wN,freqz:DN,leafCount:lA,mad:NN,parser:mA,rationalize:dA,std:AN,zeta:MN,derivative:pA,norm:CN,rotationMatrix:EN,help:hA,planckTime:SN,schur:FN,rotate:BN,sylvester:qN,lyap:TN,config:Nr}),ye(kN,ON,{mapSlices:iy({isInteger:sx,typed:Sg}),filter:fy({typed:Sg}),forEach:ly({typed:Sg}),map:dy({typed:Sg}),or:Xy({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),and:Zy({add:Ob,concat:sb,equalScalar:Qg,matrix:Wx,not:gx,typed:Sg,zeros:ib}),concat:Sy({isInteger:sx,matrix:Wx,typed:Sg}),index:my({Index:Qb,getMatrixDataType:ax}),print:Vy({add:Ob,matrix:Wx,typed:Sg,zeros:ib}),sum:zy({add:Ob,config:Nr,numeric:Db,typed:Sg}),bitAnd:Yy({add:Ob,concat:sb,equalScalar:Qg,matrix:Wx,not:gx,typed:Sg,zeros:ib}),min:by({config:Nr,isNaN:Lx,numeric:Db,smaller:Sb,typed:Sg}),subset:Cy({add:Ob,matrix:Wx,typed:Sg,zeros:ib}),bitOr:eg({DenseMatrix:Dg,concat:sb,equalScalar:Qg,matrix:Wx,typed:Sg}),cumsum:$y({add:Ob,typed:Sg,unaryPlus:Rw}),diff:qy({bignumber:jx,matrix:Wx,number:xx,subtract:mw,typed:Sg}),max:vy({config:Nr,isNaN:Lx,larger:Yb,numeric:Db,typed:Sg}),range:Dy({bignumber:jx,matrix:Wx,add:Ob,config:Nr,isPositive:fx,larger:Yb,largerEq:gb,smaller:Sb,smallerEq:fw,typed:Sg}),row:Ay({Index:Qb,matrix:Wx,range:Fw,typed:Sg}),column:ay({Index:Qb,matrix:Wx,range:Fw,typed:Sg}),mean:gy({add:Ob,divide:JD,typed:Sg}),quantileSeq:Ry({add:Ob,bignumber:jx,compare:Ub,divide:JD,isInteger:sx,larger:Yb,mapSlices:Jx,multiply:Sw,partitionSelect:uw,smaller:Sb,smallerEq:fw,subtract:mw,typed:Sg}),variance:_y({add:Ob,divide:JD,isNaN:Lx,mapSlices:Jx,multiply:Sw,subtract:mw,typed:Sg}),std:Oy({map:vx,sqrt:Kx,typed:Sg,variance:gN})}),ye(zN,{BigNumber:rg,Complex:tg,Fraction:og,Matrix:lg,Node:IN,ObjectNode:RN,OperatorNode:jN,ParenthesisNode:UN,Range:hg,RelationalNode:$N,ResultSet:vg,ArrayNode:PN,BlockNode:LN,ConditionalNode:_N,ConstantNode:JN,DenseMatrix:Dg,RangeNode:WN,Chain:HN,FunctionAssignmentNode:ZN,SparseMatrix:Sx,ImmutableDenseMatrix:Xb,Index:Qb,AccessorNode:XN,AssignmentNode:QN,FibonacciHeap:ww,IndexNode:YN,Spa:Yw,Unit:rD,SymbolNode:KN,FunctionNode:eA,Help:uA,Parser:sA}),HN.createProxy(ON);let vA=!1;async function yA(e){re.getI().play(e),K(e),e.style.animation="none",gA(e);const r=document.getElementById(h);if(!r)return void console.error("No container found with id: lido-container");const t=r.objective,n=r.querySelector(".lido-slide-fill");if(!n)return;const i=zA(e.value,[t]);if(jA(i),i){const e=r.onCorrect;await TA(e,r),100!==JSON.parse(n.fill)||vA?vA=!1:(vA=!0,r.style.pointerEvents="none",VA(),UA())}else{const e=r.onInCorrect;await TA(e,r)}}function gA(e){const r=document.getElementById(h);if(!r)return void console.error("No container found with id: lido-container");K(e);const t=r.querySelector(".lido-float");if(!t)return;const n=t.getAttribute("float-direction")||"bottomToTop",i=5*Math.random();if(e.style.position="absolute","leftToRight"===n){const r=t.offsetHeight;e.style.left="unset",e.style.right=`${window.innerWidth+document.body.getBoundingClientRect().width}px`,e.style.top=`${Math.floor(Math.random()*(r-e.clientHeight))}px`,e.style.setProperty("--el-left",e.style.right),e.style.animation=`float-lr 15s linear ${i}s`}else{const r=t.offsetWidth;e.style.left=`${Math.floor(Math.random()*(r-e.clientWidth))}px`;const n=document.body.offsetHeight+e.offsetHeight*(1/aM());e.style.top=`${n}px`;const a=5+5*Math.random();e.style.setProperty("--el-top",`${n}px`),e.style.animation=`float-up ${a}s linear ${i}s`,e.id="removeShadow"}e.addEventListener("animationend",(()=>{e.style.animation="none",gA(e)}),{once:!0})}function xA(e){const r=document.getElementById(h).querySelector("#lido-slide-fill");let t=r.fill;t=function(e,r=0){const t=e.toString().trim().replace("%",""),n=parseFloat(t);return isNaN(n)?r:t.startsWith("+")?r>=100?100:Math.min(100,r+n):t.startsWith("-")?r<=0?0:Math.max(0,r+n):Math.max(0,Math.min(100,n))}(e,JSON.parse(t)),r.setAttribute("fill",t)}const bA=(e,r)=>new Promise((t=>{const n=`\n @keyframes widthDecrease {\n 0% { \n background-color: ${e.style.backgroundColor};\n height: ${e.style.height};\n margin: ${e.style.margin};\n ${e.innerHTML=""}\n }\n 100% { background-color: transparent; height: 0px; margin: 0px; }\n }`,i=document.styleSheets[0];i.insertRule(n,i.cssRules.length),e.style.animation="widthDecrease 0.1s",e.addEventListener("animationend",(()=>{e.style.height="0px",e.style.margin="0px",e.style.backgroundColor="transparent",e.remove(),1===r.length&&setTimeout((()=>VA()),2e3),t()}))}));let wA=0;const DA=async()=>{var e;const r=document.getElementById("lido-container"),t=null===(e=r.querySelector("#lidoCalculator"))||void 0===e?void 0:e.getAttribute("value"),n=document.querySelectorAll("[type='calculate']"),i=n[0],a="true"===r.getAttribute("is-continue-on-correct"),o=Number(i.value),u=Number(t),s=r.querySelector("#dummy111"),c=r.querySelector("#dummy112");a?(c.innerHTML.length>0&&o===u&&(s.innerHTML=c.innerHTML),await(async e=>{var r;const t=null===(r=e.querySelector("#lidoCalculator"))||void 0===r?void 0:r.getAttribute("value"),n=document.querySelectorAll("[type='calculate']"),i=n[0],a=Number(i.value),o=Number(t);i&&o===a&&(i.innerHTML=i.string.replaceAll("?",o),e.querySelector("#dummy112").innerHTML=i.innerHTML,await bA(i,n))})(r)):t.length>0&&(t===i.value?(wA++,console.log("SCOREEEE",wA)):(wA>0&&wA--,console.log("SCOREEEE",wA)),c.innerHTML.length>0&&(s.innerHTML=c.innerHTML),i.innerHTML=i.string.replaceAll("?",u),c.innerHTML=i.innerHTML,await bA(i,n))};function NA(e){let r=Array.from({length:100},((e,r)=>r+1));const t=new Set,n={};let i=0;const a=(e,r)=>10*e+r+1,o=e.querySelectorAll('lido-math-matrix[type="drop"]');for(const e of Array.from(o)){const o=parseInt(e.getAttribute("cols")||"1"),u=parseInt(e.getAttribute("rows")||"1"),s=[];for(let e=0;e<=10-u;e++)for(let r=0;r<=10-o;r++){const n=[];let i=!0;for(let s=0;s<u;s++){for(let u=0;u<o;u++){const o=a(e+s,r+u);if(t.has(o)){i=!1;break}n.push(o)}if(!i)break}i&&s.push(n)}if(0===s.length){console.warn(`No space left for matrix ${i+1}`);continue}const c=s[Math.floor(Math.random()*s.length)];c.forEach((e=>{t.add(e),r=r.filter((r=>r!==e))})),i++,n[`slot-${i}`]={cells:c,width:o,height:u}}return n}const AA=(e,r)=>{const t=document.getElementById(h),n=U(t);e.style.transform="translate(0,0)";const i=r.getBoundingClientRect(),a=e.getBoundingClientRect(),o=(i.left+i.width/2-(a.left+a.width/2))/n,u=(i.top+i.height/2-(a.top+a.height/2))/n,s=e.getAttribute("rows")?parseInt(e.getAttribute("rows")):1,c=e.getAttribute("cols")?parseInt(e.getAttribute("cols")):1,f=parseInt(r.style.width);if(1===s||1===c)return s===c?void(e.style.transform=`translate(${o}px, ${u}px)`):void(s>c?10===s?e.style.transform=`translate(${o+(4*f+f/2)}px, ${u}px)`:5===s?e.style.transform=`translate(${o+2*f}px, ${u}px)`:2===s&&(e.style.transform=`translate(${o+f/2}px, ${u}px)`):s<c&&(10===c?e.style.transform=`translate(${o}px, ${u+4*f+.2*f+f/2}px)`:5===c&&(e.style.transform=`translate(${o}px, ${u+2*f+.0921*f}px)`)));if(s===c)return 2===s?void(e.style.transform=`translate(${o+f/2}px, ${u+f/2+4}px)`):void(e.style.transform=`translate(${o+f}px, ${u+f+4}px)`);if(3===s){if(2===c)return void(e.style.transform=`translate(${o+f}px, ${u+f/2+4}px)`);if(1===c)return void(e.style.transform=`translate(${o+f}px, ${u}px)`)}if(2===s){if(3===c)return void(e.style.transform=`translate(${o+f/2}px, ${u+f+4}px)`);if(1===c)return void(e.style.transform=`translate(${o+f/2}px, ${u}px)`)}};function MA(e){const r=Array.from({length:10},((r,t)=>e+1+10*t)),t=r[Math.floor(6*Math.random())];return console.log("kedachuruchu",Array.from({length:5},((e,r)=>t+10*r))),Array.from({length:5},((e,r)=>t+10*r))}function CA(e=16){const r=[],t=new Set;function n(e,r){return 10*(e-1)+r}for(;r.length<e;){const e=Math.floor(9*Math.random())+1,i=Math.floor(9*Math.random())+1,a=[n(e,i),n(e,i+1),n(e+1,i),n(e+1,i+1)];a.some((e=>t.has(e)))||(a.forEach((e=>t.add(e))),r.push(a))}return r}function EA(e=16){const r=[],t=new Set;function n(e,r){return 10*(e-1)+r}for(;r.length<e;){const e=Math.floor(9*Math.random())+1,i=Math.floor(10*Math.random())+1,a=n(e,i),o=n(e+1,i);t.has(a)||t.has(o)||(r.push([a,o]),t.add(a),t.add(o))}return r}const SA=new class{constructor(){this.rightMoves=0,this.wrongMoves=0,this.finalScore=0}};function FA(){const e={};return document.querySelectorAll(`[${d}]`).forEach((r=>{var t,n,i;const a=r.getAttribute(d);if(!a)return;const o=document.getElementById(a);if(!o)return;const u=null!==(t=o.getAttribute("tab-index"))&&void 0!==t?t:a;e[u]||(e[u]=[]);const s=null!==(i=null!==(n=r.getAttribute("value"))&&void 0!==n?n:r.value)&&void 0!==i?i:"";e[u].push(s)})),e}function BA(e,r,t){return(e||"")+(r?` ${r}`:"")+(t?` ${t}`:"")}const qA=async(e,r)=>{if(!document.getElementById(h))return void setTimeout((()=>qA(e,r)),500);const n=e.getAttribute("onEntry");switch(await TA(n,e),r){case"drag":!function(e){let r=!1,t=!1,n=0,i=0,a=0,o=0,u=null,s=null,c=!1;const f=document.getElementById(h);if(!f)return void console.error('Container with ID "container" not found.');QA(e,"drag");const l=l=>{var d,h;if($)return void(r=!1);if(re.getI().stop(),Q(e),r=!0,t=!0,l instanceof MouseEvent?(n=l.clientX,i=l.clientY):(n=l.touches[0].clientX,i=l.touches[0].clientY),e.style.opacity="1",e.style.cursor="grabbing",(null===(d=e.getAttribute("dropAttr"))||void 0===d?void 0:d.toLowerCase())===b.Diagonal){const r=window.getComputedStyle(e),t=e.getBoundingClientRect();u||(u=e.cloneNode(!0),u.style.left=`${t.left}px`,u.style.top=`${t.top}px`,u.style.width=`${t.width}px`,u.style.height=`${t.height}px`,u.style.transform=r.transform,u.style.zIndex="0",u.setAttribute("visible","true"),u.classList.add("cloned-element"),document.body.appendChild(u))}if((null===(h=e.getAttribute("dropAttr"))||void 0===h?void 0:h.toLowerCase())===b.InfiniteDrop){const r=e.querySelector("img"),t=null==r?void 0:r.getAttribute("src"),n=window.getComputedStyle(e),i=e.getBoundingClientRect();if(s||(s=e.cloneNode(!1),s.setAttribute("src",t),s.setAttribute("value",e.getAttribute("value")),s.setAttribute("visible","true"),s.style.left=`${i.left}px`,s.style.top=`${i.top}px`,s.style.width=`${i.width}px`,s.style.height=`${i.height}px`,s.style.transform=n.transform,s.style.position="absolute",s.style.zIndex="0",e.style.zIndex="100",document.body.appendChild(s)),e.getAttribute("droppedelement")){const r=e.getAttribute("droppedelement");document.querySelectorAll(`body > [droppedelement="${r}"]`).forEach((e=>e.remove()))}}const v=window.getComputedStyle(e).transform;if("none"!==v){const e=v.match(/matrix\(([^)]+)\)/);if(e){const r=e[1].split(", ");a=parseFloat(r[4]),o=parseFloat(r[5])}}else a=0,o=0;c&&(f.getBoundingClientRect(),e.getBoundingClientRect()),document.addEventListener("mousemove",m),document.addEventListener("mouseup",p),document.addEventListener("touchmove",m),document.addEventListener("touchend",p)};new MutationObserver((r=>{for(const t of r)"attributes"===t.type&&"style"===t.attributeName&&(f.getBoundingClientRect(),e.getBoundingClientRect()),"childList"===t.type&&t.removedNodes.length>0&&t.addedNodes.length>0&&(c=!0)})).observe(f,{childList:!0,attributes:!0,attributeFilter:["style"]});const m=u=>{if(console.log("moved"),!r)return;if($)return void(r=!1);t=!1,e.style.transition="none";const s=aM();let c=0,f=0;u instanceof MouseEvent?(c=(u.clientX-n)/s,f=(u.clientY-i)/s):(c=(u.touches[0].clientX-n)/s,f=(u.touches[0].clientY-i)/s),e.style.transform=`translate(${a+c}px, ${o+f}px)`;let l=L(e,"drop");document.querySelectorAll("[type='drop']").forEach((r=>{var t;const n=FA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==b.Diagonal&&(r.tagName.toLowerCase(),"lido-image"===r.tagName.toLowerCase()&&(r.style.opacity="0")):(r.tagName.toLowerCase(),r.tagName.toLowerCase(),r.style.opacity="1")})),l&&("lido-text"===l.tagName.toLowerCase()||document.getElementById("unitsDrop")&&document.getElementById("tensDrop")&&document.getElementById("hundredsDrop")||(l.style.opacity="0.3"))};let d=null;const p=()=>{var n,i;if(r=!1,t)return u&&(u.remove(),u=null),void(e.style.opacity="1");document.removeEventListener("mousemove",m),document.removeEventListener("mouseup",p),document.removeEventListener("touchmove",m),document.removeEventListener("touchend",p),e.style.opacity="",e.style.cursor="move";const a=document.querySelectorAll("[type='drop']");a.forEach((()=>{a.forEach((r=>{var t;const n=FA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==b.Diagonal&&("lido-text"===r.tagName.toLowerCase()||(r.style.opacity="lido-image"===r.tagName.toLowerCase()?"0":"1")):(r.tagName.toLowerCase(),r.tagName.toLowerCase(),r.style.opacity="1")}))}));let o=L(e,"drop");W(e,o),TA("this.updateCountBlender='true'",f),(null===(n=e.getAttribute("dropAttr"))||void 0===n?void 0:n.toLowerCase())===b.Diagonal&&(o?e&&(e.classList.add("diagonal-drop"),o.classList.add("diagonal-target"),d=o):(d&&(d.classList.remove("diagonal-target"),d=null),null==e||e.classList.remove("diagonal-drop"),e.style.transform="translate(0, 0)",u&&(u.remove(),u=null))),(null===(i=e.getAttribute("dropAttr"))||void 0===i?void 0:i.toLowerCase())===b.InfiniteDrop&&(o&&(o.style.opacity="0"),e.getAttribute("value")&&e.setAttribute("droppedElement",`${e.getAttribute("value")}-dropped`))};e.style.cursor="move",e.style.transform="translate(0, 0)",e.classList.add("drag-element"),e.addEventListener("mousedown",l),e.addEventListener("touchstart",l),e.addEventListener("click",(()=>{t&&H(e,"drag")}))}(e);break;case"click":!function(e){QA(e,"click"),e.style.cursor="pointer",e?(e.addEventListener("click",(async()=>{var r;const n=e.getAttribute("id");if("lido-arrow-left"===n||"lido-arrow-right"===n)return;const i=e.getAttribute("audio");i&&i.trim().length>0&&re.getI().stop();const a=document.getElementById(h),o=a.objective.split(","),u=document.querySelector("#lido-checkButton"),s="true"===a.getAttribute("show-check");if("lido-checkButton"==e.getAttribute("id"))return u.classList.add("lido-disable-check-button"),void await WA();if(0===a.objective.length)return;const c=e.classList.contains("lido-element-selected");let f=JSON.parse(null!==(r=a.getAttribute(t))&&void 0!==r?r:"[]");if(1===o.length){a.setAttribute(t,JSON.stringify([e.value]));const r=o.includes(e.value);if(q(e,r),r){const r=e.getAttribute("onCorrect");e.id&&e.id.startsWith("key-button")||(e.style.pointerEvents="none"),document.body.style.pointerEvents="none",await TA(r,e)}else{const r=e.getAttribute("onInCorrect");await TA(r,e)}return null!==e.closest("#lidoCalculator")||jA(r),ee(),void LA()}if(s&&u.classList.remove("lido-disable-check-button"),c){e.classList.remove("lido-element-selected"),TA(e.getAttribute("onEntry"),e),f=f.filter((r=>r!=e.value)),a.setAttribute(t,JSON.stringify([e.value]));let r=FA();const n=e.value,i=Object.keys(r).find((e=>r[e].includes(n)));if(i){r[i]=r[i].filter((e=>e!==n)),0===r[i].length&&delete r[i];const e=Object.keys(r).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((e,t)=>e.concat(r[t])),[]);a.setAttribute(t,JSON.stringify(e))}s&&0===f.length&&u.classList.add("lido-disable-check-button")}else{{e.classList.add("lido-element-selected");const r=e.value,n=Object.keys(o).find((e=>o[e]===r));let i=FA();n?i[n]=[r]:i[o.length+f.length]=[r];const u=Object.keys(i).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((e,r)=>e.concat(i[r])),[]);a.setAttribute(t,JSON.stringify(u));const s=o.includes(e.value);if(q(e,s),re.getI().stop(),s){const r=e.getAttribute("onCorrect");await TA(r,e)}else{const r=e.getAttribute("onInCorrect");await TA(r,e)}jA(s)}null!==e.closest("#lidoCalculator")||s||IA(o)!==IA(f)||WA()}})),e.addEventListener("pointerdown",(()=>{"clickable"===e.getAttribute("animation")&&(e.classList.add("removeShadow"),e.style.top="40px",e.style.position="relative")})),e.addEventListener("pointerup",(()=>{"clickable"===e.getAttribute("animation")&&setTimeout((()=>{e.classList.remove("removeShadow"),e.style.top="0px",e.style.position="relative"}),50)})),(e=>{var r;const t=.08*e.offsetHeight,n=(null===(r=e.style)||void 0===r?void 0:r.backgroundColor)||"#FFB742";e.style.setProperty("--btn-bg-color",n),e.style.setProperty("--btn-shadow-px",`0px ${t}px 0px`),e.style.setProperty("--btn-active",`${t}px`),e.style.setProperty("--btn-shadow-color",he(n).darken(17).toString()),e.classList.add("click-element")})(e)):console.error("No element provided.")}(e);break;case"drop":!function(e){e.classList.add("drop-element"),FA(),e.getAttribute("tab-index"),e.onclick=()=>{H(e,"drop")},QA(e,"drop"),V(e)}(e);break;case"slide":!function(e){let r,n,i,a=!1,o=!1,u=0,s=0,c=0,f=0;e.classList.add("drag-element");const l=e.parentElement;if(!l)return void console.error("Parent element not found.");const m=t=>{Q(e),o=!0,r=e.getBoundingClientRect(),n=r.left,i=r.top,t instanceof MouseEvent?(u=t.clientX,s=t.clientY):(u=t.touches[0].clientX,s=t.touches[0].clientY),e.style.opacity="0.8",e.style.cursor="grabbing";const a=window.getComputedStyle(e).transform;if("none"!==a){const e=a.match(/matrix\(([^)]+)\)/);if(e){const r=e[1].split(", ");c=parseFloat(r[4]),f=parseFloat(r[5])}}else c=0,f=0;l.getBoundingClientRect(),e.getBoundingClientRect(),document.addEventListener("mousemove",d),document.addEventListener("mouseup",p),document.addEventListener("touchmove",d),document.addEventListener("touchend",p)};new MutationObserver((r=>{for(const t of r)"attributes"===t.type&&"style"===t.attributeName&&(l.getBoundingClientRect(),e.getBoundingClientRect())})).observe(l,{attributes:!0,attributeFilter:["style"]});const d=r=>{if(!o)return;const t=U(l);let m=0,d=0;r instanceof MouseEvent?(m=(r.clientX-u)/t,d=(r.clientY-s)/t):(m=(r.touches[0].clientX-u)/t,d=(r.touches[0].clientY-s)/t);const p=1/aM(),v=c+m*p,y=f+d*p,g=l.getBoundingClientRect(),x=e.getBoundingClientRect(),b=e.style.transform.match(/-?\d+(\.\d+)?/g).map(Number),w=x.left/t-b[0],D=x.top-b[1],N=g.top-D,A=g.bottom-(x.bottom-b[1]),M=v+w<=g.left?g.left-w:Math.min(v,g.right-(x.right/t-b[0])),C=y+D<=g.top?N:Math.min(y,A);e.style.transform=`translate(${M}px, ${C}px)`;let E=L(e,"slide");if(E&&E!=e){o=!1;const t=e.parentElement,l=E.parentElement,m=E.getBoundingClientRect(),d=document.getElementById(h),p=U(d),v=(n+x.width/2-(m.left+m.width/2))/p,y=(i+x.height/2-(m.top+m.height/2))/p;if(E.style.transition="transform 0.3s ease",e.style.transition="transform 0.3s ease",t&&l){const n=document.createComment("element-placeholder"),i=document.createComment("overlapped-placeholder");E.style.transform=`translate(${v}px, ${y}px)`,e.style.transform=`translate(${-v}px, ${-y}px)`,setTimeout((()=>{t.replaceChild(n,e),l.replaceChild(i,E),t.replaceChild(E,n),l.replaceChild(e,i),E.style.transform="translate(0, 0)",E.style.transition="",e.style.transform="translate(0, 0)",e.style.transition=""}),300),u=r instanceof MouseEvent?r.clientX:r.touches[0].clientX,s=r instanceof MouseEvent?r.clientY:r.touches[0].clientY,c=0,f=0,a=!0}}},p=()=>{o=!1,document.removeEventListener("mousemove",d),document.removeEventListener("mouseup",p),document.removeEventListener("touchmove",d),document.removeEventListener("touchend",p),e.style.opacity="",e.style.cursor="move",e.style.transform="translate(0, 0)",setTimeout((()=>{a&&((e=>{var r;const n=document.getElementById(h),i=JSON.parse(null!==(r=n.getAttribute(t))&&void 0!==r?r:"[]"),a=document.querySelectorAll("[type='slide']");let o=0;a.forEach((e=>{i[o++]=e.value})),n.setAttribute(t,JSON.stringify(i));const u=document.getElementById(h).objective.split(","),s=i.indexOf(e.value),c=zA(e.value,[u[s].trim()]);"true"===n.getAttribute("is-continue-on-correct")?(jA(!0),LA()):jA(c)})(e),a=!1)}),300)};e.style.cursor="move",e.style.transform="translate(0, 0)",e.addEventListener("mousedown",m),e.addEventListener("touchstart",m)}(e);break;case"word":case"option":!function(e){let r=!1,t=!1,n=0,i=0,a=0,o=0;const u=document.getElementById(h),s=document.querySelector('[type="blank"]'),c=e.parentElement!==s?e.parentElement:null,f=e.getAttribute("type"),l=u.querySelector('[type="optionArea"]');if(l&&(l.style.overflowY="auto"),!u)return void console.error('Container with ID "lido-container" not found.');const m=c=>{const l=oe(c),m=Math.abs(l.clientX-a),d=Math.abs(l.clientY-o);if(!r&&(m>5||d>5)){if(r=!0,e.parentElement!==s&&"word"===f){const r=ne(e);e.parentElement.insertBefore(r,e.nextElementSibling)}if("category"!==e.parentElement.getAttribute("type")&&"option"===f){const r=ne(e);r.setAttribute("value",`${e.getAttribute("value")}`),r.style.visibility="hidden",e.parentElement.insertBefore(r,e.nextElementSibling)}const t=u.getBoundingClientRect(),a=function(e){const r=window.getComputedStyle(e).transform;if(r&&"none"!==r){const e=r.match(/matrix\(([^)]+)\)/);if(e)return e[1].split(",").map((e=>parseFloat(e.trim())))[0]}return 1}(u),o=(l.clientY-t.top-i)/a;e.style.left=(l.clientX-t.left-n)/a+"px",e.style.top=`${o}px`;const c=e.getBoundingClientRect();n=l.clientX-c.left,i=l.clientY-c.top,e.style.opacity="0.8",e.style.cursor="grabbing",e.style.position="absolute",e.style.zIndex="9999",e.style.touchAction="none",e.style.transition="none"}if(!r)return;t=!1,c.preventDefault();const p=u.getBoundingClientRect(),h=aM(),v=(l.clientY-p.top-i)/h;let y;if(e.style.left=(l.clientX-p.left-n)/h+"px",e.style.top=`${v}px`,"option"===f)y=ae(e,"option")||ae(e,"dummy");else if(y=ae(e,"word")||ae(e,"dummy"),y&&y.parentElement!==document.querySelector('[type="blank"]'))return;y&&"dummy"===y.getAttribute("type")||null!==te&&te===y||(function(e,r){var t,n;if(e===r)return;if(r&&"option"===r.getAttribute("type")&&"category"!==r.parentElement.getAttribute("type"))return;if("word"===e.getAttribute("type")&&!ae(e,"blank"))return;if("option"===e.getAttribute("type")&&!ae(e,"category"))return;const i=document.querySelector('[type="blank"]'),a=document.querySelector('[type="dummy"]');if(a)if(r)null===(t=r.parentNode)||void 0===t||t.insertBefore(a,r);else{const r=ae(e,"category");r?r.appendChild(a):i.appendChild(a)}else{const t=ne(e);t.style.visibility="hidden",t.setAttribute("type","dummy");const a=`\n @keyframes widthIncrease {\n 0% { width: 0px; height: 0px; }\n 100% { width: ${e.offsetWidth}px; height: ${e.offsetHeight}px;}\n }\n `;if(r)null===(n=r.parentNode)||void 0===n||n.insertBefore(t,r);else{const r=ae(e,"category");r?r.appendChild(t):i.appendChild(t)}const o=document.styleSheets[0];o.insertRule(a,o.cssRules.length),t.style.animation="widthIncrease 0.5s",t.addEventListener("animationend",(()=>{t.style.width=`${e.offsetWidth}px`,t.style.height=`${e.offsetHeight}px`}))}}(e,y),te=y)},d=()=>{r=!1,document.removeEventListener("mousemove",m),document.removeEventListener("mouseup",d),document.removeEventListener("touchmove",m),document.removeEventListener("touchend",d);const n=document.querySelector('[type="dummy"]');if(t)p(e);else if("option"!==f){if(ae(e,"blank")&&n&&n.replaceWith(e),c){const r=Array.from(c.children);(function(e,r){const t=e.getBoundingClientRect(),n=r.getBoundingClientRect();return!(t.right<n.left||t.left>n.right||t.bottom<n.top||t.top>n.bottom)}(e,c)||e.parentElement===c)&&r.forEach((r=>{r!==e&&r.getAttribute("value")===e.getAttribute("value")&&r.replaceWith(e)}))}ie(e),te=null,se(s,e)}else{const r=ae(e,"category"),t=Array.from(u.querySelectorAll(`[value="${e.getAttribute("value")}"]`)).find((r=>r!==e&&"DIV"===r.tagName));if(r){if(n&&(n.replaceWith(e),r.parentElement.classList.add("highlight-element"),u.querySelectorAll('[type="category"]').forEach((e=>{e!==r&&e.parentElement.classList.remove("highlight-element")})),ce(e,r)),t){const e=document.styleSheets[0];e.insertRule(`\n @keyframes widthDecrease {\n 0% { width: ${t.offsetWidth}px; height: ${t.offsetHeight}px; }\n 100% { width: 0px; height: 0px;}\n }\n `,e.cssRules.length),t.style.animation="widthDecrease 0.5s",t.addEventListener("animationend",(()=>{t.remove()}))}}else if("category"!==e.parentElement.type)TA("this.alignMatch=true",t,e),t.replaceWith(e);else{const r=e.parentElement,t=FA(),i=r.getAttribute("tab-index"),a=e.value;t[i]&&(t[i]=t[i].filter((e=>e!==a))),l.scrollTo({top:l.scrollHeight,behavior:"smooth"}),l.appendChild(e),e.classList.remove("dropped"),e.removeAttribute("drop-to"),n&&n.remove()}ie(e)}},p=e=>{if("option"===f){const r=u.querySelectorAll('[type="category"]');let t=Array.from(r).find((e=>e.parentElement.className.includes("highlight-element")));if(t||(t=r[0]),"category"===e.parentElement.getAttribute("type")){const r=FA(),n=t.getAttribute("tab-index"),i=e.value;r[n]&&(r[n]=r[n].filter((e=>e!==i)));const a=ne(e);return l.appendChild(a),l.scrollTo({top:l.scrollHeight,behavior:"smooth"}),e.style.position="absolute",TA("this.alignMatch='true'",a,e),void setTimeout((()=>{ie(e),a.replaceWith(e),e.classList.remove("dropped"),e.removeAttribute("drop-to")}),100)}{const r=ne(e);return t.appendChild(r),e.style.position="absolute",TA("this.alignMatch=true",r,e),void setTimeout((()=>{r.replaceWith(e),ie(e),ce(e,t),e.style.transform="translate(0,0)",e.style.marginBottom="10px"}),100)}}if("word"===f&&e.parentElement===c){const r=ne(e);return r.style.visibility="hidden",s.appendChild(r),TA("this.alignMatch=true",r,e),void setTimeout((()=>{const t=ne(e);e.parentElement.insertBefore(t,e.nextElementSibling),r.replaceWith(e),e.style.transform="translate(0,0)",se(s,e)}),500)}{const r=Array.from(c.children).find((r=>r.getAttribute("value")===e.getAttribute("value")));TA("this.alignMatch=true",r,e),setTimeout((()=>{r.replaceWith(e),e.style.transform="translate(0,0)"}),500)}};e.style.cursor="move",e.classList.add("drag-element"),e.addEventListener("pointerdown",(e=>{if(e.target.closest(".lido-speak-icon"))return;t=!0,r=!1;const n=oe(e);a=n.clientX,o=n.clientY,document.addEventListener("mousemove",m),document.addEventListener("mouseup",d),document.addEventListener("touchmove",m,{passive:!1}),document.addEventListener("touchend",d)}))}(e);break;case"optionArea":!function(e){Array.from(e.children).forEach((e=>{e.classList.add("drag-element")}))}(e);break;case"checkerBlock":!function(e){const r=document.querySelector(h);if(!r)return;const t=e;((e,r)=>{const t=r.querySelector(".slot").style.width,n=e.querySelectorAll('lido-math-matrix[type="drop"]');e.querySelectorAll('lido-math-matrix[type="drag"]').forEach((e=>{Array.from(e.querySelectorAll(".slot")).forEach((e=>{const r=e;r.parentElement.style.width=t,r.style.width=t,r.style.height=t}))})),n.forEach((e=>{Array.from(e.querySelectorAll(".slot")).forEach((e=>{const r=e;r.parentElement.style.width=t,r.style.width=t,r.style.height=t}))}))})(r,t),((e,r)=>{const t=r.querySelectorAll(".slot"),n=e.querySelectorAll('lido-math-matrix[type="drop"]'),i=e.querySelectorAll('lido-math-matrix[type="drag"]');let a=1;for(let r=0;r<n.length;r++){const o=n[r],u=o.getAttribute("rows")?parseInt(o.getAttribute("rows")):1,s=o.getAttribute("cols")?parseInt(o.getAttribute("cols")):1;if(1===u||1===s){if(u===s){const e=Array.from({length:100},((e,r)=>r+1)).sort((()=>Math.random()-.5)).slice(0,10);n.forEach(((r,n)=>{const a=t[e[n]];a&&(AA(r,a),i[n].setAttribute("text",(e[n]+1).toString()))}))}if(2===u&&1===s){const e=EA(10);console.log("pairs double : ",e),n.forEach(((r,n)=>{AA(r,t[e[n][0]-1])})),i.forEach(((r,t)=>{r.setAttribute("text",e[t].toString())}));break}if(5===u){const e=MA(r),n=t[e[0]-1];i[r].setAttribute("text",e.toString()),AA(o,n)}if(10===u){const e=t[a];i[r].setAttribute("text",Array.from({length:10},((e,r)=>a+1+10*r)).toString()),AA(o,e),a+=2}else if(10===s){const e=t[a-1+10];i[r].setAttribute("text",Array.from({length:10},((e,r)=>r+10+a)).toString()),AA(o,e),a+=20}}else{if(3===u||3===s){const r=NA(e),a=Object.keys(r).map((e=>r[e].cells));i.forEach(((e,r)=>{e&&e.setAttribute("text",a[r].toString())})),n.forEach(((e,n)=>{AA(e,t[r[`slot-${n+1}`].cells[0]-1])}));break}if((2===u||2===s)&&u===s){const e=CA(10);n.forEach(((r,n)=>{AA(r,t[e[n][0]-1])})),i.forEach(((r,t)=>{r.setAttribute("text",e[t].toString())}));break}}}})(r,t)}(e)}!function(e){if(!e)return;const r=document.getElementById("lido-container");if(r&&"true"===r.getAttribute("disable-speak"))return;const t=e.getAttribute("onTouch");let n=null,i=!1;e.addEventListener("pointerdown",(r=>{r.stopPropagation(),i=!1,n=setTimeout((()=>{(async()=>{i=!0,P(!0),await re.getI().play(e),P(!1)})()}),1e3)})),e.addEventListener("pointerup",(async()=>{clearTimeout(n),!i&&t?await TA(t,e):t||["category","option"].includes(e.getAttribute("type")||"")&&e.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0})),P(!1)})),e.addEventListener("pointerleave",(()=>{clearTimeout(n)}))}(e)},TA=async(e,r,t)=>{var n,i,a,o,u,s,c;const f=kA(e);for(let e=0;e<f.length;e++){const l=f[e],m=document.querySelector(l.actor),d="this"===l.actor?r:"element"===l.actor?t:m||document.getElementById(l.actor);if(d)switch(l.action){case"transform":{const e=window.getComputedStyle(d).transform;d.style.transform="none"!==e?`${e} ${l.value}`:l.value;break}case"revealImageValue":d&&fM(d);break;case"scrollCellAfterEquationSolved":d&&DA();break;case"alignMatch":{const e=d,r=t,i=document.getElementById(h),a=U(i);r.style.transform="translate(0,0)",console.log("logg alinmatch");const o=e.getBoundingClientRect(),u=r.getBoundingClientRect(),s=(o.left+o.width/2-(u.left+u.width/2))/a,c=(o.top+o.height/2-(u.top+u.height/2))/a;if(r.style.transform=(null===(n=t.getAttribute("dropAttr"))||void 0===n?void 0:n.toLowerCase())===b.Diagonal?`translate(${s-70}px, ${c-70}px)`:`translate(${s}px, ${c}px)`,"true"===r.getAttribute("hasDummy"))return;OA(r,e);break}case"removeClone":document.querySelectorAll(l.value).forEach((e=>e.remove()));break;case"addClass":d.classList.add(l.value);break;case"removeClass":d.classList.remove(l.value);break;case"speak":{const e=(l.value||"").toString().trim().toLowerCase();if("true"===e||"1"===e||"yes"===e)try{await re.getI().play(d)}catch(e){console.error("Error playing audio for speak action:",e)}break}case"fill-slide":xA(l.value);break;case"nextBtn":"true"!==document.getElementById(h).getAttribute("is-continue-on-correct")&&(d.style.pointerEvents="none"),await WA();break;case"prevBtn":HA();break;case"stop":await re.getI().stop();break;case"sleep":!isNaN(Number(l.value))&&await new Promise((e=>setTimeout(e,Number(l.value))));break;case"avatarAnimate":{const e=T.getInstance().getRiveInstance();e&&l.value&&e.play(l.value);break}case"cellBorderAnimate":{const e=l.value;e&&d&&nM(d,e);break}case"vibrate":{const e=l.value;e&&d&&await iM(d,e);break}case"highlightStarsAndDisapper":{const e=l.value;e&&d&&(console.log("highlightStar action triggered"),console.log("Target Element:",d),await mM(d,e));break}case"boxAnimationOneByOne":{const e=l.value;e&&d&&await dM(d,e);break}case"questionBoxAnimate":{const e=l.value;e&&d&&await pM(d,e);break}case"slideAnimation":le();break;case"showBalanceSymbol":{const e=document.querySelector("lido-balance");if(!e)break;const r=Number(null!==(i=e.leftVal)&&void 0!==i?i:Number(null!==(o=null===(a=e.dataset)||void 0===a?void 0:a.leftVal)&&void 0!==o?o:0)),t=Number(null!==(u=e.rightVal)&&void 0!==u?u:Number(null!==(c=null===(s=e.dataset)||void 0===s?void 0:s.rightVal)&&void 0!==c?c:0)),n=r>t?">":r<t?"<":"=";e.balanceSymbol=n,e.dataset.balanceSymbol=n,e.revealSymbol?await e.revealSymbol():e.showSymbol=!0;break}case"hideBalanceSymbol":{const e=document.querySelector("lido-balance");if(!e)break;e.hideSymbol?await e.hideSymbol():e.showSymbol=!1;break}case"sumTogetherAnimation":{const e=l.value;e&&hM(d,e);break}case"addText":{const e=l.value;e&&(d.textContent+=e);break}case"disableType":{const e=document.querySelector('[type="drag"]');e.removeAttribute("type"),e.style.pointerEvents="none";break}case"updateCountBlender":{const e=document.querySelectorAll('[type="drag"]');let r=0,t=0,n=0;e.forEach((e=>{const i=e.getAttribute("drop-to");"unitsDrop"===i&&r++,"tensDrop"===i&&t++,"hundredsDrop"===i&&n++}));const i=1*r,a=10*t,o=100*n,u=i+a+o,s=document.getElementById("units"),c=document.getElementById("tens"),f=document.getElementById("hundreds");s&&s.setAttribute("string",i.toString()),c&&c.setAttribute("string",a.toString()),f&&f.setAttribute("string",o.toString()),console.log(`Units = ${r} → ${i}`),console.log(`Tens = ${t} → ${a}`),console.log(`Hundreds = ${n} → ${o}`),console.log(`✅ Total Value = ${u}`);break}case"updateCalculatorAnswer":d&&vM(d);break;default:d.style[l.action]=l.value}}_A.style.pointerEvents="auto"},OA=(e,r)=>{const t=document.getElementById(h),n=U(t),i=e,a=t.getAttribute("drop-action")===w.Move,o=t.getAttribute("drop-action")===w.InfiniteDrop;(a||o)&&setTimeout((()=>{var t,a;e.style.transform="translate(0,0)",e.style.transition="";let u=document.createElement("div");o&&(u=function(e){const r=e.tagName.toLowerCase();if("lido-text"===r){let r=document.createElement("div");return r.innerHTML=e.outerHTML,r=r.firstChild,r.setAttribute("height",e.style.height),r.setAttribute("width",e.style.width),r.setAttribute("visible","true"),r}const t=e.cloneNode(!1);return t.style.width=e.style.width,t.style.height=e.style.height,t.style.margin=e.style.margin,t.style.opacity=e.style.opacity,t.style.transform=e.style.transform,t.setAttribute("visible","true"),t.setAttribute("data-dummy","true"),"lido-math-matrix"===r&&t.setAttribute("clickable","false"),t}(e),u.classList.remove("dropped"),u.removeAttribute("drop-to"),u.removeAttribute("drop-time"),e.style.width=r.style.width,e.style.height=r.style.height,e.setAttribute("hasDummy","true")),u.setAttribute("id",e.getAttribute("id")),e.replaceWith(u);const s=`\n @keyframes widthDecrease {\n 0% { width: ${e.style.width}; height: ${e.style.height}; margin: ${e.style.margin}; }\n 100% { width: 0px; height: 0px; margin: 0px;}\n }\n `;if(!o){u.style.width=i.style.width,u.style.height=i.style.height,u.style.margin=i.style.margin;const e=document.styleSheets[0];e.insertRule(s,e.cssRules.length),u.style.animation="widthDecrease 0.5s",u.addEventListener("animationend",(()=>{u.style.width="0px",u.style.height="0px",u.style.margin="0px"}))}const c=window.innerHeight>window.innerWidth?"portrait":"landscape",f=r.getAttribute("dropAttr"),l=XA(f,c);if("stackcascade"===(null===(t=l)||void 0===t?void 0:t.toLowerCase())||"verticalstack"===(null===(a=l)||void 0===a?void 0:a.toLowerCase()))return r.append(e),void function(e,r,t,n){const i=e.getBoundingClientRect(),a=r.getBoundingClientRect(),o=aM();e.dataset.dropCount||(e.dataset.dropCount="0");let u=parseInt(e.dataset.dropCount,10);const s=i.width,c=i.height;let f,l;if("landscape"===t&&"stackcascade"===n.toLowerCase())console.log("🌄 Landscape waterfall"),f=i.left+.36*s+u*(.02*s),l=i.top+-.09*c+u*(.02*c);else{let r;console.log("📱 Portrait vertical stack"),r="unitsDrop"===e.id?i.left+.4*s:"tensDrop"===e.id?i.left+.25*s:i.left+.16*s,f=r,l=i.top-.25*c+u*(.05*c)}const m=(f-a.left)/o,d=(l-a.top)/o;r.style.transition="transform .2s ease-out",r.style.transform=`translate(${m}px, ${d}px)`,e.dataset.dropCount=String(u+1),r.style.width="auto",r.style.height="auto"}(r,e,c,l);r.parentElement.append(i),e.style.position="absolute",e.style.zIndex="1";const m=r.getBoundingClientRect(),d=e.getBoundingClientRect();e.style.transform=`translate(${(m.left+m.width/2-(d.left+d.width/2))/n}px, ${(m.top+m.height/2-(d.top+d.height/2))/n}px)`}),100)},kA=e=>{var r;const t=[];return e?((null===(r=e.split(";"))||void 0===r?void 0:r.map((e=>e.trim()))).forEach((e=>{if(e){const[r,n]=e.split("=").map((e=>e.trim())),i=r.lastIndexOf(".");if(-1!==i){const e=r.substring(0,i).trim(),a=r.substring(i+1).trim();t.push({actor:e,action:a,value:n.replace(/['"]/g,"")})}}})),t):t},zA=(e,r)=>{const t=e.split(",").map((e=>e.trim()));let n=0,i=new Set;if(0==t.length)return!0;if(t.length>0&&0===r.length)return!1;for(const e of t)if(e.startsWith("(")&&e.endsWith(")")){const t=e.slice(1,-1).split("|").map((e=>e.trim())),i=r[n].slice(1,-1).split("|").map((e=>e.trim()));if(n>i.length)return!1;for(let e=0;e<t.length;e++)if(!t.includes(i[e]))return!1;n++}else if(e.includes("|")){const r=e.split("|").map((e=>e.trim()));for(const e of r)i.add(e)}else{if(n>=r.length||r[n]!==e)return!1;n++}for(;n<r.length;){if(!i.has(r[n]))return!1;i.delete(r[n]),n++}return n===r.length},IA=e=>{const r=e.split(",").map((e=>e.trim()));let t=0;for(const e of r)e.startsWith("(")&&e.endsWith(")")?e.includes("|")?t+=e.split("|").length:t+=1:t+=e.split("|").length;return t};let RA=0;const jA=e=>{e?(SA.rightMoves+=1,RA=0,ee()):(SA.wrongMoves+=1,RA+=1),console.log("Right Moves : ",SA.rightMoves),console.log("Wrong Moves : ",SA.wrongMoves)},UA=()=>{const e=SA.rightMoves;let r=Math.floor(e/(e+SA.wrongMoves)*100);PA(r),SA.rightMoves=0,SA.wrongMoves=0};async function $A(e,n){var i;const a=document.getElementById(h);if(!a)return;if(await TA("this.alignMatch='true'",n,e),e&&n){const r=n.value.toLowerCase().includes(e.value.toLowerCase());if(jA(r),r){const r=n.getAttribute("onCorrect");r&&await TA(r,n,e)}}let o=FA();const u=function(e){return Object.keys(e).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((r,t)=>{const n=e[t];return r.push(n.length>1?`(${n.join("|")})`:n[0]),r}),[])}(o);a.setAttribute(t,JSON.stringify(u));let s=JSON.parse(null!==(i=localStorage.getItem(r))&&void 0!==i?i:"{}");const c=n.getAttribute("tab-index");s[c]||(s[c]=[]),s[c].push(e.id),document.querySelectorAll("[type='drop']").forEach((e=>{var r;Object.keys(o).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==b.Diagonal&&(e.tagName.toLowerCase(),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="0",e.style.backgroundColor="transparent")):(e.tagName.toLowerCase(),"lido-image"===e.tagName.toLowerCase()&&(e.style.opacity="1",e.style.backgroundColor="transparent"))})),LA()}const PA=e=>{var r,t,o;const u=document.querySelector("lido-home");if(!u)return;const s=Number(null!==(r=u.getAttribute("index"))&&void 0!==r?r:0),c=Number(null!==(t=u.getAttribute("totalIndex"))&&void 0!==t?t:0),f=JSON.parse(null!==(o=localStorage.getItem(n))&&void 0!==o?o:"{}");if(f[s.toString()]=e,function(e,r,t){E(i,{index:e,totalIndex:r,score:t})}(s,c,e),localStorage.setItem(n,JSON.stringify(f)),c-1==s){const e=Object.values(f),r=e.reduce(((e,r)=>e+r),0)/e.length;SA.finalScore=Math.floor(r),console.log("Total Score : ",SA.finalScore),function(e){E(a,{score:e})}(r),localStorage.removeItem(n)}},LA=()=>{var e,r;const n=document.getElementById(h),i=n.objective,a=null!==(e=n.getAttribute(t))&&void 0!==e?e:"",o=document.querySelector("#lido-checkButton");!a||IA(a)<IA(i)?TA("this.addClass='lido-disable-check-button'",o):"true"==n.getAttribute("show-check")?(null===(r=null==o?void 0:o.classList)||void 0===r||r.remove("lido-disable-check-button"),document.querySelector("lido-balance")&&(o.hasAttribute("data-balance-listener")||(o.addEventListener("click",(async function e(){z&&JA&&(await TA("this.showBalanceSymbol='true'",o),o.removeEventListener("click",e))})),o.setAttribute("data-balance-listener","true")))):WA()},_A=document.body;let JA;const WA=async()=>{var e,r;const n=document.getElementById(h);if(!n)return;const i=n.objective,a=n.getAttribute("equationCheck");n.getAttribute("isAllowOnlyCorrect"),console.log("🚀 ~ validateObjectiveStatus ~ additionalCheck:",a);let o=!1;if((null==i||0===i.length)&&(a&&(o=!0),!o)){const e=n.getAttribute("onCorrect");return e&&await TA(e,n),PA(100),jA(!0),void VA()}const u=null!==(r=JSON.parse(null!==(e=n.getAttribute(t))&&void 0!==e?e:"[]"))&&void 0!==r?r:[];if(a){const e=document.querySelector("lido-balance");JA=e?z(n,i):YA(a),console.log("🚀 ~ handleShowCheck ~ res:",JA)}else JA=zA(i,u);if(JA){const e=n.getAttribute("appendToDropOnCompletion"),r=n.getAttribute("onCorrect");r&&("true"===e&&(()=>{const e=document.querySelectorAll("[type='drag']"),r=document.querySelectorAll("[type='drop']");e&&r&&r.forEach((r=>{e.forEach((e=>{const t=e,n=r;1==("true"===document.getElementById(h).getAttribute("is-allow-only-correct"))?n.value===t.value&&(t.style.transform="translate(0,0)",n.appendChild(t)):n.value.includes(t.value)&&(t.style.transform="translate(0,0)",n.appendChild(t)),t.style.pointerEvents="none"}))}))})(),jA(!0),await TA(r,n)),"EnableAnimation"===n.getAttribute("dropAttr")?setTimeout((()=>{VA()}),2e3):VA(),await UA()}else{const e="true"===n.getAttribute("is-continue-on-correct"),r=n.getAttribute("onCorrect");if(e){const e=n.getAttribute("onInCorrect");jA(!1),await TA(e,n)}else await UA(),await TA(r,n),VA()}},VA=()=>{re.getI().stop(),console.log("🚀 ~ triggerNextContainer ~ event:",event),E(o,{})},HA=()=>{re.getI().stop(),console.log("⬅️ ~ triggerPrevContainer triggered"),E(u,{})};function ZA(r){const t=document.getElementById(h).getAttribute("baseUrl");if((null==r?void 0:r.startsWith("http"))||(null==r?void 0:r.startsWith("blob"))||(null==r?void 0:r.startsWith("data")))return r;if(r.startsWith("/Lido-CommonAudios/"))return r;if(t){const e=r.startsWith("/")?r.slice(1):r;return e.startsWith(t.replace(/^\/+|\/+$/g,""))?e:t.endsWith("/")?t+e:`${t}/${e}`}return e(r)}function GA(e,r,t,n){if(void 0===n)return;const i=Array.from(e.children);let a=n;r&&n<r&&(a=r),t&&n>t&&(a=t),i.forEach(((e,r)=>{r>a-1&&(e.style.display="none")}))}const XA=(e,r)=>e&&e.includes(",")?e.split(",").reduce(((e,r)=>{const[t,n]=r.split(".");return e[t.trim()]=n.trim(),e}),{})[r]||"":e,QA=(e,r)=>{const t=document.querySelectorAll("[type='drag']"),n=document.querySelectorAll("[type='drop']"),i=document.querySelectorAll("[type='click']");let a=0;if("click"===r)return i.forEach((e=>{const r=e;let t=null;if(r.getAttribute("flexible-width"))t=r;else{const e=r.children;for(let r=0;r<e.length;r++){const n=e[r];if(n.getAttribute("flexible-width")){t=n;break}}}if(t){const e=t.style.width,r=t.style.padding;t.style.width="auto",t.style.padding="0 20px";const n=t.offsetWidth;t.style.width=e,t.style.padding=r,n>a&&(a=n)}})),void i.forEach((e=>{const r=e;if(r.getAttribute("flexible-width")){if("true"===r.getAttribute("flexible-width"))return;r.style.width=`${a}px`}else{const e=r.children;for(let r=0;r<e.length;r++){const t=e[r];if(t.getAttribute("flexible-width")){if("true"===t.getAttribute("flexible-width"))return;t.style.width=`${a}px`;break}}}}));t.forEach((r=>{var t;const n=r,i=n.style.width,o=n.style.padding;n.style.width="auto",n.style.padding="0 20px";const u=n.offsetWidth;n.style.width=i,n.style.padding=o,(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==b.Stretch&&u>a&&(a=u)})),t.forEach((e=>{const t=e,n=t.getAttribute("flexible-width");"false"===n?t.style.width=`${a}px`:"true"===n&&"drag"===r&&(t.style.width="auto",t.style.padding="0 20px")})),n.forEach((e=>{const t=e,n=t.getAttribute("flexible-width");if("false"===n){const e=parseFloat(getComputedStyle(t).borderWidth);if("number"==typeof e){const r=a-2*e,n=parseFloat(t.style.height)-2*e;return t.style.height=`${n}px`,void(t.style.width=`${r}px`)}}else"true"===n&&"drag"===r&&(t.style.width="auto",t.style.padding="0 20px")}))},YA=e=>{if(!e)return void console.log("Input string is empty.");const r=e.split(",").map((e=>{var r;if(e.startsWith("$")){const t=e.substring(1),n=KA(t);return Re(n)?null==n?void 0:n.map((e=>e.getAttribute("value"))):n.getAttribute("value")||(null===(r=document.getElementById(t))||void 0===r?void 0:r.value)}return e})).join("");console.log("🚀 ~ equationCheck ~ resultString:",r);const t=oA(r);return console.log("🚀 ~ equationCheck ~ finalRes:",t),t},KA=e=>{if(e.startsWith("#")){const r=e.substring(1),t=document.getElementById(r);if("drop"===t.getAttribute("type")){const e=document.querySelectorAll(`[${d}="${r}"]`);return e.length>0?e[0]:[]}return t}const r=document.querySelectorAll(`[${d}="${e}"]`);return Array.from(r).sort(((e,r)=>parseInt(e.getAttribute(p))-parseInt(r.getAttribute(p))))},eM=e=>{if(e.className.includes("lido-speak-icon"))return null;const r=document.createElement("div");r.style.width="0",r.style.height="0";const t=document.createElement("div");return r.append(t),t.classList.add("lido-speak-icon"),t.addEventListener("click",(async r=>{r.stopPropagation(),uM(!0),await re.getI().stop();try{await re.getI().play(e)}catch(e){console.error("Error playing audio or TTS:",e)}uM(!1)})),e.style.position="relative",t},rM=async e=>{let r=eM(e);if("option"===e.type){e.style.position="unset";const t=document.createElement("div");t.className=e.className,t.style.position="relative",t.style.backgroundColor="transparent",t.style.padding="0",t.style.width="100%",t.style.height="100%",Array.from(e.children).forEach((e=>{t.appendChild(e)})),t.appendChild(r),r.style.position="absolute",r=t}e.appendChild(r)},tM=async(e,r)=>{if(document.getElementById(h)&&r){const t=parseInt(r,10);e.style.visibility="hidden",isNaN(t)||await new Promise((r=>{setTimeout((()=>{e.style.visibility="visible",r()}),t)}))}},nM=(e,r)=>{if(!e)return;r||(r="green");const t=`0 0 0 6px ${r}, 0 ${.08*e.offsetHeight}px 10px rgba(0, 0, 0, 0.25)`;e.style.boxShadow=t,e.style.setProperty("box-shadow",t,"important")},iM=async(e,r)=>{if(!e)return;r||(r="horizontal-shake");const t=`lido-${r}`;e.classList.add(t),await new Promise((e=>setTimeout(e,600))),e.classList.remove(t)};function aM(){var e;const r=[window.innerWidth],t=[window.innerHeight];(null===(e=window.screen)||void 0===e?void 0:e.width)&&(r.push(window.screen.width),t.push(window.screen.height));const n=Math.min(...r),i=Math.min(...t),a=i>n;return Math.min(a?n/900:n/1600,a?i/1600:i/900)}let oM=!1;function uM(e){oM=e}function sM(){return oM}function cM(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const r=16*Math.random()|0;return("x"===e?r:3&r|8).toString(16)}))}const fM=e=>{if(!e)return;const r=e.getAttribute("value");if(!r)return;let t=e.querySelector(".lido-display-hiddenvalue");t||(t=document.createElement("div"),t.classList.add("lido-display-hiddenvalue"),e.style.position="relative",e.appendChild(t)),t.innerText=r},lM=(e,r)=>{if(!e)return;e.classList.add("lido-image-colorize");const t=e.querySelector("img");t&&e.style.setProperty("--mask-url",`url(${t.src})`),"red"===r?e.style.setProperty("--tint-color","#ff0000"):"green"===r?e.style.setProperty("--tint-color","#00c853"):(e.style.removeProperty("--tint-color"),e.style.removeProperty("--mask-url"))},mM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children);console.log("starRow",t);for(const e of t)e.classList.add("lido-glow"),await re.getI().play(e),e.style.opacity="0",e.style.visibility="hidden",await new Promise((e=>setTimeout(e,300))),e.classList.remove("lido-glow")},dM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children);if(console.log("boxCells",t),!t)return;t.forEach((e=>{e.style.visibility="hidden"}));for(const e of t)e.style.visibility="visible",e.style.opacity="1",e.classList.add("lido-box-highlight"),await new Promise((e=>setTimeout(e,600))),e.classList.remove("lido-box-highlight");const n=document.getElementById(h);if(!n)return;const i=n.querySelector("lido-text");i&&await re.getI().play(i);for(const e of t){const r=e.querySelector("lido-text");console.log("box text",r),r&&await re.getI().play(r)}},pM=async(e,r)=>{e&&r&&(Array.from(e.querySelectorAll("[type='drag']")).forEach((e=>{e.hasAttribute("drop-to")&&(e.style.transition="opacity 0.5s ease",e.style.opacity="0",setTimeout((()=>{e.remove()}),500))})),Array.from(e.querySelectorAll("[type='drop']")).forEach((e=>{const r=e.getAttribute("value");r&&"?"===e.innerText.trim()&&(e.innerText=r)})))},hM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children)[2],n=Array.from(e.children)[3],i=Array.from(e.children)[4];if(!t||!n||!i)return;const a=Array.from(t.children),o=Array.from(n.children),u=o[0],s=o[1],c=o[2],f=o[3],l=o[4],m=e=>{e&&(e.style.visibility="visible",e.style.display="",e.style.opacity="1")},d=e=>{if(!e)return 0;const r=e.getAttribute&&(e.getAttribute("value")||e.getAttribute("string"))||e.textContent||"";return parseInt(String(r).trim(),10)||0},p=async e=>{e?(u&&(await new Promise((e=>setTimeout(e,200))),m(u)),s&&(await new Promise((e=>setTimeout(e,200))),m(s))):(c&&(await new Promise((e=>setTimeout(e,200))),m(c)),f&&(await new Promise((e=>setTimeout(e,300))),m(f)),i&&(await new Promise((e=>setTimeout(e,300))),m(i)),l&&(await new Promise((e=>setTimeout(e,200))),m(l)))},h=d(u),v=d(c);if("-"==("+"===(s&&(s.getAttribute("string")||s.textContent||"")).toString().trim()?"+":"-")){for(let e=0;e<Math.min(h,a.length);e++)await new Promise((e=>setTimeout(e,75))),m(a[e]);p(!0),await new Promise((e=>setTimeout(e,500)));for(let e=0;e<Math.min(v,a.length);e++){const r=Math.min(h,a.length)-1-e;lM(a[r],"red"),await new Promise((e=>setTimeout(e,200)))}p(!1)}else{for(let e=0;e<Math.min(h,a.length);e++)await new Promise((e=>setTimeout(e,120))),m(a[e]);p(!0),await new Promise((e=>setTimeout(e,500)));for(let e=0;e<Math.min(v,Math.max(0,a.length-h));e++){const r=h+e;a[r]&&(m(a[r]),lM(a[r],"green")),await new Promise((e=>setTimeout(e,80)))}p(!1)}},vM=e=>{if(!document.getElementById(h))return;const r=document.querySelector("#lidoCalculator");if(!r)return;const t=r.getAttribute("value");e.setAttribute("string",t)};export{n as A,sM as B,zA as C,VA as D,HA as E,uM as F,de as G,he as H,w as I,WA as J,pb as K,v as L,y as M,o as N,x as O,u as P,eM as Q,T as R,t as S,g as T,C as U,ZA as a,jA as b,me as c,TA as d,YA as e,BA as f,UA as g,GA as h,qA as i,rM as j,aM as k,ee as l,gA as m,yA as n,B as o,XA as p,S as q,F as r,tM as s,re as t,cM as u,D as v,N as w,A as x,M as y,h as z}
|