lido-player 0.0.2-alpha-50-dev → 0.0.2-alpha-52-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/LICENSE +21 -21
- package/dist/cjs/{index-6a69c33a.js → index-baff5c15.js} +48 -14
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/{lido-avatar_21.cjs.entry.js → lido-avatar_22.cjs.entry.js} +3043 -162
- package/dist/cjs/lido-player.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{utils-079a5e7d.js → utils-ce99b0d0.js} +294 -108
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/avatar/lido-avatar.css +4 -4
- package/dist/collection/components/avatar/lido-avatar.js +1 -1
- package/dist/collection/components/calculator/lido-calculator.css +87 -87
- package/dist/collection/components/calculator/lido-calculator.js +14 -8
- package/dist/collection/components/canvas/lido-canvas.css +35 -0
- package/dist/collection/components/canvas/lido-canvas.js +220 -0
- package/dist/collection/components/cell/lido-cell.css +100 -100
- package/dist/collection/components/cell/lido-cell.js +12 -12
- package/dist/collection/components/column/lido-col.css +19 -19
- package/dist/collection/components/column/lido-col.js +6 -6
- package/dist/collection/components/container/lido-container.css +10 -10
- package/dist/collection/components/container/lido-container.js +70 -8
- package/dist/collection/components/flashCard/lido-flash-card.css +28 -28
- package/dist/collection/components/flashCard/lido-flash-card.js +4 -4
- package/dist/collection/components/float/lido-float.css +30 -30
- package/dist/collection/components/float/lido-float.js +2 -2
- package/dist/collection/components/home/lido-home.css +278 -278
- package/dist/collection/components/home/lido-home.js +92 -12
- package/dist/collection/components/image/lido-image.css +17 -17
- package/dist/collection/components/image/lido-image.js +6 -6
- package/dist/collection/components/keyboard/lido-keyboard.css +38 -38
- package/dist/collection/components/keyboard/lido-keyboard.js +3 -3
- package/dist/collection/components/mathMatrix/lido-math-matrix.css +56 -56
- package/dist/collection/components/mathMatrix/lido-math-matrix.js +69 -15
- package/dist/collection/components/position/lido-pos.css +16 -16
- package/dist/collection/components/position/lido-pos.js +2 -2
- package/dist/collection/components/random/lido-random.css +8 -8
- package/dist/collection/components/random/lido-random.js +2 -2
- package/dist/collection/components/root/lido-root.js +42 -6
- package/dist/collection/components/row/lido-row.css +10 -10
- package/dist/collection/components/row/lido-row.js +6 -6
- package/dist/collection/components/scale/lido-balance.css +145 -114
- package/dist/collection/components/scale/lido-balance.js +17 -17
- package/dist/collection/components/shape/lido-shape.css +96 -96
- package/dist/collection/components/shape/lido-shape.js +5 -5
- package/dist/collection/components/slideFill/lido-slide-fill.css +3 -3
- package/dist/collection/components/slideFill/lido-slide-fill.js +13 -13
- package/dist/collection/components/text/lido-text.css +53 -53
- package/dist/collection/components/text/lido-text.js +6 -5
- package/dist/collection/components/trace/lido-trace.css +97 -97
- package/dist/collection/components/trace/lido-trace.js +2 -2
- package/dist/collection/components/wrap/lido-wrap.css +18 -18
- package/dist/collection/components/wrap/lido-wrap.js +6 -6
- package/dist/collection/css/animation.css +194 -194
- package/dist/collection/css/index.css +277 -277
- package/dist/collection/stories/Templates/Fill-Up/fill-up.stories.js +60 -60
- package/dist/collection/stories/Templates/LetterPairing/LetterPairing.stories.js +123 -123
- package/dist/collection/stories/Templates/RocketGame/rocketGame.stories.js +55 -48
- package/dist/collection/stories/Templates/Tag/tagGame.stories.js +29 -29
- package/dist/collection/stories/Templates/arrangeLetters/arrangeLetters.stories.js +42 -42
- package/dist/collection/stories/Templates/balancing/balancing.stories.js +37 -31
- package/dist/collection/stories/Templates/balloonPop/balloonPop.stories.js +38 -38
- package/dist/collection/stories/Templates/blender/blender.stories.js +100 -0
- package/dist/collection/stories/Templates/bubbleType/bubbleType.stories.js +42 -42
- package/dist/collection/stories/Templates/calculator/calculator.stories.js +52 -0
- package/dist/collection/stories/Templates/categorize/categorize.stories.js +37 -37
- package/dist/collection/stories/Templates/categorize2/categorize2.stories.js +67 -67
- package/dist/collection/stories/Templates/checker-block/checkerBlock.stories.js +28 -22
- package/dist/collection/stories/Templates/checkerBlock/checkerBlock.stories.js +13 -13
- package/dist/collection/stories/Templates/create-sentence/createSentence.stories.js +74 -74
- package/dist/collection/stories/Templates/dragAndDrop/drag-drop.stories.js +69 -69
- package/dist/collection/stories/Templates/fillAnswer/fill-answer.stories.js +39 -38
- package/dist/collection/stories/Templates/fillBlank/fill-blank.stories.js +282 -282
- package/dist/collection/stories/Templates/foodJar/food-jar.stories.js +37 -35
- package/dist/collection/stories/Templates/grid/grid.stories.js +118 -118
- package/dist/collection/stories/Templates/gridGame/grid-game.stories.js +57 -57
- package/dist/collection/stories/Templates/jumpSentence/jumpSentence.stories.js +41 -41
- package/dist/collection/stories/Templates/letterboard/letterboard.stories.js +183 -183
- package/dist/collection/stories/Templates/makeSentence/make-sentence.stories.js +36 -36
- package/dist/collection/stories/Templates/matchBox/matchBox.stories.js +69 -69
- package/dist/collection/stories/Templates/matchBox/matchBox2.stories.js +54 -54
- package/dist/collection/stories/Templates/matchingCard/matching-card.stories.js +25 -23
- package/dist/collection/stories/Templates/multipleOption/mcqWithQuestionImage.stories.js +112 -112
- package/dist/collection/stories/Templates/multipleOption/multiple-option.stories.js +47 -47
- package/dist/collection/stories/Templates/multiplyBeeds/multiplyBeeds.stories.js +32 -28
- package/dist/collection/stories/Templates/nimbleTable/nimbleTable.stories.js +56 -54
- package/dist/collection/stories/Templates/numberBoard/numberBoard.stories.js +56 -45
- package/dist/collection/stories/Templates/numberBoardTwo/numberBoardTwo.stories.js +41 -39
- package/dist/collection/stories/Templates/numberPair/numberPair.stories.js +131 -127
- package/dist/collection/stories/Templates/openwindow/openwindow.stories.js +53 -49
- package/dist/collection/stories/Templates/openwindow/openwindow2.stories.js +44 -40
- package/dist/collection/stories/Templates/order-tractor/order-tractor-ascending-order.stories.js +98 -97
- package/dist/collection/stories/Templates/order-tractor/order-tractor.stories.js +92 -91
- package/dist/collection/stories/Templates/phonic-tractor/phonic-tractor.stories.js +47 -45
- package/dist/collection/stories/Templates/picturemeaning/pictureMeaningCocos.stories.js +20 -20
- package/dist/collection/stories/Templates/puzzleGame/puzzleGame.stories.js +17 -17
- package/dist/collection/stories/Templates/questionBoard/questionBoard.stories.js +62 -58
- package/dist/collection/stories/Templates/quizLiteracy/quizLiteracy.stories.js +50 -50
- package/dist/collection/stories/Templates/quizLiteracy/quizLiteracyImageWithText.stories.js +36 -36
- package/dist/collection/stories/Templates/quizLiteracy/quizLiteracyImageWord.stories.js +43 -43
- package/dist/collection/stories/Templates/reorder/reorder.stories.js +63 -63
- package/dist/collection/stories/Templates/rowBlocks/rowBlocks.stories.js +52 -48
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox1.stories.js +65 -61
- package/dist/collection/stories/Templates/sequenceBox/sequenceBox2.stories.js +62 -58
- package/dist/collection/stories/Templates/shapePair/shape-pair.stories.js +111 -107
- package/dist/collection/stories/Templates/shapeTractor/shape-tractor.stories.js +46 -46
- package/dist/collection/stories/Templates/spellDoor/spellDoor.stories.js +41 -41
- package/dist/collection/stories/Templates/storyTale/storyTale.stories.js +39 -39
- package/dist/collection/stories/Templates/sumTogether/sumTogether.stories.js +51 -47
- package/dist/collection/stories/Templates/total/total.stories.js +27 -27
- package/dist/collection/stories/Templates/writeCard/writeCard.stories.js +35 -31
- package/dist/collection/stories/Templates/writeLetter/writeLetter.stories.js +62 -58
- package/dist/collection/stories/Templates/writeNumber/writeNumber.stories.js +44 -40
- package/dist/collection/stories/Templates/writeSet/writeSet.stories.js +36 -32
- package/dist/collection/stories/Templates/writeWord/writeWord.stories.js +37 -33
- package/dist/collection/stories/components/flash-card.stories.js +48 -48
- package/dist/collection/stories/components/keyboard.stories.js +10 -10
- package/dist/collection/stories/components/slider.stories.js +4 -4
- package/dist/collection/stories/components/trace.stories.js +5 -5
- package/dist/collection/utils/audioPlayer.js +43 -6
- package/dist/collection/utils/constants.js +1 -0
- package/dist/collection/utils/i18n.js +36 -0
- package/dist/collection/utils/utils.js +170 -36
- package/dist/collection/utils/utilsHandlers/clickHandler.js +5 -1
- package/dist/collection/utils/utilsHandlers/dragDropHandler.js +27 -15
- package/dist/collection/utils/utilsHandlers/highlightHandler.js +54 -54
- package/dist/collection/utils/utilsHandlers/lidoBalanceHandler.js +2 -2
- package/dist/collection/utils/utilsHandlers/lidoCalculatorHandler.js +9 -9
- package/dist/collection/utils/utilsHandlers/sortHandler.js +10 -10
- 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.d.ts +11 -0
- package/dist/components/lido-canvas.js +6 -0
- 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 +49 -25
- 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-9be56729.js → p-00777872.js} +46 -2
- package/dist/components/{p-3f406017.js → p-06171259.js} +2 -2
- package/dist/components/{p-08d0deab.js → p-09f1e2d2.js} +15 -9
- package/dist/components/{p-e4e42677.js → p-0c2aebfb.js} +2 -2
- package/dist/components/p-0fbeb3a1.js +2700 -0
- package/dist/components/{p-cbac3cbc.js → p-11bf64aa.js} +2 -2
- package/dist/components/{p-44808985.js → p-26df0769.js} +7 -7
- package/dist/components/{p-1fbdb431.js → p-2d53e1a5.js} +2 -2
- package/dist/components/{p-afbc196f.js → p-39a2e638.js} +3 -2
- package/dist/components/{p-e36ddcc1.js → p-3ce3744c.js} +14 -11
- package/dist/components/{p-7f7e5672.js → p-3f4d4c0a.js} +2 -2
- package/dist/components/{p-d37ab4dc.js → p-52e77394.js} +2 -2
- package/dist/components/{p-bed94c37.js → p-58c67252.js} +331 -118
- package/dist/components/p-5b5f59a8.js +129 -0
- package/dist/components/{p-52844fa4.js → p-68112f8c.js} +2 -2
- package/dist/components/{p-15971ede.js → p-8a34b98b.js} +1 -1
- package/dist/components/{p-904711c8.js → p-8f2ed62f.js} +2 -2
- package/dist/components/{p-74849cdd.js → p-9d34d59d.js} +4 -4
- package/dist/components/{p-73e31a86.js → p-a2f96840.js} +8 -8
- package/dist/components/{p-90465904.js → p-a516a324.js} +2 -2
- package/dist/components/{p-322acda6.js → p-b2125fc9.js} +67 -31
- package/dist/components/{p-835b973d.js → p-c4abfd0f.js} +2 -2
- package/dist/components/{p-29bdd953.js → p-cb56a853.js} +2 -2
- package/dist/esm/{index-170e58c7.js → index-37c2ad2d.js} +48 -14
- package/dist/esm/index.js +2 -2
- package/dist/esm/{lido-avatar_21.entry.js → lido-avatar_22.entry.js} +3043 -163
- package/dist/esm/lido-player.js +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{utils-5df09162.js → utils-107b15a7.js} +294 -108
- package/dist/lido-player/index.esm.js +1 -1
- package/dist/lido-player/lido-player.esm.js +1 -1
- package/dist/lido-player/p-606ea279.entry.js +1 -0
- package/dist/lido-player/p-9a9d5339.js +2 -0
- package/dist/lido-player/{p-7556e652.js → p-d1251482.js} +2 -2
- package/dist/types/components/canvas/lido-canvas.d.ts +27 -0
- package/dist/types/components/container/lido-container.d.ts +6 -0
- package/dist/types/components/home/lido-home.d.ts +8 -0
- package/dist/types/components/mathMatrix/lido-math-matrix.d.ts +3 -1
- package/dist/types/components/root/lido-root.d.ts +5 -0
- package/dist/types/components.d.ts +71 -6
- package/dist/types/stories/Templates/RocketGame/rocketGame.stories.d.ts +1 -0
- package/dist/types/stories/Templates/blender/blender.stories.d.ts +4 -0
- package/dist/types/stories/Templates/calculator/calculator.stories.d.ts +4 -0
- package/dist/types/stories/Templates/multiplyBeeds/multiplyBeeds.stories.d.ts +1 -0
- package/dist/types/stories/Templates/openwindow/openwindow.stories.d.ts +1 -0
- package/dist/types/stories/Templates/openwindow/openwindow2.stories.d.ts +1 -0
- package/dist/types/stories/Templates/questionBoard/questionBoard.stories.d.ts +1 -0
- package/dist/types/stories/Templates/sequenceBox/sequenceBox1.stories.d.ts +1 -0
- package/dist/types/stories/Templates/sequenceBox/sequenceBox2.stories.d.ts +1 -0
- package/dist/types/stories/Templates/shapePair/shape-pair.stories.d.ts +1 -1
- package/dist/types/stories/Templates/sumTogether/sumTogether.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeCard/writeCard.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeLetter/writeLetter.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeNumber/writeNumber.stories.d.ts +1 -0
- package/dist/types/stories/Templates/writeWord/writeWord.stories.d.ts +1 -0
- package/dist/types/types/json.d.ts +4 -0
- package/dist/types/utils/audioPlayer.d.ts +2 -0
- package/dist/types/utils/constants.d.ts +1 -0
- package/dist/types/utils/i18n.d.ts +5 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/package.json +71 -69
- package/readme.md +113 -113
- package/dist/lido-player/p-137c99ce.js +0 -2
- package/dist/lido-player/p-eb956325.entry.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{g as e}from"./p-137c99ce.js";const r="lidoDragMap",t="lidoSelectedValues",n="lidoActivityScore",i="lidoNextContainer",a="lidoPrevContainer",o="lidoElementDrop",u="dropLength",s="drop-to",c="drop-time",f="lido-container";var l,m,d;!function(e){e.NoFlow="noFlow",e.ShowFlow="showFlow",e.FreeTrace="freeTrace",e.BlindTracing="blindTracing",e.BlindFreeTrace="blindFreeTrace"}(l||(l={})),function(e){e.Diagonal="diagonal",e.Stretch="stretch",e.InfiniteDrop="infinite-drop",e.EnableAnimation="enableanimation"}(m||(m={})),function(e){e.InfiniteDrop="infinite-drop",e.Move="move",e.Hide="hide"}(d||(d={}));const p="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Close.svg",h="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Previous.svg",v="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Next.svg",y="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Audio%20icon.svg",g="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/trace/Tracing-hand.svg";function x(e,r){const t=new CustomEvent(e,{detail:r});window.dispatchEvent(t)}function b(){x("lidoGameCompleted",{})}function w(){x("lidoGameExit",{})}function D(e){x("lidoActivityChange",{index:e})}function N(e,r){x("lidoElementClick",{element:e,isCorrect:r,createdAt:(new Date).toISOString()})}class A{constructor(){}static getInstance(){return A.instance||(A.instance=new A),A.instance}setRiveInstance(e){this.riveInstance=e}getRiveInstance(){return this.riveInstance}}function M(e){e.classList.remove("highlight"),e.ariaPressed="false"}function C(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 E(e){e&&e.classList.remove("speaking-highlight")}function S(){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=F(r,e.operation),e.rightVal=F(t,e.operation),console.log("leftpan:",e.leftVal,"rightpan:",e.rightVal),e.updateTilt&&e.updateTilt(e.leftVal,e.rightVal)}function F(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=$A(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 B(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)&&0!==c,m=!isNaN(f)&&0!==f;if(!l||!m)return!1;const d=r===(c>f?">":c<f?"<":"=");return console.log("Result:",d),d}function q(){const e={};return document.querySelectorAll("[type='drop']").forEach((r=>{const t=r.getAttribute("tab-index")||r.id,n=!!document.querySelector(`[${s}="${r.id}"]`);r.setAttribute("is-full",String(n)),e[t]={drop:r.id,isFull:n}})),e}const T=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 O=!1;const k=e=>{O=e},z=(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 I(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/ZA()),f=u+s*(1/ZA());e.style.transition="transform 0.5s ease",e.style.transform=`translate(${c}px, ${f}px)`}function R(e,r,n,i,a){var o;e.classList.remove("dropped");const u=document.getElementById(f),c=u.querySelectorAll(`#${e.id}`),l=Array.from(c).find((r=>e!==r&&!r.classList.contains("dropped")));e.style.transition="transform 0.5s ease",l?(I(e,l,u),setTimeout((()=>{u.getAttribute("drop-action")===d.InfiniteDrop?(e.removeAttribute("hasDummy"),e.style.width=l.style.width,e.style.height=l.style.height):(l.style.width=e.style.width,l.style.height=e.style.height),e.style.transform="translate(0,0)",e.style.position="unset",l.replaceWith(e)}),500)):e.style.transform="translate(0,0)";let p=L.get(e);if(p){if(L.delete(e),P(p),(null===(o=null==p?void 0:p.getAttribute("drop-attr"))||void 0===o?void 0:o.toLowerCase())===m.Stretch){const e=p.getAttribute("data-original-width");e?(p.style.width=e,p.removeAttribute("data-original-width")):(p.style.width="",p.removeAttribute("data-original-width"))}let r=Object.values(n).find((e=>document.getElementById(e.drop)===p));if(r){r.isFull=!1;const e=document.getElementById(r.drop);e&&e.removeAttribute("is-full")}L.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(s)}`);t&&delete r[t.getAttribute("tab-index")],e.removeAttribute(s),P(p),S()}document.querySelectorAll("[type='drop']").forEach((e=>{var r;const t=bA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==m.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"))})),TA()}const j=[];async function U(e,r){var n,a,l,d,p,h,v,y;const g=document.getElementById(f),b=null!==(n=g.getAttribute(t))&&void 0!==n?n:"[]",w=JSON.stringify(bA()),D=bA();JSON.stringify(D),console.log("dragggedddd elem",{value:e.getAttribute("value")});let N=q();if(!r)return void R(e,0,N,b,w);const A=r.getAttribute("tab-index");if(null===(a=N[A])||void 0===a?void 0:a.isFull)return void R(e,0,N,b,w);if("true"===g.getAttribute("is-allow-only-correct")){if(!r)return e.style.transition="transform 0.5s ease",e.style.transform="translate(0, 0)",void R(e,0,N,b,w);let n;const a=(null===(l=e.getAttribute("value"))||void 0===l?void 0:l.trim())||"",o=(null===(d=r.getAttribute("value"))||void 0===d?void 0:d.trim())||"";if(Number(a)){const e=Number(a);if(o.includes(",")){const r=o.split(",");n=r.some((r=>Number(r)===e))}else n=Number(o)===e}else n=r.getAttribute("value").toLowerCase().includes(e.getAttribute("value").toLowerCase());if(!n)return e.style.transition="transform 0.5s ease",I(e,r,g),setTimeout((()=>{e.style.transform="translate(0, 0)",R(e,0,N,b,w)}),500),void("option"===e.type&&Array.from(g.querySelectorAll(`[value="${e.value}"]`)).forEach((r=>{r!==e&&r.getAttribute("value")===e.getAttribute("value")&&r.replaceWith(e)})));{const a=g.getAttribute("dropAttr");a&&a.toLowerCase()===m.EnableAnimation.toLowerCase()&&(g.style.pointerEvents="none",setTimeout((()=>{var a,o,u;const s=document.createElement("div");g.append(s),s.classList.add("after-drop-popup-container"),e.style.scale="1",r.style.scale="1";const c=g.querySelectorAll('[type="drag"]'),f=Array.from(c).map((e=>e.parentElement)).every((r=>r===e.parentElement));JSON.parse(null!==(a=g.getAttribute(t))&&void 0!==a?a:"[]");const l=null!==(o=e.getAttribute("value"))&&void 0!==o?o:null===(u=e.textContent)||void 0===u?void 0:u.trim();l&&j.push(l),f?(e.remove(),r.remove()):(e.parentElement.parentElement.remove(),r.parentElement.parentElement.remove()),e.classList.add("zoom-fade-in","after-drop-popup-drag-element"),r.classList.add("zoom-fade-in","after-drop-popup-drop-element"),s.appendChild(e),s.appendChild(r),r.classList.remove("empty"),setTimeout((()=>{e.classList.remove("zoom-fade-in"),r.classList.remove("zoom-fade-in"),e.classList.add("zoom-fade-out"),r.classList.add("zoom-fade-out"),setTimeout((()=>{s.remove(),g.style.pointerEvents="auto";const e=g.getAttribute("objective");e&&j.map((e=>e.trim())).sort().join(",")===e.split(",").map((e=>e.trim())).sort().join(",")&&(async()=>{n=!0;const e=(null==g?void 0:g.getAttribute("onCorrect"))||"";await NA(e,g),window.dispatchEvent(new CustomEvent(i)),j.length=0})()}),800)}),2e3)}),250))}}if(r){let n=JSON.parse(null!==(p=g.getAttribute(t))&&void 0!==p?p:"[]");const i=e.getAttribute("value");if(i&&!n.includes(i)&&n.push(i),g.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===(h=r.getAttribute("dropAttr"))||void 0===h?void 0:h.toLowerCase())!==m.Diagonal&&("1"===r.getAttribute("minDrops")||!r.getAttribute("minDrops"))){const t=Object.values(N).find((e=>document.getElementById(e.drop)===r));if(t?(t.isFull=!0,r.setAttribute("is-full","true")):console.warn("No matching drop item found for",r),w){let r=JSON.parse(w);for(const t in r)if(r[t].includes(e.value)&&e.classList.contains("dropped")){const t=e.getAttribute("drop-to"),n=g.querySelector(`#${t}`).getAttribute("tab-index");n&&delete r[n]}}if(e.classList.add("dropped"),e&&(r?e.setAttribute(s,null==r?void 0:r.id):e.removeAttribute(s),e.setAttribute(c,(new Date).getTime().toString())),r&&!(null===(v=N[A])||void 0===v?void 0:v.isFull)){let t=z(e,"drag");const n="true"===r.getAttribute("is-allow-only-one-drop")||"";if(t&&n)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=bA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==m.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 R(e,0,N,b,w);if(S(),w){let r=L.get(e);if(r){let e=Object.values(N).find((e=>document.getElementById(e.drop)===r));e&&(e.isFull=!1,J())}}let M=parseInt(null!==(y=g.getAttribute(u))&&void 0!==y?y:"0");if(M+=1,g.setAttribute(u,String(M)),M===EA(r.value)){const e=Object.values(N).find((e=>document.getElementById(e.drop)===r));e?e.isFull=!0:console.warn("No matching drop item found for",r),M=0,g.setAttribute(u,String(M))}L.set(e,r);const C=r.value.toLowerCase().includes(e.value.toLowerCase());!function(e,r,t){x(o,{dragElement:e,dropElement:r,isCorrect:t,createdAt:(new Date).toISOString()})}(e,r,C),SA(C),e.style.opacity="1",await BA(e,r),document.querySelectorAll(".drop-element").forEach((e=>P(e)))}function P(e){if(!e||!e.classList.contains("drop-element"))return;const r=document.getElementById(f);r&&"true"===r.getAttribute("show-drop-border")&&(document.querySelectorAll(`[${s}="${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 $(e,r){if(document.querySelectorAll(`[type='${r}']`).forEach((e=>{M(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){W.getI().stop();const r=q(),t=e;if(!t)return void console.error("Element not found");const n=getComputedStyle(t).transform;if(M(e),n&&"none"!==n&&"matrix(1, 0, 0, 1, 0, 0)"!==n)return void U(t,null);let i=Object.values(r).find((e=>!e.isFull));if(i){const e=document.querySelector(`#${i.drop}`);t.style.transition="transform 0.5s ease",U(t,e)}}(e),t&&n){if(n.getAttribute("drop-to"))return;n.style.transition="transform 0.5s ease",n.style.transform="";const e=document.getElementById(f),r=T(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=>{M(e)})),await U(n,t)}}const L=new Map,_=document.getElementById(f),J=()=>{const e=document.querySelectorAll("[type='drop']");let r=bA();e&&_&&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())===m.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 W{constructor(){this.audioElement=document.createElement("audio"),this.audioElement.id="audio",document.body.appendChild(this.audioElement)}static getI(){return W.instance||(W.instance=new W),W.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=>E(e)));const e=document.querySelector("#play"),r=document.querySelector("#pause");e&&r&&(e.style.visibility="visible",r.style.visibility="hidden")}async play(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");n&&(r=n)}}if(r){r=RA(r),this.audioElement.src=r,console.log("🚀 Playing audio:",this.audioElement.src);try{k(!0),await this.audioElement.play(),C(e),await new Promise((r=>{this.audioElement.onended=()=>{E(e),r(),k(!1)}}))}catch(e){console.log("🚀 Audio play error:",e)}}else if(e.textContent)try{C(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||E(r)}),50)}))}(e.textContent,e),document.querySelectorAll(".speaking-highlight").forEach((e=>E(e))),k(!1)}catch(e){console.log("🚀 TTS Error:",e)}}}let V;function H(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}const Z=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 G=e=>{e.style.opacity="",e.style.cursor="move",e.style.zIndex="",e.style.transform="",e.style.position="",e.style.left="",e.style.top=""};function X(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=Y(a,r.getBoundingClientRect());t>n&&(n=t,i=r)}return i}function Q(e){return e instanceof MouseEvent?{clientX:e.clientX,clientY:e.clientY}:{clientX:e.touches[0].clientX,clientY:e.touches[0].clientY}}function Y(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 K=(e,r)=>{var n;console.log("worddrop");const i=document.getElementById(f),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=CA(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),SA(e),TA()}};async function ee(e,r){e.classList.add("dropped");let t=bA(),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(s,r.id),await BA(e,r)}}const re=e=>new Promise((r=>setTimeout(r,e))),te=async()=>{const e=document.getElementById(f);if(!e)return;e.style.pointerEvents="none";const r=Array.from(e.querySelectorAll('[type="slide"]')),t=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 re(800);for(let e=0;e<i;e++)r[e].style.transform="translate(0, 0)";await re(500);for(let e=0;e<i;e++)r[e].style.transition="";e.style.pointerEvents=""};var ne="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ie(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ae={exports:{}};ae.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 oe=ae.exports;var ue={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}(ue);const se=ie(ue.exports);var ce={relTol:1e-12,absTol:1e-15,matrix:"Matrix",number:"number",numberFallback:"number",precision:64,predictable:!1,randomSeed:null};function fe(e,r){if(me(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 le(e,r,t){if(me(e,r))return e[r]=t,t;throw new Error('No access to property "'+r+'"')}function me(e,r){return!(!function(e){return"object"==typeof e&&e&&e.constructor===Object}(e)&&!Array.isArray(e)||!dr(pe,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(he,r)&&(r in Object.prototype||r in Function.prototype))}var pe={length:!0,name:!0},he={toString:!0,valueOf:!0,toLocaleString:!0};class ve{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 fe(this.wrappedObject,e)}set(e,r){return le(this.wrappedObject,e,r),this}has(e){return me(this.wrappedObject,e)&&e in this.wrappedObject}entries(){return ge(this.keys(),(e=>[e,this.get(e)]))}forEach(e){for(var r of this.keys())e(this.get(r),r,this)}delete(e){me(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 ye{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 ge(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 ge(e,r){return{next:()=>{var t=e.next();return t.done?t:{value:r(t.value),done:!1}}}}function xe(){return new Map}function be(e){if(!e)return xe();if(Le(e))return e;if($e(e))return new ve(e);throw new Error("createMap can create maps from objects or Maps")}function we(e){return"number"==typeof e}function De(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 Ne(e){return"bigint"==typeof e}function Ae(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isComplex||!1}function Me(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isFraction||!1}function Ce(e){return e&&!0===e.constructor.prototype.isUnit||!1}function Ee(e){return"string"==typeof e}var Se=Array.isArray;function Fe(e){return e&&!0===e.constructor.prototype.isMatrix||!1}function Be(e){return Array.isArray(e)||Fe(e)}function qe(e){return e&&e.isDenseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function Te(e){return e&&e.isSparseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function Oe(e){return e&&!0===e.constructor.prototype.isRange||!1}function ke(e){return e&&!0===e.constructor.prototype.isIndex||!1}function ze(e){return"boolean"==typeof e}function Ie(e){return e&&!0===e.constructor.prototype.isResultSet||!1}function Re(e){return e&&!0===e.constructor.prototype.isHelp||!1}function je(e){return"function"==typeof e}function Ue(e){return e instanceof Date}function Pe(e){return e instanceof RegExp}function $e(e){return!(!e||"object"!=typeof e||e.constructor!==Object||Ae(e)||Me(e))}function Le(e){return!!e&&(e instanceof Map||e instanceof ve||"function"==typeof e.set&&"function"==typeof e.get&&"function"==typeof e.keys&&"function"==typeof e.has)}function _e(e){return null===e}function Je(e){return void 0===e}function We(e){return e&&!0===e.isAccessorNode&&!0===e.constructor.prototype.isNode||!1}function Ve(e){return e&&!0===e.isArrayNode&&!0===e.constructor.prototype.isNode||!1}function He(e){return e&&!0===e.isAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function Ze(e){return e&&!0===e.isBlockNode&&!0===e.constructor.prototype.isNode||!1}function Ge(e){return e&&!0===e.isConditionalNode&&!0===e.constructor.prototype.isNode||!1}function Xe(e){return e&&!0===e.isConstantNode&&!0===e.constructor.prototype.isNode||!1}function Qe(e){return Xe(e)||nr(e)&&1===e.args.length&&Xe(e.args[0])&&"-+~".includes(e.op)}function Ye(e){return e&&!0===e.isFunctionAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function Ke(e){return e&&!0===e.isFunctionNode&&!0===e.constructor.prototype.isNode||!1}function er(e){return e&&!0===e.isIndexNode&&!0===e.constructor.prototype.isNode||!1}function rr(e){return e&&!0===e.isNode&&!0===e.constructor.prototype.isNode||!1}function tr(e){return e&&!0===e.isObjectNode&&!0===e.constructor.prototype.isNode||!1}function nr(e){return e&&!0===e.isOperatorNode&&!0===e.constructor.prototype.isNode||!1}function ir(e){return e&&!0===e.isParenthesisNode&&!0===e.constructor.prototype.isNode||!1}function ar(e){return e&&!0===e.isRangeNode&&!0===e.constructor.prototype.isNode||!1}function or(e){return e&&!0===e.isRelationalNode&&!0===e.constructor.prototype.isNode||!1}function ur(e){return e&&!0===e.isSymbolNode&&!0===e.constructor.prototype.isNode||!1}function sr(e){return e&&!0===e.constructor.prototype.isChain||!1}function cr(e){var r=typeof e;return"object"===r?null===e?"null":De(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":r}function fr(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 fr(e)}));if(e instanceof Date)return new Date(e.valueOf());if(De(e))return e;if($e(e))return function(e,r){var t={};for(var n in e)dr(e,n)&&(t[n]=r(e[n]));return t}(e,fr);if("function"===r)return e;throw new TypeError("Cannot clone: unknown type of value (value: ".concat(e,")"))}function lr(e,r){for(var t in r)dr(r,t)&&(e[t]=r[t]);return e}function mr(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(!mr(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)||!mr(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 pr=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(ce)};se(pr,ce,{MATRIX_OPTIONS:["Matrix","Array"],NUMBER_OPTIONS:["number","BigNumber","Fraction"]});var hr={exports:{}};hr.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 vr=hr.exports;function yr(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(gr));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 gr(e){return e&&"?"===e[0]?e.slice(1):e}function xr(e){return"boolean"==typeof e||!!isFinite(e)&&e===Math.round(e)}function br(e,r){if("bigint"===r.number)try{BigInt(e)}catch(e){return r.numberFallback}return r.number}var wr=Math.sign||function(e){return e>0?1:e<0?-1:0},Dr=Math.log2||function(e){return Math.log(e)/Math.LN2},Nr=Math.log10||function(e){return Math.log(e)/Math.LN10},Ar=Math.log1p||function(e){return Math.log(e+1)},Mr=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},Cr=Math.expm1||function(e){return e>=2e-4||e<=-2e-4?Math.exp(e)-1:e+e*e/2+e*e*e/6};function Er(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(!xr(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(!xr(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 Sr(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}=Fr(r);switch(t){case"fixed":return qr(e,n);case"exponential":return Tr(e,n);case"engineering":return function(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Or(Br(e),r),n=t.exponent,i=t.coefficients,a=n%3==0?n:n<0?n-3-n%3:n-n%3;if(we(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=we(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 Er(e,2,i);case"oct":return Er(e,8,i);case"hex":return Er(e,16,i);case"auto":return function(e,r,t){if(isNaN(e)||!isFinite(e))return String(e);var n=_r(null==t?void 0:t.lowerExp,-3),i=_r(null==t?void 0:t.upperExp,5),a=Br(e),o=r?Or(a,r):a;if(o.exponent<n||o.exponent>=i)return Tr(e,r);var u=o.coefficients,s=o.exponent;u.length<r&&(u=u.concat(kr(r-u.length))),u=u.concat(kr(s-u.length+1+(u.length<r?r-u.length:0)));var c=s>0?s:0;return c<(u=kr(-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 Fr(e){var r,t,n="auto";if(void 0!==e)if(we(e))r=e;else if(De(e))r=e.toNumber();else{if(!$e(e))throw new Error("Unsupported type of options, number, BigNumber, or object expected");void 0!==e.precision&&(r=Lr(e.precision,(()=>{throw new Error('Option "precision" must be a number or BigNumber')}))),void 0!==e.wordSize&&(t=Lr(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 Br(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 qr(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Br(e),n="number"==typeof r?Or(t,t.exponent+1+r):t,i=n.coefficients,a=n.exponent+1,o=a+(r||0);return i.length<o&&(i=i.concat(kr(o-i.length))),a<0&&(i=kr(1-a).concat(i),a=1),a<i.length&&i.splice(a,0,0===a?"0.":"."),n.sign+i.join("")}function Tr(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=Br(e),n=r?Or(t,r):t,i=n.coefficients,a=n.exponent;i.length<r&&(i=i.concat(kr(r-i.length)));var o=i.shift();return n.sign+o+(i.length>0?"."+i.join(""):"")+"e"+(a>=0?"+":"")+a}function Or(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 kr(e){for(var r=[],t=0;t<e;t++)r.push(0);return r}function zr(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 Ir=Math.acosh||function(e){return Math.log(Math.sqrt(e*e-1)+e)},Rr=Math.asinh||function(e){return Math.log(Math.sqrt(e*e+1)+e)},jr=Math.atanh||function(e){return Math.log((1+e)/(1-e))/2},Ur=Math.cosh||function(e){return(Math.exp(e)+Math.exp(-e))/2},Pr=Math.sinh||function(e){return(Math.exp(e)-Math.exp(-e))/2},$r=Math.tanh||function(e){var r=Math.exp(2*e);return(r-1)/(r+1)};function Lr(e,r){return we(e)?e:De(e)?e.toNumber():void r()}function _r(e,r){return we(e)?e:De(e)?e.toNumber():r}var Jr=function(){return Jr=vr.create,vr},Wr=yr("typed",["?BigNumber","?Complex","?DenseMatrix","?Fraction"],(function(e){var{BigNumber:r,Complex:t,DenseMatrix:n,Fraction:i}=e,a=Jr();return a.clear(),a.addTypes([{name:"number",test:we},{name:"Complex",test:Ae},{name:"BigNumber",test:De},{name:"bigint",test:Ne},{name:"Fraction",test:Me},{name:"Unit",test:Ce},{name:"identifier",test:e=>Ee&&/^(?:[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:Ee},{name:"Chain",test:sr},{name:"Array",test:Se},{name:"Matrix",test:Fe},{name:"DenseMatrix",test:qe},{name:"SparseMatrix",test:Te},{name:"Range",test:Oe},{name:"Index",test:ke},{name:"boolean",test:ze},{name:"ResultSet",test:Ie},{name:"Help",test:Re},{name:"function",test:je},{name:"Date",test:Ue},{name:"RegExp",test:Pe},{name:"null",test:_e},{name:"undefined",test:Je},{name:"AccessorNode",test:We},{name:"ArrayNode",test:Ve},{name:"AssignmentNode",test:He},{name:"BlockNode",test:Ze},{name:"ConditionalNode",test:Ge},{name:"ConstantNode",test:Xe},{name:"FunctionNode",test:Ke},{name:"FunctionAssignmentNode",test:Ye},{name:"IndexNode",test:er},{name:"Node",test:rr},{name:"ObjectNode",test:tr},{name:"OperatorNode",test:nr},{name:"ParenthesisNode",test:ir},{name:"RangeNode",test:ar},{name:"RelationalNode",test:or},{name:"SymbolNode",test:ur},{name:"Map",test:Le},{name:"Object",test:$e}]),a.addConversions([{from:"number",to:"BigNumber",convert:function(e){if(r||Vr(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||Hr(e),new t(e,0)}},{from:"BigNumber",to:"Complex",convert:function(e){return t||Hr(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||Vr(e),new r(e.toString())}},{from:"bigint",to:"Fraction",convert:function(e){return i||Zr(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||Hr(e),new t(e.valueOf(),0)}},{from:"number",to:"Fraction",convert:function(e){i||Zr(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||Vr(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||Zr(e);try{return new i(e)}catch(r){throw new Error('Cannot convert "'+e+'" to Fraction')}}},{from:"string",to:"Complex",convert:function(e){t||Hr(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||Vr(e),new r(+e)}},{from:"boolean",to:"bigint",convert:function(e){return BigInt(+e)}},{from:"boolean",to:"Fraction",convert:function(e){return i||Zr(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&&Be(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&&Be(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 Vr(e){throw new Error("Cannot convert value ".concat(e," into a BigNumber: no class 'BigNumber' provided"))}function Hr(e){throw new Error("Cannot convert value ".concat(e," into a Complex number: no class 'Complex' provided"))}function Zr(e){throw new Error("Cannot convert value ".concat(e," into a Fraction, no class 'Fraction' provided."))}var Gr,Xr=yr("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}),Qr={exports:{}};Gr=Qr,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";var v,y,g;!function(e){e.NoFlow="noFlow",e.ShowFlow="showFlow",e.FreeTrace="freeTrace",e.BlindTracing="blindTracing",e.BlindFreeTrace="blindFreeTrace"}(v||(v={})),function(e){e.Diagonal="diagonal",e.Stretch="stretch",e.InfiniteDrop="infinite-drop",e.EnableAnimation="enableanimation"}(y||(y={})),function(e){e.InfiniteDrop="infinite-drop",e.Move="move",e.Hide="hide"}(g||(g={}));const x="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Close.svg",b="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Previous.svg",w="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Next.svg",D="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Navbar-buttons/Audio%20icon.svg",N="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/trace/Tracing-hand.svg";function A(e,r){const t=new CustomEvent(e,{detail:r});window.dispatchEvent(t)}function M(){A(c,{})}function C(){A(f,{})}function E(e){A(s,{index:e})}function S(e,r){A("lidoElementClick",{element:e,isCorrect:r,createdAt:(new Date).toISOString()})}class F{constructor(){}static getInstance(){return F.instance||(F.instance=new F),F.instance}setRiveInstance(e){this.riveInstance=e}getRiveInstance(){return this.riveInstance}}function B(e){e.classList.remove("highlight"),e.ariaPressed="false"}function q(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 T(e){e&&e.classList.remove("speaking-highlight")}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=VA(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}function I(){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 R=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 j=!1;const U=e=>{console.log("Setting dragging disabled to:",e),j=e},P=(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/KA()),f=u+s*(1/KA());e.style.transition="transform 0.5s ease",e.style.transform=`translate(${c}px, ${f}px)`}function L(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")===g.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=H.get(e);if(f){if(H.delete(e),W(f),(null===(o=null==f?void 0:f.getAttribute("drop-attr"))||void 0===o?void 0:o.toLowerCase())===y.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")}H.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),W(f),O()}document.querySelectorAll("[type='drop']").forEach((e=>{var r;const t=MA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==y.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"))})),RA()}const _=[];async function J(e,r){var n,i,a,u,s,c,f,v;const g=document.getElementById(h),x=null!==(n=g.getAttribute(t))&&void 0!==n?n:"[]",b=JSON.stringify(MA()),w=MA();JSON.stringify(w),console.log("dragggedddd elem",{value:e.getAttribute("value")});let D=I();r||L(e,0,D,x,b);const N=r.getAttribute("tab-index"),M="false"===r.getAttribute("is-allow-only-one-drop");if((null===(i=D[N])||void 0===i?void 0:i.isFull)&&!M)return void L(e,0,D,x,b);if("true"===g.getAttribute("is-allow-only-correct")){if(!r)return e.style.transition="transform 0.5s ease",e.style.transform="translate(0, 0)",void L(e,0,D,x,b);let n;const i=(null===(a=e.getAttribute("value"))||void 0===a?void 0:a.trim())||"",s=(null===(u=r.getAttribute("value"))||void 0===u?void 0:u.trim())||"";if(Number(i)){const e=Number(i);if(s.includes(",")){const r=s.split(",");n=r.some((r=>Number(r)===e))}else n=Number(s)===e}else n=r.getAttribute("value").toLowerCase().includes(e.getAttribute("value").toLowerCase());if(!n){e.style.transition="transform 0.5s ease",$(e,r,g);const t=r.getAttribute("onInCorrect");return console.log("onincorrectttt",t),await SA(t,r,e),setTimeout((()=>{e.style.transform="translate(0, 0)",L(e,0,D,x,b)}),500),void("option"===e.type&&Array.from(g.querySelectorAll(`[value="${e.value}"]`)).forEach((r=>{r!==e&&r.getAttribute("value")===e.getAttribute("value")&&r.replaceWith(e)})))}{const i=g.getAttribute("dropAttr");i&&i.toLowerCase()===y.EnableAnimation.toLowerCase()&&(g.style.pointerEvents="none",setTimeout((()=>{var i,a,u;const s=document.createElement("div");g.append(s),s.classList.add("after-drop-popup-container"),e.style.scale="1",r.style.scale="1";const c=g.querySelectorAll('[type="drag"]'),f=Array.from(c).map((e=>e.parentElement)).every((r=>r===e.parentElement));JSON.parse(null!==(i=g.getAttribute(t))&&void 0!==i?i:"[]");const l=null!==(a=e.getAttribute("value"))&&void 0!==a?a:null===(u=e.textContent)||void 0===u?void 0:u.trim();l&&_.push(l),f?(e.remove(),r.remove()):(e.parentElement.parentElement.remove(),r.parentElement.parentElement.remove()),e.classList.add("zoom-fade-in","after-drop-popup-drag-element"),r.classList.add("zoom-fade-in","after-drop-popup-drop-element"),s.appendChild(e),s.appendChild(r),r.classList.remove("empty"),setTimeout((()=>{e.classList.remove("zoom-fade-in"),r.classList.remove("zoom-fade-in"),e.classList.add("zoom-fade-out"),r.classList.add("zoom-fade-out"),setTimeout((()=>{s.remove(),g.style.pointerEvents="auto";const e=g.getAttribute("objective");e&&_.map((e=>e.trim())).sort().join(",")===e.split(",").map((e=>e.trim())).sort().join(",")&&(async()=>{n=!0;const e=(null==g?void 0:g.getAttribute("onCorrect"))||"";await SA(e,g),window.dispatchEvent(new CustomEvent(o)),_.length=0})()}),800)}),2e3)}),250))}}if(r){let n=JSON.parse(null!==(s=g.getAttribute(t))&&void 0!==s?s:"[]");const i=e.getAttribute("value");if(i&&!n.includes(i)&&n.push(i),g.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===(c=r.getAttribute("dropAttr"))||void 0===c?void 0:c.toLowerCase())!==y.Diagonal&&("1"===r.getAttribute("minDrops")||!r.getAttribute("minDrops"))){const t=Object.values(D).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),b){let r=JSON.parse(b);for(const t in r)if(r[t].includes(e.value)&&e.classList.contains("dropped")){const t=e.getAttribute("drop-to"),n=g.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===(f=D[N])||void 0===f?void 0:f.isFull)){let t=P(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=MA();Object.keys(t).map(Number).includes(JSON.parse(e.getAttribute("tab-index")))?(null===(r=e.getAttribute("dropAttr"))||void 0===r?void 0:r.toLowerCase())!==y.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 L(e,0,D,x,b);if(O(),b){let r=H.get(e);if(r){let e=Object.values(D).find((e=>document.getElementById(e.drop)===r));e&&(e.isFull=!1,G())}}let C=parseInt(null!==(v=g.getAttribute(m))&&void 0!==v?v:"0");if(C+=1,g.setAttribute(m,String(C)),C===TA(r.value)){const e=Object.values(D).find((e=>document.getElementById(e.drop)===r));e?e.isFull=!0:console.warn("No matching drop item found for",r),C=0,g.setAttribute(m,String(C))}H.set(e,r);const E=r.value.toLowerCase().includes(e.value.toLowerCase());!function(e,r,t){A(l,{dragElement:e,dropElement:r,isCorrect:t,createdAt:(new Date).toISOString()})}(e,r,E),OA(E),e.style.opacity="1",await zA(e,r),document.querySelectorAll(".drop-element").forEach((e=>W(e)))}function W(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 V(e,r){if(document.querySelectorAll(`[type='${r}']`).forEach((e=>{B(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&&X.getI().stop();const t=I(),n=e;if(!n)return void console.error("Element not found");const i=getComputedStyle(n).transform;if(B(e),i&&"none"!==i&&"matrix(1, 0, 0, 1, 0, 0)"!==i)return void J(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",J(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=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=>{B(e)})),await J(n,t)}}const H=new Map,Z=document.getElementById(h),G=()=>{const e=document.querySelectorAll("[type='drop']");let r=MA();e&&Z&&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())===y.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 X{constructor(){this.audioElement=document.createElement("audio"),this.audioElement.id="audio",document.body.appendChild(this.audioElement),this.registerGlobalStopEvents()}static getI(){return X.instance||(X.instance=new X),X.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=>T(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 X.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=LA(r),this.audioElement.src=r,console.log("🚀 Playing audio:",this.audioElement.src);try{U(!0),q(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,U(!1),T(e)}}else if(e.textContent)try{q(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||T(r)}),50)}))}(e.textContent,e),document.querySelectorAll(".speaking-highlight").forEach((e=>T(e)))}catch(e){console.log("🎧 TTS Error:",e)}finally{U(!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),X.instance=void 0}}let Q;function Y(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}const K=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 ee=e=>{e.style.opacity="",e.style.cursor="move",e.style.zIndex="",e.style.transform="",e.style.position="",e.style.left="",e.style.top=""};function re(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=ne(a,r.getBoundingClientRect());t>n&&(n=t,i=r)}return i}function te(e){return e instanceof MouseEvent?{clientX:e.clientX,clientY:e.clientY}:{clientX:e.touches[0].clientX,clientY:e.touches[0].clientY}}function ne(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 ie=(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=qA(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),OA(e),RA()}};async function ae(e,r){e.classList.add("dropped");let t=MA(),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 zA(e,r)}}const oe=e=>new Promise((r=>setTimeout(r,e))),ue=async()=>{const e=document.getElementById(h);if(!e)return;e.style.pointerEvents="none";const r=Array.from(e.querySelectorAll('[type="slide"]')),t=R(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 oe(800);for(let e=0;e<i;e++)r[e].style.transform="translate(0, 0)";await oe(500);for(let e=0;e<i;e++)r[e].style.transition="";e.style.pointerEvents=""};var se="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ce(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var fe={exports:{}};fe.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 le=fe.exports;var me={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}(me);const de=ce(me.exports);var pe={relTol:1e-12,absTol:1e-15,matrix:"Matrix",number:"number",numberFallback:"number",precision:64,predictable:!1,randomSeed:null};function he(e,r){if(ye(e,r))return e[r];if("function"==typeof e[r]&&ge(e,r))throw new Error('Cannot access method "'+r+'" as a property');throw new Error('No access to property "'+r+'"')}function ve(e,r,t){if(ye(e,r))return e[r]=t,t;throw new Error('No access to property "'+r+'"')}function ye(e,r){return!(!function(e){return"object"==typeof e&&e&&e.constructor===Object}(e)&&!Array.isArray(e)||!gr(xe,r)&&(r in Object.prototype||r in Function.prototype))}function ge(e,r){return!(null==e||"function"!=typeof e[r]||gr(e,r)&&Object.getPrototypeOf&&r in Object.getPrototypeOf(e)||!gr(be,r)&&(r in Object.prototype||r in Function.prototype))}var xe={length:!0,name:!0},be={toString:!0,valueOf:!0,toLocaleString:!0};class we{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 he(this.wrappedObject,e)}set(e,r){return ve(this.wrappedObject,e,r),this}has(e){return ye(this.wrappedObject,e)&&e in this.wrappedObject}entries(){return Ne(this.keys(),(e=>[e,this.get(e)]))}forEach(e){for(var r of this.keys())e(this.get(r),r,this)}delete(e){ye(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 De{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 Ne(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 Ne(e,r){return{next:()=>{var t=e.next();return t.done?t:{value:r(t.value),done:!1}}}}function Ae(){return new Map}function Me(e){if(!e)return Ae();if(He(e))return e;if(Ve(e))return new we(e);throw new Error("createMap can create maps from objects or Maps")}function Ce(e){return"number"==typeof e}function Ee(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 Se(e){return"bigint"==typeof e}function Fe(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isComplex||!1}function Be(e){return e&&"object"==typeof e&&!0===Object.getPrototypeOf(e).isFraction||!1}function qe(e){return e&&!0===e.constructor.prototype.isUnit||!1}function Te(e){return"string"==typeof e}var Oe=Array.isArray;function ke(e){return e&&!0===e.constructor.prototype.isMatrix||!1}function ze(e){return Array.isArray(e)||ke(e)}function Ie(e){return e&&e.isDenseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function Re(e){return e&&e.isSparseMatrix&&!0===e.constructor.prototype.isMatrix||!1}function je(e){return e&&!0===e.constructor.prototype.isRange||!1}function Ue(e){return e&&!0===e.constructor.prototype.isIndex||!1}function Pe(e){return"boolean"==typeof e}function $e(e){return e&&!0===e.constructor.prototype.isResultSet||!1}function Le(e){return e&&!0===e.constructor.prototype.isHelp||!1}function _e(e){return"function"==typeof e}function Je(e){return e instanceof Date}function We(e){return e instanceof RegExp}function Ve(e){return!(!e||"object"!=typeof e||e.constructor!==Object||Fe(e)||Be(e))}function He(e){return!!e&&(e instanceof Map||e instanceof we||"function"==typeof e.set&&"function"==typeof e.get&&"function"==typeof e.keys&&"function"==typeof e.has)}function Ze(e){return null===e}function Ge(e){return void 0===e}function Xe(e){return e&&!0===e.isAccessorNode&&!0===e.constructor.prototype.isNode||!1}function Qe(e){return e&&!0===e.isArrayNode&&!0===e.constructor.prototype.isNode||!1}function Ye(e){return e&&!0===e.isAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function Ke(e){return e&&!0===e.isBlockNode&&!0===e.constructor.prototype.isNode||!1}function er(e){return e&&!0===e.isConditionalNode&&!0===e.constructor.prototype.isNode||!1}function rr(e){return e&&!0===e.isConstantNode&&!0===e.constructor.prototype.isNode||!1}function tr(e){return rr(e)||sr(e)&&1===e.args.length&&rr(e.args[0])&&"-+~".includes(e.op)}function nr(e){return e&&!0===e.isFunctionAssignmentNode&&!0===e.constructor.prototype.isNode||!1}function ir(e){return e&&!0===e.isFunctionNode&&!0===e.constructor.prototype.isNode||!1}function ar(e){return e&&!0===e.isIndexNode&&!0===e.constructor.prototype.isNode||!1}function or(e){return e&&!0===e.isNode&&!0===e.constructor.prototype.isNode||!1}function ur(e){return e&&!0===e.isObjectNode&&!0===e.constructor.prototype.isNode||!1}function sr(e){return e&&!0===e.isOperatorNode&&!0===e.constructor.prototype.isNode||!1}function cr(e){return e&&!0===e.isParenthesisNode&&!0===e.constructor.prototype.isNode||!1}function fr(e){return e&&!0===e.isRangeNode&&!0===e.constructor.prototype.isNode||!1}function lr(e){return e&&!0===e.isRelationalNode&&!0===e.constructor.prototype.isNode||!1}function mr(e){return e&&!0===e.isSymbolNode&&!0===e.constructor.prototype.isNode||!1}function dr(e){return e&&!0===e.constructor.prototype.isChain||!1}function pr(e){var r=typeof e;return"object"===r?null===e?"null":Ee(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":r}function hr(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 hr(e)}));if(e instanceof Date)return new Date(e.valueOf());if(Ee(e))return e;if(Ve(e))return function(e,r){var t={};for(var n in e)gr(e,n)&&(t[n]=r(e[n]));return t}(e,hr);if("function"===r)return e;throw new TypeError("Cannot clone: unknown type of value (value: ".concat(e,")"))}function vr(e,r){for(var t in r)gr(r,t)&&(e[t]=r[t]);return e}function yr(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(!yr(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)||!yr(e[t],r[t]))return!1;for(t in r)if(!(t in e))return!1;return!0}return e===r}function gr(e,r){return e&&Object.hasOwnProperty.call(e,r)}var xr=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(pe)};de(xr,pe,{MATRIX_OPTIONS:["Matrix","Array"],NUMBER_OPTIONS:["number","BigNumber","Fraction"]});var br={exports:{}};br.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 wr=br.exports;function Dr(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(Nr));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 Nr(e){return e&&"?"===e[0]?e.slice(1):e}function Ar(e){return"boolean"==typeof e||!!isFinite(e)&&e===Math.round(e)}function Mr(e,r){if("bigint"===r.number)try{BigInt(e)}catch(e){return r.numberFallback}return r.number}var Cr=Math.sign||function(e){return e>0?1:e<0?-1:0},Er=Math.log2||function(e){return Math.log(e)/Math.LN2},Sr=Math.log10||function(e){return Math.log(e)/Math.LN10},Fr=Math.log1p||function(e){return Math.log(e+1)},Br=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},qr=Math.expm1||function(e){return e>=2e-4||e<=-2e-4?Math.exp(e)-1:e+e*e/2+e*e*e/6};function Tr(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(!Ar(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(!Ar(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 Or(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}=kr(r);switch(t){case"fixed":return Ir(e,n);case"exponential":return Rr(e,n);case"engineering":return function(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=jr(zr(e),r),n=t.exponent,i=t.coefficients,a=n%3==0?n:n<0?n-3-n%3:n-n%3;if(Ce(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=Ce(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 Tr(e,2,i);case"oct":return Tr(e,8,i);case"hex":return Tr(e,16,i);case"auto":return function(e,r,t){if(isNaN(e)||!isFinite(e))return String(e);var n=Zr(null==t?void 0:t.lowerExp,-3),i=Zr(null==t?void 0:t.upperExp,5),a=zr(e),o=r?jr(a,r):a;if(o.exponent<n||o.exponent>=i)return Rr(e,r);var u=o.coefficients,s=o.exponent;u.length<r&&(u=u.concat(Ur(r-u.length))),u=u.concat(Ur(s-u.length+1+(u.length<r?r-u.length:0)));var c=s>0?s:0;return c<(u=Ur(-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 kr(e){var r,t,n="auto";if(void 0!==e)if(Ce(e))r=e;else if(Ee(e))r=e.toNumber();else{if(!Ve(e))throw new Error("Unsupported type of options, number, BigNumber, or object expected");void 0!==e.precision&&(r=Hr(e.precision,(()=>{throw new Error('Option "precision" must be a number or BigNumber')}))),void 0!==e.wordSize&&(t=Hr(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 zr(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 Ir(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=zr(e),n="number"==typeof r?jr(t,t.exponent+1+r):t,i=n.coefficients,a=n.exponent+1,o=a+(r||0);return i.length<o&&(i=i.concat(Ur(o-i.length))),a<0&&(i=Ur(1-a).concat(i),a=1),a<i.length&&i.splice(a,0,0===a?"0.":"."),n.sign+i.join("")}function Rr(e,r){if(isNaN(e)||!isFinite(e))return String(e);var t=zr(e),n=r?jr(t,r):t,i=n.coefficients,a=n.exponent;i.length<r&&(i=i.concat(Ur(r-i.length)));var o=i.shift();return n.sign+o+(i.length>0?"."+i.join(""):"")+"e"+(a>=0?"+":"")+a}function jr(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 Ur(e){for(var r=[],t=0;t<e;t++)r.push(0);return r}function Pr(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)},Lr=Math.asinh||function(e){return Math.log(Math.sqrt(e*e+1)+e)},_r=Math.atanh||function(e){return Math.log((1+e)/(1-e))/2},Jr=Math.cosh||function(e){return(Math.exp(e)+Math.exp(-e))/2},Wr=Math.sinh||function(e){return(Math.exp(e)-Math.exp(-e))/2},Vr=Math.tanh||function(e){var r=Math.exp(2*e);return(r-1)/(r+1)};function Hr(e,r){return Ce(e)?e:Ee(e)?e.toNumber():void r()}function Zr(e,r){return Ce(e)?e:Ee(e)?e.toNumber():r}var Gr=function(){return Gr=wr.create,wr},Xr=Dr("typed",["?BigNumber","?Complex","?DenseMatrix","?Fraction"],(function(e){var{BigNumber:r,Complex:t,DenseMatrix:n,Fraction:i}=e,a=Gr();return a.clear(),a.addTypes([{name:"number",test:Ce},{name:"Complex",test:Fe},{name:"BigNumber",test:Ee},{name:"bigint",test:Se},{name:"Fraction",test:Be},{name:"Unit",test:qe},{name:"identifier",test:e=>Te&&/^(?:[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:Te},{name:"Chain",test:dr},{name:"Array",test:Oe},{name:"Matrix",test:ke},{name:"DenseMatrix",test:Ie},{name:"SparseMatrix",test:Re},{name:"Range",test:je},{name:"Index",test:Ue},{name:"boolean",test:Pe},{name:"ResultSet",test:$e},{name:"Help",test:Le},{name:"function",test:_e},{name:"Date",test:Je},{name:"RegExp",test:We},{name:"null",test:Ze},{name:"undefined",test:Ge},{name:"AccessorNode",test:Xe},{name:"ArrayNode",test:Qe},{name:"AssignmentNode",test:Ye},{name:"BlockNode",test:Ke},{name:"ConditionalNode",test:er},{name:"ConstantNode",test:rr},{name:"FunctionNode",test:ir},{name:"FunctionAssignmentNode",test:nr},{name:"IndexNode",test:ar},{name:"Node",test:or},{name:"ObjectNode",test:ur},{name:"OperatorNode",test:sr},{name:"ParenthesisNode",test:cr},{name:"RangeNode",test:fr},{name:"RelationalNode",test:lr},{name:"SymbolNode",test:mr},{name:"Map",test:He},{name:"Object",test:Ve}]),a.addConversions([{from:"number",to:"BigNumber",convert:function(e){if(r||Qr(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||Yr(e),new t(e,0)}},{from:"BigNumber",to:"Complex",convert:function(e){return t||Yr(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||Qr(e),new r(e.toString())}},{from:"bigint",to:"Fraction",convert:function(e){return i||Kr(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||Yr(e),new t(e.valueOf(),0)}},{from:"number",to:"Fraction",convert:function(e){i||Kr(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||Qr(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||Kr(e);try{return new i(e)}catch(r){throw new Error('Cannot convert "'+e+'" to Fraction')}}},{from:"string",to:"Complex",convert:function(e){t||Yr(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||Qr(e),new r(+e)}},{from:"boolean",to:"bigint",convert:function(e){return BigInt(+e)}},{from:"boolean",to:"Fraction",convert:function(e){return i||Kr(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&&ze(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&&ze(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 Qr(e){throw new Error("Cannot convert value ".concat(e," into a BigNumber: no class 'BigNumber' provided"))}function Yr(e){throw new Error("Cannot convert value ".concat(e," into a Complex number: no class 'Complex' provided"))}function Kr(e){throw new Error("Cannot convert value ".concat(e," into a Fraction, no class 'Fraction' provided."))}var et,rt=Dr("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}),tt={exports:{}};et=tt,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-137c99ce.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),Gr.exports?("function"==typeof Symbol&&"symbol"==typeof Symbol.iterator&&(E[Symbol.for("nodejs.util.inspect.custom")]=E.toString,E[Symbol.toStringTag]="Decimal"),Gr.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)}(ne);const Yr=Qr.exports;var Kr=yr("BigNumber",["?on","config"],(e=>{var{on:r,config:t}=e,n=Yr.clone({precision:t.precision,modulo:Yr.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}),et={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}()}(et);const rt=ie(et.exports);var tt=yr("Complex",[],(()=>(Object.defineProperty(rt,"name",{value:"Complex"}),rt.prototype.constructor=rt,rt.prototype.type="Complex",rt.prototype.isComplex=!0,rt.prototype.toJSON=function(){return{mathjs:"Complex",re:this.re,im:this.im}},rt.prototype.toPolar=function(){return{r:this.abs(),phi:this.arg()}},rt.prototype.format=function(e){var r=this.im,t=this.re,n=Sr(this.re,e),i=Sr(this.im,e),a=we(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"},rt.fromPolar=function(e){switch(arguments.length){case 1:var r=arguments[0];if("object"==typeof r)return rt(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(we(t)){if(Ce(n)&&n.hasBase("ANGLE")&&(n=n.toNumber("rad")),we(n))return new rt({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")}},rt.prototype.valueOf=rt.prototype.toString,rt.fromJSON=function(e){return new rt(e)},rt.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},rt)),{isClass:!0}),nt={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}()}(nt);const it=ie(nt.exports);var at=yr("Fraction",[],(()=>(Object.defineProperty(it,"name",{value:"Fraction"}),it.prototype.constructor=it,it.prototype.type="Fraction",it.prototype.isFraction=!0,it.prototype.toJSON=function(){return{mathjs:"Fraction",n:String(this.s*this.n),d:String(this.d)}},it.fromJSON=function(e){return new it(e)},it)),{isClass:!0}),ot=yr("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(De(r))r=r.toNumber();else if("number"!=typeof r&&!Ne(r))throw new TypeError("Parameter start must be a number or bigint");if(a)if(De(t))t=t.toNumber();else if("number"!=typeof t&&!Ne(t))throw new TypeError("Parameter end must be a number or bigint");if(o)if(De(n))n=n.toNumber();else if("number"!=typeof n&&!Ne(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 wr(r)===wr(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=Sr(this.start,e);return 1!==this.step&&(r+=":"+Sr(this.step,e)),r+":"+Sr(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}),ut=yr("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 st(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(!xr(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 ct(e,r){return void 0!==r?e.toExponential(r-1):e.toExponential()}function ft(e,r){return we(e)?e:De(e)?e.toNumber():r}function lt(e,r){return e.substring(e.length-r.length,e.length)===r}function mt(e,r){var t=function(e,r){return"number"==typeof e?Sr(e,r):De(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}=Fr(r);switch(t){case"fixed":return function(e,r){return e.toFixed(r)}(e,n);case"exponential":return ct(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 st(e,2,i);case"oct":return st(e,8,i);case"hex":return st(e,16,i);case"auto":var a=ft(null==r?void 0:r.lowerExp,-3),o=ft(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():ct(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)?vt(e,r):Ee(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)+": "+mt(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 pt?pt[i]:i,n++}return'"'+t+'"'}var pt={'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"};function ht(e){var r=String(e);return r.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function vt(e,r){if(Array.isArray(e)){for(var t="[",n=e.length,i=0;i<n;i++)0!==i&&(t+=", "),t+=vt(e[i],r);return t+"]"}return mt(e,r)}function yt(e,r){if(!Ee(e))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+cr(e)+", index: 0)");if(!Ee(r))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+cr(r)+", index: 1)");return e===r?0:e>r?1:-1}function gt(e,r,t){if(!(this instanceof gt))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 xt(e,r,t){if(!(this instanceof xt))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 bt(e){for(var r=[];Array.isArray(e);)r.push(e.length),e=e[0];return r}function wt(e,r,t){var n,i=e.length;if(i!==r[t])throw new gt(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 gt(r.length-1,r.length,"<");wt(e[n],r,a)}}else for(n=0;n<i;n++)if(Array.isArray(e[n]))throw new gt(r.length+1,r.length,">")}function Dt(e,r){if(0===r.length){if(Array.isArray(e))throw new gt(e.length,0)}else wt(e,r,0)}function Nt(e,r){var t=e.isMatrix?e._size:bt(e);r._sourceSize.forEach(((e,r)=>{if(null!==e&&e!==t[r])throw new gt(e,t[r])}))}function At(e,r){if(void 0!==e){if(!we(e)||!xr(e))throw new TypeError("Index must be an integer (value: "+e+")");if(e<0||"number"==typeof r&&e>=r)throw new xt(e,r)}}function Mt(e){for(var r=0;r<e._dimensions.length;++r){var t=e._dimensions[r];if(t._data&&Se(t._data)){if(0===t._size[0])return!0}else if(t.isRange){if(t.start===t.end)return!0}else if(Ee(t)&&0===t.length)return!0}return!1}function Ct(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(!we(e)||!xr(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+mt(r)+")")})),(we(e)||De(e))&&(e=[e]),Et(e,r,0,void 0!==t?t:0),e}function Et(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]),Et(a,r,s,n);for(i=u;i<o;i++)e[i]=a=[],Et(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 St(e,r){var t=zt(e,!0),n=t.length;if(!Array.isArray(e)||!Array.isArray(r))throw new TypeError("Array expected");if(0===r.length)throw new gt(0,n,"!=");var i=Bt(r=Ft(r,n));if(n!==i)throw new gt(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 gt)throw new gt(i,n,"!=");throw e}}function Ft(e,r){var t=Bt(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 Bt(e){return e.reduce(((e,r)=>e*r),1)}function qt(e,r){for(var t=r||bt(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=Tt(e,n,0),t.length=n),e}function Tt(e,r,t){var n,i;if(t<r){var a=t+1;for(n=0,i=e.length;n<i;n++)e[n]=Tt(e[n],r,a)}else for(;Array.isArray(e);)e=e[0];return e}function Ot(e,r,t,n){var i=n||bt(e);if(t)for(var a=0;a<t;a++)e=[e],i.unshift(1);for(e=kt(e,r,0);i.length<r;)i.push(1);return e}function kt(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]=kt(e[n],r,a)}else for(var o=t;o<r;o++)e=[e];return e}function zt(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 It(e,r){return Array.prototype.map.call(e,r)}function Rt(e,r){Array.prototype.forEach.call(e,r)}function jt(e,r){if(1!==bt(e).length)throw new Error("Only one dimensional matrices supported");return Array.prototype.filter.call(e,(e=>r.test(e)))}function Ut(e,r){return Array.prototype.join.call(e,r)}function Pt(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 $t(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 Lt(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?Lt(a,r):r(a);if(void 0===t)t=u;else if(t!==u)return"mixed"}return t}function _t(e,r,t,n){if(n<t){if(e.length!==r.length)throw new gt(e.length,r.length);for(var i=[],a=0;a<e.length;a++)i[a]=_t(e[a],r[a],t,n+1);return i}return e.concat(r)}function Jt(){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 _t(e,t,r,0)}),e[0]);throw new Error("Wrong number of arguments in function concat")}function Wt(){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++)Vt(r[l],a);return a}function Vt(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 Ht(e,r){var t=bt(e);if(mr(t,r))return e;Vt(t,r);var n,i,a=Wt(t,r),o=a.length,u=[...Array(o-t.length).fill(1),...t],s=function(e){return se([],e)}(e);t.length<o&&(t=bt(s=St(s,u)));for(var c=0;c<o;c++)t[c]<a[c]&&(n=s,i=c,t=bt(s=Jt(...Array(a[c]).fill(n),i)));return s}function Zt(e,r){if(!Array.isArray(e))throw new Error("Array expected");var t=bt(e);if(r.length!==t.length)throw new gt(r.length,t.length);for(var n=0;n<r.length;n++)At(r[n],t[n]);return r.reduce(((e,r)=>e[r]),e)}function Gt(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 Xt(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 Qt(e,r,t){var n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(vr.isTypedFunction(e)){var i,a;if(n)i=1;else{var o=(r.isMatrix?r.size():bt(r)).map((()=>0)),u=r.isMatrix?r.get(o):Zt(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!==vr.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 Kt(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 Kt(a,n,t,e.name)}}}return void 0===n?{isUnary:Yt(e),fn:e}:{isUnary:n,fn:e}}function Yt(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 Kt(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(cr(r[0]))),r.length>=2&&a.push("index: ".concat(cr(r[1]))),r.length>=3&&a.push("array: ".concat(cr(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)}}(gt.prototype=new RangeError).constructor=RangeError,gt.prototype.name="DimensionError",gt.prototype.isDimensionError=!0,(xt.prototype=new RangeError).constructor=RangeError,xt.prototype.name="IndexError",xt.prototype.isIndexError=!0;var en=yr("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&&!Ee(r))throw new Error("Invalid datatype: "+r);if(Fe(e))"DenseMatrix"===e.type?(this._data=fr(e._data),this._size=fr(e._size),this._datatype=r||e._datatype):(this._data=e.toArray(),this._size=e.size(),this._datatype=r||e._datatype);else if(e&&Se(e.data)&&Se(e.size))this._data=e.data,this._size=e.size,Dt(this._data,this._size),this._datatype=r||e.datatype;else if(Se(e))this._data=u(e),this._size=bt(this._data),Dt(this._data,this._size),this._datatype=r;else{if(e)throw new TypeError("Unsupported type of data ("+cr(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 At(r,e.length),e[r]})).valueOf():o.map((function(a){return At(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){At(r),e[r]=t[n[0]]}:function(o,u){At(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;Se(n);)n=n[0];return n}return e._size=r.slice(0),e._data=Ct(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 Fe(e)?u(e.valueOf()):Se(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 Lt(this._data,cr)},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(!ke(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 gt(i.length,e._size.length);for(var a=r.min(),o=r.max(),u=0,s=e._size.length;u<s;u++)At(a[u],e._size[u]),At(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(Fe(t)?(a=t.size(),t=t.valueOf()):a=bt(t),s){if(0!==a.length)throw new TypeError("Scalar expected");e.set(r.min(),t,n)}else{if(!mr(a,u))try{a=bt(t=Ht(0===a.length?[t]:t,u))}catch(e){}if(u.length<e._size.length)throw new gt(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=Ot(t,u.length,f,a)}if(!mr(u,a))throw new gt(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 Zt(this._data,e)},t.prototype.set=function(e,r,t){if(!Se(e))throw new TypeError("Array expected");if(e.length<this._size.length)throw new gt(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++)At(a=e[n],s.length),s=s[a];return At(a=e[e.length-1],s.length),s[a]=r,this},t.prototype.resize=function(e,r,t){if(!Be(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=St(t._data,e);var n=t._size.reduce(((e,r)=>e*r));return t._size=Ft(e,n),t},t.prototype.clone=function(){return new t({data:fr(this._data),size:fr(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=Qt(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=Qt(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 fr(this._data)},t.prototype.valueOf=function(){return this._data},t.prototype.format=function(e){return mt(this._data,e)},t.prototype.toString=function(){return mt(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(De(e)&&(e=e.toNumber()),!we(e)||!xr(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(!Se(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(De(e)&&(e=e.toNumber()),!we(e)||!xr(e)||e<1)throw new Error("Size values must be positive integers");return e})),n){if(De(n)&&(n=n.toNumber()),!we(n)||!xr(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(Se(r)){if(r.length!==f)throw new Error("Invalid value array length");a=function(e){return r[e]}}else if(Fe(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=De(a(0))?a(0).mul(0):0);var m=[];if(e.length>0){m=Ct(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(!(we(e)&&xr(e)&&we(r)&&xr(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 At(e,this._size[0]),At(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}),rn="clone",tn=yr(rn,["typed"],(e=>{var{typed:r}=e;return r(rn,{any:fr})}));function nn(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 an(e){for(var r=0;r<e.length;r++)if(Be(e[r]))return!0;return!1}function on(e,r){Fe(e)?e.forEach((e=>r(e)),!1,!0):Xt(e,r,!0)}function un(e,r,t){if(!t)return Fe(e)?e.map((e=>r(e)),!1,!0):Gt(e,r,!0);var n=e=>0===e?e:r(e);return Fe(e)?e.map((e=>n(e)),!1,!0):Gt(e,n,!0)}function sn(e,r,t){var n=Array.isArray(e)?bt(e):e.size();if(r<0||r>=n.length)throw new xt(r,n.length);return Fe(e)?e.create(cn(e.valueOf(),r,t),e.datatype()):cn(e,r,t)}function cn(e,r,t){var n,i,a,o;if(r<=0){if(Array.isArray(e[0])){for(o=nn(e),i=[],n=0;n<o.length;n++)i[n]=cn(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]=cn(e[n],r-1,t);return i}function fn(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 ln="isInteger",mn=yr(ln,["typed"],(e=>{var{typed:r}=e;return r(ln,{number:xr,BigNumber:function(e){return e.isInt()},bigint:function(){return!0},Fraction:function(e){return 1n===e.d},"Array | Matrix":r.referToSelf((e=>r=>un(r,e)))})})),dn="number",pn="number, number";function hn(e){return Math.abs(e)}function vn(e,r){return e+r}function yn(e,r){return e-r}function gn(e,r){return e*r}function xn(e){return-e}function bn(e){return e}function wn(e){return Mr(e)}function Dn(e){return e*e*e}function Nn(e){return Math.exp(e)}function An(e){return Cr(e)}function Mn(e,r){if(!xr(e)||!xr(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 Cn(e,r){return r?Math.log(e)/Math.log(r):Math.log(e)}function En(e){return Nr(e)}function Sn(e){return Dr(e)}function Fn(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 Bn(e){return wr(e)}function qn(e){return e*e}function Tn(e,r){var t,n,i,a=0,o=1,u=1,s=0;if(!xr(e)||!xr(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 On(e,r){return e*e<1&&r===1/0||e*e>1&&r===-1/0?0:Math.pow(e,r)}function kn(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!xr(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(qr(e,r))}hn.signature=dn,vn.signature=pn,yn.signature=pn,gn.signature=pn,xn.signature=dn,bn.signature=dn,wn.signature=dn,Dn.signature=dn,Nn.signature=dn,An.signature=dn,Mn.signature=pn,En.signature=dn,Sn.signature=dn,Bn.signature=dn,qn.signature=dn,Tn.signature=pn,On.signature=pn;var zn="number, number";function In(e,r){if(!xr(e)||!xr(r))throw new Error("Integers expected in function bitAnd");return e&r}function Rn(e){if(!xr(e))throw new Error("Integer expected in function bitNot");return~e}function jn(e,r){if(!xr(e)||!xr(r))throw new Error("Integers expected in function bitOr");return e|r}function Un(e,r){if(!xr(e)||!xr(r))throw new Error("Integers expected in function bitXor");return e^r}function Pn(e,r){if(!xr(e)||!xr(r))throw new Error("Integers expected in function leftShift");return e<<r}function $n(e,r){if(!xr(e)||!xr(r))throw new Error("Integers expected in function rightArithShift");return e>>r}function Ln(e,r){if(!xr(e)||!xr(r))throw new Error("Integers expected in function rightLogShift");return e>>>r}function _n(e,r){if(r<e)return 1;if(r===e)return r;var t=r+e>>1;return _n(e,t)*_n(t+1,r)}function Jn(e,r){if(!xr(e)||e<0)throw new TypeError("Positive integer value expected in function combinations");if(!xr(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/=_n(i,a)),n}In.signature=zn,Rn.signature="number",jn.signature=zn,Un.signature=zn,Pn.signature=zn,$n.signature=zn,Ln.signature=zn,Jn.signature="number, number";var Wn=Math.PI,Vn=2*Math.PI,Hn=Math.E,Zn="number, number";function Gn(e){return!e}function Xn(e,r){return!(!e&&!r)}function Qn(e,r){return!!e!=!!r}function Yn(e,r){return!(!e||!r)}function Kn(e){var r;if(xr(e))return e<=0?isFinite(e)?1/0:NaN:e>171?1/0:_n(1,e-1);if(e<.5)return Math.PI/(Math.sin(Math.PI*e)*Kn(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=ri[0];for(var o=1;o<ri.length;++o)r+=ri[o]/(e+o);var u=e+ei+.5;return Math.sqrt(2*Math.PI)*Math.pow(u,e+.5)*Math.exp(-u)*r}Gn.signature="number",Xn.signature=Zn,Qn.signature=Zn,Yn.signature=Zn,Kn.signature="number";var ei=4.7421875,ri=[.9999999999999971,57.15623566586292,-59.59796035547549,14.136097974741746,-.4919138160976202,3399464998481189e-20,4652362892704858e-20,-9837447530487956e-20,.0001580887032249125,-.00021026444172410488,.00021743961811521265,-.0001643181065367639,8441822398385275e-20,-26190838401581408e-21,36899182659531625e-22],ti=.9189385332046728,ni=[1.000000000190015,76.18009172947146,-86.50532032941678,24.01409824083091,-1.231739572450155,.001208650973866179,-5395239384953e-18];function ii(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))-ii(1-e);for(var r=5+(e-=1)+.5,t=ni[0],n=6;n>=1;n--)t+=ni[n]/(e+n);return ti+(e+.5)*Math.log(r)-r+Math.log(t)}ii.signature="number";var ai="number";function oi(e){return Ir(e)}function ui(e){return Math.atan(1/e)}function si(e){return isFinite(e)?(Math.log((e+1)/e)+Math.log(e/(e-1)))/2:0}function ci(e){return Math.asin(1/e)}function fi(e){var r=1/e;return Math.log(r+Math.sqrt(r*r+1))}function li(e){return Math.acos(1/e)}function mi(e){var r=1/e,t=Math.sqrt(r*r-1);return Math.log(t+r)}function di(e){return Rr(e)}function pi(e){return jr(e)}function hi(e){return 1/Math.tan(e)}function vi(e){var r=Math.exp(2*e);return(r+1)/(r-1)}function yi(e){return 1/Math.sin(e)}function gi(e){return 0===e?Number.POSITIVE_INFINITY:Math.abs(2/(Math.exp(e)-Math.exp(-e)))*wr(e)}function xi(e){return 1/Math.cos(e)}function bi(e){return 2/(Math.exp(e)+Math.exp(-e))}function wi(e){return Pr(e)}oi.signature=ai,ui.signature=ai,si.signature=ai,ci.signature=ai,fi.signature=ai,li.signature=ai,mi.signature=ai,di.signature=ai,pi.signature=ai,hi.signature=ai,vi.signature=ai,yi.signature=ai,gi.signature=ai,xi.signature=ai,bi.signature=ai,wi.signature=ai;var Di="number";function Ni(e){return e<0}function Ai(e){return e>0}function Mi(e){return Number.isNaN(e)}function Ci(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))}Ni.signature=Di,Ai.signature=Di,Mi.signature=Di;var Ei="isNegative",Si=yr(Ei,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Ei,{number:e=>!zr(e,0,t.relTol,t.absTol)&&Ni(e),BigNumber:e=>!Ci(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=>un(r,e)))})})),Fi="isNumeric",Bi=yr(Fi,["typed"],(e=>{var{typed:r}=e;return r(Fi,{"number | BigNumber | bigint | Fraction | boolean":()=>!0,"Complex | Unit | string | null | undefined | Node":()=>!1,"Array | Matrix":r.referToSelf((e=>r=>un(r,e)))})})),qi="hasNumericValue",Ti=yr(qi,["typed","isNumeric"],(e=>{var{typed:r,isNumeric:t}=e;return r(qi,{boolean:()=>!0,string:function(e){return e.trim().length>0&&!isNaN(Number(e))},any:function(e){return t(e)}})})),Oi="isPositive",ki=yr(Oi,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Oi,{number:e=>!zr(e,0,t.relTol,t.absTol)&&Ai(e),BigNumber:e=>!(Ci(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=>un(r,e)))})})),zi="isZero",Ii=yr(zi,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(zi,{"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=>un(r,e)))})})),Ri="isNaN",ji=yr(Ri,["typed"],(e=>{var{typed:r}=e;return r(Ri,{number:Mi,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=>un(r,e)))})})),Ui="typeOf",Pi=yr(Ui,["typed"],(e=>{var{typed:r}=e;return r(Ui,{any:cr})})),$i=yr("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)}))}})),Li="equalScalar",_i=yr(Li,["typed","config"],(e=>{var{typed:r,config:t}=e,n=$i({typed:r});return r(Li,{"boolean, boolean":function(e,r){return e===r},"number, number":function(e,r){return zr(e,r,t.relTol,t.absTol)},"BigNumber, BigNumber":function(e,r){return e.eq(r)||Ci(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 zr(e.re,r.re,t,n)&&zr(e.im,r.im,t,n)}(e,r,t.relTol,t.absTol)}},n)}));yr(Li,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Li,{"number, number":function(e,r){return zr(e,r,t.relTol,t.absTol)}})}));var Ji=yr("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&&!Ee(r))throw new Error("Invalid datatype: "+r);if(Fe(e))!function(e,r,t){"SparseMatrix"===r.type?(e._values=r._values?fr(r._values):void 0,e._index=fr(r._index),e._ptr=fr(r._ptr),e._size=fr(r._size),e._datatype=t||r._datatype):a(e,r.valueOf(),t||r._datatype)}(this,e,r);else if(e&&Se(e.index)&&Se(e.ptr)&&Se(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(Se(e))a(this,e,r);else{if(e)throw new TypeError("Unsupported type of data ("+cr(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(Ee(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(Se(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;Ee(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?fr(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 Lt(this._values,cr)},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(!ke(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 gt(u.length,e._size.length);var s=r.min(),c=r.max();for(t=0,n=e._size.length;t<n;t++)At(s[t],e._size[t]),At(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(Fe(t)?(i=t.size(),t=t.toArray()):i=bt(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 gt(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=Ot(t,a.length,s,i)}if(!mr(a,i))throw new gt(a,i,">");if(1===a.length)r.dimension(0).forEach((function(r,i){At(r),e.set([r,0],t[i[0]],n)}));else{var c=r.dimension(0),f=r.dimension(1);c.forEach((function(r,i){At(r),f.forEach((function(a,o){At(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(!Se(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new gt(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];At(r,this._size[0]),At(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(!Se(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new gt(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;Ee(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]),At(a,f),At(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(!Be(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(!we(e)||!xr(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+mt(n)+")")})),s(t?this.clone():this,n[0],n[1],r)},i.prototype.reshape=function(e,r){if(!Se(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(!we(r)||!xr(r)||r<=-2||0===r)throw new TypeError("Invalid size, must contain positive integers or -1 (size: "+mt(e)+")")}));var t=this._size[0]*this._size[1];if(t!==(e=Ft(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?fr(this._values):void 0,index:fr(this._index),ptr:fr(this._ptr),size:fr(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=Qt(e,a,"map");return function(e,n,o,u,c,f,l){var m=[],d=[],p=[],h=t,v=0;Ee(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=Qt(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 ["+mt(r,e)+" x "+mt(t,e)+"] density: "+mt(n,e)+"\n",a=0;a<t;a++)for(var o=this._ptr[a+1],u=this._ptr[a];u<o;u++)i+="\n ("+mt(this._index[u],e)+", "+mt(a,e)+") ==> "+(this._values?mt(this._values[u],e):"X");return i},i.prototype.toString=function(){return mt(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(De(e)&&(e=e.toNumber()),!we(e)||!xr(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(!Se(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(De(e)&&(e=e.toNumber()),!we(e)||!xr(e)||e<1)throw new Error("Size values must be positive integers");return e})),a){if(De(a)&&(a=a.toNumber()),!we(a)||!xr(a))throw new TypeError("The parameter k must be an integer number")}else a=0;var s=t,c=0;Ee(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(Se(n)){if(n.length!==h)throw new Error("Invalid value array length");f=function(e){return n[e]}}else if(Fe(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(!(we(e)&&xr(e)&&we(r)&&xr(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 At(e,this._size[0]),At(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}),Wi=yr("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=>un(r,e)))});return t.fromJSON=function(e){return parseFloat(e.value)},t})),Vi=yr("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=>un(r,e)))});return t.fromJSON=function(e){return BigInt(e.value)},t})),Hi="string",Zi=yr(Hi,["typed"],(e=>{var{typed:r}=e;return r(Hi,{"":function(){return""},number:Sr,null:function(){return"null"},boolean:function(e){return e+""},string:function(e){return e},"Array | Matrix":r.referToSelf((e=>r=>un(r,e))),any:function(e){return String(e)}})})),Gi="boolean",Xi=yr(Gi,["typed"],(e=>{var{typed:r}=e;return r(Gi,{"":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=>un(r,e)))})})),Qi=yr("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=>un(r,e)))})})),Yi=yr("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=>un(r,e)))})})),Ki=yr("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=>un(r,e)))})})),ea="matrix",ra=yr(ea,["typed","Matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,DenseMatrix:t,SparseMatrix:n}=e;return r(ea,{"":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)+".")}})),ta="matrixFromFunction",na=yr(ta,["typed","matrix","isZero"],(e=>{var{typed:r,matrix:t,isZero:n}=e;return r(ta,{"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}})),ia="matrixFromRows",aa=yr(ia,["typed","matrix","flatten","size"],(e=>{var{typed:r,matrix:t,flatten:n,size:i}=e;return r(ia,{"...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.")}})),oa="matrixFromColumns",ua=yr(oa,["typed","matrix","flatten","size"],(e=>{var{typed:r,matrix:t,flatten:n,size:i}=e;return r(oa,{"...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.")}})),sa="splitUnit",ca=yr(sa,["typed"],(e=>{var{typed:r}=e;return r(sa,{"Unit, Array":function(e,r){return e.splitUnit(r)}})})),fa="unaryMinus",la=yr(fa,["typed"],(e=>{var{typed:r}=e;return r(fa,{number:xn,"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=>un(r,e,!0)))})})),ma="unaryPlus",da=yr(ma,["typed","config","numeric"],(e=>{var{typed:r,config:t,numeric:n}=e;return r(ma,{number:bn,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=>un(r,e,!0))),boolean:function(e){return n(e?1:0,t.number)},string:function(e){return n(e,br(e,t))}})})),pa=yr("abs",["typed"],(e=>{var{typed:r}=e;return r("abs",{number:hn,"Complex | BigNumber | Fraction | Unit":e=>e.abs(),bigint:e=>e<0n?-e:e,"Array | Matrix":r.referToSelf((e=>r=>un(r,e,!0)))})})),ha="mapSlices",va=yr(ha,["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e;return r(ha,{"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)?bt(e):e.size();if(r<0||r>=i.length)throw new xt(r,i.length);return Fe(e)?e.create(ya(e.valueOf(),r,n),e.datatype()):ya(e,r,n)}})}),{formerly:"apply"});function ya(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]=ya(a[n],r-1,t);return i}return t(e)}for(i=[],n=0;n<e.length;n++)i[n]=ya(e[n],r-1,t);return i}var ga="addScalar",xa=yr(ga,["typed"],(e=>{var{typed:r}=e;return r(ga,{"number, number":vn,"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}))})})),ba="subtractScalar",wa=yr(ba,["typed"],(e=>{var{typed:r}=e;return r(ba,{"number, number":yn,"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}))})})),Da="cbrt",Na=yr(Da,["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(Da,{number:wn,Complex:c,"Complex, boolean":c,BigNumber:function(e){return e.cbrt()},Unit:function(e){if(e.value&&Ae(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=De(e.value)?new u(1).div(3):Me(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(wn(i),0).mul(new o(0,n).exp());if(t){var s=[u,new o(wn(i),0).mul(new o(0,n+2*Math.PI/3).exp()),new o(wn(i),0).mul(new o(0,n-2*Math.PI/3).exp())];return"Array"===r.matrix?s:a(s)}return u}})),Aa=yr("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})}})),Ma=yr("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})}})),Ca=yr("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:fr(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}})),Ea="ceil",Sa=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],Fa=new Yr(10),Ba=yr(Ea,["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:zr(e,i,t.relTol,t.absTol)&&!zr(e,r,t.relTol,t.absTol)?i:r}return r(Ea,{number:i,"number, number":function(e,r){if(!xr(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}})})),qa=yr(Ea,Sa,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=Aa({typed:r,equalScalar:a}),c=Ma({typed:r,DenseMatrix:u}),f=Ca({typed:r}),l=Ba({typed:r,config:t,round:n});function m(e){var r=(e,r)=>Ci(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=Fa.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)=>un(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=>un(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>un(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)))})})),Ta="cube",Oa=yr(Ta,["typed"],(e=>{var{typed:r}=e;return r(Ta,{number:Dn,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)}})})),ka=yr("exp",["typed"],(e=>{var{typed:r}=e;return r("exp",{number:Nn,Complex:function(e){return e.exp()},BigNumber:function(e){return e.exp()}})})),za="expm1",Ia=yr(za,["typed","Complex"],(e=>{var{typed:r,Complex:t}=e;return r(za,{number:An,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)}})})),Ra="fix",ja=["typed","Complex","matrix","ceil","floor","equalScalar","zeros","DenseMatrix"],Ua=yr(Ra,["typed","ceil","floor"],(e=>{var{typed:r,ceil:t,floor:n}=e;return r(Ra,{number:function(e){return e>0?n(e):t(e)},"number, number":function(e,r){return e>0?n(e,r):t(e,r)}})})),Pa=yr(Ra,ja,(e=>{var{typed:r,Complex:t,matrix:n,ceil:i,floor:a,equalScalar:o,zeros:u,DenseMatrix:s}=e,c=Ma({typed:r,DenseMatrix:s}),f=Ca({typed:r}),l=Ua({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)=>un(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=>un(r,e,!0))),"Array | Matrix, number | BigNumber":r.referToSelf((e=>(r,t)=>un(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)))})})),$a="floor",La=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],_a=new Yr(10),Ja=yr($a,["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:zr(e,i,t.relTol,t.absTol)&&!zr(e,r,t.relTol,t.absTol)?i:r}return r($a,{number:i,"number, number":function(e,r){if(!xr(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}})})),Wa=yr($a,La,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=Aa({typed:r,equalScalar:a}),c=Ma({typed:r,DenseMatrix:u}),f=Ca({typed:r}),l=Ja({typed:r,config:t,round:n});function m(e){var r=(e,r)=>Ci(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=_a.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)=>un(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=>un(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>un(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)))})})),Va=yr("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 gt(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})}})),Ha=yr("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 gt(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})}})),Za=yr("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 gt(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})}})),Ga=yr("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 gt(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 Xa(e,r){if(mr(e.size(),r.size()))return[e,r];var t=Wt(e.size(),r.size());return[e,r].map((e=>function(e,r){return mr(e.size(),r)?e:e.create(Ht(e.valueOf(),r),e.datatype())}(e,t)))}var Qa=yr("matrixAlgorithmSuite",["typed","matrix"],(e=>{var{typed:r,matrix:t}=e,n=Ga({typed:r}),i=Ca({typed:r});return function(e){var a,o=e.elop,u=e.SD||e.DS;o?(a={"DenseMatrix, DenseMatrix":(e,r)=>n(...Xa(e,r),o),"Array, Array":(e,r)=>n(...Xa(t(e),t(r)),o).valueOf(),"Array, DenseMatrix":(e,r)=>n(...Xa(t(e),r),o),"DenseMatrix, Array":(e,r)=>n(...Xa(e,t(r)),o)},e.SS&&(a["SparseMatrix, SparseMatrix"]=(r,t)=>e.SS(...Xa(r,t),o,!1)),e.DS&&(a["DenseMatrix, SparseMatrix"]=(r,t)=>e.DS(...Xa(r,t),o,!1),a["Array, SparseMatrix"]=(r,n)=>e.DS(...Xa(t(r),n),o,!1)),u&&(a["SparseMatrix, DenseMatrix"]=(e,r)=>u(...Xa(r,e),o,!0),a["SparseMatrix, Array"]=(e,r)=>u(...Xa(t(r),e),o,!0))):(a={"DenseMatrix, DenseMatrix":r.referToSelf((e=>(r,t)=>n(...Xa(r,t),e))),"Array, Array":r.referToSelf((e=>(r,i)=>n(...Xa(t(r),t(i)),e).valueOf())),"Array, DenseMatrix":r.referToSelf((e=>(r,i)=>n(...Xa(t(r),i),e))),"DenseMatrix, Array":r.referToSelf((e=>(r,i)=>n(...Xa(r,t(i)),e)))},e.SS&&(a["SparseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.SS(...Xa(t,n),r,!1)))),e.DS&&(a["DenseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.DS(...Xa(t,n),r,!1))),a["Array, SparseMatrix"]=r.referToSelf((r=>(n,i)=>e.DS(...Xa(t(n),i),r,!1)))),u&&(a["SparseMatrix, DenseMatrix"]=r.referToSelf((e=>(r,t)=>u(...Xa(t,r),e,!0))),a["SparseMatrix, Array"]=r.referToSelf((e=>(r,n)=>u(...Xa(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&&lr(a,o.signatures),a}})),Ya=yr("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=Wa({typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}),f=Va({typed:r,equalScalar:a}),l=Ha({typed:r}),m=Za({typed:r,equalScalar:a}),d=Aa({typed:r,equalScalar:a}),p=Ma({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))))}},Qa({typed:r,matrix:i,concat:s})({SS:m,DS:l,SD:f,Ss:d,sS:p}))})),Ka=yr("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 gt(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})}})),eo=yr("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 gt(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})}})),ro=yr("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 to(e,r,t,n){if(!(this instanceof to))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}(to.prototype=new Error).constructor=Error,to.prototype.name="ArgumentsError",to.prototype.isArgumentsError=!0;var no=["typed","config","round","matrix","equalScalar","zeros","BigNumber","DenseMatrix","concat"],io="number | BigNumber | Fraction | Matrix | Array",ao="".concat(io,", ").concat(io,", ...").concat(io);function oo(e){return!e.some((e=>Array.isArray(e)))}var uo=yr("gcd",no,(e=>{var{typed:r,matrix:t,config:n,round:i,equalScalar:a,zeros:o,BigNumber:u,DenseMatrix:s,concat:c}=e,f=Ya({typed:r,config:n,round:i,matrix:t,equalScalar:a,zeros:o,DenseMatrix:s,concat:c}),l=Ka({typed:r}),m=eo({typed:r,equalScalar:a}),d=ro({typed:r,DenseMatrix:s});return r("gcd",{"number, number":function(e,r){if(!xr(e)||!xr(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)},Qa({typed:r,matrix:t,concat:c})({SS:m,DS:l,Ss:d}),{[ao]: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])&&oo(r[0]))return e(...r[0]);if(oo(r))return e(...r);throw new to("gcd() supports only 1d matrices!")})),Matrix:r.referToSelf((e=>r=>e(r.toArray())))})})),so=yr("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 gt(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(fn(e,N,w,b,D,A,g,v),fn(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})}})),co=yr("lcm",["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=Va({typed:r,equalScalar:n}),o=so({typed:r,equalScalar:n}),u=Aa({typed:r,equalScalar:n}),s=Qa({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":Mn,"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 fo(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 lo="log10",mo=["typed","config","Complex"],po=En(16),ho=yr(lo,mo,(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(lo,{number:function(e){return e>=0||t.predictable?En(e):a(e)},bigint:fo(po,En,t,a),Complex:i,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log():a(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>un(r,e)))})})),vo="log2",yo=yr(vo,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;function i(e){return a(new n(e,0))}return r(vo,{number:function(e){return e>=0||t.predictable?Sn(e):i(e)},bigint:fo(4,Sn,t,i),Complex:a,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log(2):i(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>un(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)}})),go=yr("multiplyScalar",["typed"],(e=>{var{typed:r}=e;return r("multiplyScalar",{"number, number":gn,"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)})})),xo="multiply",bo=yr(xo,["typed","matrix","addScalar","multiplyScalar","equalScalar","dot"],(e=>{var{typed:r,matrix:t,addScalar:n,multiplyScalar:i,equalScalar:a,dot:o}=e,u=Aa({typed:r,equalScalar:a}),s=Ca({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(xo,i,{"Array, Array":r.referTo("Matrix, Matrix",(e=>(r,n)=>{c(bt(r),bt(n));var i=e(t(r),t(n));return Fe(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}))})})),wo="nthRoot",Do=yr(wo,["typed","matrix","equalScalar","BigNumber","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,concat:a}=e,o=Ka({typed:r}),u=Va({typed:r,equalScalar:n}),s=so({typed:r,equalScalar:n}),c=Aa({typed:r,equalScalar:n}),f=Qa({typed:r,matrix:t,concat:a});function l(){throw new Error("Complex number not supported in function nthRoot. Use nthRoots instead.")}return r(wo,{number:Fn,"number, number":Fn,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))}})),No="sign",Ao=yr(No,["typed","BigNumber","Fraction","complex"],(e=>{var{typed:r,BigNumber:t,complex:n,Fraction:i}=e;return r(No,{number:Bn,Complex:function(e){return 0===e.im?n(Bn(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=>un(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)}))})})),Mo=yr("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()}})),Co="square",Eo=yr(Co,["typed"],(e=>{var{typed:r}=e;return r(Co,{number:qn,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)}})})),So="subtract",Fo=yr(So,["typed","matrix","equalScalar","subtractScalar","unaryMinus","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,subtractScalar:i,DenseMatrix:a,concat:o}=e,u=Ka({typed:r}),s=Ha({typed:r}),c=Za({typed:r,equalScalar:n}),f=ro({typed:r,DenseMatrix:a}),l=Ma({typed:r,DenseMatrix:a}),m=Qa({typed:r,matrix:t,concat:o});return r(So,{"any, any":i},m({elop:i,SS:c,DS:u,SD:s,Ss:l,sS:f}))})),Bo="xgcd",qo=yr(Bo,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(Bo,{"number, number":function(e,r){var i=Tn(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)}})})),To="invmod",Oo=yr(To,["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(To,{"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}})),ko=yr("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 gt(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})}})),zo="dotMultiply",Io=yr(zo,["typed","matrix","equalScalar","multiplyScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,multiplyScalar:i,concat:a}=e,o=Va({typed:r,equalScalar:n}),u=ko({typed:r,equalScalar:n}),s=Aa({typed:r,equalScalar:n}),c=Qa({typed:r,matrix:t,concat:a});return r(zo,c({elop:i,SS:u,DS:o,Ss:s}))}));function Ro(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 Po(e,r,(function(e,r){return e&r}))}function jo(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 Uo(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()?Po(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 Po(e,r,t){var n,i,a,o,u,s=e.constructor,c=+(e.s<0),f=+(r.s<0);if(c){n=$o(jo(e));for(var l=0;l<n.length;++l)n[l]^=1}else n=$o(e);if(f){i=$o(jo(r));for(var m=0;m<i.length;++m)i[m]^=1}else i=$o(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 $o(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 Lo(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)?jo(r):r.eq(n)?jo(e):e.isFinite()&&r.isFinite()?Po(e,r,(function(e,r){return e^r})):e.isFinite()||r.isFinite()?new t(e.isNegative()===r.isNegative()?1/0:-1/0):n}function _o(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 Jo(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 Wo="bitAnd",Vo=yr(Wo,["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=Va({typed:r,equalScalar:n}),o=so({typed:r,equalScalar:n}),u=Aa({typed:r,equalScalar:n}),s=Qa({typed:r,matrix:t,concat:i});return r(Wo,{"number, number":In,"BigNumber, BigNumber":Ro,"bigint, bigint":(e,r)=>e&r},s({SS:o,DS:a,Ss:u}))})),Ho="bitNot",Zo=yr(Ho,["typed"],(e=>{var{typed:r}=e;return r(Ho,{number:Rn,BigNumber:jo,bigint:e=>~e,"Array | Matrix":r.referToSelf((e=>r=>un(r,e)))})})),Go="bitOr",Xo=yr(Go,["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=Ka({typed:r}),u=eo({typed:r,equalScalar:n}),s=ro({typed:r,DenseMatrix:i}),c=Qa({typed:r,matrix:t,concat:a});return r(Go,{"number, number":jn,"BigNumber, BigNumber":Uo,"bigint, bigint":(e,r)=>e|r},c({SS:u,DS:o,Ss:s}))})),Qo=yr("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 gt(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]}}})),Yo="bitXor",Ko=yr(Yo,["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=Ha({typed:r}),u=Qo({typed:r,SparseMatrix:a}),s=Ma({typed:r,DenseMatrix:n}),c=Qa({typed:r,matrix:t,concat:i});return r(Yo,{"number, number":Un,"BigNumber, BigNumber":Lo,"bigint, bigint":(e,r)=>e^r},c({SS:u,DS:o,Ss:s}))})),eu=yr("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=>un(r,e)))})})),ru="conj",tu=yr(ru,["typed"],(e=>{var{typed:r}=e;return r(ru,{"number | BigNumber | Fraction":e=>e,Complex:e=>e.conjugate(),"Array | Matrix":r.referToSelf((e=>r=>un(r,e)))})})),nu=yr("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=>un(r,e)))})})),iu=yr("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=>un(r,e)))})})),au=yr("not",["typed"],(e=>{var{typed:r}=e;return r("not",{"null | undefined":()=>!0,number:Gn,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=>un(r,e)))})})),ou=yr("or",["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=Ha({typed:r}),u=Za({typed:r,equalScalar:n}),s=Ma({typed:r,DenseMatrix:i}),c=Qa({typed:r,matrix:t,concat:a});return r("or",{"number, number":Xn,"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":Xn,"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0)))},c({SS:u,DS:o,Ss:s}))})),uu=yr("xor",["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=Ha({typed:r}),u=Qo({typed:r,SparseMatrix:a}),s=Ma({typed:r,DenseMatrix:n}),c=Qa({typed:r,matrix:t,concat:i});return r("xor",{"number, number":Qn,"Complex, Complex":function(e,r){return(0!==e.re||0!==e.im)!=(0!==r.re||0!==r.im)},"bigint, bigint":Qn,"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}))})),su="concat",cu=yr(su,["typed","matrix","isInteger"],(e=>{var{typed:r,matrix:t,isInteger:n}=e;return r(su,{"...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(Fe(c)&&(u=!0),we(c)||De(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 xt(o,i+1)}else{var f=fr(c).valueOf(),l=bt(f);if(s[r]=f,i=o,o=l.length-1,r>0&&o!==i)throw new gt(i+1,o+1)}}if(0===s.length)throw new SyntaxError("At least one matrix expected");for(var m=s.shift();s.length;)m=Jt(m,s.shift(),o);return u?t(m):m},"...string":function(e){return e.join("")}})})),fu="column",lu=yr(fu,["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e;return r(fu,{"Matrix, number":a,"Array, number":function(e,r){return a(n(fr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");At(r,e.size()[1]);var a=i(0,e.size()[0]),o=new t(a,r),u=e.subset(o);return Fe(u)?u:n([[u]])}})),mu="count",du=yr(mu,["typed","size","prod"],(e=>{var{typed:r,size:t,prod:n}=e;return r(mu,{string:function(e){return e.length},"Matrix | Array":function(e){return n(t(e))}})})),pu="cross",hu=yr(pu,["typed","matrix","subtract","multiply"],(e=>{var{typed:r,matrix:t,subtract:n,multiply:i}=e;return r(pu,{"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(bt(e).length,bt(r).length);e=qt(e),r=qt(r);var a=bt(e),o=bt(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}})),vu="diag",yu=yr(vu,["typed","matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,SparseMatrix:i}=e;return r(vu,{Array:function(e){return a(e,0,bt(e),null)},"Array, number":function(e,r){return a(e,r,bt(e),null)},"Array, BigNumber":function(e,r){return a(e,r.toNumber(),bt(e),null)},"Array, string":function(e,r){return a(e,0,bt(e),r)},"Array, number, string":function(e,r,t){return a(e,r,bt(e),t)},"Array, BigNumber, string":function(e,r,t){return a(e,r.toNumber(),bt(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(!xr(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(Fe(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")}})),gu=yr("filter",["typed"],(e=>{var{typed:r}=e;return r("filter",{"Array, function":xu,"Matrix, function":function(e,r){return e.create(xu(e.valueOf(),r),e.datatype())},"Array, RegExp":jt,"Matrix, RegExp":function(e,r){return e.create(jt(e.valueOf(),r),e.datatype())}})}));function xu(e,r){var t=Qt(r,e,"filter");return function(e,r){if(1!==bt(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 bu="flatten",wu=yr(bu,["typed"],(e=>{var{typed:r}=e;return r(bu,{Array:function(e){return zt(e)},Matrix:function(e){return e.create(zt(e.valueOf(),!0),e.datatype())}})})),Du="forEach",Nu=yr(Du,["typed"],(e=>{var{typed:r}=e;return r(Du,{"Array, function":Au,"Matrix, function":function(e,r){e.forEach(r)}})}));function Au(e,r){var t=Qt(r,e,Du);Xt(e,t.fn,t.isUnary)}var Mu="getMatrixDataType",Cu=yr(Mu,["typed"],(e=>{var{typed:r}=e;return r(Mu,{Array:function(e){return Lt(e,cr)},Matrix:function(e){return e.getDataType()}})})),Eu="identity",Su=yr(Eu,["typed","config","matrix","BigNumber","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i,DenseMatrix:a,SparseMatrix:o}=e;return r(Eu,{"":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=De(e)||De(r)?i:null;if(De(e)&&(e=e.toNumber()),De(r)&&(r=r.toNumber()),!xr(e)||e<1)throw new Error("Parameters in function identity must be positive integers");if(!xr(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=Ct([],c,s),l=e<r?e:r,m=0;m<l;m++)f[m][m]=u;return f}})),Fu="kron",Bu=yr(Fu,["typed","matrix","multiplyScalar"],(e=>{var{typed:r,matrix:t,multiplyScalar:n}=e;return r(Fu,{"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===bt(e).length&&(e=[e]),1===bt(r).length&&(r=[r]),bt(e).length>2||bt(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}})),qu="map",Tu=yr(qu,["typed"],(e=>{var{typed:r}=e;return r(qu,{"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=Wt(...e.map((e=>e.isMatrix?e.size():bt(e)))),u=a?(e,r)=>e.get(r):Zt,s=e.map(a?r=>r.isMatrix?r.create(Ht(r.toArray(),o),r.datatype()):e[0].create(Ht(r.valueOf(),o)):e=>Ht(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=Qt(r,e,qu);return Gt(e,t.fn,t.isUnary)}})),Ou="diff",ku=yr(Ou,["typed","matrix","subtract","number"],(e=>{var{typed:r,matrix:t,subtract:n,number:i}=e;return r(Ou,{"Array | Matrix":function(e){return Fe(e)?t(o(e.toArray())):o(e)},"Array | Matrix, number":function(e,r){if(!xr(r))throw new RangeError("Dimension must be a whole number");return Fe(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(Fe(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){Fe(e)&&(e=e.toArray()),Fe(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")}})),zu=yr("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){De(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||!xr(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?Ct(u,e,a):u}}));function Iu(){throw new Error('No "bignumber" implementation available')}function Ru(){throw new Error('No "fraction" implementation available')}function ju(){throw new Error('No "matrix" implementation available')}var Uu="range",Pu=yr(Uu,["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(Uu,{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):ju():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&&Iu(),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}})),$u="reshape",Lu=yr($u,["typed","isInteger","matrix"],(e=>{var{typed:r,isInteger:t}=e;return r($u,{"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)})),St(e,r)}})})),_u=yr("resize",["config","matrix"],(e=>{var{config:r,matrix:t}=e;return function(e,n,i){if(2!==arguments.length&&3!==arguments.length)throw new to("resize",arguments.length,2,3);if(Fe(n)&&(n=n.valueOf()),De(n[0])&&(n=n.map((function(e){return De(e)?e.toNumber():e}))),Fe(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 gt(r.length,1);var n=r[0];if("number"!=typeof n||!xr(n))throw new TypeError("Invalid size, must contain positive integers (size: "+mt(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 fr(e)}Array.isArray(e)||(e=[e]);var o=Ct(e=fr(e),n,i);return a?t(o):o}})),Ju="rotate",Wu=yr(Ju,["typed","multiply","rotationMatrix"],(e=>{var{typed:r,multiply:t,rotationMatrix:n}=e;return r(Ju,{"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)?bt(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))}})),Vu="rotationMatrix",Hu=yr(Vu,["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(Vu,{"":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=De(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=De(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)}})),Zu=yr("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(fr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");At(r,e.size()[0]);var a=i(0,e.size()[1]),o=new t(r,a),u=e.subset(o);return Fe(u)?u:n([[u]])}})),Gu="size",Xu=yr(Gu,["typed","config","?matrix"],(e=>{var{typed:r,config:t,matrix:n}=e;return r(Gu,{Matrix:function(e){return e.create(e.size(),"number")},Array:bt,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"):ju()}})})),Qu="squeeze",Yu=yr(Qu,["typed"],(e=>{var{typed:r}=e;return r(Qu,{Array:function(e){return qt(fr(e))},Matrix:function(e){var r=qt(e.toArray());return Array.isArray(r)?e.create(r,e.datatype()):r},any:function(e){return fr(e)}})})),Ku="subset",es=yr(Ku,["typed","matrix","zeros","add"],(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e;return r(Ku,{"Matrix, Index":function(e,r){return Mt(r)?t():(Nt(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":ns,"string, Index":rs,"Matrix, Index, any, any":function(e,r,t,a){return Mt(r)?e:(Nt(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":ts,"string, Index, string, string":ts,"Object, Index, any":is})}));function rs(e,r){if(!ke(r))throw new TypeError("Index expected");if(Mt(r))return"";if(Nt(Array.from(e),r),1!==r.size().length)throw new gt(r.size().length,1);var t=e.length;At(r.min()[0],t),At(r.max()[0],t);var n=r.dimension(0),i="";return n.forEach((function(r){i+=e.charAt(r)})),i}function ts(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Index expected");if(Mt(r))return e;if(Nt(Array.from(e),r),1!==r.size().length)throw new gt(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 gt(i.size()[0],t.length);var a=e.length;At(r.min()[0]),At(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 ns(e,r){if(!Mt(r)){if(1!==r.size().length)throw new gt(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 fe(e,t)}}function is(e,r,t){if(Mt(r))return e;if(1!==r.size().length)throw new gt(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=fr(e);return le(i,n,t),i}var as="transpose",os=yr(as,["typed","matrix"],(e=>{var{typed:r,matrix:t}=e;return r(as,{Array:e=>n(t(e)).valueOf(),Matrix:n,any:fr});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: "+mt(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]=fr(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]=fr(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: "+mt(t)+")")}return r}})),us="ctranspose",ss=yr(us,["typed","transpose","conj"],(e=>{var{typed:r,transpose:t,conj:n}=e;return r(us,{any:function(e){return n(t(e))}})})),cs="zeros",fs=yr(cs,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(cs,{"":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){De(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||!xr(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?Ct(u,e,a):u}})),ls=yr("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=bt(e);return 1===r.length?h(e):p(e.map((e=>d(e,r.slice(1)))),0)}function p(e,r){var t=bt(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=bt(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)}})),ms="ifft",ds=yr(ms,["typed","fft","dotDivide","conj"],(e=>{var{typed:r,fft:t,dotDivide:n,conj:i}=e;return r(ms,{"Array | Matrix":function(e){var r=Fe(e)?e.size():bt(e);return n(i(t(i(e))),r.reduce(((e,r)=>e*r),1))}})})),ps={exports:{}},hs={exports:{}},vs={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}(vs);var ys={exports:{}};!function(e){var r=vs.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}(ys),function(e){var r=vs.exports.default,t=ys.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}(hs),function(e){var r=hs.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}(ps);const gs=ie(ps.exports);function xs(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 bs=yr("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(Ce))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(Ce))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(De),[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=>Ce(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?xs(Object(t),!0).forEach((function(r){gs(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):xs(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 De(e)||we(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])))}}})})),ws=yr("erf",["typed"],(e=>{var{typed:r}=e;return r("name",{number:function(e){var r=Math.abs(e);return r>=Cs?wr(e):r<=Ds?wr(e)*function(e){var r,t=e*e,n=As[0][4]*t,i=t;for(r=0;r<3;r+=1)n=(n+As[0][r])*t,i=(i+Ms[0][r])*t;return e*(n+As[0][3])/(i+Ms[0][3])}(r):r<=4?wr(e)*(1-function(e){var r,t=As[1][8]*e,n=e;for(r=0;r<7;r+=1)t=(t+As[1][r])*e,n=(n+Ms[1][r])*e;var i=(t+As[1][7])/(n+Ms[1][7]),a=parseInt(16*e)/16,o=(e-a)*(e+a);return Math.exp(-a*a)*Math.exp(-o)*i}(r)):wr(e)*(1-function(e){var r,t=1/(e*e),n=As[2][5]*t,i=t;for(r=0;r<4;r+=1)n=(n+As[2][r])*t,i=(i+Ms[2][r])*t;var a=t*(n+As[2][4])/(i+Ms[2][4]);a=(Ns-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=>un(r,e)))})})),Ds=.46875,Ns=.5641895835477563,As=[[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]],Ms=[[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]],Cs=Math.pow(2,53),Es="zeta",Ss=yr(Es,["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(Es,{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)}})),Fs="mode",Bs=yr(Fs,["typed","isNaN","isNumeric"],(e=>{var{typed:r,isNaN:t,isNumeric:n}=e;return r(Fs,{"Array | Matrix":i,"...":function(e){return i(e)}});function i(e){if(0===(e=zt(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 qs(e,r,t){var n;return String(e).includes("Unexpected type")?(n=arguments.length>2?" (type: "+cr(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: "+cr(t)+", value: "+JSON.stringify(t)+")":"",new TypeError("Cannot calculate "+r+", no ordering relation is defined for complex numbers"+n)):e}var Ts="prod",Os=yr(Ts,["typed","config","multiplyScalar","numeric"],(e=>{var{typed:r,config:t,multiplyScalar:n,numeric:i}=e;return r(Ts,{"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(on(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw qs(r,"prod",e)}})),"string"==typeof r&&(r=i(r,br(r,t))),void 0===r)throw new Error("Cannot calculate prod of an empty array");return r}})),ks="format",zs=yr(ks,["typed"],(e=>{var{typed:r}=e;return r(ks,{any:mt,"any, Object | function | number | BigNumber":mt})})),Is=yr("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})}})})),Rs=yr("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})}})})),js=yr("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})}})})),Us=/\$([\w.]+)/g,Ps="print",$s=yr(Ps,["typed"],(e=>{var{typed:r}=e;return r(Ps,{"string, Object | Array":Ls,"string, Object | Array, number | Object":Ls})}));function Ls(e,r,t){return e.replace(Us,(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?Ee(a)?a:mt(a,t):e}))}var _s=yr("to",["typed","matrix","concat"],(e=>{var{typed:r,matrix:t,concat:n}=e;return r("to",{"Unit, Unit | string":(e,r)=>e.to(r)},Qa({typed:r,matrix:t,concat:n})({Ds:!0}))})),Js="isPrime",Ws=yr(Js,["typed"],(e=>{var{typed:r}=e;return r(Js,{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=>un(r,e)))})})),Vs=yr("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):Iu,bigint:e=>BigInt(e),Fraction:n?e=>n(e):Ru};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=cr(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)}})),Hs="divideScalar",Zs=yr(Hs,["typed","numeric"],(e=>{var{typed:r}=e;return r(Hs,{"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)})})),Gs=yr("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&&!xr(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:xr(r)||e>=0||t.predictable?On(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(!xr(r))throw new TypeError("For A^b, b must be an integer (value is "+r+")");var t=bt(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))}})),Xs="Number of decimals in function round must be an integer",Qs="round",Ys=yr(Qs,["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=Aa({typed:r,equalScalar:i}),c=Ma({typed:r,DenseMatrix:u}),f=Ca({typed:r});function l(e){return Math.abs(Br(e).exponent)}return r(Qs,{number:function(e){var r=kn(e,l(t.relTol));return kn(zr(e,r,t.relTol,t.absTol)?r:e)},"number, number":function(e,r){var n=l(t.relTol);if(r>=n)return kn(e,r);var i=kn(e,n);return kn(zr(e,i,t.relTol,t.absTol)?i:e,r)},"number, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(Xs);return new o(e).toDecimalPlaces(r.toNumber())},Complex:function(e){return e.round()},"Complex, number":function(e,r){if(r%1)throw new TypeError(Xs);return e.round(r)},"Complex, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(Xs);var t=r.toNumber();return e.round(t)},BigNumber:function(e){var r=new o(e).toDecimalPlaces(l(t.relTol));return(Ci(e,r,t.relTol,t.absTol)?r:e).toDecimalPlaces(0)},"BigNumber, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(Xs);var n=l(t.relTol);if(r>=n)return e.toDecimalPlaces(r.toNumber());var i=e.toDecimalPlaces(n);return(Ci(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(Xs);return e.round(r)},"Fraction, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(Xs);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)=>un(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=>un(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()))})})),Ks=["config","typed","typeOf","divideScalar","Complex"],ec=Math.log(16),rc=yr("log",Ks,(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?Cn(e):u(e)},bigint:fo(ec,Cn,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))}))})})),tc="log1p",nc=yr(tc,["typed","config","divideScalar","log","Complex"],(e=>{var{typed:r,config:t,divideScalar:n,log:i,Complex:a}=e;return r(tc,{number:function(e){return e>=-1||t.predictable?Ar(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=>un(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))}})),ic="nthRoots",ac=yr(ic,["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(ic,{Complex:function(e){return i(e,2)},"Complex, number":i})})),oc="dotPow",uc=yr(oc,["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=Ha({typed:r}),c=Qo({typed:r,SparseMatrix:u}),f=Aa({typed:r,equalScalar:t}),l=Ma({typed:r,DenseMatrix:a}),m=Qa({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(oc,m({elop:h,SS:c,DS:s,Ss:f,sS:l}))})),sc="dotDivide",cc=yr(sc,["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=Va({typed:r,equalScalar:n}),c=Ha({typed:r}),f=Qo({typed:r,SparseMatrix:u}),l=Aa({typed:r,equalScalar:n}),m=Ma({typed:r,DenseMatrix:a}),d=Qa({typed:r,matrix:t,concat:o});return r(sc,d({elop:i,SS:f,DS:c,SD:s,Ss:l,sS:m}))}));function fc(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: "+mt(i)+")");var a=i[0];if(a!==i[1])throw new RangeError("Matrix must be square (size: "+mt(i)+")");var o=[];if(Fe(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(qe(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(Te(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(Se(t)){var y=bt(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 lc="lsolve",mc=yr(lc,["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=fc({DenseMatrix:u});return r(lc,{"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",pc=yr(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=fc({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]})}})),hc="lsolveAll",vc=yr(hc,["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=fc({DenseMatrix:u});return r(hc,{"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]})))}})),yc="usolveAll",gc=yr(yc,["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=fc({DenseMatrix:u});return r(yc,{"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]})))}})),xc=yr("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 gt(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})}})),bc=yr("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()))}})),wc="leftShift",Dc=yr(wc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=Ka({typed:r}),s=Va({typed:r,equalScalar:n}),c=xc({typed:r,equalScalar:n}),f=ro({typed:r,DenseMatrix:a}),l=Aa({typed:r,equalScalar:n}),m=Ca({typed:r}),d=Qa({typed:r,matrix:t,concat:o}),p=bc({typed:r,matrix:t});return r(wc,{"number, number":Pn,"BigNumber, BigNumber":_o,"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}))})),Nc="rightArithShift",Ac=yr(Nc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=Ka({typed:r}),s=Va({typed:r,equalScalar:n}),c=xc({typed:r,equalScalar:n}),f=ro({typed:r,DenseMatrix:a}),l=Aa({typed:r,equalScalar:n}),m=Ca({typed:r}),d=Qa({typed:r,matrix:t,concat:o}),p=bc({typed:r,matrix:t});return r(Nc,{"number, number":$n,"BigNumber, BigNumber":Jo,"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}))})),Mc="rightLogShift",Cc=yr(Mc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=Ka({typed:r}),s=Va({typed:r,equalScalar:n}),c=xc({typed:r,equalScalar:n}),f=ro({typed:r,DenseMatrix:a}),l=Aa({typed:r,equalScalar:n}),m=Ca({typed:r}),d=Qa({typed:r,matrix:t,concat:o}),p=bc({typed:r,matrix:t});return r(Mc,{"number, number":Ln,"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}))})),Ec=yr("and",["typed","matrix","equalScalar","zeros","not","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Va({typed:r,equalScalar:n}),s=so({typed:r,equalScalar:n}),c=Aa({typed:r,equalScalar:n}),f=Ca({typed:r}),l=Qa({typed:r,matrix:t,concat:o});return r("and",{"number, number":Yn,"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":Yn,"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}))})),Sc="compare",Fc=yr(Sc,["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=Ha({typed:r}),f=Za({typed:r,equalScalar:n}),l=Ma({typed:r,DenseMatrix:u}),m=Qa({typed:r,matrix:i,concat:s}),d=$i({typed:r});return r(Sc,Bc({typed:r,config:t}),{"boolean, boolean":function(e,r){return e===r?0:e>r?1:-1},"BigNumber, BigNumber":function(e,r){return Ci(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}))})),Bc=yr(Sc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Sc,{"number, number":function(e,r){return zr(e,r,t.relTol,t.absTol)?0:e>r?1:-1}})})),qc=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},Tc="compareNatural",Oc=yr(Tc,["typed","compare"],(e=>{var{typed:r,compare:t}=e,n=t.signatures["boolean,boolean"];return r(Tc,{"any, any":function e(r,o){var u,s=cr(r),c=cr(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:qc(s,c);var f=["Array","DenseMatrix","SparseMatrix"];if(f.includes(s)||f.includes(c))return 0!==(u=i(e,r,o))?u:qc(s,c);if(s!==c)return qc(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 qc(r,o);if("Object"===s)return function(e,r,t){var n=Object.keys(r),i=Object.keys(t);n.sort(qc),i.sort(qc);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 Te(r)&&Te(t)?a(e,r.toJSON().values,t.toJSON().values):Te(r)?i(e,r.toArray(),t):Te(t)?i(e,r,t.toArray()):qe(r)?i(e,r.toJSON().data,t):qe(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}})),kc="compareText",zc=["typed","matrix","concat"];yt.signature="any, any";var Ic=yr(kc,zc,(e=>{var{typed:r,matrix:t,concat:n}=e,i=Qa({typed:r,matrix:t,concat:n});return r(kc,yt,i({elop:yt,Ds:!0}))})),Rc="equal",jc=yr(Rc,["typed","matrix","equalScalar","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ha({typed:r}),s=Qo({typed:r,SparseMatrix:o}),c=Ma({typed:r,DenseMatrix:i}),f=Qa({typed:r,matrix:t,concat:a});return r(Rc,Uc({typed:r,equalScalar:n}),f({elop:n,SS:s,DS:u,Ss:c}))})),Uc=yr(Rc,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(Rc,{"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)}})})),Pc="equalText",$c=yr(Pc,["typed","compareText","isZero"],(e=>{var{typed:r,compareText:t,isZero:n}=e;return r(Pc,{"any, any":function(e,r){return n(t(e,r))}})})),Lc="smaller",_c=yr(Lc,["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=Ha({typed:r}),c=Qo({typed:r,SparseMatrix:u}),f=Ma({typed:r,DenseMatrix:a}),l=Qa({typed:r,matrix:i,concat:o}),m=$i({typed:r});function d(e,r){return e.lt(r)&&!Ci(e,r,t.relTol,t.absTol)}return r(Lc,Jc({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}))})),Jc=yr(Lc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Lc,{"number, number":function(e,r){return e<r&&!zr(e,r,t.relTol,t.absTol)}})})),Wc="smallerEq",Vc=yr(Wc,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ha({typed:r}),s=Qo({typed:r,SparseMatrix:o}),c=Ma({typed:r,DenseMatrix:i}),f=Qa({typed:r,matrix:n,concat:a}),l=$i({typed:r});return r(Wc,Hc({typed:r,config:t}),{"boolean, boolean":(e,r)=>e<=r,"BigNumber, BigNumber":function(e,r){return e.lte(r)||Ci(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}))})),Hc=yr(Wc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Wc,{"number, number":function(e,r){return e<=r||zr(e,r,t.relTol,t.absTol)}})})),Zc="larger",Gc=yr(Zc,["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=Ha({typed:r}),c=Qo({typed:r,SparseMatrix:u}),f=Ma({typed:r,DenseMatrix:a}),l=Qa({typed:r,matrix:i,concat:o}),m=$i({typed:r});function d(e,r){return e.gt(r)&&!Ci(e,r,t.relTol,t.absTol)}return r(Zc,Xc({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}))})),Xc=yr(Zc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Zc,{"number, number":function(e,r){return e>r&&!zr(e,r,t.relTol,t.absTol)}})})),Qc="largerEq",Yc=yr(Qc,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ha({typed:r}),s=Qo({typed:r,SparseMatrix:o}),c=Ma({typed:r,DenseMatrix:i}),f=Qa({typed:r,matrix:n,concat:a}),l=$i({typed:r});return r(Qc,Kc({typed:r,config:t}),{"boolean, boolean":(e,r)=>e>=r,"BigNumber, BigNumber":function(e,r){return e.gte(r)||Ci(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}))})),Kc=yr(Qc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Qc,{"number, number":function(e,r){return e>=r||zr(e,r,t.relTol,t.absTol)}})})),ef="deepEqual",rf=yr(ef,["typed","equal"],(e=>{var{typed:r,equal:t}=e;return r(ef,{"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)}})),tf="unequal",nf=yr(tf,["typed","config","equalScalar","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,equalScalar:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ha({typed:r}),s=Qo({typed:r,SparseMatrix:o}),c=Ma({typed:r,DenseMatrix:i}),f=Qa({typed:r,matrix:n,concat:a});return r(tf,af({typed:r,equalScalar:t}),f({elop:function(e,r){return!t(e,r)},SS:s,DS:u,Ss:c}))})),af=yr(tf,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(tf,{"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)}})})),of="partitionSelect",uf=yr(of,["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(of,{"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(!xr(r)||r<0)throw new Error("k must be a non-negative integer");if(Fe(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]}})),sf="sort",cf=yr(sf,["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(sf,{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!==bt(e).length)throw new Error("One dimensional array expected")}function c(e){if(1!==e.size().length)throw new Error("One dimensional matrix expected")}})),ff=yr("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 sn(e,r.valueOf(),o)},"...":function(e){if(an(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 qs(e,"max",r)}}function u(e){var r;if(on(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw qs(r,"max",e)}})),void 0===r)throw new Error("Cannot calculate max of an empty array");return"string"==typeof r&&(r=n(r,br(r,t))),r}})),lf=yr("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 sn(e,r.valueOf(),o)},"...":function(e){if(an(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 qs(e,"min",r)}}function u(e){var r;if(on(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw qs(r,"min",e)}})),void 0===r)throw new Error("Cannot calculate min of an empty array");return"string"==typeof r&&(r=n(r,br(r,t))),r}})),mf=yr("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&&!Ee(r))throw new Error("Invalid datatype: "+r);if(Fe(e)||Se(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&&Se(e.data)&&Se(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 ("+cr(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 Fe(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:fr(this._data),size:fr(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=yr("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=Se(o),s=Fe(o),c=typeof o,f=null;if(Oe(o))this._dimensions.push(o),this._isScalar=!1;else if(u||s){var l=void 0;"boolean"===t(o)?(u&&(l=i(pf(o).valueOf())),s&&(l=i(pf(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]||!xr(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=fr(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 pf(e){var r=[];return e.forEach(((e,t)=>{e&&r.push(t)})),r}var hf=yr("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}),vf=yr("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 yf(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 gf(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:yf(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 xf=gf((function(e){return new e(1).exp()}),{hasher:Nf}),bf=gf((function(e){return new e(1).plus(new e(5).sqrt()).div(2)}),{hasher:Nf}),wf=gf((function(e){return e.acos(-1)}),{hasher:Nf}),Df=gf((function(e){return wf(e).times(2)}),{hasher:Nf});function Nf(e){return e[0].precision}function Af(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 Mf(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Af(Object(t),!0).forEach((function(r){gs(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Af(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var Cf=yr("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)&&!Ae(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(!Ce(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=>se({},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=fr(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 cr(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(cr(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(cr(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=gf((e=>{if(dr(R,e)){var r=R[e];return{unit:r,prefix:r.prefixes[""]}}for(var t in R)if(dr(R,t)&<(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=Ce(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=Mf({},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 Ce(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=Ce(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=Mf(Mf({},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 Ce(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(!Ce(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=fr(t);else{var n=D._getNumberConverter(cr(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(dr($,i)&&t.hasBase(k[i])){e=i;break}if("NONE"===e)t.units=[];else if(e&&dr($,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&&(dr($,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(!dr(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&&Ae(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&&Ae(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=se({},T.SHORT,T.LONG),T.BINARY_SHORT=se({},T.BINARY_SHORT_SI,T.BINARY_SHORT_IEC),T.BINARY_LONG=se({},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=wf(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(!dr(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(dr(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(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,$[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]},$[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=P,D.UNITS=R,D}),{isClass:!0}),Ef="unit",Sf=yr(Ef,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r(Ef,{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=>un(r,e)))})})),Ff="sparse",Bf=yr(Ff,["typed","SparseMatrix"],(e=>{var{typed:r,SparseMatrix:t}=e;return r(Ff,{"":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)}})})),qf="createUnit",Tf=yr(qf,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r(qf,{"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,{})}})})),Of="acos",kf=yr(Of,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(Of,{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()}})})),zf="acosh",If=yr(zf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(zf,{number:function(e){return e>=1||t.predictable?oi(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()}})})),Rf="acot",jf=yr(Rf,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Rf,{number:ui,Complex:function(e){return e.acot()},BigNumber:function(e){return new t(1).div(e).atan()}})})),Uf="acoth",Pf=yr(Uf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Uf,{number:function(e){return e>=1||e<=-1||t.predictable?si(e):new n(e,0).acoth()},Complex:function(e){return e.acoth()},BigNumber:function(e){return new i(1).div(e).atanh()}})})),$f="acsc",Lf=yr($f,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r($f,{number:function(e){return e<=-1||e>=1||t.predictable?ci(e):new n(e,0).acsc()},Complex:function(e){return e.acsc()},BigNumber:function(e){return new i(1).div(e).asin()}})})),_f="acsch",Jf=yr(_f,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(_f,{number:fi,Complex:function(e){return e.acsch()},BigNumber:function(e){return new t(1).div(e).asinh()}})})),Wf="asec",Vf=yr(Wf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Wf,{number:function(e){return e<=-1||e>=1||t.predictable?li(e):new n(e,0).asec()},Complex:function(e){return e.asec()},BigNumber:function(e){return new i(1).div(e).acos()}})})),Hf="asech",Zf=yr(Hf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Hf,{number:function(e){if(e<=1&&e>=-1||t.predictable){var r=1/e;if(r>0||t.predictable)return mi(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()}})})),Gf="asin",Xf=yr(Gf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(Gf,{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()}})})),Qf=yr("asinh",["typed"],(e=>{var{typed:r}=e;return r("asinh",{number:di,Complex:function(e){return e.asinh()},BigNumber:function(e){return e.asinh()}})})),Yf=yr("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()}})})),Kf="atan2",el=yr(Kf,["typed","matrix","equalScalar","BigNumber","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,DenseMatrix:a,concat:o}=e,u=Va({typed:r,equalScalar:n}),s=Ha({typed:r}),c=ko({typed:r,equalScalar:n}),f=Aa({typed:r,equalScalar:n}),l=Ma({typed:r,DenseMatrix:a}),m=Qa({typed:r,matrix:t,concat:o});return r(Kf,{"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}))})),rl="atanh",tl=yr(rl,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(rl,{number:function(e){return e<=1&&e>=-1||t.predictable?pi(e):new n(e,0).atanh()},Complex:function(e){return e.atanh()},BigNumber:function(e){return e.atanh()}})})),nl=yr("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)}))}})),il=yr("cos",["typed"],(e=>{var{typed:r}=e,t=nl({typed:r});return r("cos",{number:Math.cos,"Complex | BigNumber":e=>e.cos()},t)})),al="cosh",ol=yr(al,["typed"],(e=>{var{typed:r}=e;return r(al,{number:Ur,"Complex | BigNumber":e=>e.cosh()})})),ul=yr("cot",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("cot",{number:hi,Complex:e=>e.cot(),BigNumber:e=>new t(1).div(e.tan())},nl({typed:r}))})),sl="coth",cl=yr(sl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(sl,{number:vi,Complex:e=>e.coth(),BigNumber:e=>new t(1).div(e.tanh())})})),fl=yr("csc",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("csc",{number:yi,Complex:e=>e.csc(),BigNumber:e=>new t(1).div(e.sin())},nl({typed:r}))})),ll="csch",ml=yr(ll,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(ll,{number:gi,Complex:e=>e.csch(),BigNumber:e=>new t(1).div(e.sinh())})})),dl=yr("sec",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("sec",{number:xi,Complex:e=>e.sec(),BigNumber:e=>new t(1).div(e.cos())},nl({typed:r}))})),pl="sech",hl=yr(pl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(pl,{number:bi,Complex:e=>e.sech(),BigNumber:e=>new t(1).div(e.cosh())})})),vl=yr("sin",["typed"],(e=>{var{typed:r}=e,t=nl({typed:r});return r("sin",{number:Math.sin,"Complex | BigNumber":e=>e.sin()},t)})),yl="sinh",gl=yr(yl,["typed"],(e=>{var{typed:r}=e;return r(yl,{number:wi,"Complex | BigNumber":e=>e.sinh()})})),xl=yr("tan",["typed"],(e=>{var{typed:r}=e,t=nl({typed:r});return r("tan",{number:Math.tan,"Complex | BigNumber":e=>e.tan()},t)})),bl=yr("tanh",["typed"],(e=>{var{typed:r}=e;return r("tanh",{number:$r,"Complex | BigNumber":e=>e.tanh()})})),wl="setCartesian",Dl=yr(wl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(wl,{"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=zt(Array.isArray(e)?e:e.toArray()).sort(i),c=zt(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)}})})),Nl="setDifference",Al=yr(Nl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Nl,{"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 zt(e.toArray());var s,c=Pt(zt(Array.isArray(e)?e:e.toArray()).sort(i)),f=Pt(zt(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)?$t(u):new o($t(u))}})})),Ml="setDistinct",Cl=yr(Ml,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Ml,{"Array | Matrix":function(e){var r;if(0===n(t(e),new a(0)))r=[];else{var u=zt(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)}})})),El="setIntersect",Sl=yr(El,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(El,{"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=Pt(zt(Array.isArray(e)?e:e.toArray()).sort(i)),c=Pt(zt(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)?$t(u):new o($t(u))}})})),Fl="setIsSubset",Bl=yr(Fl,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(Fl,{"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=Pt(zt(Array.isArray(e)?e:e.toArray()).sort(i)),s=Pt(zt(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}})})),ql="setMultiplicity",Tl=yr(ql,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(ql,{"number | BigNumber | Fraction | Complex, Array | Matrix":function(e,r){if(0===n(t(r),new a(0)))return 0;for(var o=zt(Array.isArray(r)?r:r.toArray()),u=0,s=0;s<o.length;s++)0===i(o[s],e)&&u++;return u}})})),Ol="setPowerset",kl=yr(Ol,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(Ol,{"Array | Matrix":function(e){if(0===n(t(e),new a(0)))return[];for(var r=zt(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}})),zl="setSize",Il=yr(zl,["typed","compareNatural"],(e=>{var{typed:r,compareNatural:t}=e;return r(zl,{"Array | Matrix":function(e){return Array.isArray(e)?zt(e).length:zt(e.toArray()).length},"Array | Matrix, boolean":function(e,r){if(!1===r||0===e.length)return Array.isArray(e)?zt(e).length:zt(e.toArray()).length;for(var n=zt(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}})})),Rl="setSymDifference",jl=yr(Rl,["typed","size","concat","subset","setDifference","Index"],(e=>{var{typed:r,size:t,concat:n,subset:i,setDifference:a,Index:o}=e;return r(Rl,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new o(0)))return zt(r);if(0===i(t(r),new o(0)))return zt(e);var u=zt(e),s=zt(r);return n(a(u,s),a(s,u))}})})),Ul="setUnion",Pl=yr(Ul,["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(Ul,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new u(0)))return zt(r);if(0===i(t(r),new u(0)))return zt(e);var s=zt(e),c=zt(r);return n(o(s,c),a(s,c))}})})),$l=yr("add",["typed","matrix","addScalar","equalScalar","DenseMatrix","SparseMatrix","concat"],(e=>{var{typed:r,matrix:t,addScalar:n,equalScalar:i,DenseMatrix:a,concat:o}=e,u=Ka({typed:r}),s=eo({typed:r,equalScalar:i}),c=ro({typed:r,DenseMatrix:a}),f=Qa({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}))})),Ll="hypot",_l=yr(Ll,["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(Ll,{"... number | BigNumber":c,Array:c,Matrix:e=>c(zt(e.toArray(),!0))});function c(e){for(var r=0,c=0,f=0;f<e.length;f++){if(Ae(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))}})),Jl="norm",Wl=yr(Jl,["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(Jl,{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")}}})),Vl=yr("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=Fe(e)?e._data:e,f=Fe(e)?e._datatype||e.getDataType():void 0,l=Fe(a)?a._data:a,m=Fe(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 Fe(e)?e.size():a(e)}})),Hl=yr("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: "+mt(a)+")")},DenseMatrix:i,any:fr});function i(e){var r=e._size,t=e._data;switch(r.length){case 1:if(1===r[0])return fr(t[0]);throw new RangeError("Matrix must be square (size: "+mt(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: "+mt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+mt(r)+")")}}})),Zl="index",Gl=yr(Zl,["typed","Index"],(e=>{var{typed:r,Index:t}=e;return r(Zl,{"...number | string | BigNumber | Range | Array | Matrix":function(e){var r=e.map((function(e){return De(e)?e.toNumber():Se(e)||Fe(e)?e.map((function(e){return De(e)?e.toNumber():e})):e})),n=new t;return t.apply(n,r),n}})})),Xl=new Set(["end"]),Ql=yr("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=be(r);return function(e){for(var r of[...Xl])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(!rr(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&&mr(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 Yl(e){return e&&e.isIndexError?new xt(e.index+1,e.min+1,void 0!==e.max?e.max+1:void 0):e}function Kl(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 fe(e,t.getObjectProperty())}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw Yl(e)}}}var em="AccessorNode",rm=yr(em,["subset","Node"],(e=>{var{subset:r,Node:t}=e,n=Kl({subset:r});function i(e){return!(We(e)||Ve(e)||Xe(e)||Ke(e)||tr(e)||ir(e)||ur(e))}class a extends t{constructor(e,r){if(super(),!rr(e))throw new TypeError('Node expected for parameter "object"');if(!er(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 em}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 fe(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:em,object:this.object,index:this.index}}static fromJSON(e){return new a(e.object,e.index)}}return gs(a,"name",em),a}),{isClass:!0,isNode:!0}),tm="ArrayNode",nm=yr(tm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),this.items=e||[],!Array.isArray(this.items)||!this.items.every(rr))throw new TypeError("Array containing Nodes expected")}get type(){return tm}get isArrayNode(){return!0}_compile(e,r){var t=It(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(It(t,(function(t){return t(e,r,i)})))}}return function(e,r,n){return It(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:tm,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(Ve)&&!t.every(Ve),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 gs(t,"name",tm),t}),{isClass:!0,isNode:!0}),im=[{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 am(e,r){if(!r||"auto"!==r)return e;for(var t=e;ir(t);)t=t.content;return t}function om(e,r,t,n){var i=e;"keep"!==r&&(i=e.getContent());for(var a=i.getIdentifier(),o=null,u=0;u<im.length;u++)if(a in im[u]){o=u;break}if("OperatorNode:multiply"===a&&i.implicit&&"show"!==t){var s=am(i.args[0],r);Xe(s)&&n&&"OperatorNode:divide"===n.getIdentifier()&&Qe(am(n.args[0],r))||"OperatorNode:divide"===s.getIdentifier()&&Qe(am(s.args[0],r))&&Xe(am(s.args[1]))||(o+=1)}return o}function um(e,r){var t=e;"keep"!==r&&(t=e.getContent());var n=t.getIdentifier(),i=om(t,r);if(null===i)return null;var a=im[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 sm(e,r,t){var n="keep"!==t?e.getContent():e,i="keep"!==t?e.getContent():r,a=n.getIdentifier(),o=i.getIdentifier(),u=om(n,t);if(null===u)return null;var s=im[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 cm="AssignmentNode",fm=yr(cm,["subset","?matrix","Node"],(e=>{var{subset:r,matrix:t,Node:n}=e,i=Kl({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 le(e,n.getObjectProperty(),i),e}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw Yl(e)}}}({subset:r,matrix:t});function o(e,r,t){r||(r="keep");var n=om(e,r,t),i=om(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,!ur(e)&&!We(e))throw new TypeError('SymbolNode or AccessorNode expected as "object"');if(ur(e)&&"end"===e.name)throw new Error('Cannot assign to symbol "end"');if(this.index&&!er(this.index))throw new TypeError('IndexNode expected as "index"');if(!rr(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 cm}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 le(i,s,a),a}}if(ur(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=fe(i,f),s=n(e,r,u),l=o(e,r,t);return le(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(!ur(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:cm,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 gs(u,"name",cm),u}),{isClass:!0,isNode:!0}),lm="BlockNode",mm=yr(lm,["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(!rr(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 lm}get isBlockNode(){return!0}_compile(e,t){var n=It(this.blocks,(function(r){return{evaluate:r.node._compile(e,t),visible:r.visible}}));return function(e,t,i){var a=[];return Rt(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:lm,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 gs(n,"name",lm),n}),{isClass:!0,isNode:!0}),dm="ConditionalNode",pm=yr(dm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e,r,t){if(super(),!rr(e))throw new TypeError("Parameter condition must be a Node");if(!rr(r))throw new TypeError("Parameter trueExpr must be a Node");if(!rr(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(De(e))return!e.isZero();if(Ae(e))return!(!e.re&&!e.im);if(Ce(e))return!!e.value}if(null==e)return!1;throw new TypeError('Unsupported type of condition "'+cr(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=om(this,r,e&&e.implicit),n=this.condition.toString(e),i=om(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=om(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=om(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=om(this,r,e&&e.implicit),n=this.condition.toHTML(e),i=om(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=om(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=om(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 gs(t,"name",dm),t}),{isClass:!0,isNode:!0}),hm=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},vm={"{":"\\{","}":"\\}","\\":"\\textbackslash{}","#":"\\#",$:"\\$","%":"\\%","&":"\\&","^":"\\textasciicircum{}",_:"\\_","~":"\\textasciitilde{}"},ym={"–":"\\--","—":"\\---"," ":"~","\t":"\\qquad{}","\r\n":"\\newline{}","\n":"\\newline{}"},gm=function(e,r){return hm({},e,r)};const xm=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?gm:i,o=String(e),u="",s=a(hm({},vm),n?hm({},ym):{}),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 bm={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{?}"},wm={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"},Dm={abs:{1:"\\left|${args[0]}\\right|"},add:{2:"\\left(${args[0]}".concat(wm.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(wm.dotDivide,"${args[1]}\\right)")},dotMultiply:{2:"\\left(${args[0]}".concat(wm.dotMultiply,"${args[1]}\\right)")},dotPow:{2:"\\left(${args[0]}".concat(wm.dotPow,"${args[1]}\\right)")},exp:{1:"\\exp\\left(${args[0]}\\right)"},expm1:"\\left(e".concat(wm.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(wm.mod,"${args[1]}\\right)")},multiply:{2:"\\left(${args[0]}".concat(wm.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(wm.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(wm.subtract,"${args[1]}\\right)")},unaryMinus:{1:"".concat(wm.unaryMinus,"\\left(${args[0]}\\right)")},unaryPlus:{1:"".concat(wm.unaryPlus,"\\left(${args[0]}\\right)")},bitAnd:{2:"\\left(${args[0]}".concat(wm.bitAnd,"${args[1]}\\right)")},bitNot:{1:wm.bitNot+"\\left(${args[0]}\\right)"},bitOr:{2:"\\left(${args[0]}".concat(wm.bitOr,"${args[1]}\\right)")},bitXor:{2:"\\left(${args[0]}".concat(wm.bitXor,"${args[1]}\\right)")},leftShift:{2:"\\left(${args[0]}".concat(wm.leftShift,"${args[1]}\\right)")},rightArithShift:{2:"\\left(${args[0]}".concat(wm.rightArithShift,"${args[1]}\\right)")},rightLogShift:{2:"\\left(${args[0]}".concat(wm.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(wm.and,"${args[1]}\\right)")},not:{1:wm.not+"\\left(${args[0]}\\right)"},or:{2:"\\left(${args[0]}".concat(wm.or,"${args[1]}\\right)")},xor:{2:"\\left(${args[0]}".concat(wm.xor,"${args[1]}\\right)")},cross:{2:"\\left(${args[0]}\\right)\\times\\left(${args[1]}\\right)"},ctranspose:{1:"\\left(${args[0]}\\right)".concat(wm.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(wm.pow,"{\\frac{1}{2}}")},trace:{1:"\\mathrm{tr}\\left(${args[0]}\\right)"},transpose:{1:"\\left(${args[0]}\\right)".concat(wm.transpose)},combinations:{2:"\\binom{${args[0]}}{${args[1]}}"},combinationsWithRep:{2:"\\left(\\!\\!{\\binom{${args[0]}}{${args[1]}}}\\!\\!\\right)"},factorial:{1:"\\left(${args[0]}\\right)".concat(wm.factorial)},gamma:{1:"\\Gamma\\left(${args[0]}\\right)"},lgamma:{1:"\\ln\\Gamma\\left(${args[0]}\\right)"},equal:{2:"\\left(${args[0]}".concat(wm.equal,"${args[1]}\\right)")},larger:{2:"\\left(${args[0]}".concat(wm.larger,"${args[1]}\\right)")},largerEq:{2:"\\left(${args[0]}".concat(wm.largerEq,"${args[1]}\\right)")},smaller:{2:"\\left(${args[0]}".concat(wm.smaller,"${args[1]}\\right)")},smallerEq:{2:"\\left(${args[0]}".concat(wm.smallerEq,"${args[1]}\\right)")},unequal:{2:"\\left(${args[0]}".concat(wm.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(wm.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(bm.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)"}},Nm={deg:"^\\circ"};function Am(e){return xm(e,{preserveFormatting:!0})}function Mm(e,r){return(r=void 0!==r&&r)?dr(Nm,e)?Nm[e]:"\\mathrm{"+Am(e)+"}":dr(bm,e)?bm[e]:Am(e)}var Cm="ConstantNode",Em=yr(Cm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){super(),this.value=e}get type(){return Cm}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 mt(this.value,e)}_toHTML(e){var r=this._toString(e);switch(cr(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:Cm,value:this.value}}static fromJSON(e){return new t(e.value)}_toTex(e){var r=this._toString(e),t=cr(this.value);switch(t){case"string":return"\\mathtt{"+Am(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 gs(t,"name",Cm),t}),{isClass:!0,isNode:!0}),Sm="FunctionAssignmentNode",Fm=yr(Sm,["typed","Node"],(e=>{var{typed:r,Node:t}=e;function n(e,r,t){var n=om(e,r,t),i=om(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(!rr(t))throw new TypeError('Node expected for parameter "expr"');if(Xl.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 Sm}get isFunctionAssignmentNode(){return!0}_compile(e,t){var n=Object.create(t);Rt(this.params,(function(e){n[e]=!0}));var i=this.expr._compile(e,n),a=this.name,o=this.params,u=Ut(this.types,","),s=a+"("+Ut(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:Sm,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">'+ht(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">'+ht(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(Mm).join(",")+"\\right)="+t}}return gs(i,"name",Sm),i}),{isClass:!0,isNode:!0}),Bm="IndexNode",qm=yr(Bm,["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(rr))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 Bm}get isIndexNode(){return!0}_compile(e,r){var n=It(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(!Fe(n)&&!Se(n)&&!Ee(n))throw new TypeError('Cannot resolve "end": context must be a Matrix, Array, or string but is '+cr(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=fe(e,"index");return function(e,r,t){var a=It(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&&Xe(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:Bm,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">'+ht(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 gs(n,"name",Bm),n}),{isClass:!0,isNode:!0}),Tm="ObjectNode",Om=yr(Tm,["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 rr(e[r])}))))throw new TypeError("Object containing Nodes expected")}get type(){return Tm}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=fe(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:Tm,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">'+ht(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 gs(t,"name",Tm),t}),{isClass:!0,isNode:!0});function km(e,r){return new ye(e,new ve(r),new Set(Object.keys(r)))}var zm="OperatorNode",Im=yr(zm,["Node"],(e=>{var{Node:r}=e;function t(e,r){var n=e;if("auto"===r)for(;ir(n);)n=n.content;return!!Xe(n)||!!nr(n)&&t(n.args[0],r)}function n(e,r,n,i,a){var o,u=om(e,r,n),s=um(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=om(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===im[u][l].latexLeftParens){o=[!1];break}if(!1===im[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=om(i[0],r,n,e),h=sm(e,i[0],r);m=null!==p&&(p===u&&"right"===s&&!h||p<u);var v,y,g,x=om(i[1],r,n,e),b=sm(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===im[u][v].latexLeftParens&&(m=!1),!1===im[p][y].latexParens&&(m=!1)),null!==x&&(!1===im[u][v].latexRightParens&&(d=!1),!1===im[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=om(t,r,n,e),a=sm(e,t,r),o=um(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&&ir(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(rr))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 zm}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=fe(e,this.fn),n=It(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,km(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,It(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=um(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:zm,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=um(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">'+ht(this.op)+"</span>"+u:u+'<span class="math-operator math-unary-operator math-righthand-unary-operator">'+ht(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">'+ht(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">'+ht(this.op)+"</span>"):'<span class="math-function">'+ht(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=wm[this.fn];if(o=void 0===o?this.op:o,1===i.length){var u=um(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 gs(i,"name",zm),i}),{isClass:!0,isNode:!0}),Rm="ParenthesisNode",jm=yr(Rm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),!rr(e))throw new TypeError('Node expected for parameter "content"');this.content=e}get type(){return Rm}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:Rm,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 gs(t,"name",Rm),t}),{isClass:!0,isNode:!0}),Um="RangeNode",Pm=yr(Um,["Node"],(e=>{var{Node:r}=e;function t(e,r,t){var n=om(e,r,t),i={},a=om(e.start,r,t);if(i.start=null!==a&&a<=n||"all"===r,e.step){var o=om(e.step,r,t);i.step=null!==o&&o<=n||"all"===r}var u=om(e.end,r,t);return i.end=null!==u&&u<=n||"all"===r,i}class n extends r{constructor(e,r,t){if(super(),!rr(e))throw new TypeError("Node expected");if(!rr(r))throw new TypeError("Node expected");if(t&&!rr(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 Um}get isRangeNode(){return!0}needsEnd(){return this.filter((function(e){return ur(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:Um,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 gs(n,"name",Um),n}),{isClass:!0,isNode:!0}),$m="RelationalNode",Lm=yr($m,["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 $m}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),!fe(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=om(this,r,e&&e.implicit),i=this.params.map((function(t){var i=om(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:$m,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=om(this,r,e&&e.implicit),i=this.params.map((function(t){var i=om(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">'+ht(t[this.conditionals[o]])+"</span>"+i[o+1];return a}_toTex(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",t=om(this,r,e&&e.implicit),n=this.params.map((function(n){var i=om(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+=wm[this.conditionals[a]]+n[a+1];return i}}return gs(n,"name",$m),n}),{isClass:!0,isNode:!0}),_m=yr("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 fe(r,n)};if(n in e)return function(r){return r.has(n)?r.get(n):fe(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=ht(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=Mm(this.name,t);return"\\"===n[0]?n:" "+n}}return a}),{isClass:!0,isNode:!0}),Jm="FunctionNode",Wm=yr(Jm,["math","Node","SymbolNode"],(e=>{var r,{math:t,Node:n,SymbolNode:i}=e,a=e=>mt(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(rr(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(rr(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(!rr(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)),!rr(e))throw new TypeError('Node expected as parameter "fn"');if(!Array.isArray(r)||!r.every(rr))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 Jm}get isFunctionNode(){return!0}_compile(e,r){var t=this.args.map((t=>t._compile(e,r)));if(!ur(this.fn)){if(We(this.fn)&&er(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,km(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,km(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=fe(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,km(r,n));var u=t.map((e=>e(r,n,i)));return o.apply(o,u)}}var d=l in e?fe(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=fe(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,km(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(Ye(this.fn)?"("+this.fn.toString(e)+")":this.fn.toString(e))+"("+r.join(", ")+")"}toJSON(){return{mathjs:Jm,fn:this.fn,args:this.args}}_toHTML(e){var r=this.args.map((function(r){return r.toHTML(e)}));return'<span class="math-function">'+ht(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(Dm[this.name]&&(r=Dm[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,gs(u,"name",Jm),gs(u,"onUndefinedFunction",(function(e){throw new Error("Undefined function "+e)})),gs(u,"fromJSON",(function(e){return new r(e.fn,e.args)})),u}),{isClass:!0,isNode:!0}),Vm="parse",Hm=yr(Vm,["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(Vm,{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 un(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};se(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(ur(a))return r=a.name,O(e),n=R(e),new o(new g(r),n);if(We(a))return O(e),n=R(e),new o(a.object,a.index,n);if(Ke(a)&&ur(a.fn)&&(i=!0,t=[],r=a.name,a.args.forEach((function(e,r){ur(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"};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&&Xe(r)||"in"===e.token&&nr(r)&&"unaryMinus"===r.fn&&Xe(r.args[0])||!(e.tokenType!==w.NUMBER||Xe(t)||nr(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&&Qe(t);){if(n.push(se({},e)),O(e),e.tokenType!==w.NUMBER){se(e,n.pop());break}if(n.push(se({},e)),O(e),e.tokenType!==w.SYMBOL&&"("!==e.token&&"in"!==e.token){n.pop(),se(e,n.pop());break}se(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=br(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(!ur(r)&&!We(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})),Zm="compile",Gm=yr(Zm,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(Zm,{string:function(e){return t(e).compile()},"Array | Matrix":function(e){return un(e,(function(e){return t(e).compile()}))}})})),Xm="evaluate",Qm=yr(Xm,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(Xm,{string:function(e){var r=xe();return t(e).compile().evaluate(r)},"string, Map | Object":function(e,r){return t(e).compile().evaluate(r)},"Array | Matrix":function(e){var r=xe();return un(e,(function(e){return t(e).compile().evaluate(r)}))},"Array | Matrix, Map | Object":function(e,r){return un(e,(function(e){return t(e).compile().evaluate(r)}))}})})),Ym=yr("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:xe(),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 ve)return e.wrappedObject;var r={};for(var t of e.keys())le(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}),Km="parser",ed=yr(Km,["typed","Parser"],(e=>{var{typed:r,Parser:t}=e;return r(Km,{"":function(){return new t}})})),rd=yr("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=fr(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}}}})),td=yr("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 se(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 nd(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 id(e){return-e-2}var ad=yr("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]=id(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]=id(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]=id(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]=id(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]=id(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]=id(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=nd(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 od(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 ud=yr("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=od(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}})),sd=yr("csSqr",["add","multiply","transpose"],(e=>{var{add:r,multiply:t,transpose:n}=e,i=ad({add:r,multiply:t,transpose:n}),a=ud({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=nd(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 cd(e,r){return e[r]<0}function fd(e,r){e[r]=id(e[r])}function ld(e){return e<0?id(e):e}function md(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;cd(c,e)||(fd(c,e),n[f+l]=m<0?0:ld(c[m]));var d=1;for(o=n[f+l],u=m<0?0:ld(c[m+1]);o<u;o++)if(!cd(c,a=s[o])){n[f+l]=o,n[++l]=a,d=0;break}d&&(l--,n[--t]=e)}return t}var dd=yr("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];cd(u,m)||(l=md(m,e,l,n,i))}for(a=l;a<f;a++)fd(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}})),pd=yr("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}}})),hd=yr("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=sd({add:n,multiply:i,transpose:a}),m=pd({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(!xr(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 vd(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 yd="lusolve",gd=yr(yd,["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=fc({DenseMatrix:u});return r(yd,{"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(Fe(e))return e;if(Se(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=vd(t,i._data));var u=o(e,i),f=a(r,u);return n&&(f._data=vd(n,f._data)),f}})),xd="polynomialRoot",bd=yr(xd,["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(xd,{"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))}}})})),wd=yr("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||Re(s)||(t+=" "+mt(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=fr(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}),Dd=yr("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=sr(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 mt(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}),Nd={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"]},Ad={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"]},Md={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:Nd,E:Nd,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:Ad,PI:Ad,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"]}},Cd="help",Ed=yr(Cd,["typed","mathWithTransform","Help"],(e=>{var{typed:r,mathWithTransform:t,Help:n}=e;return r(Cd,{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=fe(Md,i);if(!a)throw new Error('No documentation found on "'+("function"==typeof i?i.name:i)+'"');return new n(a)}})})),Sd="chain",Fd=yr(Sd,["typed","Chain"],(e=>{var{typed:r,Chain:t}=e;return r(Sd,{"":function(){return new t},any:function(e){return new t(e)}})})),Bd=yr("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 fr(e)},"Array | Matrix":function(e){var r;switch((r=Fe(e)?e.size():Array.isArray(e)?(e=t(e)).size():[]).length){case 0:return fr(e);case 1:if(1===r[0])return fr(e.valueOf()[0]);if(0===r[0])return 1;throw new RangeError("Matrix must be square (size: "+mt(r)+")");case 2:var s=r[0],c=r[1];if(s===c)return function(e,r){if(1===r)return fr(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: "+mt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+mt(r)+")")}}})})),qd=yr("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=Fe(e)?e.size():bt(e);switch(r.length){case 1:if(1===r[0])return Fe(e)?t([n(1,e.valueOf()[0])]):[n(1,e[0])];throw new RangeError("Matrix must be square (size: "+mt(r)+")");case 2:var i=r[0],a=r[1];if(i===a)return Fe(e)?t(f(e.valueOf(),i,a),e.storage()):f(e,i,a);throw new RangeError("Matrix must be square (size: "+mt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+mt(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}})),Td="pinv",Od=yr(Td,["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(Td,{"Array | Matrix":function(e){var r=Fe(e)?e.size():bt(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 Fe(e)?t(d(e.valueOf(),i,a),e.storage()):d(e,i,a);default:throw new RangeError("Matrix must be two dimensional (size: "+mt(r)+")")}},any:function(e){return a(e,0)?fr(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=fr(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 kd=yr("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(fr(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(fr(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=fr(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 se(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(mt(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(we(c)||Me(c))i=!0;else if(De(c))a=!0;else{if(!Ae(c))throw TypeError("Unsupported type in Matrix: "+cr(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.")}})),zd="expm",Id=yr(zd,["typed","abs","add","identity","inv","multiply"],(e=>{var{typed:r,abs:t,add:n,identity:i,inv:a,multiply:o}=e;return r(zd,{Matrix:function(e){var r=e.size();if(2!==r.length||r[0]!==r[1])throw new RangeError("Matrix must be square (size: "+mt(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 Te(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)}})),Rd="sqrtm",jd=yr(Rd,["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(Rd,{"Array | Matrix":function(e){var r=Fe(e)?e.size():bt(e);switch(r.length){case 1:if(1===r[0])return a(e,o);throw new RangeError("Matrix must be square (size: "+mt(r)+")");case 2:if(r[0]===r[1])return d(e);throw new RangeError("Matrix must be square (size: "+mt(r)+")");default:throw new RangeError("Matrix must be at most two dimensional (size: "+mt(r)+")")}}})})),Ud="sylvester",Pd=yr(Ud,["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(Ud,{"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)))}})),$d="schur",Ld=yr($d,["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($d,{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}}})),_d="lyap",Jd=yr(_d,["typed","matrix","sylvester","multiply","transpose"],(e=>{var{typed:r,matrix:t,sylvester:n,multiply:i,transpose:a}=e;return r(_d,{"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()}})})),Wd=yr("divide",["typed","matrix","multiply","equalScalar","divideScalar","inv"],(e=>{var{typed:r,matrix:t,multiply:n,equalScalar:i,divideScalar:a,inv:o}=e,u=Aa({typed:r,equalScalar:i}),s=Ca({typed:r});return r("divide",lr({"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))})),Vd="distance",Hd=yr(Vd,["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(Vd,{"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||De(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)}})),Zd=yr("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)}})),Gd=yr("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 sn(e,r,n)}catch(e){throw qs(e,"sum")}},"...":function(e){if(an(e))throw new TypeError("Scalar values expected in function sum");return a(e)}});function a(e){var r;return on(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw qs(r,"sum",e)}})),void 0===r&&(r=i(0,t.number)),"string"==typeof r&&(r=i(r,br(r,t))),r}})),Xd="cumsum",Qd=yr(Xd,["typed","add","unaryPlus"],(e=>{var{typed:r,add:t,unaryPlus:n}=e;return r(Xd,{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(an(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 qs(e,Xd)}}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=bt(e);if(r<0||r>=t.length)throw new xt(r,t.length);try{return u(e,r)}catch(e){throw qs(e,Xd)}}function u(e,r){var t,n,i;if(r<=0){if(Array.isArray(e[0][0])){for(i=nn(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}})),Yd="mean",Kd=yr(Yd,["typed","add","divide"],(e=>{var{typed:r,add:t,divide:n}=e;return r(Yd,{"Array | Matrix":i,"Array | Matrix, number | BigNumber":function(e,r){try{var i=sn(e,r,t),a=Array.isArray(e)?bt(e):e.size();return n(i,a[r])}catch(e){throw qs(e,"mean")}},"...":function(e){if(an(e))throw new TypeError("Scalar values expected in function mean");return i(e)}});function i(e){var r,i=0;if(on(e,(function(e){try{r=void 0===r?e:t(r,e),i++}catch(r){throw qs(r,"mean",e)}})),0===i)throw new Error("Cannot calculate the mean of an empty array");return n(r,i)}})),ep="median",rp=yr(ep,["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=zt(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 qs(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(ep,{"Array | Matrix":o,"Array | Matrix, number | BigNumber":function(){throw new Error("median(A, dim) is not yet supported")},"...":function(e){if(an(e))throw new TypeError("Scalar values expected in function median");return o(e)}})})),tp=yr("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=zt(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")):qs(e,"mad")}}})),np="unbiased",ip="variance",ap=yr(ip,["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(ip,{"Array | Matrix":function(e){return s(e,np)},"Array | Matrix, string":s,"Array | Matrix, number | BigNumber":function(e,r){return c(e,r,np)},"Array | Matrix, number | BigNumber, string":c,"...":function(e){return s(e,np)}});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(on(e,(function(e){try{o=void 0===o?e:t(o,e),s++}catch(r){throw qs(r,"variance",e)}})),0===s)throw new Error("Cannot calculate variance of an empty array");var c=a(o,s);if(o=void 0,on(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=De(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 qs(e,"variance")}}})),op="quantileSeq",up=yr(op,["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(op,{"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 we(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 we(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=zt(e),f=a.length;if(0===f)throw new Error("Cannot calculate quantile of an empty sequence");var l,m,d=we(r)?r*(f-1):r.times(f-1),p=we(r)?Math.floor(d):d.floor().toNumber(),h=we(r)?d%1:d.minus(p);if(c(d))return t?a[d]:u(a,we(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))}})),sp=yr("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 Be(a)?t(a,n):n(a)}catch(e){throw e instanceof TypeError&&e.message.includes(" variance")?new TypeError(e.message.replace(" variance"," std")):e}}})),cp="corr",fp=yr(cp,["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(cp,{"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)}})),lp="combinations",mp=yr(lp,["typed"],(e=>{var{typed:r}=e;return r(lp,{"number, number":Jn,"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 pp="combinationsWithRep",hp=yr(pp,["typed"],(e=>{var{typed:r}=e;return r(pp,{"number, number":function(e,r){if(!xr(e)||e<0)throw new TypeError("Positive integer value expected in function combinationsWithRep");if(!xr(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?_n(e,e+r-1)/_n(1,r):_n(r+1,e+r-1)/_n(1,e-1)},"BigNumber, BigNumber":function(e,r){var t,n,i=new(0,e.constructor)(1),a=e.minus(i);if(!vp(e)||!vp(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 vp(e){return e.isInteger()&&e.gte(0)}var yp="gamma",gp=yr(yp,["typed","config","multiplyScalar","pow","BigNumber","Complex"],(e=>{var{typed:r,config:t,BigNumber:n,Complex:i}=e;return r(yp,{number:Kn,Complex:function e(r){if(0===r.im)return Kn(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(ri[0],0),o=1;o<ri.length;++o){var u=new i(ri[o],0);a=a.add(u.div(r.add(o)))}var s=new i(r.re+ei+.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))}})),xp="lgamma",bp=yr(xp,["Complex","typed"],(e=>{var{Complex:r,typed:t}=e,n=[-.029550653594771242,.00641025641025641,-.0019175269175269176,.0008417508417508417,-.0005952380952380953,.0007936507936507937,-.002777777777777778,.08333333333333333];return t(xp,{number:ii,Complex:function e(t){if(t.isNaN())return new r(NaN,NaN);if(0===t.im)return new r(ii(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(ti),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))}})),wp="factorial",Dp=yr(wp,["typed","gamma"],(e=>{var{typed:r,gamma:t}=e;return r(wp,{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=>un(r,e)))})})),Np="kldivergence",Ap=yr(Np,["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(Np,{"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}})),Mp="multinomial",Cp=yr(Mp,["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(Mp,{"Array | Matrix":function(e){var r=0,s=1;return on(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)}})})),Ep="permutations",Sp=yr(Ep,["typed","factorial"],(e=>{var{typed:r,factorial:t}=e;return r(Ep,{"number | BigNumber":t,"number, number":function(e,r){if(!xr(e)||e<0)throw new TypeError("Positive integer value expected in function permutations");if(!xr(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 _n(e-r+1,e)},"BigNumber, BigNumber":function(e,r){var t,n;if(!Fp(e)||!Fp(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 Fp(e){return e.isInteger()&&e.gte(0)}var Bp={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}Bp&&Bp.exports?Bp.exports=t:this.alea=t}();var qp={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}qp&&qp.exports?qp.exports=t:this.xor128=t}();var Tp={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}Tp&&Tp.exports?Tp.exports=t:this.xorwow=t}();var Op={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}Op&&Op.exports?Op.exports=t:this.xorshift7=t}();var kp={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}kp&&kp.exports?kp.exports=t:this.xor4096=t}();var zp={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}zp&&zp.exports?zp.exports=t:this.tychei=t}();var Ip={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:ne,[],Math)}(Ip);var Rp=qp.exports,jp=Tp.exports,Up=Op.exports,Pp=kp.exports,$p=zp.exports,Lp=Ip.exports;Lp.alea=Bp.exports,Lp.xor128=Rp,Lp.xorwow=jp,Lp.xorshift7=Up,Lp.xor4096=Pp,Lp.tychei=$p;const _p=Lp;var Jp=_p(Date.now());function Wp(e){var r,t;return r=null===(t=e)?Jp:_p(String(t)),function(){return r()}}var Vp="pickRandom",Hp=yr(Vp,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=Wp(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=Wp(e.randomSeed))})),r(Vp,{"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=Fe(e)?e.create:Fe(n)?n.create:null;e=e.valueOf(),n&&(n=n.valueOf()),!0===a&&(e=zt(e),n=zt(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(!we(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 Zp(e,r){var t=[];if((e=e.slice(0)).length>1)for(var n=0,i=e.shift();n<i;n++)t.push(Zp(e,r));else for(var a=0,o=e.shift();a<o;a++)t.push(r());return t}var Gp="random",Xp=yr(Gp,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=Wp(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=Wp(e.randomSeed))})),r(Gp,{"":()=>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=Zp(e.valueOf(),(()=>o(r,t)));return Fe(e)?e.create(n,"number"):n}function o(e,r){return e+i()*(r-e)}})),Qp="randomInt",Yp=2n**30n,Kp=yr(Qp,["typed","config","log2","?on"],(e=>{var{typed:r,config:t,log2:n,on:i}=e,a=Wp(t.randomSeed);return i&&i("config",(function(e,r){e.randomSeed!==r.randomSeed&&(a=Wp(e.randomSeed))})),r(Qp,{"":()=>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=Zp(e.valueOf(),(()=>u(r,t)));return Fe(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<=Yp)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}})),eh="stirlingS2",rh=yr(eh,["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(eh,{"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=!(we(e)&&we(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]}})})),th="bellNumbers",nh=yr(th,["typed","addScalar","isNegative","isInteger","stirlingS2"],(e=>{var{typed:r,addScalar:t,isNegative:n,isInteger:i,stirlingS2:a}=e;return r(th,{"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}})})),ih="catalan",ah=yr(ih,["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(ih,{"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))}})})),oh="composition",uh=yr(oh,["typed","addScalar","combinations","isNegative","isPositive","isInteger","larger"],(e=>{var{typed:r,addScalar:t,combinations:n,isPositive:i,isInteger:a,larger:o}=e;return r(oh,{"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))}})})),sh="leafCount",ch=yr(sh,["parse","typed"],(e=>{var{typed:r}=e;function t(e){var r=0;return e.forEach((e=>{r+=t(e)})),r||1}return r(sh,{Node:function(e){return t(e)}})}));function fh(e){return Xe(e)||nr(e)&&e.isUnary()&&Xe(e.args[0])}function lh(e){return!!Xe(e)||!(!Ke(e)&&!nr(e)||!e.args.every(lh))||!(!ir(e)||!lh(e.content))}function mh(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?mh(Object(t),!0).forEach((function(r){gs(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):mh(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var ph=yr("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:nr(e)?n=e.fn.toString():Ke(e)?n=e.name:ir(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];nr(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 nr(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}}}})),hh=yr("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}=ph({FunctionNode:f,OperatorNode:d,SymbolNode:h});r.addConversion({from:"Object",to:"Map",convert:be});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 ir(e)?F(e.content):e}))}r.removeConversion({from:"Object",to:"Map",convert:be}),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]:xe(),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)&&!P(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(!Xe(r))return[];a[0].placeholders[e.name]=r;break;case"v":if(Xe(r))return[];a[0].placeholders[e.name]=r;break;case"vl":if(!ur(r))return[];a[0].placeholders[e.name]=r;break;case"cd":if(!fh(r))return[];a[0].placeholders[e.name]=r;break;case"vd":if(fh(r))return[];a[0].placeholders[e.name]=r;break;case"ce":if(!lh(r))return[];a[0].placeholders[e.name]=r;break;case"ve":if(lh(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})),vh=yr("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}=ph({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 Me(e)?e.valueOf():e instanceof Array?e.map(b):Fe(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 rr(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=br(e,t);return"BigNumber"===n?(void 0===o&&Iu(),o(e)):"bigint"===n?BigInt(e):"Fraction"===n?(void 0===a&&Ru(),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(!rr(i)){var a=r.pop();if(rr(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(rr))try{return w(e.name,t,r)}catch(e){}if("size"===e.name&&1===t.length&&Ve(t[0])){for(var a=[],o=t[0];Ve(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(nr(e)&&e.isUnary())p=rr((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++)rr(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(!er(r))return new u(N(e),N(r));if(Ve(e)||Fe(e)){for(var n=Array.from(r.dimensions);n.length>0;)if(Xe(n[0])&&"string"!=typeof n[0].value){var a=M(n.shift().value,t);Ve(e)?e=e.items[a-1]:(e=e.valueOf()[a-1])instanceof Array&&(e=i(e))}else{if(!(n.length>1&&Xe(n[1])&&"string"!=typeof n[1].value))break;var o=M(n[1].value,t),f=[],m=Ve(e)?e.items:e.valueOf();for(var d of m)if(Ve(d))f.push(d.items[o-1]);else{if(!Fe(e))break;f.push(d[o-1])}if(f.length!==m.length)break;e=Ve(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(tr(e)&&1===r.dimensions.length&&Xe(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(rr)?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})),yh="simplifyCore",gh=yr(yh,["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 nr(e)&&["and","not","or"].includes(e.op)}var{hasProperty:y,isCommutative:g}=ph({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(Ke(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(Ke(w)){var D=function(e){var r="OperatorNode:"+e;for(var t of im)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(nr(w)&&w.isUnary()){var M=x(w.args[0],r);if("~"===w.op&&nr(M)&&M.isUnary()&&"~"===M.op)return M.args[0];if("not"===w.op&&nr(M)&&M.isUnary()&&"not"===M.op&&v(M.args[0]))return M.args[0];var C=!0;if("-"===w.op&&nr(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(nr(w)&&w.isBinary()){var E=x(w.args[0],r),S=x(w.args[1],r);if("+"===w.op){if(Xe(E)&&n(E.value))return S;if(Xe(S)&&n(S.value))return E;nr(S)&&S.isUnary()&&"-"===S.op&&(w=new f("-","subtract",[E,S=S.args[0]]))}if("-"===w.op)return nr(S)&&S.isUnary()&&"-"===S.op?x(new f("+","add",[E,S.args[0]]),r):Xe(E)&&n(E.value)?x(new f("-","unaryMinus",[S])):Xe(S)&&n(S.value)?E:new f(w.op,w.fn,[E,S]);if("*"===w.op){if(Xe(E)){if(n(E.value))return m;if(t(E.value,1))return S}if(Xe(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 Xe(E)&&n(E.value)?m:Xe(S)&&t(S.value,1)?E:new f(w.op,w.fn,[E,S]);if("^"===w.op&&Xe(S)){if(n(S.value))return d;if(t(S.value,1))return E}if("and"===w.op){if(Xe(E)){if(!E.value)return h;if(v(S))return S;if(Xe(S))return S.value?p:h}if(Xe(S)){if(!S.value)return h;if(v(E))return E}}if("or"===w.op){if(Xe(E)){if(E.value)return p;if(v(S))return S}if(Xe(S)){if(S.value)return p;if(v(E))return E}}return new f(w.op,w.fn,[E,S])}if(nr(w))return new f(w.op,w.fn,w.args.map((e=>x(e,r))));if(Ve(w))return new a(w.items.map((e=>x(e,r))));if(We(w))return new i(x(w.object,r),x(w.index,r));if(er(w))return new s(w.dimensions.map((e=>x(e,r))));if(tr(w)){var F={};for(var B in w.properties)F[B]=x(w.properties[B],r);return new c(F)}return w}return r(yh,{Node:x,"Node,Object":x})})),xh=yr("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(ur(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(rr(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(nr(e)){var m=e.args.map((function(e){return u(e,r,s)}));return new a(e.op,e.fn,m,e.implicit)}if(ir(e))return new o(u(e.content,r,s));if(Ke(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,be(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,be(t)))),"Matrix, Object":r.referTo("Matrix,Map",(e=>(r,t)=>e(r,be(t)))),"Array | Matrix, Map":r.referToSelf((e=>(r,t)=>r.map((r=>e(r,t)))))})})),bh="symbolicEqual",wh=yr(bh,["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 Xe(o)&&!o.value}return t(bh,{"Node, Node":i,"Node, Node, Object":i})})),Dh="derivative",Nh=yr(Dh,["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(Dh,{"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 Xe(e)&&"string"===cr(e.value)?v(n(e.value).toString(),r.toString(),1):v(e.toTex(),r.toString(),1)},"Node, ConstantNode":function(e,r){if("string"===cr(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 Xe(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(Xe(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||br(String(e),t)))}return h})),Ah="rationalize",Mh=yr(Ah,["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||!xr(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(Ah,{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&&xr(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(!xr(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}})),Ch="zpk2tf",Eh=yr(Ch,["typed","add","multiply","Complex","number"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,number:a}=e;return r(Ch,{"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}})),Sh="freqz",Fh=yr(Sh,["typed","add","multiply","Complex","divide","matrix"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,divide:a,matrix:o}=e;return r(Sh,{"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}})),Bh=yr("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}})),qh=yr("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)}})),Th=yr("true",[],(()=>!0)),Oh=yr("false",[],(()=>!1)),kh=yr("null",[],(()=>null)),zh=Gh("Infinity",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1/0):1/0})),Ih=Gh("NaN",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(NaN):NaN})),Rh=Gh("pi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?wf(t):Wn})),jh=Gh("tau",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Df(t):Vn})),Uh=Gh("e",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?xf(t):Hn})),Ph=Gh("phi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?bf(t):1.618033988749895})),$h=Gh("LN2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).ln():Math.LN2})),Lh=Gh("LN10",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(10).ln():Math.LN10})),_h=Gh("LOG2E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(2).ln()):Math.LOG2E})),Jh=Gh("LOG10E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(10).ln()):Math.LOG10E})),Wh=Gh("SQRT1_2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t("0.5").sqrt():Math.SQRT1_2})),Vh=Gh("SQRT2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).sqrt():Math.SQRT2})),Hh=Gh("i",["Complex"],(e=>{var{Complex:r}=e;return r.I})),Zh=yr("version",[],(()=>"14.4.0"));function Gh(e,r,t){return yr(e,r,t,{recreateOnConfigChange:!0})}var Xh=Vv("speedOfLight","299792458","m s^-1"),Qh=Vv("gravitationConstant","6.67430e-11","m^3 kg^-1 s^-2"),Yh=Vv("planckConstant","6.62607015e-34","J s"),Kh=Vv("reducedPlanckConstant","1.0545718176461565e-34","J s"),ev=Vv("magneticConstant","1.25663706212e-6","N A^-2"),rv=Vv("electricConstant","8.8541878128e-12","F m^-1"),tv=Vv("vacuumImpedance","376.730313667","ohm"),nv=Vv("coulomb","8.987551792261171e9","N m^2 C^-2"),iv=Vv("elementaryCharge","1.602176634e-19","C"),av=Vv("bohrMagneton","9.2740100783e-24","J T^-1"),ov=Vv("conductanceQuantum","7.748091729863649e-5","S"),uv=Vv("inverseConductanceQuantum","12906.403729652257","ohm"),sv=Vv("magneticFluxQuantum","2.0678338484619295e-15","Wb"),cv=Vv("nuclearMagneton","5.0507837461e-27","J T^-1"),fv=Vv("klitzing","25812.807459304513","ohm"),lv=Vv("bohrRadius","5.29177210903e-11","m"),mv=Vv("classicalElectronRadius","2.8179403262e-15","m"),dv=Vv("electronMass","9.1093837015e-31","kg"),pv=Vv("fermiCoupling","1.1663787e-5","GeV^-2"),hv=Hv("fineStructure",.0072973525693),vv=Vv("hartreeEnergy","4.3597447222071e-18","J"),yv=Vv("protonMass","1.67262192369e-27","kg"),gv=Vv("deuteronMass","3.3435830926e-27","kg"),xv=Vv("neutronMass","1.6749271613e-27","kg"),bv=Vv("quantumOfCirculation","3.6369475516e-4","m^2 s^-1"),wv=Vv("rydberg","10973731.568160","m^-1"),Dv=Vv("thomsonCrossSection","6.6524587321e-29","m^2"),Nv=Hv("weakMixingAngle",.2229),Av=Hv("efimovFactor",22.7),Mv=Vv("atomicMass","1.66053906660e-27","kg"),Cv=Vv("avogadro","6.02214076e23","mol^-1"),Ev=Vv("boltzmann","1.380649e-23","J K^-1"),Sv=Vv("faraday","96485.33212331001","C mol^-1"),Fv=Vv("firstRadiation","3.7417718521927573e-16","W m^2"),Bv=Vv("loschmidt","2.686780111798444e25","m^-3"),qv=Vv("gasConstant","8.31446261815324","J K^-1 mol^-1"),Tv=Vv("molarPlanckConstant","3.990312712893431e-10","J s mol^-1"),Ov=Vv("molarVolume","0.022413969545014137","m^3 mol^-1"),kv=Hv("sackurTetrode",-1.16487052358),zv=Vv("secondRadiation","0.014387768775039337","m K"),Iv=Vv("stefanBoltzmann","5.67037441918443e-8","W m^-2 K^-4"),Rv=Vv("wienDisplacement","2.897771955e-3","m K"),jv=Vv("molarMass","0.99999999965e-3","kg mol^-1"),Uv=Vv("molarMassC12","11.9999999958e-3","kg mol^-1"),Pv=Vv("gravity","9.80665","m s^-2"),$v=Vv("planckLength","1.616255e-35","m"),Lv=Vv("planckMass","2.176435e-8","kg"),_v=Vv("planckTime","5.391245e-44","s"),Jv=Vv("planckCharge","1.87554603778e-18","C"),Wv=Vv("planckTemperature","1.416785e+32","K");function Vv(e,r,t){return yr(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 Hv(e,r){return yr(e,["config","BigNumber"],(e=>{var{config:t,BigNumber:n}=e;return"BigNumber"===t.number?new n(r):r}))}function Zv(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 Gv=yr("mapSlices",["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e,n=va({typed:r,isInteger:t});return r("mapSlices",{"...any":function(e){var r=e[1];we(r)?e[1]=r-1:De(r)&&(e[1]=r.minus(1));try{return n.apply(null,e)}catch(e){throw Yl(e)}}})}),function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Zv(Object(t),!0).forEach((function(r){gs(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Zv(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({isTransformFunction:!0},va.meta)),Xv=yr("column",["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=lu({typed:r,Index:t,matrix:n,range:i});return r("column",{"...any":function(e){var r=e.length-1,t=e[r];we(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0});function Qv(e,r,t){var n=e.filter((function(e){return ur(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 ye(t,a,new Set([i])),u=e.compile();return function(e){return a.set(i,e),u.evaluate(o)}}var Yv=yr("transformCallback",["typed"],(e=>{var{typed:r}=e;return function(e,n){return r.isTypedFunction(e)?t(e,n):Kv(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,Kv(a,o,n)]})));return"string"==typeof e.name?r(e.name,i):r(i)}}));function Kv(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=ey(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=ey(n[t]),u=n.slice(t+1);return e(...a,o,...u)}:e}function ey(e){return e.map((e=>e+1))}var ry=yr("filter",["typed"],(e=>{var{typed:r}=e;function t(e,t,i){var a=gu({typed:r}),o=Yv({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=ur(c)||Ye(c)?n(c,i):Qv(c,t,i)),a(u,o(c,s))}function n(e,r){return e.compile().evaluate(r)}return t.rawArgs=!0,t}),{isTransformFunction:!0}),ty=yr("forEach",["typed"],(e=>{var{typed:r}=e,t=Nu({typed:r}),n=Yv({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=ur(s)||Ye(s)?a(s,i):Qv(s,r,i)),t(o,n(s,u))}function a(e,r){return e.compile().evaluate(r)}return i.rawArgs=!0,i}),{isTransformFunction:!0}),ny=yr("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(Oe(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(Se(a)||Fe(a))"boolean"!==t(a)&&(a=a.map((function(e){return e-1})));else if(we(a)||Ne(a))a--;else if(De(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}),iy=yr("map",["typed"],(e=>{var{typed:r}=e,t=Tu({typed:r}),n=Yv({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=ur(u)||Ye(u)?s(u,i):Qv(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 ay(e){if(2===e.length&&Be(e[0])){var r=(e=e.slice())[1];(we(t=r)||De(t))&&(e[1]=function(e){return we(e)?e-1:De(e)?e.minus(1):e}(r))}var t;return e}var oy=["typed","config","numeric","larger","isNaN"],uy=yr("max",oy,(e=>{var{typed:r,config:t,numeric:n,larger:i,isNaN:a}=e,o=ff({typed:r,config:t,numeric:n,larger:i,isNaN:a});return r("max",{"...any":function(e){e=ay(e);try{return o.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),sy=["typed","add","divide"],cy=yr("mean",sy,(e=>{var{typed:r,add:t,divide:n}=e,i=Kd({typed:r,add:t,divide:n});return r("mean",{"...any":function(e){e=ay(e);try{return i.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),fy=["typed","config","numeric","smaller","isNaN"],ly=yr("min",fy,(e=>{var{typed:r,config:t,numeric:n,smaller:i,isNaN:a}=e,o=lf({typed:r,config:t,numeric:n,smaller:i,isNaN:a});return r("min",{"...any":function(e){e=ay(e);try{return o.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),my=["typed","config","?matrix","?bignumber","smaller","smallerEq","larger","largerEq","add","isPositive"],dy=yr("range",my,(e=>{var{typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f}=e,l=Pu({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}),py=["typed","Index","matrix","range"],hy=yr("row",py,(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=Zu({typed:r,Index:t,matrix:n,range:i});return r("row",{"...any":function(e){var r=e.length-1,t=e[r];we(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),vy=["typed","matrix","zeros","add"],yy=yr("subset",vy,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=es({typed:r,matrix:t,zeros:n,add:i});return r("subset",{"...any":function(e){try{return a.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),gy=["typed","matrix","isInteger"],xy=yr("concat",gy,(e=>{var{typed:r,matrix:t,isInteger:n}=e,i=cu({typed:r,matrix:t,isInteger:n});return r("concat",{"...any":function(e){var r=e.length-1,t=e[r];we(t)?e[r]=t-1:De(t)&&(e[r]=t.minus(1));try{return i.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),by="diff",wy=["typed","matrix","subtract","number","bignumber"],Dy=yr(by,wy,(e=>{var{typed:r,matrix:t,subtract:n,number:i,bignumber:a}=e,o=ku({typed:r,matrix:t,subtract:n,number:i,bignumber:a});return r(by,{"...any":function(e){e=ay(e);try{return o.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),Ny=["typed","map","sqrt","variance"],Ay=yr("std",Ny,(e=>{var{typed:r,map:t,sqrt:n,variance:i}=e,a=sp({typed:r,map:t,sqrt:n,variance:i});return r("std",{"...any":function(e){e=ay(e);try{return a.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),My=["typed","config","add","numeric"],Cy=yr("sum",My,(e=>{var{typed:r,config:t,add:n,numeric:i}=e,a=Gd({typed:r,config:t,add:n,numeric:i});return r("sum",{"...any":function(e){e=ay(e);try{return a.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),Ey=["typed","bignumber","add","subtract","divide","multiply","partitionSelect","compare","isInteger","smaller","smallerEq","larger","mapSlices"],Sy=yr("quantileSeq",Ey,(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=up({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 ay([[],e])[1]}}),{isTransformFunction:!0}),Fy="cumsum",By=["typed","add","unaryPlus"],qy=yr(Fy,By,(e=>{var{typed:r,add:t,unaryPlus:n}=e,i=Qd({typed:r,add:t,unaryPlus:n});return r(Fy,{"...any":function(e){if(2===e.length&&Be(e[0])){var r=e[1];we(r)?e[1]=r-1:De(r)&&(e[1]=r.minus(1))}try{return i.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),Ty="variance",Oy=["typed","add","subtract","multiply","divide","mapSlices","isNaN"],ky=yr(Ty,Oy,(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u}=e,s=ap({typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u});return r(Ty,{"...any":function(e){e=ay(e);try{return s.apply(null,e)}catch(e){throw Yl(e)}}})}),{isTransformFunction:!0}),zy="print",Iy=["typed","matrix","zeros","add"],Ry=yr(zy,Iy,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=$s({typed:r,matrix:t,zeros:n,add:i});return r(zy,{"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(Us,(e=>"$"+e.slice(1).split(".").map((function(e){return!isNaN(e)&&e.length>0?parseInt(e)-1:e})).join(".")))}}),{isTransformFunction:!0}),jy=["typed","matrix","zeros","add","equalScalar","not","concat"],Uy=yr("and",jy,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Ec({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(!Be(n)&&!u(n,!0))return!1;var i=e[1].compile().evaluate(t);return u(n,i)}return s.rawArgs=!0,s}),{isTransformFunction:!0}),Py=["typed","matrix","equalScalar","DenseMatrix","concat"],$y=yr("or",Py,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=ou({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!Be(n)&&o(n,!1))return!0;var i=e[1].compile().evaluate(t);return o(n,i)}return u.rawArgs=!0,u}),{isTransformFunction:!0}),Ly=["typed","matrix","zeros","add","equalScalar","not","concat"],_y=yr("bitAnd",Ly,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Vo({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(!Be(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}),Jy=["typed","matrix","equalScalar","DenseMatrix","concat"],Wy=yr("bitOr",Jy,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=Xo({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!Be(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}),Vy=Kr({config:pr}),Hy=tt({}),Zy=Uh({BigNumber:Vy,config:pr}),Gy=Oh({}),Xy=hv({BigNumber:Vy,config:pr}),Qy=at({}),Yy=Hh({Complex:Hy}),Ky=zh({BigNumber:Vy,config:pr}),eg=Lh({BigNumber:Vy,config:pr}),rg=Jh({BigNumber:Vy,config:pr}),tg=ut({}),ng=Ih({BigNumber:Vy,config:pr}),ig=kh({}),ag=Ph({BigNumber:Vy,config:pr}),og=ot({}),ug=Xr({}),sg=Wh({BigNumber:Vy,config:pr}),cg=kv({BigNumber:Vy,config:pr}),fg=jh({BigNumber:Vy,config:pr}),lg=Th({}),mg=Zh({}),dg=en({Matrix:tg}),pg=Av({BigNumber:Vy,config:pr}),hg=$h({BigNumber:Vy,config:pr}),vg=Rh({BigNumber:Vy,config:pr}),yg=qh({}),gg=Vh({BigNumber:Vy,config:pr}),xg=Wr({BigNumber:Vy,Complex:Hy,DenseMatrix:dg,Fraction:Qy}),bg=Nv({BigNumber:Vy,config:pr}),wg=pa({typed:xg}),Dg=kf({Complex:Hy,config:pr,typed:xg}),Ng=jf({BigNumber:Vy,typed:xg}),Ag=Lf({BigNumber:Vy,Complex:Hy,config:pr,typed:xg}),Mg=xa({typed:xg}),Cg=eu({typed:xg}),Eg=Zf({BigNumber:Vy,Complex:Hy,config:pr,typed:xg}),Sg=Qf({typed:xg}),Fg=Yf({typed:xg}),Bg=tl({Complex:Hy,config:pr,typed:xg}),qg=Vi({typed:xg}),Tg=Zo({typed:xg}),Og=Xi({typed:xg}),kg=tn({typed:xg}),zg=mp({typed:xg}),Ig=Yi({Complex:Hy,typed:xg}),Rg=tu({typed:xg}),jg=il({typed:xg}),Ug=ul({BigNumber:Vy,typed:xg}),Pg=fl({BigNumber:Vy,typed:xg}),$g=Oa({typed:xg}),Lg=_i({config:pr,typed:xg}),_g=ws({typed:xg}),Jg=ka({typed:xg}),Wg=Ia({Complex:Hy,typed:xg}),Vg=gu({typed:xg}),Hg=wu({typed:xg}),Zg=Nu({typed:xg}),Gg=zs({typed:xg}),Xg=Cu({typed:xg}),Qg=js({format:Gg,typed:xg}),Yg=nu({typed:xg}),Kg=mn({typed:xg}),ex=Si({config:pr,typed:xg}),rx=ki({config:pr,typed:xg}),tx=Ii({equalScalar:Lg,typed:xg}),nx=_h({BigNumber:Vy,config:pr}),ix=bp({Complex:Hy,typed:xg}),ax=ho({Complex:Hy,config:pr,typed:xg}),ox=yo({Complex:Hy,config:pr,typed:xg}),ux=Tu({typed:xg}),sx=go({typed:xg}),cx=au({typed:xg}),fx=Wi({typed:xg}),lx=Rs({format:Gg,typed:xg}),mx=Hp({config:pr,typed:xg}),dx=$s({typed:xg}),px=Xp({config:pr,typed:xg}),hx=iu({typed:xg}),vx=dl({BigNumber:Vy,typed:xg}),yx=Ao({BigNumber:Vy,Fraction:Qy,complex:Ig,typed:xg}),gx=vl({typed:xg}),xx=Ji({Matrix:tg,equalScalar:Lg,typed:xg}),bx=ca({typed:xg}),wx=Eo({typed:xg}),Dx=Zi({typed:xg}),Nx=wa({typed:xg}),Ax=xl({typed:xg}),Mx=Pi({typed:xg}),Cx=If({Complex:Hy,config:pr,typed:xg}),Ex=Jf({BigNumber:Vy,typed:xg}),Sx=Vf({BigNumber:Vy,Complex:Hy,config:pr,typed:xg}),Fx=Qi({BigNumber:Vy,typed:xg}),Bx=hp({typed:xg}),qx=ol({typed:xg}),Tx=ml({BigNumber:Vy,typed:xg}),Ox=ji({typed:xg}),kx=Ws({typed:xg}),zx=va({isInteger:Kg,typed:xg}),Ix=ra({DenseMatrix:dg,Matrix:tg,SparseMatrix:xx,typed:xg}),Rx=na({isZero:tx,matrix:Ix,typed:xg}),jx=zu({BigNumber:Vy,config:pr,matrix:Ix,typed:xg}),Ux=Kp({config:pr,log2:ox,typed:xg}),Px=Lu({isInteger:Kg,matrix:Ix,typed:xg}),$x=hl({BigNumber:Vy,typed:xg}),Lx=gl({typed:xg}),_x=Bf({SparseMatrix:xx,typed:xg}),Jx=Mo({Complex:Hy,config:pr,typed:xg}),Wx=Yu({typed:xg}),Vx=bl({typed:xg}),Hx=os({matrix:Ix,typed:xg}),Zx=qo({BigNumber:Vy,config:pr,matrix:Ix,typed:xg}),Gx=fs({BigNumber:Vy,config:pr,matrix:Ix,typed:xg}),Xx=Pf({BigNumber:Vy,Complex:Hy,config:pr,typed:xg}),Qx=Xf({Complex:Hy,config:pr,typed:xg}),Yx=Is({format:Gg,typed:xg}),Kx=cu({isInteger:Kg,matrix:Ix,typed:xg}),eb=cl({BigNumber:Vy,typed:xg}),rb=ss({conj:Rg,transpose:Hx,typed:xg}),tb=yu({DenseMatrix:dg,SparseMatrix:xx,matrix:Ix,typed:xg}),nb=Io({concat:Kx,equalScalar:Lg,matrix:Ix,multiplyScalar:sx,typed:xg}),ib=jc({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),ab=Ki({Fraction:Qy,typed:xg}),ob=Su({BigNumber:Vy,DenseMatrix:dg,SparseMatrix:xx,config:pr,matrix:Ix,typed:xg}),ub=Bi({typed:xg}),sb=Bu({matrix:Ix,multiplyScalar:sx,typed:xg}),cb=Yc({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,config:pr,matrix:Ix,typed:xg}),fb=Dc({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg,zeros:Gx}),lb=Bs({isNaN:Ox,isNumeric:ub,typed:xg}),mb=Do({BigNumber:Vy,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),db=Vs({bignumber:Fx,fraction:ab,number:fx}),pb=Os({config:pr,multiplyScalar:sx,numeric:db,typed:xg}),hb=_u({config:pr,matrix:Ix}),vb=Ac({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg,zeros:Gx}),yb=Ys({BigNumber:Vy,DenseMatrix:dg,config:pr,equalScalar:Lg,matrix:Ix,typed:xg,zeros:Gx}),gb=Xu({matrix:Ix,config:pr,typed:xg}),xb=_c({DenseMatrix:dg,SparseMatrix:xx,bignumber:Fx,concat:Kx,config:pr,matrix:Ix,typed:xg}),bb=_s({concat:Kx,matrix:Ix,typed:xg}),wb=la({typed:xg}),Db=nf({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,config:pr,equalScalar:Lg,matrix:Ix,typed:xg}),Nb=uu({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,matrix:Ix,typed:xg}),Ab=$l({DenseMatrix:dg,SparseMatrix:xx,addScalar:Mg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),Mb=el({BigNumber:Vy,DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),Cb=Vo({concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),Eb=Xo({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),Sb=Ko({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,matrix:Ix,typed:xg}),Fb=Na({BigNumber:Vy,Complex:Hy,Fraction:Qy,config:pr,isNegative:ex,matrix:Ix,typed:xg,unaryMinus:wb}),Bb=Fc({BigNumber:Vy,DenseMatrix:dg,Fraction:Qy,concat:Kx,config:pr,equalScalar:Lg,matrix:Ix,typed:xg}),qb=Ic({concat:Kx,matrix:Ix,typed:xg}),Tb=du({prod:pb,size:gb,typed:xg}),Ob=rf({equal:ib,typed:xg}),kb=Zs({numeric:db,typed:xg}),zb=cc({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,divideScalar:kb,equalScalar:Lg,matrix:Ix,typed:xg}),Ib=$c({compareText:qb,isZero:tx,typed:xg}),Rb=Wa({DenseMatrix:dg,config:pr,equalScalar:Lg,matrix:Ix,round:yb,typed:xg,zeros:Gx}),jb=uo({BigNumber:Vy,DenseMatrix:dg,concat:Kx,config:pr,equalScalar:Lg,matrix:Ix,round:yb,typed:xg,zeros:Gx}),Ub=Ti({isNumeric:ub,typed:xg}),Pb=_l({abs:wg,addScalar:Mg,divideScalar:kb,isPositive:rx,multiplyScalar:sx,smaller:xb,sqrt:Jx,typed:xg}),$b=mf({DenseMatrix:dg,smaller:xb}),Lb=df({ImmutableDenseMatrix:$b,getMatrixDataType:Xg}),_b=Gc({DenseMatrix:dg,SparseMatrix:xx,bignumber:Fx,concat:Kx,config:pr,matrix:Ix,typed:xg}),Jb=rc({Complex:Hy,config:pr,divideScalar:kb,typeOf:Mx,typed:xg}),Wb=mc({DenseMatrix:dg,divideScalar:kb,equalScalar:Lg,matrix:Ix,multiplyScalar:sx,subtractScalar:Nx,typed:xg}),Vb=ua({flatten:Hg,matrix:Ix,size:gb,typed:xg}),Hb=ff({config:pr,isNaN:Ox,larger:_b,numeric:db,typed:xg}),Zb=lf({config:pr,isNaN:Ox,numeric:db,smaller:xb,typed:xg}),Gb=Ya({DenseMatrix:dg,concat:Kx,config:pr,equalScalar:Lg,matrix:Ix,round:yb,typed:xg,zeros:Gx}),Xb=ac({Complex:Hy,config:pr,divideScalar:kb,typed:xg}),Qb=ou({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),Yb=uf({compare:Bb,isNaN:Ox,isNumeric:ub,typed:xg}),Kb=td({addScalar:Mg,complex:Ig,conj:Rg,divideScalar:kb,equal:ib,identity:ob,isZero:tx,matrix:Ix,multiplyScalar:sx,sign:yx,sqrt:Jx,subtractScalar:Nx,typed:xg,unaryMinus:wb,zeros:Gx}),ew=Cc({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg,zeros:Gx}),rw=Vc({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,config:pr,matrix:Ix,typed:xg}),tw=es({add:Ab,matrix:Ix,typed:xg,zeros:Gx}),nw=Fo({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,subtractScalar:Nx,typed:xg,unaryMinus:wb}),iw=Hl({add:Ab,matrix:Ix,typed:xg}),aw=pc({DenseMatrix:dg,divideScalar:kb,equalScalar:Lg,matrix:Ix,multiplyScalar:sx,subtractScalar:Nx,typed:xg}),ow=ah({addScalar:Mg,combinations:zg,divideScalar:kb,isInteger:Kg,isNegative:ex,multiplyScalar:sx,typed:xg}),uw=Oc({compare:Bb,typed:xg}),sw=uh({addScalar:Mg,combinations:zg,isInteger:Kg,isNegative:ex,isPositive:rx,larger:_b,typed:xg}),cw=ku({matrix:Ix,number:fx,subtract:nw,typed:xg}),fw=Hd({abs:wg,addScalar:Mg,deepEqual:Ob,divideScalar:kb,multiplyScalar:sx,sqrt:Jx,subtractScalar:Nx,typed:xg}),lw=Vl({addScalar:Mg,conj:Rg,multiplyScalar:sx,size:gb,typed:xg}),mw=hf({larger:_b,smaller:xb}),dw=Gl({Index:Lb,typed:xg}),pw=Oo({BigNumber:Vy,add:Ab,config:pr,equal:ib,isInteger:Kg,mod:Gb,smaller:xb,typed:xg,xgcd:Zx}),hw=co({concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),vw=nc({Complex:Hy,config:pr,divideScalar:kb,log:Jb,typed:xg}),yw=vc({DenseMatrix:dg,divideScalar:kb,equalScalar:Lg,matrix:Ix,multiplyScalar:sx,subtractScalar:Nx,typed:xg}),gw=aa({flatten:Hg,matrix:Ix,size:gb,typed:xg}),xw=bo({addScalar:Mg,dot:lw,equalScalar:Lg,matrix:Ix,multiplyScalar:sx,typed:xg}),bw=Pu({bignumber:Fx,matrix:Ix,add:Ab,config:pr,isPositive:rx,larger:_b,largerEq:cb,smaller:xb,smallerEq:rw,typed:xg}),ww=Zu({Index:Lb,matrix:Ix,range:bw,typed:xg}),Dw=Dl({DenseMatrix:dg,Index:Lb,compareNatural:uw,size:gb,subset:tw,typed:xg}),Nw=Cl({DenseMatrix:dg,Index:Lb,compareNatural:uw,size:gb,subset:tw,typed:xg}),Aw=Bl({Index:Lb,compareNatural:uw,size:gb,subset:tw,typed:xg}),Mw=kl({Index:Lb,compareNatural:uw,size:gb,subset:tw,typed:xg}),Cw=hd({SparseMatrix:xx,abs:wg,add:Ab,divideScalar:kb,larger:_b,largerEq:cb,multiply:xw,subtract:nw,transpose:Hx,typed:xg}),Ew=cf({compare:Bb,compareNatural:uw,matrix:Ix,typed:xg}),Sw=da({config:pr,numeric:db,typed:xg}),Fw=gc({DenseMatrix:dg,divideScalar:kb,equalScalar:Lg,matrix:Ix,multiplyScalar:sx,subtractScalar:Nx,typed:xg}),Bw=Eh({Complex:Hy,add:Ab,multiply:xw,number:fx,typed:xg}),qw=Ec({concat:Kx,equalScalar:Lg,matrix:Ix,not:cx,typed:xg,zeros:Gx}),Tw=qa({DenseMatrix:dg,config:pr,equalScalar:Lg,matrix:Ix,round:yb,typed:xg,zeros:Gx}),Ow=lu({Index:Lb,matrix:Ix,range:bw,typed:xg}),kw=hu({matrix:Ix,multiply:xw,subtract:nw,typed:xg}),zw=Bd({divideScalar:kb,isZero:tx,matrix:Ix,multiply:xw,subtractScalar:Nx,typed:xg,unaryMinus:wb}),Iw=Pa({Complex:Hy,DenseMatrix:dg,ceil:Tw,equalScalar:Lg,floor:Rb,matrix:Ix,typed:xg,zeros:Gx}),Rw=qd({abs:wg,addScalar:Mg,det:zw,divideScalar:kb,identity:ob,matrix:Ix,multiply:xw,typed:xg,unaryMinus:wb}),jw=Od({Complex:Hy,add:Ab,ctranspose:rb,deepEqual:Ob,divideScalar:kb,dot:lw,dotDivide:zb,equal:ib,inv:Rw,matrix:Ix,multiply:xw,typed:xg}),Uw=Gs({Complex:Hy,config:pr,fraction:ab,identity:ob,inv:Rw,matrix:Ix,multiply:xw,number:fx,typed:xg}),Pw=Al({DenseMatrix:dg,Index:Lb,compareNatural:uw,size:gb,subset:tw,typed:xg}),$w=Tl({Index:Lb,compareNatural:uw,size:gb,subset:tw,typed:xg}),Lw=jl({Index:Lb,concat:Kx,setDifference:Pw,size:gb,subset:tw,typed:xg}),_w=vf({FibonacciHeap:mw,addScalar:Mg,equalScalar:Lg}),Jw=jd({abs:wg,add:Ab,identity:ob,inv:Rw,map:ux,max:Hb,multiply:xw,size:gb,sqrt:Jx,subtract:nw,typed:xg}),Ww=Gd({add:Ab,config:pr,numeric:db,typed:xg}),Vw=Cf({BigNumber:Vy,Complex:Hy,Fraction:Qy,abs:wg,addScalar:Mg,config:pr,divideScalar:kb,equal:ib,fix:Iw,format:Gg,isNumeric:ub,multiplyScalar:sx,number:fx,pow:Uw,round:yb,subtractScalar:Nx}),Hw=tv({BigNumber:Vy,Unit:Vw,config:pr}),Zw=Rv({BigNumber:Vy,Unit:Vw,config:pr}),Gw=Mv({BigNumber:Vy,Unit:Vw,config:pr}),Xw=av({BigNumber:Vy,Unit:Vw,config:pr}),Qw=Ev({BigNumber:Vy,Unit:Vw,config:pr}),Yw=ov({BigNumber:Vy,Unit:Vw,config:pr}),Kw=nv({BigNumber:Vy,Unit:Vw,config:pr}),eD=Qd({add:Ab,typed:xg,unaryPlus:Sw}),rD=gv({BigNumber:Vy,Unit:Vw,config:pr}),tD=uc({DenseMatrix:dg,SparseMatrix:xx,concat:Kx,equalScalar:Lg,matrix:Ix,pow:Uw,typed:xg}),nD=rv({BigNumber:Vy,Unit:Vw,config:pr}),iD=iv({BigNumber:Vy,Unit:Vw,config:pr}),aD=Id({abs:wg,add:Ab,identity:ob,inv:Rw,multiply:xw,typed:xg}),oD=Sv({BigNumber:Vy,Unit:Vw,config:pr}),uD=ls({addScalar:Mg,ceil:Tw,conj:Rg,divideScalar:kb,dotDivide:zb,exp:Jg,i:Yy,log2:ox,matrix:Ix,multiplyScalar:sx,pow:Uw,tau:fg,typed:xg}),sD=gp({BigNumber:Vy,Complex:Hy,config:pr,multiplyScalar:sx,pow:Uw,typed:xg}),cD=Qh({BigNumber:Vy,Unit:Vw,config:pr}),fD=vv({BigNumber:Vy,Unit:Vw,config:pr}),lD=ds({conj:Rg,dotDivide:zb,fft:uD,typed:xg}),mD=uv({BigNumber:Vy,Unit:Vw,config:pr}),dD=fv({BigNumber:Vy,Unit:Vw,config:pr}),pD=Bv({BigNumber:Vy,Unit:Vw,config:pr}),hD=ev({BigNumber:Vy,Unit:Vw,config:pr}),vD=jv({BigNumber:Vy,Unit:Vw,config:pr}),yD=Tv({BigNumber:Vy,Unit:Vw,config:pr}),gD=xv({BigNumber:Vy,Unit:Vw,config:pr}),xD=cv({BigNumber:Vy,Unit:Vw,config:pr}),bD=Jv({BigNumber:Vy,Unit:Vw,config:pr}),wD=$v({BigNumber:Vy,Unit:Vw,config:pr}),DD=Wv({BigNumber:Vy,Unit:Vw,config:pr}),ND=yv({BigNumber:Vy,Unit:Vw,config:pr}),AD=bv({BigNumber:Vy,Unit:Vw,config:pr}),MD=Kh({BigNumber:Vy,Unit:Vw,config:pr}),CD=wv({BigNumber:Vy,Unit:Vw,config:pr}),ED=zv({BigNumber:Vy,Unit:Vw,config:pr}),SD=Il({compareNatural:uw,typed:xg}),FD=Xh({BigNumber:Vy,Unit:Vw,config:pr}),BD=Iv({BigNumber:Vy,Unit:Vw,config:pr}),qD=Dv({BigNumber:Vy,Unit:Vw,config:pr}),TD=Cv({BigNumber:Vy,Unit:Vw,config:pr}),OD=lv({BigNumber:Vy,Unit:Vw,config:pr}),kD=Tf({Unit:Vw,typed:xg}),zD=Wd({divideScalar:kb,equalScalar:Lg,inv:Rw,matrix:Ix,multiply:xw,typed:xg}),ID=dv({BigNumber:Vy,Unit:Vw,config:pr}),RD=Dp({gamma:sD,typed:xg}),jD=Fv({BigNumber:Vy,Unit:Vw,config:pr}),UD=Pv({BigNumber:Vy,Unit:Vw,config:pr}),PD=Zd({abs:wg,add:Ab,addScalar:Mg,config:pr,divideScalar:kb,equalScalar:Lg,flatten:Hg,isNumeric:ub,isZero:tx,matrix:Ix,multiply:xw,multiplyScalar:sx,smaller:xb,subtract:nw,typed:xg}),$D=rd({DenseMatrix:dg,Spa:_w,SparseMatrix:xx,abs:wg,addScalar:Mg,divideScalar:kb,equalScalar:Lg,larger:_b,matrix:Ix,multiplyScalar:sx,subtractScalar:Nx,typed:xg,unaryMinus:wb}),LD=sv({BigNumber:Vy,Unit:Vw,config:pr}),_D=Uv({BigNumber:Vy,Unit:Vw,config:pr}),JD=Cp({add:Ab,divide:zD,factorial:RD,isInteger:Kg,isPositive:rx,multiply:xw,typed:xg}),WD=Sp({factorial:RD,typed:xg}),VD=Lv({BigNumber:Vy,Unit:Vw,config:pr}),HD=bd({add:Ab,cbrt:Fb,divide:zD,equalScalar:Lg,im:Yg,isZero:tx,multiply:xw,re:hx,sqrt:Jx,subtract:nw,typeOf:Mx,typed:xg,unaryMinus:wb}),ZD=Sl({DenseMatrix:dg,Index:Lb,compareNatural:uw,size:gb,subset:tw,typed:xg}),GD=bs({abs:wg,add:Ab,bignumber:Fx,divide:zD,isNegative:ex,isPositive:rx,larger:_b,map:ux,matrix:Ix,max:Hb,multiply:xw,smaller:xb,subtract:nw,typed:xg,unaryMinus:wb}),XD=rh({bignumber:Fx,addScalar:Mg,combinations:zg,divideScalar:kb,factorial:RD,isInteger:Kg,isNegative:ex,larger:_b,multiplyScalar:sx,number:fx,pow:Uw,subtractScalar:Nx,typed:xg}),QD=Sf({Unit:Vw,typed:xg}),YD=nh({addScalar:Mg,isInteger:Kg,isNegative:ex,stirlingS2:XD,typed:xg}),KD=kd({abs:wg,add:Ab,addScalar:Mg,atan:Fg,bignumber:Fx,column:Ow,complex:Ig,config:pr,cos:jg,diag:tb,divideScalar:kb,dot:lw,equal:ib,flatten:Hg,im:Yg,inv:Rw,larger:_b,matrix:Ix,matrixFromColumns:Vb,multiply:xw,multiplyScalar:sx,number:fx,qr:Kb,re:hx,reshape:Px,sin:gx,size:gb,smaller:xb,sqrt:Jx,subtract:nw,typed:xg,usolve:aw,usolveAll:Fw}),eN=pv({BigNumber:Vy,Unit:Vw,config:pr}),rN=qv({BigNumber:Vy,Unit:Vw,config:pr}),tN=Ap({divide:zD,dotDivide:zb,isNumeric:ub,log:Jb,map:ux,matrix:Ix,multiply:xw,sum:Ww,typed:xg}),nN=gd({DenseMatrix:dg,lsolve:Wb,lup:$D,matrix:Ix,slu:Cw,typed:xg,usolve:aw}),iN=Kd({add:Ab,divide:zD,typed:xg}),aN=Ov({BigNumber:Vy,Unit:Vw,config:pr}),oN=Yh({BigNumber:Vy,Unit:Vw,config:pr}),uN=up({bignumber:Fx,add:Ab,compare:Bb,divide:zD,isInteger:Kg,larger:_b,mapSlices:zx,multiply:xw,partitionSelect:Yb,smaller:xb,smallerEq:rw,subtract:nw,typed:xg}),sN=Pl({Index:Lb,concat:Kx,setIntersect:ZD,setSymDifference:Lw,size:gb,subset:tw,typed:xg}),cN=ap({add:Ab,divide:zD,isNaN:Ox,mapSlices:zx,multiply:xw,subtract:nw,typed:xg}),fN=mv({BigNumber:Vy,Unit:Vw,config:pr}),lN=rp({add:Ab,compare:Bb,divide:zD,partitionSelect:Yb,typed:xg}),mN=fp({add:Ab,divide:zD,matrix:Ix,mean:iN,multiply:xw,pow:Uw,sqrt:Jx,subtract:nw,sum:Ww,typed:xg}),dN=Fh({Complex:Hy,add:Ab,divide:zD,matrix:Ix,multiply:xw,typed:xg}),pN=tp({abs:wg,map:ux,median:lN,subtract:nw,typed:xg}),hN=sp({map:ux,sqrt:Jx,typed:xg,variance:cN}),vN=Ss({BigNumber:Vy,Complex:Hy,add:Ab,config:pr,divide:zD,equal:ib,factorial:RD,gamma:sD,isNegative:ex,multiply:xw,pi:vg,pow:Uw,sin:gx,smallerEq:rw,subtract:nw,typed:xg}),yN=Wl({abs:wg,add:Ab,conj:Rg,ctranspose:rb,eigs:KD,equalScalar:Lg,larger:_b,matrix:Ix,multiply:xw,pow:Uw,smaller:xb,sqrt:Jx,typed:xg}),gN=Hu({BigNumber:Vy,DenseMatrix:dg,SparseMatrix:xx,addScalar:Mg,config:pr,cos:jg,matrix:Ix,multiplyScalar:sx,norm:yN,sin:gx,typed:xg,unaryMinus:wb}),xN=_v({BigNumber:Vy,Unit:Vw,config:pr}),bN=Ld({identity:ob,matrix:Ix,multiply:xw,norm:yN,qr:Kb,subtract:nw,typed:xg}),wN=Wu({multiply:xw,rotationMatrix:gN,typed:xg}),DN=Pd({abs:wg,add:Ab,concat:Kx,identity:ob,index:dw,lusolve:nN,matrix:Ix,matrixFromColumns:Vb,multiply:xw,range:bw,schur:bN,subset:tw,subtract:nw,transpose:Hx,typed:xg}),NN=Jd({matrix:Ix,multiply:xw,sylvester:DN,transpose:Hx,typed:xg}),AN={},MN={},CN={},EN=Ql({mathWithTransform:MN}),SN=Om({Node:EN}),FN=Im({Node:EN}),BN=jm({Node:EN}),qN=Lm({Node:EN}),TN=nm({Node:EN}),ON=mm({Node:EN,ResultSet:ug}),kN=pm({Node:EN}),zN=Em({Node:EN}),IN=Pm({Node:EN}),RN=Bh({classes:CN}),jN=Dd({math:AN,typed:xg}),UN=Fm({Node:EN,typed:xg}),PN=Fd({Chain:jN,typed:xg}),$N=rm({Node:EN,subset:tw}),LN=fm({matrix:Ix,Node:EN,subset:tw}),_N=qm({Node:EN,size:gb}),JN=_m({Unit:Vw,Node:EN,math:AN}),WN=Wm({Node:EN,SymbolNode:JN,math:AN}),VN=Hm({AccessorNode:$N,ArrayNode:TN,AssignmentNode:LN,BlockNode:ON,ConditionalNode:kN,ConstantNode:zN,FunctionAssignmentNode:UN,FunctionNode:WN,IndexNode:_N,ObjectNode:SN,OperatorNode:FN,ParenthesisNode:BN,RangeNode:IN,RelationalNode:qN,SymbolNode:JN,config:pr,numeric:db,typed:xg}),HN=xh({ConstantNode:zN,FunctionNode:WN,OperatorNode:FN,ParenthesisNode:BN,parse:VN,typed:xg}),ZN=vh({bignumber:Fx,fraction:ab,AccessorNode:$N,ArrayNode:TN,ConstantNode:zN,FunctionNode:WN,IndexNode:_N,ObjectNode:SN,OperatorNode:FN,SymbolNode:JN,config:pr,mathWithTransform:MN,matrix:Ix,typed:xg}),GN=Gm({parse:VN,typed:xg}),XN=gh({AccessorNode:$N,ArrayNode:TN,ConstantNode:zN,FunctionNode:WN,IndexNode:_N,ObjectNode:SN,OperatorNode:FN,ParenthesisNode:BN,SymbolNode:JN,add:Ab,divide:zD,equal:ib,isZero:tx,multiply:xw,parse:VN,pow:Uw,subtract:nw,typed:xg}),QN=Qm({parse:VN,typed:xg}),YN=wd({evaluate:QN}),KN=Ym({evaluate:QN,parse:VN}),eA=hh({AccessorNode:$N,ArrayNode:TN,ConstantNode:zN,FunctionNode:WN,IndexNode:_N,ObjectNode:SN,OperatorNode:FN,ParenthesisNode:BN,SymbolNode:JN,equal:ib,parse:VN,replacer:yg,resolve:HN,simplifyConstant:ZN,simplifyCore:XN,typed:xg}),rA=wh({OperatorNode:FN,parse:VN,simplify:eA,typed:xg}),tA=ch({parse:VN,typed:xg}),nA=ed({Parser:KN,typed:xg}),iA=Mh({bignumber:Fx,fraction:ab,AccessorNode:$N,ArrayNode:TN,ConstantNode:zN,FunctionNode:WN,IndexNode:_N,ObjectNode:SN,OperatorNode:FN,ParenthesisNode:BN,SymbolNode:JN,add:Ab,config:pr,divide:zD,equal:ib,isZero:tx,mathWithTransform:MN,matrix:Ix,multiply:xw,parse:VN,pow:Uw,simplify:eA,simplifyConstant:ZN,simplifyCore:XN,subtract:nw,typed:xg}),aA=Nh({ConstantNode:zN,FunctionNode:WN,OperatorNode:FN,ParenthesisNode:BN,SymbolNode:JN,config:pr,equal:ib,isZero:tx,numeric:db,parse:VN,simplify:eA,typed:xg}),oA=Ed({Help:YN,mathWithTransform:MN,typed:xg});se(AN,{e:Zy,false:Gy,fineStructure:Xy,i:Yy,Infinity:Ky,LN10:eg,LOG10E:rg,NaN:ng,null:ig,phi:ag,SQRT1_2:sg,sackurTetrode:cg,tau:fg,true:lg,E:Zy,version:mg,efimovFactor:pg,LN2:hg,pi:vg,replacer:yg,reviver:RN,SQRT2:gg,typed:xg,PI:vg,weakMixingAngle:bg,abs:wg,acos:Dg,acot:Ng,acsc:Ag,addScalar:Mg,arg:Cg,asech:Eg,asinh:Sg,atan:Fg,atanh:Bg,bigint:qg,bitNot:Tg,boolean:Og,clone:kg,combinations:zg,complex:Ig,conj:Rg,cos:jg,cot:Ug,csc:Pg,cube:$g,equalScalar:Lg,erf:_g,exp:Jg,expm1:Wg,filter:Vg,flatten:Hg,forEach:Zg,format:Gg,getMatrixDataType:Xg,hex:Qg,im:Yg,isInteger:Kg,isNegative:ex,isPositive:rx,isZero:tx,LOG2E:nx,lgamma:ix,log10:ax,log2:ox,map:ux,multiplyScalar:sx,not:cx,number:fx,oct:lx,pickRandom:mx,print:dx,random:px,re:hx,sec:vx,sign:yx,sin:gx,splitUnit:bx,square:wx,string:Dx,subtractScalar:Nx,tan:Ax,typeOf:Mx,acosh:Cx,acsch:Ex,asec:Sx,bignumber:Fx,chain:PN,combinationsWithRep:Bx,cosh:qx,csch:Tx,isNaN:Ox,isPrime:kx,mapSlices:zx,matrix:Ix,matrixFromFunction:Rx,ones:jx,randomInt:Ux,reshape:Px,sech:$x,sinh:Lx,sparse:_x,sqrt:Jx,squeeze:Wx,tanh:Vx,transpose:Hx,xgcd:Zx,zeros:Gx,acoth:Xx,asin:Qx,bin:Yx,concat:Kx,coth:eb,ctranspose:rb,diag:tb,dotMultiply:nb,equal:ib,fraction:ab,identity:ob,isNumeric:ub,kron:sb,largerEq:cb,leftShift:fb,mode:lb,nthRoot:mb,numeric:db,prod:pb,resize:hb,rightArithShift:vb,round:yb,size:gb,smaller:xb,to:bb,unaryMinus:wb,unequal:Db,xor:Nb,add:Ab,atan2:Mb,bitAnd:Cb,bitOr:Eb,bitXor:Sb,cbrt:Fb,compare:Bb,compareText:qb,count:Tb,deepEqual:Ob,divideScalar:kb,dotDivide:zb,equalText:Ib,floor:Rb,gcd:jb,hasNumericValue:Ub,hypot:Pb,larger:_b,log:Jb,lsolve:Wb,matrixFromColumns:Vb,max:Hb,min:Zb,mod:Gb,nthRoots:Xb,or:Qb,partitionSelect:Yb,qr:Kb,rightLogShift:ew,smallerEq:rw,subset:tw,subtract:nw,trace:iw,usolve:aw,catalan:ow,compareNatural:uw,composition:sw,diff:cw,distance:fw,dot:lw,index:dw,invmod:pw,lcm:hw,log1p:vw,lsolveAll:yw,matrixFromRows:gw,multiply:xw,range:bw,row:ww,setCartesian:Dw,setDistinct:Nw,setIsSubset:Aw,setPowerset:Mw,slu:Cw,sort:Ew,unaryPlus:Sw,usolveAll:Fw,zpk2tf:Bw,and:qw,ceil:Tw,column:Ow,cross:kw,det:zw,fix:Iw,inv:Rw,pinv:jw,pow:Uw,setDifference:Pw,setMultiplicity:$w,setSymDifference:Lw,sqrtm:Jw,sum:Ww,vacuumImpedance:Hw,wienDisplacement:Zw,atomicMass:Gw,bohrMagneton:Xw,boltzmann:Qw,conductanceQuantum:Yw,coulomb:Kw,cumsum:eD,deuteronMass:rD,dotPow:tD,electricConstant:nD,elementaryCharge:iD,expm:aD,faraday:oD,fft:uD,gamma:sD,gravitationConstant:cD,hartreeEnergy:fD,ifft:lD,inverseConductanceQuantum:mD,klitzing:dD,loschmidt:pD,magneticConstant:hD,molarMass:vD,molarPlanckConstant:yD,neutronMass:gD,nuclearMagneton:xD,planckCharge:bD,planckLength:wD,planckTemperature:DD,protonMass:ND,quantumOfCirculation:AD,reducedPlanckConstant:MD,rydberg:CD,secondRadiation:ED,setSize:SD,speedOfLight:FD,stefanBoltzmann:BD,thomsonCrossSection:qD,avogadro:TD,bohrRadius:OD,createUnit:kD,divide:zD,electronMass:ID,factorial:RD,firstRadiation:jD,gravity:UD,intersect:PD,lup:$D,magneticFluxQuantum:LD,molarMassC12:_D,multinomial:JD,parse:VN,permutations:WD,planckMass:VD,polynomialRoot:HD,resolve:HN,setIntersect:ZD,simplifyConstant:ZN,solveODE:GD,stirlingS2:XD,unit:QD,bellNumbers:YD,compile:GN,eigs:KD,fermiCoupling:eN,gasConstant:rN,kldivergence:tN,lusolve:nN,mean:iN,molarVolume:aN,planckConstant:oN,quantileSeq:uN,setUnion:sN,simplifyCore:XN,variance:cN,classicalElectronRadius:fN,evaluate:QN,median:lN,simplify:eA,symbolicEqual:rA,corr:mN,freqz:dN,leafCount:tA,mad:pN,parser:nA,rationalize:iA,std:hN,zeta:vN,derivative:aA,norm:yN,rotationMatrix:gN,help:oA,planckTime:xN,schur:bN,rotate:wN,sylvester:DN,lyap:NN,config:pr}),se(MN,AN,{mapSlices:Gv({isInteger:Kg,typed:xg}),filter:ry({typed:xg}),forEach:ty({typed:xg}),map:iy({typed:xg}),or:$y({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),and:Uy({add:Ab,concat:Kx,equalScalar:Lg,matrix:Ix,not:cx,typed:xg,zeros:Gx}),concat:xy({isInteger:Kg,matrix:Ix,typed:xg}),index:ny({Index:Lb,getMatrixDataType:Xg}),print:Ry({add:Ab,matrix:Ix,typed:xg,zeros:Gx}),sum:Cy({add:Ab,config:pr,numeric:db,typed:xg}),bitAnd:_y({add:Ab,concat:Kx,equalScalar:Lg,matrix:Ix,not:cx,typed:xg,zeros:Gx}),min:ly({config:pr,isNaN:Ox,numeric:db,smaller:xb,typed:xg}),subset:yy({add:Ab,matrix:Ix,typed:xg,zeros:Gx}),bitOr:Wy({DenseMatrix:dg,concat:Kx,equalScalar:Lg,matrix:Ix,typed:xg}),cumsum:qy({add:Ab,typed:xg,unaryPlus:Sw}),diff:Dy({bignumber:Fx,matrix:Ix,number:fx,subtract:nw,typed:xg}),max:uy({config:pr,isNaN:Ox,larger:_b,numeric:db,typed:xg}),range:dy({bignumber:Fx,matrix:Ix,add:Ab,config:pr,isPositive:rx,larger:_b,largerEq:cb,smaller:xb,smallerEq:rw,typed:xg}),row:hy({Index:Lb,matrix:Ix,range:bw,typed:xg}),column:Xv({Index:Lb,matrix:Ix,range:bw,typed:xg}),mean:cy({add:Ab,divide:zD,typed:xg}),quantileSeq:Sy({add:Ab,bignumber:Fx,compare:Bb,divide:zD,isInteger:Kg,larger:_b,mapSlices:zx,multiply:xw,partitionSelect:Yb,smaller:xb,smallerEq:rw,subtract:nw,typed:xg}),variance:ky({add:Ab,divide:zD,isNaN:Ox,mapSlices:zx,multiply:xw,subtract:nw,typed:xg}),std:Ay({map:ux,sqrt:Jx,typed:xg,variance:cN})}),se(CN,{BigNumber:Vy,Complex:Hy,Fraction:Qy,Matrix:tg,Node:EN,ObjectNode:SN,OperatorNode:FN,ParenthesisNode:BN,Range:og,RelationalNode:qN,ResultSet:ug,ArrayNode:TN,BlockNode:ON,ConditionalNode:kN,ConstantNode:zN,DenseMatrix:dg,RangeNode:IN,Chain:jN,FunctionAssignmentNode:UN,SparseMatrix:xx,ImmutableDenseMatrix:$b,Index:Lb,AccessorNode:$N,AssignmentNode:LN,FibonacciHeap:mw,IndexNode:_N,Spa:_w,Unit:Vw,SymbolNode:JN,FunctionNode:WN,Help:YN,Parser:KN}),jN.createProxy(AN);let uA=!1;async function sA(e){W.getI().play(e),E(e),e.style.animation="none",cA(e);const r=document.getElementById(f);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=CA(e.value,[t]);if(SA(i),i){const e=r.onCorrect;await NA(e,r),100!==JSON.parse(n.fill)||uA?uA=!1:(uA=!0,r.style.pointerEvents="none",zA(),FA())}else{const e=r.onInCorrect;await NA(e,r)}}function cA(e){const r=document.getElementById(f);if(!r)return void console.error("No container found with id: lido-container");E(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/ZA());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",cA(e)}),{once:!0})}function fA(e){const r=document.getElementById(f).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 lA=(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((()=>zA()),2e3),t()}))}));let mA=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 lA(i,n))})(r)):t.length>0&&(t===i.value?(mA++,console.log("SCOREEEE",mA)):(mA>0&&mA--,console.log("SCOREEEE",mA)),c.innerHTML.length>0&&(s.innerHTML=c.innerHTML),i.innerHTML=i.string.replaceAll("?",u),c.innerHTML=i.innerHTML,await lA(i,n))};function pA(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 hA=(e,r)=>{const t=document.getElementById(f),n=T(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,l=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*l+l/2)}px, ${u}px)`:5===s?e.style.transform=`translate(${o+2*l}px, ${u}px)`:2===s&&(e.style.transform=`translate(${o+l/2}px, ${u}px)`):s<c&&(10===c?e.style.transform=`translate(${o}px, ${u+4*l+.2*l+l/2}px)`:5===c&&(e.style.transform=`translate(${o}px, ${u+2*l+.0921*l}px)`)));if(s===c)return 2===s?void(e.style.transform=`translate(${o+l/2}px, ${u+l/2+4}px)`):void(e.style.transform=`translate(${o+l}px, ${u+l+4}px)`);if(3===s){if(2===c)return void(e.style.transform=`translate(${o+l}px, ${u+l/2+4}px)`);if(1===c)return void(e.style.transform=`translate(${o+l}px, ${u}px)`)}if(2===s){if(3===c)return void(e.style.transform=`translate(${o+l/2}px, ${u+l+4}px)`);if(1===c)return void(e.style.transform=`translate(${o+l/2}px, ${u}px)`)}};function vA(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 yA(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 gA(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 xA=new class{constructor(){this.rightMoves=0,this.wrongMoves=0,this.finalScore=0}};function bA(){const e={};return document.querySelectorAll(`[${s}]`).forEach((r=>{var t,n,i;const a=r.getAttribute(s);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 c=null!==(i=null!==(n=r.getAttribute("value"))&&void 0!==n?n:r.value)&&void 0!==i?i:"";e[u].push(c)})),e}function wA(e,r,t){return(e||"")+(r?` ${r}`:"")+(t?` ${t}`:"")}const DA=async(e,r)=>{if(!document.getElementById(f))return void setTimeout((()=>DA(e,r)),500);const n=e.getAttribute("onEntry");switch(await NA(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 l=document.getElementById(f);if(!l)return void console.error('Container with ID "container" not found.');PA(e,"drag");const d=f=>{var d,h;if(O)return void(r=!1);if(M(e),r=!0,t=!0,f instanceof MouseEvent?(n=f.clientX,i=f.clientY):(n=f.touches[0].clientX,i=f.touches[0].clientY),e.style.opacity="1",e.style.cursor="grabbing",(null===(d=e.getAttribute("dropAttr"))||void 0===d?void 0:d.toLowerCase())===m.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())===m.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 y=window.getComputedStyle(e).transform;if("none"!==y){const e=y.match(/matrix\(([^)]+)\)/);if(e){const r=e[1].split(", ");a=parseFloat(r[4]),o=parseFloat(r[5])}}else a=0,o=0;c&&(l.getBoundingClientRect(),e.getBoundingClientRect()),document.addEventListener("mousemove",p),document.addEventListener("mouseup",v),document.addEventListener("touchmove",p),document.addEventListener("touchend",v)};new MutationObserver((r=>{for(const t of r)"attributes"===t.type&&"style"===t.attributeName&&(l.getBoundingClientRect(),e.getBoundingClientRect()),"childList"===t.type&&t.removedNodes.length>0&&t.addedNodes.length>0&&(c=!0)})).observe(l,{childList:!0,attributes:!0,attributeFilter:["style"]});const p=u=>{if(!r)return;if(O)return void(r=!1);t=!1,e.style.transition="none";const s=T(l);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 d=z(e,"drop");document.querySelectorAll("[type='drop']").forEach((r=>{var t;const n=bA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==m.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")})),d&&("lido-text"===d.tagName.toLowerCase()?(d.style.border="2px dashed #ff0000",d.style.backgroundColor="rgba(255, 0, 0, 0.1)"):d.style.opacity="0.3")};let h=null;const v=()=>{var n,i;if(r=!1,t)return u&&(u.remove(),u=null),void(e.style.opacity="1");document.removeEventListener("mousemove",p),document.removeEventListener("mouseup",v),document.removeEventListener("touchmove",p),document.removeEventListener("touchend",v),e.style.opacity="",e.style.cursor="move";const a=document.querySelectorAll("[type='drop']");a.forEach((()=>{a.forEach((r=>{var t;const n=bA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==m.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")}))}));let o=z(e,"drop");U(e,o),(null===(n=e.getAttribute("dropAttr"))||void 0===n?void 0:n.toLowerCase())===m.Diagonal&&(o?e&&(e.classList.add("diagonal-drop"),o.classList.add("diagonal-target"),h=o):(h&&(h.classList.remove("diagonal-target"),h=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())===m.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",d),e.addEventListener("touchstart",d),e.addEventListener("click",(()=>{t&&$(e,"drag")}))}(e);break;case"click":!function(e){PA(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;W.getI().stop();const i=document.getElementById(f),a=i.objective.split(","),o=document.querySelector("#lido-checkButton"),u="true"===i.getAttribute("show-check");if("lido-checkButton"==e.getAttribute("id"))return o.classList.add("lido-disable-check-button"),void await kA();if(0===i.objective.length)return;const s=e.classList.contains("lido-element-selected");let c=JSON.parse(null!==(r=i.getAttribute(t))&&void 0!==r?r:"[]");if(1===a.length){i.setAttribute(t,JSON.stringify([e.value]));const r=a.includes(e.value);if(N(e,r),r){const r=e.getAttribute("onCorrect");await NA(r,e)}else{const r=e.getAttribute("onInCorrect");await NA(r,e)}return null!==e.closest("#lidoCalculator")||SA(r),void TA()}if(u&&o.classList.remove("lido-disable-check-button"),s){e.classList.remove("lido-element-selected"),NA(e.getAttribute("onEntry"),e),c=c.filter((r=>r!=e.value)),i.setAttribute(t,JSON.stringify([e.value]));let r=bA();const n=e.value,a=Object.keys(r).find((e=>r[e].includes(n)));if(a){r[a]=r[a].filter((e=>e!==n)),0===r[a].length&&delete r[a];const e=Object.keys(r).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((e,t)=>e.concat(r[t])),[]);i.setAttribute(t,JSON.stringify(e))}u&&0===c.length&&o.classList.add("lido-disable-check-button")}else{{e.classList.add("lido-element-selected");const r=e.value,n=Object.keys(a).find((e=>a[e]===r));let o=bA();n?o[n]=[r]:o[a.length+c.length]=[r];const u=Object.keys(o).sort(((e,r)=>parseInt(e)-parseInt(r))).reduce(((e,r)=>e.concat(o[r])),[]);i.setAttribute(t,JSON.stringify(u));const s=a.includes(e.value);if(N(e,s),s){const r=e.getAttribute("onCorrect");await NA(r,e)}else{const r=e.getAttribute("onInCorrect");await NA(r,e)}SA(s)}null!==e.closest("#lidoCalculator")||u||EA(a)!==EA(c)||kA()}})),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",oe(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"),bA(),e.getAttribute("tab-index"),e.onclick=()=>{$(e,"drop")},PA(e,"drop"),P(e)}(e);break;case"slide":!function(e){let r,n,i,a=!1,o=!1,u=0,s=0,c=0,l=0;e.classList.add("drag-element");const m=e.parentElement;if(!m)return void console.error("Parent element not found.");const d=t=>{M(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]),l=parseFloat(r[5])}}else c=0,l=0;m.getBoundingClientRect(),e.getBoundingClientRect(),document.addEventListener("mousemove",p),document.addEventListener("mouseup",h),document.addEventListener("touchmove",p),document.addEventListener("touchend",h)};new MutationObserver((r=>{for(const t of r)"attributes"===t.type&&"style"===t.attributeName&&(m.getBoundingClientRect(),e.getBoundingClientRect())})).observe(m,{attributes:!0,attributeFilter:["style"]});const p=r=>{if(!o)return;const t=T(m);let d=0,p=0;r instanceof MouseEvent?(d=(r.clientX-u)/t,p=(r.clientY-s)/t):(d=(r.touches[0].clientX-u)/t,p=(r.touches[0].clientY-s)/t);const h=1/ZA(),v=c+d*h,y=l+p*h,g=m.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=z(e,"slide");if(E&&E!=e){o=!1;const t=e.parentElement,m=E.parentElement,d=E.getBoundingClientRect(),p=document.getElementById(f),h=T(p),v=(n+x.width/2-(d.left+d.width/2))/h,y=(i+x.height/2-(d.top+d.height/2))/h;if(E.style.transition="transform 0.3s ease",e.style.transition="transform 0.3s ease",t&&m){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),m.replaceChild(i,E),t.replaceChild(E,n),m.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,l=0,a=!0}}},h=()=>{o=!1,document.removeEventListener("mousemove",p),document.removeEventListener("mouseup",h),document.removeEventListener("touchmove",p),document.removeEventListener("touchend",h),e.style.opacity="",e.style.cursor="move",e.style.transform="translate(0, 0)",setTimeout((()=>{a&&((e=>{var r;const n=document.getElementById(f),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(f).objective.split(","),s=i.indexOf(e.value),c=CA(e.value,[u[s].trim()]);SA(c),TA()})(e),a=!1)}),300)};e.style.cursor="move",e.style.transform="translate(0, 0)",e.addEventListener("mousedown",d),e.addEventListener("touchstart",d),e.addEventListener("click",(()=>{$(e,"drag")}))}(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(f),s=document.querySelector('[type="blank"]'),c=e.parentElement!==s?e.parentElement:null,l=e.getAttribute("type"),m=u.querySelector('[type="optionArea"]');if(m&&(m.style.overflowY="auto"),!u)return void console.error('Container with ID "lido-container" not found.');const d=c=>{const f=Q(c),m=Math.abs(f.clientX-a),d=Math.abs(f.clientY-o);if(!r&&(m>5||d>5)){if(r=!0,e.parentElement!==s&&"word"===l){const r=Z(e);e.parentElement.insertBefore(r,e.nextElementSibling)}if("category"!==e.parentElement.getAttribute("type")&&"option"===l){const r=Z(e);r.setAttribute("value",`${e.getAttribute("value")}`),r.style.visibility="hidden",e.parentElement.insertBefore(r,e.nextElementSibling)}const t=u.getBoundingClientRect(),a=H(u),o=(f.clientY-t.top-i)/a;e.style.left=(f.clientX-t.left-n)/a+"px",e.style.top=`${o}px`;const c=e.getBoundingClientRect();n=f.clientX-c.left,i=f.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=H(u),v=(f.clientY-p.top-i)/h;let y;if(e.style.left=(f.clientX-p.left-n)/h+"px",e.style.top=`${v}px`,"option"===l)y=X(e,"option")||X(e,"dummy");else if(y=X(e,"word")||X(e,"dummy"),y&&y.parentElement!==document.querySelector('[type="blank"]'))return;y&&"dummy"===y.getAttribute("type")||null!==V&&V===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")&&!X(e,"blank"))return;if("option"===e.getAttribute("type")&&!X(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=X(e,"category");r?r.appendChild(a):i.appendChild(a)}else{const t=Z(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=X(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),V=y)},p=()=>{r=!1,document.removeEventListener("mousemove",d),document.removeEventListener("mouseup",p),document.removeEventListener("touchmove",d),document.removeEventListener("touchend",p);const n=document.querySelector('[type="dummy"]');if(t)h(e);else if("option"!==l){if(X(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)}))}G(e),V=null,K(s,e)}else{const r=X(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")})),ee(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)NA("this.alignMatch=true",t,e),setTimeout((()=>{t.replaceWith(e)}),500);else{const r=e.parentElement,t=bA(),i=r.getAttribute("tab-index"),a=e.value;t[i]&&(t[i]=t[i].filter((e=>e!==a))),m.scrollTo({top:m.scrollHeight,behavior:"smooth"}),m.appendChild(e),e.classList.remove("dropped"),e.removeAttribute("drop-to"),n&&n.remove()}G(e)}},h=e=>{if("option"===l){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=bA(),n=t.getAttribute("tab-index"),i=e.value;r[n]&&(r[n]=r[n].filter((e=>e!==i)));const a=Z(e);return m.appendChild(a),m.scrollTo({top:m.scrollHeight,behavior:"smooth"}),e.style.position="absolute",NA("this.alignMatch='true'",a,e),void setTimeout((()=>{G(e),a.replaceWith(e),e.classList.remove("dropped"),e.removeAttribute("drop-to")}),100)}{const r=Z(e);return t.appendChild(r),e.style.position="absolute",NA("this.alignMatch=true",r,e),void setTimeout((()=>{r.replaceWith(e),G(e),ee(e,t),e.style.transform="translate(0,0)",e.style.marginBottom="10px"}),100)}}if("word"===l&&e.parentElement===c){const r=Z(e);return r.style.visibility="hidden",s.appendChild(r),NA("this.alignMatch=true",r,e),void setTimeout((()=>{const t=Z(e);e.parentElement.insertBefore(t,e.nextElementSibling),r.replaceWith(e),e.style.transform="translate(0,0)",K(s,e)}),500)}{const r=Array.from(c.children).find((r=>r.getAttribute("value")===e.getAttribute("value")));NA("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=Q(e);a=n.clientX,o=n.clientY,document.addEventListener("mousemove",d),document.addEventListener("mouseup",p),document.addEventListener("touchmove",d,{passive:!1}),document.addEventListener("touchend",p)}))}(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(f);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&&(hA(r,a),i[n].setAttribute("text",(e[n]+1).toString()))}))}if(2===u&&1===s){const e=gA(10);console.log("pairs double : ",e),n.forEach(((r,n)=>{hA(r,t[e[n][0]-1])})),i.forEach(((r,t)=>{r.setAttribute("text",e[t].toString())}));break}if(5===u){const e=vA(r),n=t[e[0]-1];i[r].setAttribute("text",e.toString()),hA(o,n)}if(10===u){const e=t[a];i[r].setAttribute("text",Array.from({length:10},((e,r)=>a+1+10*r)).toString()),hA(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()),hA(o,e),a+=20}}else{if(3===u||3===s){const r=pA(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)=>{hA(e,t[r[`slot-${n+1}`].cells[0]-1])}));break}if((2===u||2===s)&&u===s){const e=yA(10);n.forEach(((r,n)=>{hA(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("disableSpeak"))return;const t=e.getAttribute("onTouch");let n=null,i=!1;e.addEventListener("pointerdown",(r=>{r.stopPropagation(),i=!1,n=setTimeout((()=>{(async()=>{i=!0,k(!0),await W.getI().play(e),k(!1)})()}),1e3)})),e.addEventListener("pointerup",(async()=>{clearTimeout(n),!i&&t?await NA(t,e):t||["category","option"].includes(e.getAttribute("type")||"")&&e.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0})),k(!1)})),e.addEventListener("pointerleave",(()=>{clearTimeout(n)}))}(e)},NA=async(e,r,t)=>{var n,i,a,o,u,s,c;const l=MA(e);for(let e=0;e<l.length;e++){const d=l[e],p=document.querySelector(d.actor),h="this"===d.actor?r:"element"===d.actor?t:p||document.getElementById(d.actor);if(h)switch(d.action){case"transform":{const e=window.getComputedStyle(h).transform;h.style.transform="none"!==e?`${e} ${d.value}`:d.value;break}case"revealImageValue":h&&KA(h);break;case"scrollCellAfterEquationSolved":h&&dA();break;case"alignMatch":{const e=h,r=t,i=document.getElementById(f),a=T(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())===m.Diagonal?`translate(${s-70}px, ${c-70}px)`:`translate(${s}px, ${c}px)`,"true"===r.getAttribute("hasDummy"))return;AA(r,e);break}case"removeClone":document.querySelectorAll(d.value).forEach((e=>e.remove()));break;case"addClass":h.classList.add(d.value);break;case"removeClass":h.classList.remove(d.value);break;case"speak":await W.getI().play(h);break;case"fill-slide":fA(d.value);break;case"nextBtn":"true"!==document.getElementById(f).getAttribute("is-continue-on-correct")&&(h.style.pointerEvents="none"),kA();break;case"prevBtn":IA();break;case"stop":await W.getI().stop();break;case"sleep":!isNaN(Number(d.value))&&await new Promise((e=>setTimeout(e,Number(d.value))));break;case"avatarAnimate":{const e=A.getInstance().getRiveInstance();e&&d.value&&e.play(d.value);break}case"cellBorderAnimate":{const e=d.value;e&&h&&VA(h,e);break}case"vibrate":{const e=d.value;e&&h&&await HA(h,e);break}case"highlightStarsAndDisapper":{const e=d.value;e&&h&&(console.log("highlightStar action triggered"),console.log("Target Element:",h),await rM(h,e));break}case"boxAnimationOneByOne":{const e=d.value;e&&h&&await tM(h,e);break}case"questionBoxAnimate":{const e=d.value;e&&h&&await nM(h,e);break}case"slideAnimation":te();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=d.value;e&&iM(h,e);break}case"addText":{const e=d.value;e&&(h.textContent+=e);break}default:h.style[d.action]=d.value}}},AA=(e,r)=>{const t=document.getElementById(f),n=T(t),i=e,a=t.getAttribute("drop-action")===d.Move,o=t.getAttribute("drop-action")===d.InfiniteDrop;(a||o)&&setTimeout((()=>{e.style.transform="translate(0,0)",e.style.transition="";let t=document.createElement("div");o&&(t=function(e){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}(e),t.classList.remove("dropped"),t.removeAttribute("drop-to"),t.removeAttribute("drop-time"),e.style.width=r.style.width,e.style.height=r.style.height,e.setAttribute("hasDummy","true")),t.setAttribute("id",e.getAttribute("id")),e.replaceWith(t);const a=`\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){t.style.width=i.style.width,t.style.height=i.style.height,t.style.margin=i.style.margin;const e=document.styleSheets[0];e.insertRule(a,e.cssRules.length),t.style.animation="widthDecrease 0.5s",t.addEventListener("animationend",(()=>{t.style.width="0px",t.style.height="0px",t.style.margin="0px"}))}r.parentElement.append(i),e.style.position="absolute",e.style.zIndex="1";const u=r.getBoundingClientRect(),s=e.getBoundingClientRect();e.style.transform=`translate(${(u.left+u.width/2-(s.left+s.width/2))/n}px, ${(u.top+u.height/2-(s.top+s.height/2))/n}px)`}),500)},MA=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},CA=(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},EA=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},SA=e=>{e?xA.rightMoves+=1:xA.wrongMoves+=1,console.log("Right Moves : ",xA.rightMoves),console.log("Wrong Moves : ",xA.wrongMoves)},FA=()=>{const e=xA.rightMoves;let r=Math.floor(e/(e+xA.wrongMoves)*100);qA(r),xA.rightMoves=0,xA.wrongMoves=0};async function BA(e,n){var i;const a=document.getElementById(f);if(!a)return;if(await NA("this.alignMatch='true'",n,e),e&&n)if(n.value.toLowerCase().includes(e.value.toLowerCase())){const r=n.getAttribute("onCorrect");r&&await NA(r,n,e)}else{const r=n.getAttribute("onInCorrect");await NA(r,n,e)}let o=bA();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");if(s[c]||(s[c]=[]),s[c].push(e.id),Object.keys(o).sort(((e,r)=>parseInt(e)-parseInt(r))),e&&n)if(n.value.toLowerCase().includes(e.value.toLowerCase())){const r=n.getAttribute("onCorrect");r&&await NA(r,n,e)}else{const r=n.getAttribute("onInCorrect");await NA(r,n,e)}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())!==m.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"))})),TA()}const qA=e=>{var r,t,i;const a=document.querySelector("lido-home");if(!a)return;const o=Number(null!==(r=a.getAttribute("index"))&&void 0!==r?r:0),u=Number(null!==(t=a.getAttribute("totalIndex"))&&void 0!==t?t:0),s=JSON.parse(null!==(i=localStorage.getItem(n))&&void 0!==i?i:"{}");if(s[o.toString()]=e,function(e,r,t){x("lidoActivityEnd",{index:e,totalIndex:r,score:t})}(o,u,e),localStorage.setItem(n,JSON.stringify(s)),u-1==o){const e=Object.values(s),r=e.reduce(((e,r)=>e+r),0)/e.length;xA.finalScore=Math.floor(r),console.log("Total Score : ",xA.finalScore),function(e){x("lidoLessonEnd",{score:e})}(r),localStorage.removeItem(n)}},TA=()=>{var e,r;const n=document.getElementById(f),i=n.objective,a=null!==(e=n.getAttribute(t))&&void 0!==e?e:"",o=document.querySelector("#lido-checkButton");!a||EA(a)<EA(i)?NA("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(){B&&OA&&(await NA("this.showBalanceSymbol='true'",o),o.removeEventListener("click",e))})),o.setAttribute("data-balance-listener","true")))):kA()};let OA;const kA=async()=>{var e,r;const n=document.getElementById(f);if(!n)return;const i=n.objective,a=n.getAttribute("equationCheck");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 NA(e,n),qA(100),SA(!0),void zA()}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");OA=e?B(n,i):$A(a),console.log("🚀 ~ handleShowCheck ~ res:",OA)}else OA=CA(i,u);if(OA){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(f).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"}))}))})(),await NA(r,n)),"EnableAnimation"===n.getAttribute("dropAttr")?setTimeout((()=>{zA()}),2e3):zA(),await FA()}else{const e=n.getAttribute("onInCorrect");await NA(e,n),"true"===n.getAttribute("is-continue-on-correct")||(zA(),await FA())}},zA=()=>{W.getI().stop(),console.log("🚀 ~ triggerNextContainer ~ event:",event),x(i,{})},IA=()=>{W.getI().stop(),console.log("⬅️ ~ triggerPrevContainer triggered"),x(a,{})};function RA(r){const t=document.getElementById(f).getAttribute("baseUrl");if((null==r?void 0:r.startsWith("http"))||(null==r?void 0:r.startsWith("blob")))return r;if(t){const e=r.startsWith("/")?r.substring(1):r;return t+(t.endsWith("/")?e:"/"+e)}return e(r)}function jA(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 UA=(e,r)=>e&&e.includes(",")?e.split(",").reduce(((e,r)=>{const[t,n]=r.split(".");return e[t.trim()]=n.trim(),e}),{})[r]||"":e,PA=(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())!==m.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")}))},$A=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=LA(t);return Se(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=QN(r);return console.log("🚀 ~ equationCheck ~ finalRes:",t),t},LA=e=>{if(e.startsWith("#")){const r=e.substring(1),t=document.getElementById(r);if("drop"===t.getAttribute("type")){const e=document.querySelectorAll(`[${s}="${r}"]`);return e.length>0?e[0]:[]}return t}const r=document.querySelectorAll(`[${s}="${e}"]`);return Array.from(r).sort(((e,r)=>parseInt(e.getAttribute(c))-parseInt(r.getAttribute(c))))},_A=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(),XA(!0),await W.getI().stop();try{await W.getI().play(e)}catch(e){console.error("Error playing audio or TTS:",e)}XA(!1)})),e.style.position="relative",t},JA=async e=>{let r=_A(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)},WA=async(e,r)=>{if(document.getElementById(f)&&r){const t=parseInt(r,10);e.style.visibility="hidden",isNaN(t)||await new Promise((r=>{setTimeout((()=>{e.style.visibility="visible",r()}),t)}))}},VA=(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")},HA=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 ZA(){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 GA=!1;function XA(e){GA=e}function QA(){return GA}function YA(){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 KA=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},eM=(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"))},rM=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 W.getI().play(e),e.style.opacity="0",e.style.visibility="hidden",await new Promise((e=>setTimeout(e,300))),e.classList.remove("lido-glow")},tM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children);if(console.log("boxCells",t),t){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");for(const e of t)await W.getI().play(e)}},nM=async(e,r)=>{if(!e)return;if(!r)return;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))}));const t=Array.from(e.querySelectorAll("[type='drop']"));let n=!1;t.forEach((e=>{const r=e.getAttribute("value");r&&"?"===e.innerText.trim()&&(e.innerText=r,t.length>1&&0==n&&(e.style.marginRight=window.innerWidth>window.innerHeight?"-45px":"-65px",n=!0))}))},iM=async(e,r)=>{if(!e)return;if(!r)return;if(!document.getElementById(f))return;const t=Array.from(e.children)[1],n=Array.from(e.children)[2],i=Array.from(e.children)[3];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],l=o[3],m=o[4],d=e=>{e&&(e.style.visibility="visible",e.style.display="",e.style.opacity="1")},p=e=>{if(!e)return 0;const r=e.getAttribute&&(e.getAttribute("value")||e.getAttribute("string"))||e.textContent||"";return parseInt(String(r).trim(),10)||0},h=async e=>{e?(u&&(await new Promise((e=>setTimeout(e,200))),d(u)),s&&(await new Promise((e=>setTimeout(e,200))),d(s))):(c&&(await new Promise((e=>setTimeout(e,200))),d(c)),l&&(await new Promise((e=>setTimeout(e,300))),d(l)),i&&(await new Promise((e=>setTimeout(e,300))),d(i)),m&&(await new Promise((e=>setTimeout(e,200))),d(m)))},v=p(u),y=p(c);if("-"==("+"===(s&&(s.getAttribute("string")||s.textContent||"")).toString().trim()?"+":"-")){for(let e=0;e<a.length;e++)await new Promise((e=>setTimeout(e,75))),d(a[e]);h(!0),await new Promise((e=>setTimeout(e,500)));for(let e=0;e<Math.min(y,a.length);e++)eM(a[a.length-1-e],"red"),await new Promise((e=>setTimeout(e,200)));h(!1)}else{for(let e=0;e<Math.min(v,a.length);e++)await new Promise((e=>setTimeout(e,120))),d(a[e]);h(!0),await new Promise((e=>setTimeout(e,500)));for(let e=0;e<Math.min(y,Math.max(0,a.length-v));e++){const r=v+e;a[r]&&(d(a[r]),eM(a[r],"green")),await new Promise((e=>setTimeout(e,80)))}h(!1)}};export{n as A,ie as B,oe as C,zA as D,d as E,kA as F,ab as G,_A as H,g as I,f as L,i as N,a as P,A as R,t as S,l as T,RA as a,SA as b,ne as c,NA as d,$A as e,wA as f,JA as g,jA as h,DA as i,ZA as j,cA as k,sA as l,D as m,b as n,w as o,UA as p,W as q,YA as r,WA as s,p as t,h as u,v,y as w,QA as x,IA as y,XA 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=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),et.exports?("function"==typeof Symbol&&"symbol"==typeof Symbol.iterator&&(E[Symbol.for("nodejs.util.inspect.custom")]=E.toString,E[Symbol.toStringTag]="Decimal"),et.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)}(se);const nt=tt.exports;var it=Dr("BigNumber",["?on","config"],(e=>{var{on:r,config:t}=e,n=nt.clone({precision:t.precision,modulo:nt.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}),at={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}()}(at);const ot=ce(at.exports);var ut=Dr("Complex",[],(()=>(Object.defineProperty(ot,"name",{value:"Complex"}),ot.prototype.constructor=ot,ot.prototype.type="Complex",ot.prototype.isComplex=!0,ot.prototype.toJSON=function(){return{mathjs:"Complex",re:this.re,im:this.im}},ot.prototype.toPolar=function(){return{r:this.abs(),phi:this.arg()}},ot.prototype.format=function(e){var r=this.im,t=this.re,n=Or(this.re,e),i=Or(this.im,e),a=Ce(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"},ot.fromPolar=function(e){switch(arguments.length){case 1:var r=arguments[0];if("object"==typeof r)return ot(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(Ce(t)){if(qe(n)&&n.hasBase("ANGLE")&&(n=n.toNumber("rad")),Ce(n))return new ot({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")}},ot.prototype.valueOf=ot.prototype.toString,ot.fromJSON=function(e){return new ot(e)},ot.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},ot)),{isClass:!0}),st={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}()}(st);const ct=ce(st.exports);var ft=Dr("Fraction",[],(()=>(Object.defineProperty(ct,"name",{value:"Fraction"}),ct.prototype.constructor=ct,ct.prototype.type="Fraction",ct.prototype.isFraction=!0,ct.prototype.toJSON=function(){return{mathjs:"Fraction",n:String(this.s*this.n),d:String(this.d)}},ct.fromJSON=function(e){return new ct(e)},ct)),{isClass:!0}),lt=Dr("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(Ee(r))r=r.toNumber();else if("number"!=typeof r&&!Se(r))throw new TypeError("Parameter start must be a number or bigint");if(a)if(Ee(t))t=t.toNumber();else if("number"!=typeof t&&!Se(t))throw new TypeError("Parameter end must be a number or bigint");if(o)if(Ee(n))n=n.toNumber();else if("number"!=typeof n&&!Se(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 Cr(r)===Cr(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=Or(this.start,e);return 1!==this.step&&(r+=":"+Or(this.step,e)),r+":"+Or(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}),mt=Dr("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 dt(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(!Ar(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 pt(e,r){return void 0!==r?e.toExponential(r-1):e.toExponential()}function ht(e,r){return Ce(e)?e:Ee(e)?e.toNumber():r}function vt(e,r){return e.substring(e.length-r.length,e.length)===r}function yt(e,r){var t=function(e,r){return"number"==typeof e?Or(e,r):Ee(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}=kr(r);switch(t){case"fixed":return function(e,r){return e.toFixed(r)}(e,n);case"exponential":return pt(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 dt(e,2,i);case"oct":return dt(e,8,i);case"hex":return dt(e,16,i);case"auto":var a=ht(null==r?void 0:r.lowerExp,-3),o=ht(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():pt(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)?wt(e,r):Te(e)?gt(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=>gt(t)+": "+yt(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 gt(e){for(var r=String(e),t="",n=0;n<r.length;){var i=r.charAt(n);t+=i in xt?xt[i]:i,n++}return'"'+t+'"'}var xt={'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"};function bt(e){var r=String(e);return r.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function wt(e,r){if(Array.isArray(e)){for(var t="[",n=e.length,i=0;i<n;i++)0!==i&&(t+=", "),t+=wt(e[i],r);return t+"]"}return yt(e,r)}function Dt(e,r){if(!Te(e))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+pr(e)+", index: 0)");if(!Te(r))throw new TypeError("Unexpected type of argument in function compareText (expected: string or Array or Matrix, actual: "+pr(r)+", index: 1)");return e===r?0:e>r?1:-1}function Nt(e,r,t){if(!(this instanceof Nt))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 At(e,r,t){if(!(this instanceof At))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 Mt(e){for(var r=[];Array.isArray(e);)r.push(e.length),e=e[0];return r}function Ct(e,r,t){var n,i=e.length;if(i!==r[t])throw new Nt(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 Nt(r.length-1,r.length,"<");Ct(e[n],r,a)}}else for(n=0;n<i;n++)if(Array.isArray(e[n]))throw new Nt(r.length+1,r.length,">")}function Et(e,r){if(0===r.length){if(Array.isArray(e))throw new Nt(e.length,0)}else Ct(e,r,0)}function St(e,r){var t=e.isMatrix?e._size:Mt(e);r._sourceSize.forEach(((e,r)=>{if(null!==e&&e!==t[r])throw new Nt(e,t[r])}))}function Ft(e,r){if(void 0!==e){if(!Ce(e)||!Ar(e))throw new TypeError("Index must be an integer (value: "+e+")");if(e<0||"number"==typeof r&&e>=r)throw new At(e,r)}}function Bt(e){for(var r=0;r<e._dimensions.length;++r){var t=e._dimensions[r];if(t._data&&Oe(t._data)){if(0===t._size[0])return!0}else if(t.isRange){if(t.start===t.end)return!0}else if(Te(t)&&0===t.length)return!0}return!1}function qt(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(!Ce(e)||!Ar(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+yt(r)+")")})),(Ce(e)||Ee(e))&&(e=[e]),Tt(e,r,0,void 0!==t?t:0),e}function Tt(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]),Tt(a,r,s,n);for(i=u;i<o;i++)e[i]=a=[],Tt(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 Ot(e,r){var t=Pt(e,!0),n=t.length;if(!Array.isArray(e)||!Array.isArray(r))throw new TypeError("Array expected");if(0===r.length)throw new Nt(0,n,"!=");var i=zt(r=kt(r,n));if(n!==i)throw new Nt(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 Nt)throw new Nt(i,n,"!=");throw e}}function kt(e,r){var t=zt(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 zt(e){return e.reduce(((e,r)=>e*r),1)}function It(e,r){for(var t=r||Mt(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=Rt(e,n,0),t.length=n),e}function Rt(e,r,t){var n,i;if(t<r){var a=t+1;for(n=0,i=e.length;n<i;n++)e[n]=Rt(e[n],r,a)}else for(;Array.isArray(e);)e=e[0];return e}function jt(e,r,t,n){var i=n||Mt(e);if(t)for(var a=0;a<t;a++)e=[e],i.unshift(1);for(e=Ut(e,r,0);i.length<r;)i.push(1);return e}function Ut(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]=Ut(e[n],r,a)}else for(var o=t;o<r;o++)e=[e];return e}function Pt(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 Lt(e,r){Array.prototype.forEach.call(e,r)}function _t(e,r){if(1!==Mt(e).length)throw new Error("Only one dimensional matrices supported");return Array.prototype.filter.call(e,(e=>r.test(e)))}function Jt(e,r){return Array.prototype.join.call(e,r)}function Wt(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 Vt(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 Ht(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?Ht(a,r):r(a);if(void 0===t)t=u;else if(t!==u)return"mixed"}return t}function Zt(e,r,t,n){if(n<t){if(e.length!==r.length)throw new Nt(e.length,r.length);for(var i=[],a=0;a<e.length;a++)i[a]=Zt(e[a],r[a],t,n+1);return i}return e.concat(r)}function Gt(){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 Zt(e,t,r,0)}),e[0]);throw new Error("Wrong number of arguments in function concat")}function Xt(){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++)Qt(r[l],a);return a}function Qt(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 Yt(e,r){var t=Mt(e);if(yr(t,r))return e;Qt(t,r);var n,i,a=Xt(t,r),o=a.length,u=[...Array(o-t.length).fill(1),...t],s=function(e){return de([],e)}(e);t.length<o&&(t=Mt(s=Ot(s,u)));for(var c=0;c<o;c++)t[c]<a[c]&&(n=s,i=c,t=Mt(s=Gt(...Array(a[c]).fill(n),i)));return s}function Kt(e,r){if(!Array.isArray(e))throw new Error("Array expected");var t=Mt(e);if(r.length!==t.length)throw new Nt(r.length,t.length);for(var n=0;n<r.length;n++)Ft(r[n],t[n]);return r.reduce(((e,r)=>e[r]),e)}function en(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 rn(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 tn(e,r,t){var n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(wr.isTypedFunction(e)){var i,a;if(n)i=1;else{var o=(r.isMatrix?r.size():Mt(r)).map((()=>0)),u=r.isMatrix?r.get(o):Kt(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!==wr.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 an(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 an(a,n,t,e.name)}}}return void 0===n?{isUnary:nn(e),fn:e}:{isUnary:n,fn:e}}function nn(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 an(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(pr(r[0]))),r.length>=2&&a.push("index: ".concat(pr(r[1]))),r.length>=3&&a.push("array: ".concat(pr(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)}}(Nt.prototype=new RangeError).constructor=RangeError,Nt.prototype.name="DimensionError",Nt.prototype.isDimensionError=!0,(At.prototype=new RangeError).constructor=RangeError,At.prototype.name="IndexError",At.prototype.isIndexError=!0;var on=Dr("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&&!Te(r))throw new Error("Invalid datatype: "+r);if(ke(e))"DenseMatrix"===e.type?(this._data=hr(e._data),this._size=hr(e._size),this._datatype=r||e._datatype):(this._data=e.toArray(),this._size=e.size(),this._datatype=r||e._datatype);else if(e&&Oe(e.data)&&Oe(e.size))this._data=e.data,this._size=e.size,Et(this._data,this._size),this._datatype=r||e.datatype;else if(Oe(e))this._data=u(e),this._size=Mt(this._data),Et(this._data,this._size),this._datatype=r;else{if(e)throw new TypeError("Unsupported type of data ("+pr(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 Ft(r,e.length),e[r]})).valueOf():o.map((function(a){return Ft(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){Ft(r),e[r]=t[n[0]]}:function(o,u){Ft(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;Oe(n);)n=n[0];return n}return e._size=r.slice(0),e._data=qt(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 ke(e)?u(e.valueOf()):Oe(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 Ht(this._data,pr)},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(!Ue(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 Nt(i.length,e._size.length);for(var a=r.min(),o=r.max(),u=0,s=e._size.length;u<s;u++)Ft(a[u],e._size[u]),Ft(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(ke(t)?(a=t.size(),t=t.valueOf()):a=Mt(t),s){if(0!==a.length)throw new TypeError("Scalar expected");e.set(r.min(),t,n)}else{if(!yr(a,u))try{a=Mt(t=Yt(0===a.length?[t]:t,u))}catch(e){}if(u.length<e._size.length)throw new Nt(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=jt(t,u.length,f,a)}if(!yr(u,a))throw new Nt(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 Kt(this._data,e)},t.prototype.set=function(e,r,t){if(!Oe(e))throw new TypeError("Array expected");if(e.length<this._size.length)throw new Nt(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++)Ft(a=e[n],s.length),s=s[a];return Ft(a=e[e.length-1],s.length),s[a]=r,this},t.prototype.resize=function(e,r,t){if(!ze(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=Ot(t._data,e);var n=t._size.reduce(((e,r)=>e*r));return t._size=kt(e,n),t},t.prototype.clone=function(){return new t({data:hr(this._data),size:hr(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=tn(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=tn(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 hr(this._data)},t.prototype.valueOf=function(){return this._data},t.prototype.format=function(e){return yt(this._data,e)},t.prototype.toString=function(){return yt(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(Ee(e)&&(e=e.toNumber()),!Ce(e)||!Ar(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(!Oe(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(Ee(e)&&(e=e.toNumber()),!Ce(e)||!Ar(e)||e<1)throw new Error("Size values must be positive integers");return e})),n){if(Ee(n)&&(n=n.toNumber()),!Ce(n)||!Ar(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(Oe(r)){if(r.length!==f)throw new Error("Invalid value array length");a=function(e){return r[e]}}else if(ke(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=Ee(a(0))?a(0).mul(0):0);var m=[];if(e.length>0){m=qt(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(!(Ce(e)&&Ar(e)&&Ce(r)&&Ar(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 Ft(e,this._size[0]),Ft(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}),un="clone",sn=Dr(un,["typed"],(e=>{var{typed:r}=e;return r(un,{any:hr})}));function cn(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 fn(e){for(var r=0;r<e.length;r++)if(ze(e[r]))return!0;return!1}function ln(e,r){ke(e)?e.forEach((e=>r(e)),!1,!0):rn(e,r,!0)}function mn(e,r,t){if(!t)return ke(e)?e.map((e=>r(e)),!1,!0):en(e,r,!0);var n=e=>0===e?e:r(e);return ke(e)?e.map((e=>n(e)),!1,!0):en(e,n,!0)}function dn(e,r,t){var n=Array.isArray(e)?Mt(e):e.size();if(r<0||r>=n.length)throw new At(r,n.length);return ke(e)?e.create(pn(e.valueOf(),r,t),e.datatype()):pn(e,r,t)}function pn(e,r,t){var n,i,a,o;if(r<=0){if(Array.isArray(e[0])){for(o=cn(e),i=[],n=0;n<o.length;n++)i[n]=pn(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]=pn(e[n],r-1,t);return i}function hn(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 vn="isInteger",yn=Dr(vn,["typed"],(e=>{var{typed:r}=e;return r(vn,{number:Ar,BigNumber:function(e){return e.isInt()},bigint:function(){return!0},Fraction:function(e){return 1n===e.d},"Array | Matrix":r.referToSelf((e=>r=>mn(r,e)))})})),gn="number",xn="number, number";function bn(e){return Math.abs(e)}function wn(e,r){return e+r}function Dn(e,r){return e-r}function Nn(e,r){return e*r}function An(e){return-e}function Mn(e){return e}function Cn(e){return Br(e)}function En(e){return e*e*e}function Sn(e){return Math.exp(e)}function Fn(e){return qr(e)}function Bn(e,r){if(!Ar(e)||!Ar(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 qn(e,r){return r?Math.log(e)/Math.log(r):Math.log(e)}function Tn(e){return Sr(e)}function On(e){return Er(e)}function kn(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 zn(e){return Cr(e)}function In(e){return e*e}function Rn(e,r){var t,n,i,a=0,o=1,u=1,s=0;if(!Ar(e)||!Ar(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 jn(e,r){return e*e<1&&r===1/0||e*e>1&&r===-1/0?0:Math.pow(e,r)}function Un(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!Ar(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(Ir(e,r))}bn.signature=gn,wn.signature=xn,Dn.signature=xn,Nn.signature=xn,An.signature=gn,Mn.signature=gn,Cn.signature=gn,En.signature=gn,Sn.signature=gn,Fn.signature=gn,Bn.signature=xn,Tn.signature=gn,On.signature=gn,zn.signature=gn,In.signature=gn,Rn.signature=xn,jn.signature=xn;var Pn="number, number";function $n(e,r){if(!Ar(e)||!Ar(r))throw new Error("Integers expected in function bitAnd");return e&r}function Ln(e){if(!Ar(e))throw new Error("Integer expected in function bitNot");return~e}function _n(e,r){if(!Ar(e)||!Ar(r))throw new Error("Integers expected in function bitOr");return e|r}function Jn(e,r){if(!Ar(e)||!Ar(r))throw new Error("Integers expected in function bitXor");return e^r}function Wn(e,r){if(!Ar(e)||!Ar(r))throw new Error("Integers expected in function leftShift");return e<<r}function Vn(e,r){if(!Ar(e)||!Ar(r))throw new Error("Integers expected in function rightArithShift");return e>>r}function Hn(e,r){if(!Ar(e)||!Ar(r))throw new Error("Integers expected in function rightLogShift");return e>>>r}function Zn(e,r){if(r<e)return 1;if(r===e)return r;var t=r+e>>1;return Zn(e,t)*Zn(t+1,r)}function Gn(e,r){if(!Ar(e)||e<0)throw new TypeError("Positive integer value expected in function combinations");if(!Ar(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/=Zn(i,a)),n}$n.signature=Pn,Ln.signature="number",_n.signature=Pn,Jn.signature=Pn,Wn.signature=Pn,Vn.signature=Pn,Hn.signature=Pn,Gn.signature="number, number";var Xn=Math.PI,Qn=2*Math.PI,Yn=Math.E,Kn="number, number";function ei(e){return!e}function ri(e,r){return!(!e&&!r)}function ti(e,r){return!!e!=!!r}function ni(e,r){return!(!e||!r)}function ii(e){var r;if(Ar(e))return e<=0?isFinite(e)?1/0:NaN:e>171?1/0:Zn(1,e-1);if(e<.5)return Math.PI/(Math.sin(Math.PI*e)*ii(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=oi[0];for(var o=1;o<oi.length;++o)r+=oi[o]/(e+o);var u=e+ai+.5;return Math.sqrt(2*Math.PI)*Math.pow(u,e+.5)*Math.exp(-u)*r}ei.signature="number",ri.signature=Kn,ti.signature=Kn,ni.signature=Kn,ii.signature="number";var ai=4.7421875,oi=[.9999999999999971,57.15623566586292,-59.59796035547549,14.136097974741746,-.4919138160976202,3399464998481189e-20,4652362892704858e-20,-9837447530487956e-20,.0001580887032249125,-.00021026444172410488,.00021743961811521265,-.0001643181065367639,8441822398385275e-20,-26190838401581408e-21,36899182659531625e-22],ui=.9189385332046728,si=[1.000000000190015,76.18009172947146,-86.50532032941678,24.01409824083091,-1.231739572450155,.001208650973866179,-5395239384953e-18];function ci(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))-ci(1-e);for(var r=5+(e-=1)+.5,t=si[0],n=6;n>=1;n--)t+=si[n]/(e+n);return ui+(e+.5)*Math.log(r)-r+Math.log(t)}ci.signature="number";var fi="number";function li(e){return $r(e)}function mi(e){return Math.atan(1/e)}function di(e){return isFinite(e)?(Math.log((e+1)/e)+Math.log(e/(e-1)))/2:0}function pi(e){return Math.asin(1/e)}function hi(e){var r=1/e;return Math.log(r+Math.sqrt(r*r+1))}function vi(e){return Math.acos(1/e)}function yi(e){var r=1/e,t=Math.sqrt(r*r-1);return Math.log(t+r)}function gi(e){return Lr(e)}function xi(e){return _r(e)}function bi(e){return 1/Math.tan(e)}function wi(e){var r=Math.exp(2*e);return(r+1)/(r-1)}function Di(e){return 1/Math.sin(e)}function Ni(e){return 0===e?Number.POSITIVE_INFINITY:Math.abs(2/(Math.exp(e)-Math.exp(-e)))*Cr(e)}function Ai(e){return 1/Math.cos(e)}function Mi(e){return 2/(Math.exp(e)+Math.exp(-e))}function Ci(e){return Wr(e)}li.signature=fi,mi.signature=fi,di.signature=fi,pi.signature=fi,hi.signature=fi,vi.signature=fi,yi.signature=fi,gi.signature=fi,xi.signature=fi,bi.signature=fi,wi.signature=fi,Di.signature=fi,Ni.signature=fi,Ai.signature=fi,Mi.signature=fi,Ci.signature=fi;var Ei="number";function Si(e){return e<0}function Fi(e){return e>0}function Bi(e){return Number.isNaN(e)}function qi(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))}Si.signature=Ei,Fi.signature=Ei,Bi.signature=Ei;var Ti="isNegative",Oi=Dr(Ti,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Ti,{number:e=>!Pr(e,0,t.relTol,t.absTol)&&Si(e),BigNumber:e=>!qi(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=>mn(r,e)))})})),ki="isNumeric",zi=Dr(ki,["typed"],(e=>{var{typed:r}=e;return r(ki,{"number | BigNumber | bigint | Fraction | boolean":()=>!0,"Complex | Unit | string | null | undefined | Node":()=>!1,"Array | Matrix":r.referToSelf((e=>r=>mn(r,e)))})})),Ii="hasNumericValue",Ri=Dr(Ii,["typed","isNumeric"],(e=>{var{typed:r,isNumeric:t}=e;return r(Ii,{boolean:()=>!0,string:function(e){return e.trim().length>0&&!isNaN(Number(e))},any:function(e){return t(e)}})})),ji="isPositive",Ui=Dr(ji,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(ji,{number:e=>!Pr(e,0,t.relTol,t.absTol)&&Fi(e),BigNumber:e=>!(qi(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=>mn(r,e)))})})),Pi="isZero",$i=Dr(Pi,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(Pi,{"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=>mn(r,e)))})})),Li="isNaN",_i=Dr(Li,["typed"],(e=>{var{typed:r}=e;return r(Li,{number:Bi,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=>mn(r,e)))})})),Ji="typeOf",Wi=Dr(Ji,["typed"],(e=>{var{typed:r}=e;return r(Ji,{any:pr})})),Vi=Dr("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)}))}})),Hi="equalScalar",Zi=Dr(Hi,["typed","config"],(e=>{var{typed:r,config:t}=e,n=Vi({typed:r});return r(Hi,{"boolean, boolean":function(e,r){return e===r},"number, number":function(e,r){return Pr(e,r,t.relTol,t.absTol)},"BigNumber, BigNumber":function(e,r){return e.eq(r)||qi(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 Pr(e.re,r.re,t,n)&&Pr(e.im,r.im,t,n)}(e,r,t.relTol,t.absTol)}},n)}));Dr(Hi,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Hi,{"number, number":function(e,r){return Pr(e,r,t.relTol,t.absTol)}})}));var Gi=Dr("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&&!Te(r))throw new Error("Invalid datatype: "+r);if(ke(e))!function(e,r,t){"SparseMatrix"===r.type?(e._values=r._values?hr(r._values):void 0,e._index=hr(r._index),e._ptr=hr(r._ptr),e._size=hr(r._size),e._datatype=t||r._datatype):a(e,r.valueOf(),t||r._datatype)}(this,e,r);else if(e&&Oe(e.index)&&Oe(e.ptr)&&Oe(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(Oe(e))a(this,e,r);else{if(e)throw new TypeError("Unsupported type of data ("+pr(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(Te(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(Oe(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;Te(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?hr(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 Ht(this._values,pr)},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(!Ue(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 Nt(u.length,e._size.length);var s=r.min(),c=r.max();for(t=0,n=e._size.length;t<n;t++)Ft(s[t],e._size[t]),Ft(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(ke(t)?(i=t.size(),t=t.toArray()):i=Mt(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 Nt(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=jt(t,a.length,s,i)}if(!yr(a,i))throw new Nt(a,i,">");if(1===a.length)r.dimension(0).forEach((function(r,i){Ft(r),e.set([r,0],t[i[0]],n)}));else{var c=r.dimension(0),f=r.dimension(1);c.forEach((function(r,i){Ft(r),f.forEach((function(a,o){Ft(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(!Oe(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new Nt(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];Ft(r,this._size[0]),Ft(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(!Oe(e))throw new TypeError("Array expected");if(e.length!==this._size.length)throw new Nt(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;Te(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]),Ft(a,f),Ft(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(!ze(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(!Ce(e)||!Ar(e)||e<0)throw new TypeError("Invalid size, must contain positive integers (size: "+yt(n)+")")})),s(t?this.clone():this,n[0],n[1],r)},i.prototype.reshape=function(e,r){if(!Oe(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(!Ce(r)||!Ar(r)||r<=-2||0===r)throw new TypeError("Invalid size, must contain positive integers or -1 (size: "+yt(e)+")")}));var t=this._size[0]*this._size[1];if(t!==(e=kt(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?hr(this._values):void 0,index:hr(this._index),ptr:hr(this._ptr),size:hr(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=tn(e,a,"map");return function(e,n,o,u,c,f,l){var m=[],d=[],p=[],h=t,v=0;Te(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=tn(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 ["+yt(r,e)+" x "+yt(t,e)+"] density: "+yt(n,e)+"\n",a=0;a<t;a++)for(var o=this._ptr[a+1],u=this._ptr[a];u<o;u++)i+="\n ("+yt(this._index[u],e)+", "+yt(a,e)+") ==> "+(this._values?yt(this._values[u],e):"X");return i},i.prototype.toString=function(){return yt(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(Ee(e)&&(e=e.toNumber()),!Ce(e)||!Ar(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(!Oe(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(Ee(e)&&(e=e.toNumber()),!Ce(e)||!Ar(e)||e<1)throw new Error("Size values must be positive integers");return e})),a){if(Ee(a)&&(a=a.toNumber()),!Ce(a)||!Ar(a))throw new TypeError("The parameter k must be an integer number")}else a=0;var s=t,c=0;Te(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(Oe(n)){if(n.length!==h)throw new Error("Invalid value array length");f=function(e){return n[e]}}else if(ke(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(!(Ce(e)&&Ar(e)&&Ce(r)&&Ar(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 Ft(e,this._size[0]),Ft(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}),Xi=Dr("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=>mn(r,e)))});return t.fromJSON=function(e){return parseFloat(e.value)},t})),Qi=Dr("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=>mn(r,e)))});return t.fromJSON=function(e){return BigInt(e.value)},t})),Yi="string",Ki=Dr(Yi,["typed"],(e=>{var{typed:r}=e;return r(Yi,{"":function(){return""},number:Or,null:function(){return"null"},boolean:function(e){return e+""},string:function(e){return e},"Array | Matrix":r.referToSelf((e=>r=>mn(r,e))),any:function(e){return String(e)}})})),ea="boolean",ra=Dr(ea,["typed"],(e=>{var{typed:r}=e;return r(ea,{"":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=>mn(r,e)))})})),ta=Dr("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=>mn(r,e)))})})),na=Dr("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=>mn(r,e)))})})),ia=Dr("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=>mn(r,e)))})})),aa="matrix",oa=Dr(aa,["typed","Matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,DenseMatrix:t,SparseMatrix:n}=e;return r(aa,{"":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)+".")}})),ua="matrixFromFunction",sa=Dr(ua,["typed","matrix","isZero"],(e=>{var{typed:r,matrix:t,isZero:n}=e;return r(ua,{"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}})),ca="matrixFromRows",fa=Dr(ca,["typed","matrix","flatten","size"],(e=>{var{typed:r,matrix:t,flatten:n,size:i}=e;return r(ca,{"...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.")}})),la="matrixFromColumns",ma=Dr(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 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.")}})),da="splitUnit",pa=Dr(da,["typed"],(e=>{var{typed:r}=e;return r(da,{"Unit, Array":function(e,r){return e.splitUnit(r)}})})),ha="unaryMinus",va=Dr(ha,["typed"],(e=>{var{typed:r}=e;return r(ha,{number:An,"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=>mn(r,e,!0)))})})),ya="unaryPlus",ga=Dr(ya,["typed","config","numeric"],(e=>{var{typed:r,config:t,numeric:n}=e;return r(ya,{number:Mn,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=>mn(r,e,!0))),boolean:function(e){return n(e?1:0,t.number)},string:function(e){return n(e,Mr(e,t))}})})),xa=Dr("abs",["typed"],(e=>{var{typed:r}=e;return r("abs",{number:bn,"Complex | BigNumber | Fraction | Unit":e=>e.abs(),bigint:e=>e<0n?-e:e,"Array | Matrix":r.referToSelf((e=>r=>mn(r,e,!0)))})})),ba="mapSlices",wa=Dr(ba,["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e;return r(ba,{"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)?Mt(e):e.size();if(r<0||r>=i.length)throw new At(r,i.length);return ke(e)?e.create(Da(e.valueOf(),r,n),e.datatype()):Da(e,r,n)}})}),{formerly:"apply"});function Da(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]=Da(a[n],r-1,t);return i}return t(e)}for(i=[],n=0;n<e.length;n++)i[n]=Da(e[n],r-1,t);return i}var Na="addScalar",Aa=Dr(Na,["typed"],(e=>{var{typed:r}=e;return r(Na,{"number, number":wn,"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}))})})),Ma="subtractScalar",Ca=Dr(Ma,["typed"],(e=>{var{typed:r}=e;return r(Ma,{"number, number":Dn,"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}))})})),Ea="cbrt",Sa=Dr(Ea,["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(Ea,{number:Cn,Complex:c,"Complex, boolean":c,BigNumber:function(e){return e.cbrt()},Unit:function(e){if(e.value&&Fe(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=Ee(e.value)?new u(1).div(3):Be(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(Cn(i),0).mul(new o(0,n).exp());if(t){var s=[u,new o(Cn(i),0).mul(new o(0,n+2*Math.PI/3).exp()),new o(Cn(i),0).mul(new o(0,n-2*Math.PI/3).exp())];return"Array"===r.matrix?s:a(s)}return u}})),Fa=Dr("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})}})),Ba=Dr("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})}})),qa=Dr("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:hr(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}})),Ta="ceil",Oa=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],ka=new nt(10),za=Dr(Ta,["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:Pr(e,i,t.relTol,t.absTol)&&!Pr(e,r,t.relTol,t.absTol)?i:r}return r(Ta,{number:i,"number, number":function(e,r){if(!Ar(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}})})),Ia=Dr(Ta,Oa,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=Fa({typed:r,equalScalar:a}),c=Ba({typed:r,DenseMatrix:u}),f=qa({typed:r}),l=za({typed:r,config:t,round:n});function m(e){var r=(e,r)=>qi(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=ka.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)=>mn(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=>mn(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>mn(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)))})})),Ra="cube",ja=Dr(Ra,["typed"],(e=>{var{typed:r}=e;return r(Ra,{number:En,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)}})})),Ua=Dr("exp",["typed"],(e=>{var{typed:r}=e;return r("exp",{number:Sn,Complex:function(e){return e.exp()},BigNumber:function(e){return e.exp()}})})),Pa="expm1",$a=Dr(Pa,["typed","Complex"],(e=>{var{typed:r,Complex:t}=e;return r(Pa,{number:Fn,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)}})})),La="fix",_a=["typed","Complex","matrix","ceil","floor","equalScalar","zeros","DenseMatrix"],Ja=Dr(La,["typed","ceil","floor"],(e=>{var{typed:r,ceil:t,floor:n}=e;return r(La,{number:function(e){return e>0?n(e):t(e)},"number, number":function(e,r){return e>0?n(e,r):t(e,r)}})})),Wa=Dr(La,_a,(e=>{var{typed:r,Complex:t,matrix:n,ceil:i,floor:a,equalScalar:o,zeros:u,DenseMatrix:s}=e,c=Ba({typed:r,DenseMatrix:s}),f=qa({typed:r}),l=Ja({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)=>mn(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=>mn(r,e,!0))),"Array | Matrix, number | BigNumber":r.referToSelf((e=>(r,t)=>mn(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)))})})),Va="floor",Ha=["typed","config","round","matrix","equalScalar","zeros","DenseMatrix"],Za=new nt(10),Ga=Dr(Va,["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:Pr(e,i,t.relTol,t.absTol)&&!Pr(e,r,t.relTol,t.absTol)?i:r}return r(Va,{number:i,"number, number":function(e,r){if(!Ar(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}})})),Xa=Dr(Va,Ha,(e=>{var{typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}=e,s=Fa({typed:r,equalScalar:a}),c=Ba({typed:r,DenseMatrix:u}),f=qa({typed:r}),l=Ga({typed:r,config:t,round:n});function m(e){var r=(e,r)=>qi(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=Za.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)=>mn(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=>mn(r,e,!0))),"Array, number | BigNumber":r.referToSelf((e=>(r,t)=>mn(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)))})})),Qa=Dr("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 Nt(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})}})),Ya=Dr("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 Nt(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})}})),Ka=Dr("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 Nt(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})}})),eo=Dr("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 Nt(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 ro(e,r){if(yr(e.size(),r.size()))return[e,r];var t=Xt(e.size(),r.size());return[e,r].map((e=>function(e,r){return yr(e.size(),r)?e:e.create(Yt(e.valueOf(),r),e.datatype())}(e,t)))}var to=Dr("matrixAlgorithmSuite",["typed","matrix"],(e=>{var{typed:r,matrix:t}=e,n=eo({typed:r}),i=qa({typed:r});return function(e){var a,o=e.elop,u=e.SD||e.DS;o?(a={"DenseMatrix, DenseMatrix":(e,r)=>n(...ro(e,r),o),"Array, Array":(e,r)=>n(...ro(t(e),t(r)),o).valueOf(),"Array, DenseMatrix":(e,r)=>n(...ro(t(e),r),o),"DenseMatrix, Array":(e,r)=>n(...ro(e,t(r)),o)},e.SS&&(a["SparseMatrix, SparseMatrix"]=(r,t)=>e.SS(...ro(r,t),o,!1)),e.DS&&(a["DenseMatrix, SparseMatrix"]=(r,t)=>e.DS(...ro(r,t),o,!1),a["Array, SparseMatrix"]=(r,n)=>e.DS(...ro(t(r),n),o,!1)),u&&(a["SparseMatrix, DenseMatrix"]=(e,r)=>u(...ro(r,e),o,!0),a["SparseMatrix, Array"]=(e,r)=>u(...ro(t(r),e),o,!0))):(a={"DenseMatrix, DenseMatrix":r.referToSelf((e=>(r,t)=>n(...ro(r,t),e))),"Array, Array":r.referToSelf((e=>(r,i)=>n(...ro(t(r),t(i)),e).valueOf())),"Array, DenseMatrix":r.referToSelf((e=>(r,i)=>n(...ro(t(r),i),e))),"DenseMatrix, Array":r.referToSelf((e=>(r,i)=>n(...ro(r,t(i)),e)))},e.SS&&(a["SparseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.SS(...ro(t,n),r,!1)))),e.DS&&(a["DenseMatrix, SparseMatrix"]=r.referToSelf((r=>(t,n)=>e.DS(...ro(t,n),r,!1))),a["Array, SparseMatrix"]=r.referToSelf((r=>(n,i)=>e.DS(...ro(t(n),i),r,!1)))),u&&(a["SparseMatrix, DenseMatrix"]=r.referToSelf((e=>(r,t)=>u(...ro(t,r),e,!0))),a["SparseMatrix, Array"]=r.referToSelf((e=>(r,n)=>u(...ro(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&&vr(a,o.signatures),a}})),no=Dr("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=Xa({typed:r,config:t,round:n,matrix:i,equalScalar:a,zeros:o,DenseMatrix:u}),f=Qa({typed:r,equalScalar:a}),l=Ya({typed:r}),m=Ka({typed:r,equalScalar:a}),d=Fa({typed:r,equalScalar:a}),p=Ba({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))))}},to({typed:r,matrix:i,concat:s})({SS:m,DS:l,SD:f,Ss:d,sS:p}))})),io=Dr("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 Nt(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})}})),ao=Dr("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 Nt(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})}})),oo=Dr("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 uo(e,r,t,n){if(!(this instanceof uo))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}(uo.prototype=new Error).constructor=Error,uo.prototype.name="ArgumentsError",uo.prototype.isArgumentsError=!0;var so=["typed","config","round","matrix","equalScalar","zeros","BigNumber","DenseMatrix","concat"],co="number | BigNumber | Fraction | Matrix | Array",fo="".concat(co,", ").concat(co,", ...").concat(co);function lo(e){return!e.some((e=>Array.isArray(e)))}var mo=Dr("gcd",so,(e=>{var{typed:r,matrix:t,config:n,round:i,equalScalar:a,zeros:o,BigNumber:u,DenseMatrix:s,concat:c}=e,f=no({typed:r,config:n,round:i,matrix:t,equalScalar:a,zeros:o,DenseMatrix:s,concat:c}),l=io({typed:r}),m=ao({typed:r,equalScalar:a}),d=oo({typed:r,DenseMatrix:s});return r("gcd",{"number, number":function(e,r){if(!Ar(e)||!Ar(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)},to({typed:r,matrix:t,concat:c})({SS:m,DS:l,Ss:d}),{[fo]: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])&&lo(r[0]))return e(...r[0]);if(lo(r))return e(...r);throw new uo("gcd() supports only 1d matrices!")})),Matrix:r.referToSelf((e=>r=>e(r.toArray())))})})),po=Dr("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 Nt(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(hn(e,N,w,b,D,A,g,v),hn(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})}})),ho=Dr("lcm",["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=Qa({typed:r,equalScalar:n}),o=po({typed:r,equalScalar:n}),u=Fa({typed:r,equalScalar:n}),s=to({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":Bn,"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 vo(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 yo="log10",go=["typed","config","Complex"],xo=Tn(16),bo=Dr(yo,go,(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(yo,{number:function(e){return e>=0||t.predictable?Tn(e):a(e)},bigint:vo(xo,Tn,t,a),Complex:i,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log():a(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>mn(r,e)))})})),wo="log2",Do=Dr(wo,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;function i(e){return a(new n(e,0))}return r(wo,{number:function(e){return e>=0||t.predictable?On(e):i(e)},bigint:vo(4,On,t,i),Complex:a,BigNumber:function(e){return!e.isNegative()||t.predictable?e.log(2):i(e.toNumber())},"Array | Matrix":r.referToSelf((e=>r=>mn(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)}})),No=Dr("multiplyScalar",["typed"],(e=>{var{typed:r}=e;return r("multiplyScalar",{"number, number":Nn,"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)})})),Ao="multiply",Mo=Dr(Ao,["typed","matrix","addScalar","multiplyScalar","equalScalar","dot"],(e=>{var{typed:r,matrix:t,addScalar:n,multiplyScalar:i,equalScalar:a,dot:o}=e,u=Fa({typed:r,equalScalar:a}),s=qa({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(Ao,i,{"Array, Array":r.referTo("Matrix, Matrix",(e=>(r,n)=>{c(Mt(r),Mt(n));var i=e(t(r),t(n));return ke(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}))})})),Co="nthRoot",Eo=Dr(Co,["typed","matrix","equalScalar","BigNumber","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,concat:a}=e,o=io({typed:r}),u=Qa({typed:r,equalScalar:n}),s=po({typed:r,equalScalar:n}),c=Fa({typed:r,equalScalar:n}),f=to({typed:r,matrix:t,concat:a});function l(){throw new Error("Complex number not supported in function nthRoot. Use nthRoots instead.")}return r(Co,{number:kn,"number, number":kn,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))}})),So="sign",Fo=Dr(So,["typed","BigNumber","Fraction","complex"],(e=>{var{typed:r,BigNumber:t,complex:n,Fraction:i}=e;return r(So,{number:zn,Complex:function(e){return 0===e.im?n(zn(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=>mn(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)}))})})),Bo=Dr("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()}})),qo="square",To=Dr(qo,["typed"],(e=>{var{typed:r}=e;return r(qo,{number:In,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)}})})),Oo="subtract",ko=Dr(Oo,["typed","matrix","equalScalar","subtractScalar","unaryMinus","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,subtractScalar:i,DenseMatrix:a,concat:o}=e,u=io({typed:r}),s=Ya({typed:r}),c=Ka({typed:r,equalScalar:n}),f=oo({typed:r,DenseMatrix:a}),l=Ba({typed:r,DenseMatrix:a}),m=to({typed:r,matrix:t,concat:o});return r(Oo,{"any, any":i},m({elop:i,SS:c,DS:u,SD:s,Ss:l,sS:f}))})),zo="xgcd",Io=Dr(zo,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(zo,{"number, number":function(e,r){var i=Rn(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)}})})),Ro="invmod",jo=Dr(Ro,["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(Ro,{"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}})),Uo=Dr("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 Nt(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})}})),Po="dotMultiply",$o=Dr(Po,["typed","matrix","equalScalar","multiplyScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,multiplyScalar:i,concat:a}=e,o=Qa({typed:r,equalScalar:n}),u=Uo({typed:r,equalScalar:n}),s=Fa({typed:r,equalScalar:n}),c=to({typed:r,matrix:t,concat:a});return r(Po,c({elop:i,SS:u,DS:o,Ss:s}))}));function Lo(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 Wo(e,r,(function(e,r){return e&r}))}function _o(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 Jo(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()?Wo(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 Wo(e,r,t){var n,i,a,o,u,s=e.constructor,c=+(e.s<0),f=+(r.s<0);if(c){n=Vo(_o(e));for(var l=0;l<n.length;++l)n[l]^=1}else n=Vo(e);if(f){i=Vo(_o(r));for(var m=0;m<i.length;++m)i[m]^=1}else i=Vo(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 Vo(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 Ho(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)?_o(r):r.eq(n)?_o(e):e.isFinite()&&r.isFinite()?Wo(e,r,(function(e,r){return e^r})):e.isFinite()||r.isFinite()?new t(e.isNegative()===r.isNegative()?1/0:-1/0):n}function Zo(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 Go(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 Xo="bitAnd",Qo=Dr(Xo,["typed","matrix","equalScalar","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,concat:i}=e,a=Qa({typed:r,equalScalar:n}),o=po({typed:r,equalScalar:n}),u=Fa({typed:r,equalScalar:n}),s=to({typed:r,matrix:t,concat:i});return r(Xo,{"number, number":$n,"BigNumber, BigNumber":Lo,"bigint, bigint":(e,r)=>e&r},s({SS:o,DS:a,Ss:u}))})),Yo="bitNot",Ko=Dr(Yo,["typed"],(e=>{var{typed:r}=e;return r(Yo,{number:Ln,BigNumber:_o,bigint:e=>~e,"Array | Matrix":r.referToSelf((e=>r=>mn(r,e)))})})),eu="bitOr",ru=Dr(eu,["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=io({typed:r}),u=ao({typed:r,equalScalar:n}),s=oo({typed:r,DenseMatrix:i}),c=to({typed:r,matrix:t,concat:a});return r(eu,{"number, number":_n,"BigNumber, BigNumber":Jo,"bigint, bigint":(e,r)=>e|r},c({SS:u,DS:o,Ss:s}))})),tu=Dr("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 Nt(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]}}})),nu="bitXor",iu=Dr(nu,["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=Ya({typed:r}),u=tu({typed:r,SparseMatrix:a}),s=Ba({typed:r,DenseMatrix:n}),c=to({typed:r,matrix:t,concat:i});return r(nu,{"number, number":Jn,"BigNumber, BigNumber":Ho,"bigint, bigint":(e,r)=>e^r},c({SS:u,DS:o,Ss:s}))})),au=Dr("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=>mn(r,e)))})})),ou="conj",uu=Dr(ou,["typed"],(e=>{var{typed:r}=e;return r(ou,{"number | BigNumber | Fraction":e=>e,Complex:e=>e.conjugate(),"Array | Matrix":r.referToSelf((e=>r=>mn(r,e)))})})),su=Dr("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=>mn(r,e)))})})),cu=Dr("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=>mn(r,e)))})})),fu=Dr("not",["typed"],(e=>{var{typed:r}=e;return r("not",{"null | undefined":()=>!0,number:ei,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=>mn(r,e)))})})),lu=Dr("or",["typed","matrix","equalScalar","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=Ya({typed:r}),u=Ka({typed:r,equalScalar:n}),s=Ba({typed:r,DenseMatrix:i}),c=to({typed:r,matrix:t,concat:a});return r("or",{"number, number":ri,"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":ri,"Unit, Unit":r.referToSelf((e=>(r,t)=>e(r.value||0,t.value||0)))},c({SS:u,DS:o,Ss:s}))})),mu=Dr("xor",["typed","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,concat:i,SparseMatrix:a}=e,o=Ya({typed:r}),u=tu({typed:r,SparseMatrix:a}),s=Ba({typed:r,DenseMatrix:n}),c=to({typed:r,matrix:t,concat:i});return r("xor",{"number, number":ti,"Complex, Complex":function(e,r){return(0!==e.re||0!==e.im)!=(0!==r.re||0!==r.im)},"bigint, bigint":ti,"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}))})),du="concat",pu=Dr(du,["typed","matrix","isInteger"],(e=>{var{typed:r,matrix:t,isInteger:n}=e;return r(du,{"...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(ke(c)&&(u=!0),Ce(c)||Ee(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 At(o,i+1)}else{var f=hr(c).valueOf(),l=Mt(f);if(s[r]=f,i=o,o=l.length-1,r>0&&o!==i)throw new Nt(i+1,o+1)}}if(0===s.length)throw new SyntaxError("At least one matrix expected");for(var m=s.shift();s.length;)m=Gt(m,s.shift(),o);return u?t(m):m},"...string":function(e){return e.join("")}})})),hu="column",vu=Dr(hu,["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e;return r(hu,{"Matrix, number":a,"Array, number":function(e,r){return a(n(hr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");Ft(r,e.size()[1]);var a=i(0,e.size()[0]),o=new t(a,r),u=e.subset(o);return ke(u)?u:n([[u]])}})),yu="count",gu=Dr(yu,["typed","size","prod"],(e=>{var{typed:r,size:t,prod:n}=e;return r(yu,{string:function(e){return e.length},"Matrix | Array":function(e){return n(t(e))}})})),xu="cross",bu=Dr(xu,["typed","matrix","subtract","multiply"],(e=>{var{typed:r,matrix:t,subtract:n,multiply:i}=e;return r(xu,{"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(Mt(e).length,Mt(r).length);e=It(e),r=It(r);var a=Mt(e),o=Mt(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}})),wu="diag",Du=Dr(wu,["typed","matrix","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,matrix:t,DenseMatrix:n,SparseMatrix:i}=e;return r(wu,{Array:function(e){return a(e,0,Mt(e),null)},"Array, number":function(e,r){return a(e,r,Mt(e),null)},"Array, BigNumber":function(e,r){return a(e,r.toNumber(),Mt(e),null)},"Array, string":function(e,r){return a(e,0,Mt(e),r)},"Array, number, string":function(e,r,t){return a(e,r,Mt(e),t)},"Array, BigNumber, string":function(e,r,t){return a(e,r.toNumber(),Mt(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(!Ar(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(ke(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")}})),Nu=Dr("filter",["typed"],(e=>{var{typed:r}=e;return r("filter",{"Array, function":Au,"Matrix, function":function(e,r){return e.create(Au(e.valueOf(),r),e.datatype())},"Array, RegExp":_t,"Matrix, RegExp":function(e,r){return e.create(_t(e.valueOf(),r),e.datatype())}})}));function Au(e,r){var t=tn(r,e,"filter");return function(e,r){if(1!==Mt(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 Mu="flatten",Cu=Dr(Mu,["typed"],(e=>{var{typed:r}=e;return r(Mu,{Array:function(e){return Pt(e)},Matrix:function(e){return e.create(Pt(e.valueOf(),!0),e.datatype())}})})),Eu="forEach",Su=Dr(Eu,["typed"],(e=>{var{typed:r}=e;return r(Eu,{"Array, function":Fu,"Matrix, function":function(e,r){e.forEach(r)}})}));function Fu(e,r){var t=tn(r,e,Eu);rn(e,t.fn,t.isUnary)}var Bu="getMatrixDataType",qu=Dr(Bu,["typed"],(e=>{var{typed:r}=e;return r(Bu,{Array:function(e){return Ht(e,pr)},Matrix:function(e){return e.getDataType()}})})),Tu="identity",Ou=Dr(Tu,["typed","config","matrix","BigNumber","DenseMatrix","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i,DenseMatrix:a,SparseMatrix:o}=e;return r(Tu,{"":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=Ee(e)||Ee(r)?i:null;if(Ee(e)&&(e=e.toNumber()),Ee(r)&&(r=r.toNumber()),!Ar(e)||e<1)throw new Error("Parameters in function identity must be positive integers");if(!Ar(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=qt([],c,s),l=e<r?e:r,m=0;m<l;m++)f[m][m]=u;return f}})),ku="kron",zu=Dr(ku,["typed","matrix","multiplyScalar"],(e=>{var{typed:r,matrix:t,multiplyScalar:n}=e;return r(ku,{"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===Mt(e).length&&(e=[e]),1===Mt(r).length&&(r=[r]),Mt(e).length>2||Mt(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}})),Iu="map",Ru=Dr(Iu,["typed"],(e=>{var{typed:r}=e;return r(Iu,{"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=Xt(...e.map((e=>e.isMatrix?e.size():Mt(e)))),u=a?(e,r)=>e.get(r):Kt,s=e.map(a?r=>r.isMatrix?r.create(Yt(r.toArray(),o),r.datatype()):e[0].create(Yt(r.valueOf(),o)):e=>Yt(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=tn(r,e,Iu);return en(e,t.fn,t.isUnary)}})),ju="diff",Uu=Dr(ju,["typed","matrix","subtract","number"],(e=>{var{typed:r,matrix:t,subtract:n,number:i}=e;return r(ju,{"Array | Matrix":function(e){return ke(e)?t(o(e.toArray())):o(e)},"Array | Matrix, number":function(e,r){if(!Ar(r))throw new RangeError("Dimension must be a whole number");return ke(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(ke(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){ke(e)&&(e=e.toArray()),ke(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")}})),Pu=Dr("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){Ee(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||!Ar(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?qt(u,e,a):u}}));function $u(){throw new Error('No "bignumber" implementation available')}function Lu(){throw new Error('No "fraction" implementation available')}function _u(){throw new Error('No "matrix" implementation available')}var Ju="range",Wu=Dr(Ju,["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(Ju,{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):_u():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}})),Vu="reshape",Hu=Dr(Vu,["typed","isInteger","matrix"],(e=>{var{typed:r,isInteger:t}=e;return r(Vu,{"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)})),Ot(e,r)}})})),Zu=Dr("resize",["config","matrix"],(e=>{var{config:r,matrix:t}=e;return function(e,n,i){if(2!==arguments.length&&3!==arguments.length)throw new uo("resize",arguments.length,2,3);if(ke(n)&&(n=n.valueOf()),Ee(n[0])&&(n=n.map((function(e){return Ee(e)?e.toNumber():e}))),ke(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 Nt(r.length,1);var n=r[0];if("number"!=typeof n||!Ar(n))throw new TypeError("Invalid size, must contain positive integers (size: "+yt(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 hr(e)}Array.isArray(e)||(e=[e]);var o=qt(e=hr(e),n,i);return a?t(o):o}})),Gu="rotate",Xu=Dr(Gu,["typed","multiply","rotationMatrix"],(e=>{var{typed:r,multiply:t,rotationMatrix:n}=e;return r(Gu,{"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)?Mt(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))}})),Qu="rotationMatrix",Yu=Dr(Qu,["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(Qu,{"":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=Ee(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=Ee(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)}})),Ku=Dr("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(hr(e)),r).valueOf()}});function a(e,r){if(2!==e.size().length)throw new Error("Only two dimensional matrix is supported");Ft(r,e.size()[0]);var a=i(0,e.size()[1]),o=new t(r,a),u=e.subset(o);return ke(u)?u:n([[u]])}})),es="size",rs=Dr(es,["typed","config","?matrix"],(e=>{var{typed:r,config:t,matrix:n}=e;return r(es,{Matrix:function(e){return e.create(e.size(),"number")},Array:Mt,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"):_u()}})})),ts="squeeze",ns=Dr(ts,["typed"],(e=>{var{typed:r}=e;return r(ts,{Array:function(e){return It(hr(e))},Matrix:function(e){var r=It(e.toArray());return Array.isArray(r)?e.create(r,e.datatype()):r},any:function(e){return hr(e)}})})),is="subset",as=Dr(is,["typed","matrix","zeros","add"],(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e;return r(is,{"Matrix, Index":function(e,r){return Bt(r)?t():(St(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":ss,"string, Index":os,"Matrix, Index, any, any":function(e,r,t,a){return Bt(r)?e:(St(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":us,"string, Index, string, string":us,"Object, Index, any":cs})}));function os(e,r){if(!Ue(r))throw new TypeError("Index expected");if(Bt(r))return"";if(St(Array.from(e),r),1!==r.size().length)throw new Nt(r.size().length,1);var t=e.length;Ft(r.min()[0],t),Ft(r.max()[0],t);var n=r.dimension(0),i="";return n.forEach((function(r){i+=e.charAt(r)})),i}function us(e,r,t,n){if(!r||!0!==r.isIndex)throw new TypeError("Index expected");if(Bt(r))return e;if(St(Array.from(e),r),1!==r.size().length)throw new Nt(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 Nt(i.size()[0],t.length);var a=e.length;Ft(r.min()[0]),Ft(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 ss(e,r){if(!Bt(r)){if(1!==r.size().length)throw new Nt(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 he(e,t)}}function cs(e,r,t){if(Bt(r))return e;if(1!==r.size().length)throw new Nt(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=hr(e);return ve(i,n,t),i}var fs="transpose",ls=Dr(fs,["typed","matrix"],(e=>{var{typed:r,matrix:t}=e;return r(fs,{Array:e=>n(t(e)).valueOf(),Matrix:n,any:hr});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: "+yt(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]=hr(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]=hr(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: "+yt(t)+")")}return r}})),ms="ctranspose",ds=Dr(ms,["typed","transpose","conj"],(e=>{var{typed:r,transpose:t,conj:n}=e;return r(ms,{any:function(e){return n(t(e))}})})),ps="zeros",hs=Dr(ps,["typed","config","matrix","BigNumber"],(e=>{var{typed:r,config:t,matrix:n,BigNumber:i}=e;return r(ps,{"":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){Ee(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||!Ar(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?qt(u,e,a):u}})),vs=Dr("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=Mt(e);return 1===r.length?h(e):p(e.map((e=>d(e,r.slice(1)))),0)}function p(e,r){var t=Mt(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=Mt(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)}})),ys="ifft",gs=Dr(ys,["typed","fft","dotDivide","conj"],(e=>{var{typed:r,fft:t,dotDivide:n,conj:i}=e;return r(ys,{"Array | Matrix":function(e){var r=ke(e)?e.size():Mt(e);return n(i(t(i(e))),r.reduce(((e,r)=>e*r),1))}})})),xs={exports:{}},bs={exports:{}},ws={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}(ws);var Ds={exports:{}};!function(e){var r=ws.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}(Ds),function(e){var r=ws.exports.default,t=Ds.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}(bs),function(e){var r=bs.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}(xs);const Ns=ce(xs.exports);function As(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 Ms=Dr("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(qe))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(qe))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(Ee),[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=>qe(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?As(Object(t),!0).forEach((function(r){Ns(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):As(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 Ee(e)||Ce(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])))}}})})),Cs=Dr("erf",["typed"],(e=>{var{typed:r}=e;return r("name",{number:function(e){var r=Math.abs(e);return r>=qs?Cr(e):r<=Es?Cr(e)*function(e){var r,t=e*e,n=Fs[0][4]*t,i=t;for(r=0;r<3;r+=1)n=(n+Fs[0][r])*t,i=(i+Bs[0][r])*t;return e*(n+Fs[0][3])/(i+Bs[0][3])}(r):r<=4?Cr(e)*(1-function(e){var r,t=Fs[1][8]*e,n=e;for(r=0;r<7;r+=1)t=(t+Fs[1][r])*e,n=(n+Bs[1][r])*e;var i=(t+Fs[1][7])/(n+Bs[1][7]),a=parseInt(16*e)/16,o=(e-a)*(e+a);return Math.exp(-a*a)*Math.exp(-o)*i}(r)):Cr(e)*(1-function(e){var r,t=1/(e*e),n=Fs[2][5]*t,i=t;for(r=0;r<4;r+=1)n=(n+Fs[2][r])*t,i=(i+Bs[2][r])*t;var a=t*(n+Fs[2][4])/(i+Bs[2][4]);a=(Ss-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=>mn(r,e)))})})),Es=.46875,Ss=.5641895835477563,Fs=[[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]],Bs=[[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]],qs=Math.pow(2,53),Ts="zeta",Os=Dr(Ts,["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(Ts,{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)}})),ks="mode",zs=Dr(ks,["typed","isNaN","isNumeric"],(e=>{var{typed:r,isNaN:t,isNumeric:n}=e;return r(ks,{"Array | Matrix":i,"...":function(e){return i(e)}});function i(e){if(0===(e=Pt(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 Is(e,r,t){var n;return String(e).includes("Unexpected type")?(n=arguments.length>2?" (type: "+pr(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: "+pr(t)+", value: "+JSON.stringify(t)+")":"",new TypeError("Cannot calculate "+r+", no ordering relation is defined for complex numbers"+n)):e}var Rs="prod",js=Dr(Rs,["typed","config","multiplyScalar","numeric"],(e=>{var{typed:r,config:t,multiplyScalar:n,numeric:i}=e;return r(Rs,{"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(ln(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw Is(r,"prod",e)}})),"string"==typeof r&&(r=i(r,Mr(r,t))),void 0===r)throw new Error("Cannot calculate prod of an empty array");return r}})),Us="format",Ps=Dr(Us,["typed"],(e=>{var{typed:r}=e;return r(Us,{any:yt,"any, Object | function | number | BigNumber":yt})})),$s=Dr("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})}})})),Ls=Dr("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})}})})),_s=Dr("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})}})})),Js=/\$([\w.]+)/g,Ws="print",Vs=Dr(Ws,["typed"],(e=>{var{typed:r}=e;return r(Ws,{"string, Object | Array":Hs,"string, Object | Array, number | Object":Hs})}));function Hs(e,r,t){return e.replace(Js,(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?Te(a)?a:yt(a,t):e}))}var Zs=Dr("to",["typed","matrix","concat"],(e=>{var{typed:r,matrix:t,concat:n}=e;return r("to",{"Unit, Unit | string":(e,r)=>e.to(r)},to({typed:r,matrix:t,concat:n})({Ds:!0}))})),Gs="isPrime",Xs=Dr(Gs,["typed"],(e=>{var{typed:r}=e;return r(Gs,{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=>mn(r,e)))})})),Qs=Dr("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):Lu};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=pr(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)}})),Ys="divideScalar",Ks=Dr(Ys,["typed","numeric"],(e=>{var{typed:r}=e;return r(Ys,{"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)})})),ec=Dr("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&&!Ar(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:Ar(r)||e>=0||t.predictable?jn(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(!Ar(r))throw new TypeError("For A^b, b must be an integer (value is "+r+")");var t=Mt(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))}})),rc="Number of decimals in function round must be an integer",tc="round",nc=Dr(tc,["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=Fa({typed:r,equalScalar:i}),c=Ba({typed:r,DenseMatrix:u}),f=qa({typed:r});function l(e){return Math.abs(zr(e).exponent)}return r(tc,{number:function(e){var r=Un(e,l(t.relTol));return Un(Pr(e,r,t.relTol,t.absTol)?r:e)},"number, number":function(e,r){var n=l(t.relTol);if(r>=n)return Un(e,r);var i=Un(e,n);return Un(Pr(e,i,t.relTol,t.absTol)?i:e,r)},"number, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(rc);return new o(e).toDecimalPlaces(r.toNumber())},Complex:function(e){return e.round()},"Complex, number":function(e,r){if(r%1)throw new TypeError(rc);return e.round(r)},"Complex, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(rc);var t=r.toNumber();return e.round(t)},BigNumber:function(e){var r=new o(e).toDecimalPlaces(l(t.relTol));return(qi(e,r,t.relTol,t.absTol)?r:e).toDecimalPlaces(0)},"BigNumber, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(rc);var n=l(t.relTol);if(r>=n)return e.toDecimalPlaces(r.toNumber());var i=e.toDecimalPlaces(n);return(qi(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(rc);return e.round(r)},"Fraction, BigNumber":function(e,r){if(!r.isInteger())throw new TypeError(rc);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)=>mn(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=>mn(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()))})})),ic=["config","typed","typeOf","divideScalar","Complex"],ac=Math.log(16),oc=Dr("log",ic,(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?qn(e):u(e)},bigint:vo(ac,qn,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))}))})})),uc="log1p",sc=Dr(uc,["typed","config","divideScalar","log","Complex"],(e=>{var{typed:r,config:t,divideScalar:n,log:i,Complex:a}=e;return r(uc,{number:function(e){return e>=-1||t.predictable?Fr(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=>mn(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))}})),cc="nthRoots",fc=Dr(cc,["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(cc,{Complex:function(e){return i(e,2)},"Complex, number":i})})),lc="dotPow",mc=Dr(lc,["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=Ya({typed:r}),c=tu({typed:r,SparseMatrix:u}),f=Fa({typed:r,equalScalar:t}),l=Ba({typed:r,DenseMatrix:a}),m=to({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(lc,m({elop:h,SS:c,DS:s,Ss:f,sS:l}))})),dc="dotDivide",pc=Dr(dc,["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=Qa({typed:r,equalScalar:n}),c=Ya({typed:r}),f=tu({typed:r,SparseMatrix:u}),l=Fa({typed:r,equalScalar:n}),m=Ba({typed:r,DenseMatrix:a}),d=to({typed:r,matrix:t,concat:o});return r(dc,d({elop:i,SS:f,DS:c,SD:s,Ss:l,sS:m}))}));function hc(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: "+yt(i)+")");var a=i[0];if(a!==i[1])throw new RangeError("Matrix must be square (size: "+yt(i)+")");var o=[];if(ke(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(Ie(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(Re(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(Oe(t)){var y=Mt(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 vc="lsolve",yc=Dr(vc,["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=hc({DenseMatrix:u});return r(vc,{"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]})}})),gc="usolve",xc=Dr(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=hc({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._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]})}})),bc="lsolveAll",wc=Dr(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=hc({DenseMatrix:u});return r(bc,{"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]})))}})),Dc="usolveAll",Nc=Dr(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=hc({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._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]})))}})),Ac=Dr("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 Nt(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})}})),Mc=Dr("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()))}})),Cc="leftShift",Ec=Dr(Cc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=io({typed:r}),s=Qa({typed:r,equalScalar:n}),c=Ac({typed:r,equalScalar:n}),f=oo({typed:r,DenseMatrix:a}),l=Fa({typed:r,equalScalar:n}),m=qa({typed:r}),d=to({typed:r,matrix:t,concat:o}),p=Mc({typed:r,matrix:t});return r(Cc,{"number, number":Wn,"BigNumber, BigNumber":Zo,"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}))})),Sc="rightArithShift",Fc=Dr(Sc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=io({typed:r}),s=Qa({typed:r,equalScalar:n}),c=Ac({typed:r,equalScalar:n}),f=oo({typed:r,DenseMatrix:a}),l=Fa({typed:r,equalScalar:n}),m=qa({typed:r}),d=to({typed:r,matrix:t,concat:o}),p=Mc({typed:r,matrix:t});return r(Sc,{"number, number":Vn,"BigNumber, BigNumber":Go,"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="rightLogShift",qc=Dr(Bc,["typed","matrix","equalScalar","zeros","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,DenseMatrix:a,concat:o}=e,u=io({typed:r}),s=Qa({typed:r,equalScalar:n}),c=Ac({typed:r,equalScalar:n}),f=oo({typed:r,DenseMatrix:a}),l=Fa({typed:r,equalScalar:n}),m=qa({typed:r}),d=to({typed:r,matrix:t,concat:o}),p=Mc({typed:r,matrix:t});return r(Bc,{"number, number":Hn,"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=Dr("and",["typed","matrix","equalScalar","zeros","not","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Qa({typed:r,equalScalar:n}),s=po({typed:r,equalScalar:n}),c=Fa({typed:r,equalScalar:n}),f=qa({typed:r}),l=to({typed:r,matrix:t,concat:o});return r("and",{"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()||r.isZero()||e.isNaN()||r.isNaN())},"bigint, bigint":ni,"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}))})),Oc="compare",kc=Dr(Oc,["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=Ya({typed:r}),f=Ka({typed:r,equalScalar:n}),l=Ba({typed:r,DenseMatrix:u}),m=to({typed:r,matrix:i,concat:s}),d=Vi({typed:r});return r(Oc,zc({typed:r,config:t}),{"boolean, boolean":function(e,r){return e===r?0:e>r?1:-1},"BigNumber, BigNumber":function(e,r){return qi(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}))})),zc=Dr(Oc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Oc,{"number, number":function(e,r){return Pr(e,r,t.relTol,t.absTol)?0:e>r?1:-1}})})),Ic=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},Rc="compareNatural",jc=Dr(Rc,["typed","compare"],(e=>{var{typed:r,compare:t}=e,n=t.signatures["boolean,boolean"];return r(Rc,{"any, any":function e(r,o){var u,s=pr(r),c=pr(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:Ic(s,c);var f=["Array","DenseMatrix","SparseMatrix"];if(f.includes(s)||f.includes(c))return 0!==(u=i(e,r,o))?u:Ic(s,c);if(s!==c)return Ic(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 Ic(r,o);if("Object"===s)return function(e,r,t){var n=Object.keys(r),i=Object.keys(t);n.sort(Ic),i.sort(Ic);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 Re(r)&&Re(t)?a(e,r.toJSON().values,t.toJSON().values):Re(r)?i(e,r.toArray(),t):Re(t)?i(e,r,t.toArray()):Ie(r)?i(e,r.toJSON().data,t):Ie(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}})),Uc="compareText",Pc=["typed","matrix","concat"];Dt.signature="any, any";var $c=Dr(Uc,Pc,(e=>{var{typed:r,matrix:t,concat:n}=e,i=to({typed:r,matrix:t,concat:n});return r(Uc,Dt,i({elop:Dt,Ds:!0}))})),Lc="equal",_c=Dr(Lc,["typed","matrix","equalScalar","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ya({typed:r}),s=tu({typed:r,SparseMatrix:o}),c=Ba({typed:r,DenseMatrix:i}),f=to({typed:r,matrix:t,concat:a});return r(Lc,Jc({typed:r,equalScalar:n}),f({elop:n,SS:s,DS:u,Ss:c}))})),Jc=Dr(Lc,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(Lc,{"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)}})})),Wc="equalText",Vc=Dr(Wc,["typed","compareText","isZero"],(e=>{var{typed:r,compareText:t,isZero:n}=e;return r(Wc,{"any, any":function(e,r){return n(t(e,r))}})})),Hc="smaller",Zc=Dr(Hc,["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=Ya({typed:r}),c=tu({typed:r,SparseMatrix:u}),f=Ba({typed:r,DenseMatrix:a}),l=to({typed:r,matrix:i,concat:o}),m=Vi({typed:r});function d(e,r){return e.lt(r)&&!qi(e,r,t.relTol,t.absTol)}return r(Hc,Gc({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}))})),Gc=Dr(Hc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Hc,{"number, number":function(e,r){return e<r&&!Pr(e,r,t.relTol,t.absTol)}})})),Xc="smallerEq",Qc=Dr(Xc,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ya({typed:r}),s=tu({typed:r,SparseMatrix:o}),c=Ba({typed:r,DenseMatrix:i}),f=to({typed:r,matrix:n,concat:a}),l=Vi({typed:r});return r(Xc,Yc({typed:r,config:t}),{"boolean, boolean":(e,r)=>e<=r,"BigNumber, BigNumber":function(e,r){return e.lte(r)||qi(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}))})),Yc=Dr(Xc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Xc,{"number, number":function(e,r){return e<=r||Pr(e,r,t.relTol,t.absTol)}})})),Kc="larger",ef=Dr(Kc,["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=Ya({typed:r}),c=tu({typed:r,SparseMatrix:u}),f=Ba({typed:r,DenseMatrix:a}),l=to({typed:r,matrix:i,concat:o}),m=Vi({typed:r});function d(e,r){return e.gt(r)&&!qi(e,r,t.relTol,t.absTol)}return r(Kc,rf({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}))})),rf=Dr(Kc,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(Kc,{"number, number":function(e,r){return e>r&&!Pr(e,r,t.relTol,t.absTol)}})})),tf="largerEq",nf=Dr(tf,["typed","config","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,config:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ya({typed:r}),s=tu({typed:r,SparseMatrix:o}),c=Ba({typed:r,DenseMatrix:i}),f=to({typed:r,matrix:n,concat:a}),l=Vi({typed:r});return r(tf,af({typed:r,config:t}),{"boolean, boolean":(e,r)=>e>=r,"BigNumber, BigNumber":function(e,r){return e.gte(r)||qi(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}))})),af=Dr(tf,["typed","config"],(e=>{var{typed:r,config:t}=e;return r(tf,{"number, number":function(e,r){return e>=r||Pr(e,r,t.relTol,t.absTol)}})})),of="deepEqual",uf=Dr(of,["typed","equal"],(e=>{var{typed:r,equal:t}=e;return r(of,{"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)}})),sf="unequal",cf=Dr(sf,["typed","config","equalScalar","matrix","DenseMatrix","concat","SparseMatrix"],(e=>{var{typed:r,equalScalar:t,matrix:n,DenseMatrix:i,concat:a,SparseMatrix:o}=e,u=Ya({typed:r}),s=tu({typed:r,SparseMatrix:o}),c=Ba({typed:r,DenseMatrix:i}),f=to({typed:r,matrix:n,concat:a});return r(sf,ff({typed:r,equalScalar:t}),f({elop:function(e,r){return!t(e,r)},SS:s,DS:u,Ss:c}))})),ff=Dr(sf,["typed","equalScalar"],(e=>{var{typed:r,equalScalar:t}=e;return r(sf,{"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)}})})),lf="partitionSelect",mf=Dr(lf,["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(lf,{"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(!Ar(r)||r<0)throw new Error("k must be a non-negative integer");if(ke(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]}})),df="sort",pf=Dr(df,["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(df,{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!==Mt(e).length)throw new Error("One dimensional array expected")}function c(e){if(1!==e.size().length)throw new Error("One dimensional matrix expected")}})),hf=Dr("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 dn(e,r.valueOf(),o)},"...":function(e){if(fn(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 Is(e,"max",r)}}function u(e){var r;if(ln(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw Is(r,"max",e)}})),void 0===r)throw new Error("Cannot calculate max of an empty array");return"string"==typeof r&&(r=n(r,Mr(r,t))),r}})),vf=Dr("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 dn(e,r.valueOf(),o)},"...":function(e){if(fn(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 Is(e,"min",r)}}function u(e){var r;if(ln(e,(function(e){try{(a(e)||void 0===r||i(e,r))&&(r=e)}catch(r){throw Is(r,"min",e)}})),void 0===r)throw new Error("Cannot calculate min of an empty array");return"string"==typeof r&&(r=n(r,Mr(r,t))),r}})),yf=Dr("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&&!Te(r))throw new Error("Invalid datatype: "+r);if(ke(e)||Oe(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&&Oe(e.data)&&Oe(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 ("+pr(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 ke(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:hr(this._data),size:hr(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}),gf=Dr("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=Oe(o),s=ke(o),c=typeof o,f=null;if(je(o))this._dimensions.push(o),this._isScalar=!1;else if(u||s){var l=void 0;"boolean"===t(o)?(u&&(l=i(xf(o).valueOf())),s&&(l=i(xf(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]||!Ar(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=hr(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 xf(e){var r=[];return e.forEach(((e,t)=>{e&&r.push(t)})),r}var bf=Dr("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}),wf=Dr("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 Df(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 Nf(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:Df(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 Af=Nf((function(e){return new e(1).exp()}),{hasher:Sf}),Mf=Nf((function(e){return new e(1).plus(new e(5).sqrt()).div(2)}),{hasher:Sf}),Cf=Nf((function(e){return e.acos(-1)}),{hasher:Sf}),Ef=Nf((function(e){return Cf(e).times(2)}),{hasher:Sf});function Sf(e){return e[0].precision}function Ff(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 Bf(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Ff(Object(t),!0).forEach((function(r){Ns(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ff(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var qf=Dr("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)&&!Fe(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(!qe(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=>de({},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=hr(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])gr(this.units[r],t)&&(e.units[r][t]=this.units[r][t]);return e},D.prototype.valueType=function(){return pr(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(pr(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(pr(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=Nf((e=>{if(gr(R,e)){var r=R[e];return{unit:r,prefix:r.prefixes[""]}}for(var t in R)if(gr(R,t)&&vt(e,t)){var n=R[t],i=e.substring(0,e.length-t.length),a=gr(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=qe(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=Bf({},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 qe(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=qe(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=Bf(Bf({},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 qe(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(!qe(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=hr(t);else{var n=D._getNumberConverter(pr(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(gr($,i)&&t.hasBase(k[i])){e=i;break}if("NONE"===e)t.units=[];else if(e&&gr($,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&&(gr($,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(!gr(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&&Fe(r.value)&&(t=Math.abs(r.value.re)<1e-14),r.units)gr(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&&Fe(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(gr(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=de({},T.SHORT,T.LONG),T.BINARY_SHORT=de({},T.BINARY_SHORT_SI,T.BINARY_SHORT_IEC),T.BINARY_LONG=de({},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)gr(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=Cf(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(!gr(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(gr(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(gr(R,L)){var _=R[L];_.dimensions=_.base.dimensions}for(var J in j)if(gr(j,J)){var W=R[j[J]],V={};for(var H in W)gr(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(gr(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)gr(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(gr(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(gr(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(gr(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)gr(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)gr(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}),Tf="unit",Of=Dr(Tf,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r(Tf,{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=>mn(r,e)))})})),kf="sparse",zf=Dr(kf,["typed","SparseMatrix"],(e=>{var{typed:r,SparseMatrix:t}=e;return r(kf,{"":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)}})})),If="createUnit",Rf=Dr(If,["typed","Unit"],(e=>{var{typed:r,Unit:t}=e;return r(If,{"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,{})}})})),jf="acos",Uf=Dr(jf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(jf,{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()}})})),Pf="acosh",$f=Dr(Pf,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(Pf,{number:function(e){return e>=1||t.predictable?li(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()}})})),Lf="acot",_f=Dr(Lf,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Lf,{number:mi,Complex:function(e){return e.acot()},BigNumber:function(e){return new t(1).div(e).atan()}})})),Jf="acoth",Wf=Dr(Jf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Jf,{number:function(e){return e>=1||e<=-1||t.predictable?di(e):new n(e,0).acoth()},Complex:function(e){return e.acoth()},BigNumber:function(e){return new i(1).div(e).atanh()}})})),Vf="acsc",Hf=Dr(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?pi(e):new n(e,0).acsc()},Complex:function(e){return e.acsc()},BigNumber:function(e){return new i(1).div(e).asin()}})})),Zf="acsch",Gf=Dr(Zf,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(Zf,{number:hi,Complex:function(e){return e.acsch()},BigNumber:function(e){return new t(1).div(e).asinh()}})})),Xf="asec",Qf=Dr(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?vi(e):new n(e,0).asec()},Complex:function(e){return e.asec()},BigNumber:function(e){return new i(1).div(e).acos()}})})),Yf="asech",Kf=Dr(Yf,["typed","config","Complex","BigNumber"],(e=>{var{typed:r,config:t,Complex:n,BigNumber:i}=e;return r(Yf,{number:function(e){if(e<=1&&e>=-1||t.predictable){var r=1/e;if(r>0||t.predictable)return yi(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()}})})),el="asin",rl=Dr(el,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(el,{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()}})})),tl=Dr("asinh",["typed"],(e=>{var{typed:r}=e;return r("asinh",{number:gi,Complex:function(e){return e.asinh()},BigNumber:function(e){return e.asinh()}})})),nl=Dr("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()}})})),il="atan2",al=Dr(il,["typed","matrix","equalScalar","BigNumber","DenseMatrix","concat"],(e=>{var{typed:r,matrix:t,equalScalar:n,BigNumber:i,DenseMatrix:a,concat:o}=e,u=Qa({typed:r,equalScalar:n}),s=Ya({typed:r}),c=Uo({typed:r,equalScalar:n}),f=Fa({typed:r,equalScalar:n}),l=Ba({typed:r,DenseMatrix:a}),m=to({typed:r,matrix:t,concat:o});return r(il,{"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}))})),ol="atanh",ul=Dr(ol,["typed","config","Complex"],(e=>{var{typed:r,config:t,Complex:n}=e;return r(ol,{number:function(e){return e<=1&&e>=-1||t.predictable?xi(e):new n(e,0).atanh()},Complex:function(e){return e.atanh()},BigNumber:function(e){return e.atanh()}})})),sl=Dr("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)}))}})),cl=Dr("cos",["typed"],(e=>{var{typed:r}=e,t=sl({typed:r});return r("cos",{number:Math.cos,"Complex | BigNumber":e=>e.cos()},t)})),fl="cosh",ll=Dr(fl,["typed"],(e=>{var{typed:r}=e;return r(fl,{number:Jr,"Complex | BigNumber":e=>e.cosh()})})),ml=Dr("cot",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("cot",{number:bi,Complex:e=>e.cot(),BigNumber:e=>new t(1).div(e.tan())},sl({typed:r}))})),dl="coth",pl=Dr(dl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(dl,{number:wi,Complex:e=>e.coth(),BigNumber:e=>new t(1).div(e.tanh())})})),hl=Dr("csc",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("csc",{number:Di,Complex:e=>e.csc(),BigNumber:e=>new t(1).div(e.sin())},sl({typed:r}))})),vl="csch",yl=Dr(vl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(vl,{number:Ni,Complex:e=>e.csch(),BigNumber:e=>new t(1).div(e.sinh())})})),gl=Dr("sec",["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r("sec",{number:Ai,Complex:e=>e.sec(),BigNumber:e=>new t(1).div(e.cos())},sl({typed:r}))})),xl="sech",bl=Dr(xl,["typed","BigNumber"],(e=>{var{typed:r,BigNumber:t}=e;return r(xl,{number:Mi,Complex:e=>e.sech(),BigNumber:e=>new t(1).div(e.cosh())})})),wl=Dr("sin",["typed"],(e=>{var{typed:r}=e,t=sl({typed:r});return r("sin",{number:Math.sin,"Complex | BigNumber":e=>e.sin()},t)})),Dl="sinh",Nl=Dr(Dl,["typed"],(e=>{var{typed:r}=e;return r(Dl,{number:Ci,"Complex | BigNumber":e=>e.sinh()})})),Al=Dr("tan",["typed"],(e=>{var{typed:r}=e,t=sl({typed:r});return r("tan",{number:Math.tan,"Complex | BigNumber":e=>e.tan()},t)})),Ml=Dr("tanh",["typed"],(e=>{var{typed:r}=e;return r("tanh",{number:Vr,"Complex | BigNumber":e=>e.tanh()})})),Cl="setCartesian",El=Dr(Cl,["typed","size","subset","compareNatural","Index","DenseMatrix"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a,DenseMatrix:o}=e;return r(Cl,{"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=Pt(Array.isArray(e)?e:e.toArray()).sort(i),c=Pt(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)}})})),Sl="setDifference",Fl=Dr(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)))u=[];else{if(0===n(t(r),new a(0)))return Pt(e.toArray());var s,c=Wt(Pt(Array.isArray(e)?e:e.toArray()).sort(i)),f=Wt(Pt(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)?Vt(u):new o(Vt(u))}})})),Bl="setDistinct",ql=Dr(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":function(e){var r;if(0===n(t(e),new a(0)))r=[];else{var u=Pt(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)}})})),Tl="setIntersect",Ol=Dr(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))||0===n(t(r),new a(0)))u=[];else{var s=Wt(Pt(Array.isArray(e)?e:e.toArray()).sort(i)),c=Wt(Pt(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)?Vt(u):new o(Vt(u))}})})),kl="setIsSubset",zl=Dr(kl,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(kl,{"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=Wt(Pt(Array.isArray(e)?e:e.toArray()).sort(i)),s=Wt(Pt(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}})})),Il="setMultiplicity",Rl=Dr(Il,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(Il,{"number | BigNumber | Fraction | Complex, Array | Matrix":function(e,r){if(0===n(t(r),new a(0)))return 0;for(var o=Pt(Array.isArray(r)?r:r.toArray()),u=0,s=0;s<o.length;s++)0===i(o[s],e)&&u++;return u}})})),jl="setPowerset",Ul=Dr(jl,["typed","size","subset","compareNatural","Index"],(e=>{var{typed:r,size:t,subset:n,compareNatural:i,Index:a}=e;return r(jl,{"Array | Matrix":function(e){if(0===n(t(e),new a(0)))return[];for(var r=Pt(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}})),Pl="setSize",$l=Dr(Pl,["typed","compareNatural"],(e=>{var{typed:r,compareNatural:t}=e;return r(Pl,{"Array | Matrix":function(e){return Array.isArray(e)?Pt(e).length:Pt(e.toArray()).length},"Array | Matrix, boolean":function(e,r){if(!1===r||0===e.length)return Array.isArray(e)?Pt(e).length:Pt(e.toArray()).length;for(var n=Pt(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}})})),Ll="setSymDifference",_l=Dr(Ll,["typed","size","concat","subset","setDifference","Index"],(e=>{var{typed:r,size:t,concat:n,subset:i,setDifference:a,Index:o}=e;return r(Ll,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new o(0)))return Pt(r);if(0===i(t(r),new o(0)))return Pt(e);var u=Pt(e),s=Pt(r);return n(a(u,s),a(s,u))}})})),Jl="setUnion",Wl=Dr(Jl,["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(Jl,{"Array | Matrix, Array | Matrix":function(e,r){if(0===i(t(e),new u(0)))return Pt(r);if(0===i(t(r),new u(0)))return Pt(e);var s=Pt(e),c=Pt(r);return n(o(s,c),a(s,c))}})})),Vl=Dr("add",["typed","matrix","addScalar","equalScalar","DenseMatrix","SparseMatrix","concat"],(e=>{var{typed:r,matrix:t,addScalar:n,equalScalar:i,DenseMatrix:a,concat:o}=e,u=io({typed:r}),s=ao({typed:r,equalScalar:i}),c=oo({typed:r,DenseMatrix:a}),f=to({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}))})),Hl="hypot",Zl=Dr(Hl,["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(Hl,{"... number | BigNumber":c,Array:c,Matrix:e=>c(Pt(e.toArray(),!0))});function c(e){for(var r=0,c=0,f=0;f<e.length;f++){if(Fe(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))}})),Gl="norm",Xl=Dr(Gl,["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(Gl,{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")}}})),Ql=Dr("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=ke(e)?e._data:e,f=ke(e)?e._datatype||e.getDataType():void 0,l=ke(a)?a._data:a,m=ke(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 ke(e)?e.size():a(e)}})),Yl=Dr("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: "+yt(a)+")")},DenseMatrix:i,any:hr});function i(e){var r=e._size,t=e._data;switch(r.length){case 1:if(1===r[0])return hr(t[0]);throw new RangeError("Matrix must be square (size: "+yt(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: "+yt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+yt(r)+")")}}})),Kl="index",em=Dr(Kl,["typed","Index"],(e=>{var{typed:r,Index:t}=e;return r(Kl,{"...number | string | BigNumber | Range | Array | Matrix":function(e){var r=e.map((function(e){return Ee(e)?e.toNumber():Oe(e)||ke(e)?e.map((function(e){return Ee(e)?e.toNumber():e})):e})),n=new t;return t.apply(n,r),n}})})),rm=new Set(["end"]),tm=Dr("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=Me(r);return function(e){for(var r of[...rm])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(!or(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&&yr(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 nm(e){return e&&e.isIndexError?new At(e.index+1,e.min+1,void 0!==e.max?e.max+1:void 0):e}function im(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 he(e,t.getObjectProperty())}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw nm(e)}}}var am="AccessorNode",om=Dr(am,["subset","Node"],(e=>{var{subset:r,Node:t}=e,n=im({subset:r});function i(e){return!(Xe(e)||Qe(e)||rr(e)||ir(e)||ur(e)||cr(e)||mr(e))}class a extends t{constructor(e,r){if(super(),!or(e))throw new TypeError('Node expected for parameter "object"');if(!ar(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 am}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 he(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:am,object:this.object,index:this.index}}static fromJSON(e){return new a(e.object,e.index)}}return Ns(a,"name",am),a}),{isClass:!0,isNode:!0}),um="ArrayNode",sm=Dr(um,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),this.items=e||[],!Array.isArray(this.items)||!this.items.every(or))throw new TypeError("Array containing Nodes expected")}get type(){return um}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:um,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(Qe)&&!t.every(Qe),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 Ns(t,"name",um),t}),{isClass:!0,isNode:!0}),cm=[{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 fm(e,r){if(!r||"auto"!==r)return e;for(var t=e;cr(t);)t=t.content;return t}function lm(e,r,t,n){var i=e;"keep"!==r&&(i=e.getContent());for(var a=i.getIdentifier(),o=null,u=0;u<cm.length;u++)if(a in cm[u]){o=u;break}if("OperatorNode:multiply"===a&&i.implicit&&"show"!==t){var s=fm(i.args[0],r);rr(s)&&n&&"OperatorNode:divide"===n.getIdentifier()&&tr(fm(n.args[0],r))||"OperatorNode:divide"===s.getIdentifier()&&tr(fm(s.args[0],r))&&rr(fm(s.args[1]))||(o+=1)}return o}function mm(e,r){var t=e;"keep"!==r&&(t=e.getContent());var n=t.getIdentifier(),i=lm(t,r);if(null===i)return null;var a=cm[i][n];if(gr(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 dm(e,r,t){var n="keep"!==t?e.getContent():e,i="keep"!==t?e.getContent():r,a=n.getIdentifier(),o=i.getIdentifier(),u=lm(n,t);if(null===u)return null;var s=cm[u][a];if(gr(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 pm="AssignmentNode",hm=Dr(pm,["subset","?matrix","Node"],(e=>{var{subset:r,matrix:t,Node:n}=e,i=im({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 ve(e,n.getObjectProperty(),i),e}throw new TypeError("Cannot apply index: unsupported type of object")}catch(e){throw nm(e)}}}({subset:r,matrix:t});function o(e,r,t){r||(r="keep");var n=lm(e,r,t),i=lm(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,!mr(e)&&!Xe(e))throw new TypeError('SymbolNode or AccessorNode expected as "object"');if(mr(e)&&"end"===e.name)throw new Error('Cannot assign to symbol "end"');if(this.index&&!ar(this.index))throw new TypeError('IndexNode expected as "index"');if(!or(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 pm}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 ve(i,s,a),a}}if(mr(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=he(i,f),s=n(e,r,u),l=o(e,r,t);return ve(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(!mr(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:pm,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 Ns(u,"name",pm),u}),{isClass:!0,isNode:!0}),vm="BlockNode",ym=Dr(vm,["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(!or(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 vm}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 Lt(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:vm,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 Ns(n,"name",vm),n}),{isClass:!0,isNode:!0}),gm="ConditionalNode",xm=Dr(gm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e,r,t){if(super(),!or(e))throw new TypeError("Parameter condition must be a Node");if(!or(r))throw new TypeError("Parameter trueExpr must be a Node");if(!or(t))throw new TypeError("Parameter falseExpr must be a Node");this.condition=e,this.trueExpr=r,this.falseExpr=t}get type(){return gm}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(Ee(e))return!e.isZero();if(Fe(e))return!(!e.re&&!e.im);if(qe(e))return!!e.value}if(null==e)return!1;throw new TypeError('Unsupported type of condition "'+pr(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=lm(this,r,e&&e.implicit),n=this.condition.toString(e),i=lm(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=lm(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=lm(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:gm,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=lm(this,r,e&&e.implicit),n=this.condition.toHTML(e),i=lm(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=lm(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=lm(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 Ns(t,"name",gm),t}),{isClass:!0,isNode:!0}),bm=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},wm={"{":"\\{","}":"\\}","\\":"\\textbackslash{}","#":"\\#",$:"\\$","%":"\\%","&":"\\&","^":"\\textasciicircum{}",_:"\\_","~":"\\textasciitilde{}"},Dm={"–":"\\--","—":"\\---"," ":"~","\t":"\\qquad{}","\r\n":"\\newline{}","\n":"\\newline{}"},Nm=function(e,r){return bm({},e,r)};const Am=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?Nm:i,o=String(e),u="",s=a(bm({},wm),n?bm({},Dm):{}),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 Mm={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{?}"},Cm={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"},Em={abs:{1:"\\left|${args[0]}\\right|"},add:{2:"\\left(${args[0]}".concat(Cm.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(Cm.dotDivide,"${args[1]}\\right)")},dotMultiply:{2:"\\left(${args[0]}".concat(Cm.dotMultiply,"${args[1]}\\right)")},dotPow:{2:"\\left(${args[0]}".concat(Cm.dotPow,"${args[1]}\\right)")},exp:{1:"\\exp\\left(${args[0]}\\right)"},expm1:"\\left(e".concat(Cm.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(Cm.mod,"${args[1]}\\right)")},multiply:{2:"\\left(${args[0]}".concat(Cm.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(Cm.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(Cm.subtract,"${args[1]}\\right)")},unaryMinus:{1:"".concat(Cm.unaryMinus,"\\left(${args[0]}\\right)")},unaryPlus:{1:"".concat(Cm.unaryPlus,"\\left(${args[0]}\\right)")},bitAnd:{2:"\\left(${args[0]}".concat(Cm.bitAnd,"${args[1]}\\right)")},bitNot:{1:Cm.bitNot+"\\left(${args[0]}\\right)"},bitOr:{2:"\\left(${args[0]}".concat(Cm.bitOr,"${args[1]}\\right)")},bitXor:{2:"\\left(${args[0]}".concat(Cm.bitXor,"${args[1]}\\right)")},leftShift:{2:"\\left(${args[0]}".concat(Cm.leftShift,"${args[1]}\\right)")},rightArithShift:{2:"\\left(${args[0]}".concat(Cm.rightArithShift,"${args[1]}\\right)")},rightLogShift:{2:"\\left(${args[0]}".concat(Cm.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(Cm.and,"${args[1]}\\right)")},not:{1:Cm.not+"\\left(${args[0]}\\right)"},or:{2:"\\left(${args[0]}".concat(Cm.or,"${args[1]}\\right)")},xor:{2:"\\left(${args[0]}".concat(Cm.xor,"${args[1]}\\right)")},cross:{2:"\\left(${args[0]}\\right)\\times\\left(${args[1]}\\right)"},ctranspose:{1:"\\left(${args[0]}\\right)".concat(Cm.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(Cm.pow,"{\\frac{1}{2}}")},trace:{1:"\\mathrm{tr}\\left(${args[0]}\\right)"},transpose:{1:"\\left(${args[0]}\\right)".concat(Cm.transpose)},combinations:{2:"\\binom{${args[0]}}{${args[1]}}"},combinationsWithRep:{2:"\\left(\\!\\!{\\binom{${args[0]}}{${args[1]}}}\\!\\!\\right)"},factorial:{1:"\\left(${args[0]}\\right)".concat(Cm.factorial)},gamma:{1:"\\Gamma\\left(${args[0]}\\right)"},lgamma:{1:"\\ln\\Gamma\\left(${args[0]}\\right)"},equal:{2:"\\left(${args[0]}".concat(Cm.equal,"${args[1]}\\right)")},larger:{2:"\\left(${args[0]}".concat(Cm.larger,"${args[1]}\\right)")},largerEq:{2:"\\left(${args[0]}".concat(Cm.largerEq,"${args[1]}\\right)")},smaller:{2:"\\left(${args[0]}".concat(Cm.smaller,"${args[1]}\\right)")},smallerEq:{2:"\\left(${args[0]}".concat(Cm.smallerEq,"${args[1]}\\right)")},unequal:{2:"\\left(${args[0]}".concat(Cm.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(Cm.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(Mm.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)"}},Sm={deg:"^\\circ"};function Fm(e){return Am(e,{preserveFormatting:!0})}function Bm(e,r){return(r=void 0!==r&&r)?gr(Sm,e)?Sm[e]:"\\mathrm{"+Fm(e)+"}":gr(Mm,e)?Mm[e]:Fm(e)}var qm="ConstantNode",Tm=Dr(qm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){super(),this.value=e}get type(){return qm}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 yt(this.value,e)}_toHTML(e){var r=this._toString(e);switch(pr(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:qm,value:this.value}}static fromJSON(e){return new t(e.value)}_toTex(e){var r=this._toString(e),t=pr(this.value);switch(t){case"string":return"\\mathtt{"+Fm(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 Ns(t,"name",qm),t}),{isClass:!0,isNode:!0}),Om="FunctionAssignmentNode",km=Dr(Om,["typed","Node"],(e=>{var{typed:r,Node:t}=e;function n(e,r,t){var n=lm(e,r,t),i=lm(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(!or(t))throw new TypeError('Node expected for parameter "expr"');if(rm.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 Om}get isFunctionAssignmentNode(){return!0}_compile(e,t){var n=Object.create(t);Lt(this.params,(function(e){n[e]=!0}));var i=this.expr._compile(e,n),a=this.name,o=this.params,u=Jt(this.types,","),s=a+"("+Jt(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:Om,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">'+bt(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">'+bt(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(Bm).join(",")+"\\right)="+t}}return Ns(i,"name",Om),i}),{isClass:!0,isNode:!0}),zm="IndexNode",Im=Dr(zm,["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(or))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 zm}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(!ke(n)&&!Oe(n)&&!Te(n))throw new TypeError('Cannot resolve "end": context must be a Matrix, Array, or string but is '+pr(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=he(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&&rr(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:zm,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">'+bt(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 Ns(n,"name",zm),n}),{isClass:!0,isNode:!0}),Rm="ObjectNode",jm=Dr(Rm,["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 or(e[r])}))))throw new TypeError("Object containing Nodes expected")}get type(){return Rm}get isObjectNode(){return!0}_compile(e,r){var t={};for(var n in this.properties)if(gr(this.properties,n)){var i=gt(n),a=JSON.parse(i),o=he(this.properties,n);t[a]=o._compile(e,r)}return function(e,r,n){var i={};for(var a in t)gr(t,a)&&(i[a]=t[a](e,r,n));return i}}forEach(e){for(var r in this.properties)gr(this.properties,r)&&e(this.properties[r],"properties["+gt(r)+"]",this)}map(e){var r={};for(var n in this.properties)gr(this.properties,n)&&(r[n]=this._ifNode(e(this.properties[n],"properties["+gt(n)+"]",this)));return new t(r)}clone(){var e={};for(var r in this.properties)gr(this.properties,r)&&(e[r]=this.properties[r]);return new t(e)}_toString(e){var r=[];for(var t in this.properties)gr(this.properties,t)&&r.push(gt(t)+": "+this.properties[t].toString(e));return"{"+r.join(", ")+"}"}toJSON(){return{mathjs:Rm,properties:this.properties}}static fromJSON(e){return new t(e.properties)}_toHTML(e){var r=[];for(var t in this.properties)gr(this.properties,t)&&r.push('<span class="math-symbol math-property">'+bt(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)gr(this.properties,t)&&r.push("\\mathbf{"+t+":} & "+this.properties[t].toTex(e)+"\\\\");return"\\left\\{\\begin{array}{ll}"+r.join("\n")+"\\end{array}\\right\\}"}}return Ns(t,"name",Rm),t}),{isClass:!0,isNode:!0});function Um(e,r){return new De(e,new we(r),new Set(Object.keys(r)))}var Pm="OperatorNode",$m=Dr(Pm,["Node"],(e=>{var{Node:r}=e;function t(e,r){var n=e;if("auto"===r)for(;cr(n);)n=n.content;return!!rr(n)||!!sr(n)&&t(n.args[0],r)}function n(e,r,n,i,a){var o,u=lm(e,r,n),s=mm(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=lm(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===cm[u][l].latexLeftParens){o=[!1];break}if(!1===cm[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=lm(i[0],r,n,e),h=dm(e,i[0],r);m=null!==p&&(p===u&&"right"===s&&!h||p<u);var v,y,g,x=lm(i[1],r,n,e),b=dm(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===cm[u][v].latexLeftParens&&(m=!1),!1===cm[p][y].latexParens&&(m=!1)),null!==x&&(!1===cm[u][v].latexRightParens&&(d=!1),!1===cm[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=lm(t,r,n,e),a=dm(e,t,r),o=mm(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&&cr(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(or))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 Pm}get isOperatorNode(){return!0}_compile(e,r){if("string"!=typeof this.fn||!ge(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=he(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,Um(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=mm(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:Pm,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=mm(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">'+bt(this.op)+"</span>"+u:u+'<span class="math-operator math-unary-operator math-righthand-unary-operator">'+bt(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">'+bt(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">'+bt(this.op)+"</span>"):'<span class="math-function">'+bt(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=Cm[this.fn];if(o=void 0===o?this.op:o,1===i.length){var u=mm(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 Ns(i,"name",Pm),i}),{isClass:!0,isNode:!0}),Lm="ParenthesisNode",_m=Dr(Lm,["Node"],(e=>{var{Node:r}=e;class t extends r{constructor(e){if(super(),!or(e))throw new TypeError('Node expected for parameter "content"');this.content=e}get type(){return Lm}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:Lm,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 Ns(t,"name",Lm),t}),{isClass:!0,isNode:!0}),Jm="RangeNode",Wm=Dr(Jm,["Node"],(e=>{var{Node:r}=e;function t(e,r,t){var n=lm(e,r,t),i={},a=lm(e.start,r,t);if(i.start=null!==a&&a<=n||"all"===r,e.step){var o=lm(e.step,r,t);i.step=null!==o&&o<=n||"all"===r}var u=lm(e.end,r,t);return i.end=null!==u&&u<=n||"all"===r,i}class n extends r{constructor(e,r,t){if(super(),!or(e))throw new TypeError("Node expected");if(!or(r))throw new TypeError("Node expected");if(t&&!or(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 Jm}get isRangeNode(){return!0}needsEnd(){return this.filter((function(e){return mr(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:Jm,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 Ns(n,"name",Jm),n}),{isClass:!0,isNode:!0}),Vm="RelationalNode",Hm=Dr(Vm,["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 Vm}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),!he(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=lm(this,r,e&&e.implicit),i=this.params.map((function(t){var i=lm(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:Vm,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=lm(this,r,e&&e.implicit),i=this.params.map((function(t){var i=lm(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">'+bt(t[this.conditionals[o]])+"</span>"+i[o+1];return a}_toTex(e){for(var r=e&&e.parenthesis?e.parenthesis:"keep",t=lm(this,r,e&&e.implicit),n=this.params.map((function(n){var i=lm(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+=Cm[this.conditionals[a]]+n[a+1];return i}}return Ns(n,"name",Vm),n}),{isClass:!0,isNode:!0}),Zm=Dr("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 he(r,n)};if(n in e)return function(r){return r.has(n)?r.get(n):he(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=bt(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=Bm(this.name,t);return"\\"===n[0]?n:" "+n}}return a}),{isClass:!0,isNode:!0}),Gm="FunctionNode",Xm=Dr(Gm,["math","Node","SymbolNode"],(e=>{var r,{math:t,Node:n,SymbolNode:i}=e,a=e=>yt(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(or(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(or(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(!or(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)),!or(e))throw new TypeError('Node expected as parameter "fn"');if(!Array.isArray(r)||!r.every(or))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 Gm}get isFunctionNode(){return!0}_compile(e,r){var t=this.args.map((t=>t._compile(e,r)));if(!mr(this.fn)){if(Xe(this.fn)&&ar(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(!ge(e,r))throw new Error('No access to method "'+r+'"');return e[r]}(s,i);if(null!=c&&c.rawArgs)return c(o,e,Um(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,Um(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=he(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,Um(r,n));var u=t.map((e=>e(r,n,i)));return o.apply(o,u)}}var d=l in e?he(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=he(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,Um(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&&gr(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(nr(this.fn)?"("+this.fn.toString(e)+")":this.fn.toString(e))+"("+r.join(", ")+")"}toJSON(){return{mathjs:Gm,fn:this.fn,args:this.args}}_toHTML(e){var r=this.args.map((function(r){return r.toHTML(e)}));return'<span class="math-function">'+bt(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&&gr(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(Em[this.name]&&(r=Em[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,Ns(u,"name",Gm),Ns(u,"onUndefinedFunction",(function(e){throw new Error("Undefined function "+e)})),Ns(u,"fromJSON",(function(e){return new r(e.fn,e.args)})),u}),{isClass:!0,isNode:!0}),Qm="parse",Ym=Dr(Qm,["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(Qm,{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 mn(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=gr(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};de(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(mr(a))return r=a.name,O(e),n=R(e),new o(new g(r),n);if(Xe(a))return O(e),n=R(e),new o(a.object,a.index,n);if(ir(a)&&mr(a.fn)&&(i=!0,t=[],r=a.name,a.args.forEach((function(e,r){mr(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"};gr(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"};gr(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"};gr(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"};gr(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"};gr(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&&rr(r)||"in"===e.token&&sr(r)&&"unaryMinus"===r.fn&&rr(r.args[0])||!(e.tokenType!==w.NUMBER||rr(t)||sr(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&&tr(t);){if(n.push(de({},e)),O(e),e.tokenType!==w.NUMBER){de(e,n.pop());break}if(n.push(de({},e)),O(e),e.tokenType!==w.SYMBOL&&"("!==e.token&&"in"!==e.token){n.pop(),de(e,n.pop());break}de(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 gr(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&&gr(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,gr(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=Mr(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"};gr(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(!mr(r)&&!Xe(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})),Km="compile",ed=Dr(Km,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(Km,{string:function(e){return t(e).compile()},"Array | Matrix":function(e){return mn(e,(function(e){return t(e).compile()}))}})})),rd="evaluate",td=Dr(rd,["typed","parse"],(e=>{var{typed:r,parse:t}=e;return r(rd,{string:function(e){var r=Ae();return t(e).compile().evaluate(r)},"string, Map | Object":function(e,r){return t(e).compile().evaluate(r)},"Array | Matrix":function(e){var r=Ae();return mn(e,(function(e){return t(e).compile().evaluate(r)}))},"Array | Matrix, Map | Object":function(e,r){return mn(e,(function(e){return t(e).compile().evaluate(r)}))}})})),nd=Dr("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:Ae(),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 we)return e.wrappedObject;var r={};for(var t of e.keys())ve(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}),id="parser",ad=Dr(id,["typed","Parser"],(e=>{var{typed:r,Parser:t}=e;return r(id,{"":function(){return new t}})})),od=Dr("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=hr(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}}}})),ud=Dr("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 de(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 sd(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 cd(e){return-e-2}var fd=Dr("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]=cd(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]=cd(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]=cd(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]=cd(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]=cd(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]=cd(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=sd(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 ld(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 md=Dr("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=ld(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}})),dd=Dr("csSqr",["add","multiply","transpose"],(e=>{var{add:r,multiply:t,transpose:n}=e,i=fd({add:r,multiply:t,transpose:n}),a=md({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=sd(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 pd(e,r){return e[r]<0}function hd(e,r){e[r]=cd(e[r])}function vd(e){return e<0?cd(e):e}function yd(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;pd(c,e)||(hd(c,e),n[f+l]=m<0?0:vd(c[m]));var d=1;for(o=n[f+l],u=m<0?0:vd(c[m+1]);o<u;o++)if(!pd(c,a=s[o])){n[f+l]=o,n[++l]=a,d=0;break}d&&(l--,n[--t]=e)}return t}var gd=Dr("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];pd(u,m)||(l=yd(m,e,l,n,i))}for(a=l;a<f;a++)hd(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}})),xd=Dr("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=gd({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}}})),bd=Dr("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=dd({add:n,multiply:i,transpose:a}),m=xd({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(!Ar(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 wd(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 Dd="lusolve",Nd=Dr(Dd,["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=hc({DenseMatrix:u});return r(Dd,{"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(ke(e))return e;if(Oe(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=wd(t,i._data));var u=o(e,i),f=a(r,u);return n&&(f._data=wd(n,f._data)),f}})),Ad="polynomialRoot",Md=Dr(Ad,["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(Ad,{"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))}}})})),Cd=Dr("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||Le(s)||(t+=" "+yt(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=hr(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}),Ed=Dr("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=dr(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 yt(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){gr(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}),Sd={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"]},Fd={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"]},Bd={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:Sd,E:Sd,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:Fd,PI:Fd,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"]}},qd="help",Td=Dr(qd,["typed","mathWithTransform","Help"],(e=>{var{typed:r,mathWithTransform:t,Help:n}=e;return r(qd,{any:function(e){var r,i=e;if("string"!=typeof e)for(r in t)if(gr(t,r)&&e===t[r]){i=r;break}var a=he(Bd,i);if(!a)throw new Error('No documentation found on "'+("function"==typeof i?i.name:i)+'"');return new n(a)}})})),Od="chain",kd=Dr(Od,["typed","Chain"],(e=>{var{typed:r,Chain:t}=e;return r(Od,{"":function(){return new t},any:function(e){return new t(e)}})})),zd=Dr("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 hr(e)},"Array | Matrix":function(e){var r;switch((r=ke(e)?e.size():Array.isArray(e)?(e=t(e)).size():[]).length){case 0:return hr(e);case 1:if(1===r[0])return hr(e.valueOf()[0]);if(0===r[0])return 1;throw new RangeError("Matrix must be square (size: "+yt(r)+")");case 2:var s=r[0],c=r[1];if(s===c)return function(e,r){if(1===r)return hr(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: "+yt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+yt(r)+")")}}})})),Id=Dr("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=ke(e)?e.size():Mt(e);switch(r.length){case 1:if(1===r[0])return ke(e)?t([n(1,e.valueOf()[0])]):[n(1,e[0])];throw new RangeError("Matrix must be square (size: "+yt(r)+")");case 2:var i=r[0],a=r[1];if(i===a)return ke(e)?t(f(e.valueOf(),i,a),e.storage()):f(e,i,a);throw new RangeError("Matrix must be square (size: "+yt(r)+")");default:throw new RangeError("Matrix must be two dimensional (size: "+yt(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}})),Rd="pinv",jd=Dr(Rd,["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(Rd,{"Array | Matrix":function(e){var r=ke(e)?e.size():Mt(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 ke(e)?t(d(e.valueOf(),i,a),e.storage()):d(e,i,a);default:throw new RangeError("Matrix must be two dimensional (size: "+yt(r)+")")}},any:function(e){return a(e,0)?hr(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=hr(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 Ud=Dr("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(hr(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(hr(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=hr(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 de(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(yt(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(Ce(c)||Be(c))i=!0;else if(Ee(c))a=!0;else{if(!Fe(c))throw TypeError("Unsupported type in Matrix: "+pr(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.")}})),Pd="expm",$d=Dr(Pd,["typed","abs","add","identity","inv","multiply"],(e=>{var{typed:r,abs:t,add:n,identity:i,inv:a,multiply:o}=e;return r(Pd,{Matrix:function(e){var r=e.size();if(2!==r.length||r[0]!==r[1])throw new RangeError("Matrix must be square (size: "+yt(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 Re(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)}})),Ld="sqrtm",_d=Dr(Ld,["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(Ld,{"Array | Matrix":function(e){var r=ke(e)?e.size():Mt(e);switch(r.length){case 1:if(1===r[0])return a(e,o);throw new RangeError("Matrix must be square (size: "+yt(r)+")");case 2:if(r[0]===r[1])return d(e);throw new RangeError("Matrix must be square (size: "+yt(r)+")");default:throw new RangeError("Matrix must be at most two dimensional (size: "+yt(r)+")")}}})})),Jd="sylvester",Wd=Dr(Jd,["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(Jd,{"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)))}})),Vd="schur",Hd=Dr(Vd,["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(Vd,{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}}})),Zd="lyap",Gd=Dr(Zd,["typed","matrix","sylvester","multiply","transpose"],(e=>{var{typed:r,matrix:t,sylvester:n,multiply:i,transpose:a}=e;return r(Zd,{"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()}})})),Xd=Dr("divide",["typed","matrix","multiply","equalScalar","divideScalar","inv"],(e=>{var{typed:r,matrix:t,multiply:n,equalScalar:i,divideScalar:a,inv:o}=e,u=Fa({typed:r,equalScalar:i}),s=qa({typed:r});return r("divide",vr({"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))})),Qd="distance",Yd=Dr(Qd,["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(Qd,{"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||Ee(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)}})),Kd=Dr("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)}})),ep=Dr("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 dn(e,r,n)}catch(e){throw Is(e,"sum")}},"...":function(e){if(fn(e))throw new TypeError("Scalar values expected in function sum");return a(e)}});function a(e){var r;return ln(e,(function(e){try{r=void 0===r?e:n(r,e)}catch(r){throw Is(r,"sum",e)}})),void 0===r&&(r=i(0,t.number)),"string"==typeof r&&(r=i(r,Mr(r,t))),r}})),rp="cumsum",tp=Dr(rp,["typed","add","unaryPlus"],(e=>{var{typed:r,add:t,unaryPlus:n}=e;return r(rp,{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(fn(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 Is(e,rp)}}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=Mt(e);if(r<0||r>=t.length)throw new At(r,t.length);try{return u(e,r)}catch(e){throw Is(e,rp)}}function u(e,r){var t,n,i;if(r<=0){if(Array.isArray(e[0][0])){for(i=cn(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}})),np="mean",ip=Dr(np,["typed","add","divide"],(e=>{var{typed:r,add:t,divide:n}=e;return r(np,{"Array | Matrix":i,"Array | Matrix, number | BigNumber":function(e,r){try{var i=dn(e,r,t),a=Array.isArray(e)?Mt(e):e.size();return n(i,a[r])}catch(e){throw Is(e,"mean")}},"...":function(e){if(fn(e))throw new TypeError("Scalar values expected in function mean");return i(e)}});function i(e){var r,i=0;if(ln(e,(function(e){try{r=void 0===r?e:t(r,e),i++}catch(r){throw Is(r,"mean",e)}})),0===i)throw new Error("Cannot calculate the mean of an empty array");return n(r,i)}})),ap="median",op=Dr(ap,["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=Pt(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 Is(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(ap,{"Array | Matrix":o,"Array | Matrix, number | BigNumber":function(){throw new Error("median(A, dim) is not yet supported")},"...":function(e){if(fn(e))throw new TypeError("Scalar values expected in function median");return o(e)}})})),up=Dr("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=Pt(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")):Is(e,"mad")}}})),sp="unbiased",cp="variance",fp=Dr(cp,["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(cp,{"Array | Matrix":function(e){return s(e,sp)},"Array | Matrix, string":s,"Array | Matrix, number | BigNumber":function(e,r){return c(e,r,sp)},"Array | Matrix, number | BigNumber, string":c,"...":function(e){return s(e,sp)}});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(ln(e,(function(e){try{o=void 0===o?e:t(o,e),s++}catch(r){throw Is(r,"variance",e)}})),0===s)throw new Error("Cannot calculate variance of an empty array");var c=a(o,s);if(o=void 0,ln(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=Ee(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 Is(e,"variance")}}})),lp="quantileSeq",mp=Dr(lp,["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(lp,{"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 Ce(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 Ce(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=Pt(e),f=a.length;if(0===f)throw new Error("Cannot calculate quantile of an empty sequence");var l,m,d=Ce(r)?r*(f-1):r.times(f-1),p=Ce(r)?Math.floor(d):d.floor().toNumber(),h=Ce(r)?d%1:d.minus(p);if(c(d))return t?a[d]:u(a,Ce(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))}})),dp=Dr("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 ze(a)?t(a,n):n(a)}catch(e){throw e instanceof TypeError&&e.message.includes(" variance")?new TypeError(e.message.replace(" variance"," std")):e}}})),pp="corr",hp=Dr(pp,["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(pp,{"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)}})),vp="combinations",yp=Dr(vp,["typed"],(e=>{var{typed:r}=e;return r(vp,{"number, number":Gn,"BigNumber, BigNumber":function(e,r){var t,n,i=e.constructor,a=e.minus(r),o=new i(1);if(!gp(e)||!gp(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 gp(e){return e.isInteger()&&e.gte(0)}var xp="combinationsWithRep",bp=Dr(xp,["typed"],(e=>{var{typed:r}=e;return r(xp,{"number, number":function(e,r){if(!Ar(e)||e<0)throw new TypeError("Positive integer value expected in function combinationsWithRep");if(!Ar(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?Zn(e,e+r-1)/Zn(1,r):Zn(r+1,e+r-1)/Zn(1,e-1)},"BigNumber, BigNumber":function(e,r){var t,n,i=new(0,e.constructor)(1),a=e.minus(i);if(!wp(e)||!wp(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 wp(e){return e.isInteger()&&e.gte(0)}var Dp="gamma",Np=Dr(Dp,["typed","config","multiplyScalar","pow","BigNumber","Complex"],(e=>{var{typed:r,config:t,BigNumber:n,Complex:i}=e;return r(Dp,{number:ii,Complex:function e(r){if(0===r.im)return ii(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(oi[0],0),o=1;o<oi.length;++o){var u=new i(oi[o],0);a=a.add(u.div(r.add(o)))}var s=new i(r.re+ai+.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))}})),Ap="lgamma",Mp=Dr(Ap,["Complex","typed"],(e=>{var{Complex:r,typed:t}=e,n=[-.029550653594771242,.00641025641025641,-.0019175269175269176,.0008417508417508417,-.0005952380952380953,.0007936507936507937,-.002777777777777778,.08333333333333333];return t(Ap,{number:ci,Complex:function e(t){if(t.isNaN())return new r(NaN,NaN);if(0===t.im)return new r(ci(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(ui),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))}})),Cp="factorial",Ep=Dr(Cp,["typed","gamma"],(e=>{var{typed:r,gamma:t}=e;return r(Cp,{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=>mn(r,e)))})})),Sp="kldivergence",Fp=Dr(Sp,["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(Sp,{"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}})),Bp="multinomial",qp=Dr(Bp,["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(Bp,{"Array | Matrix":function(e){var r=0,s=1;return ln(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)}})})),Tp="permutations",Op=Dr(Tp,["typed","factorial"],(e=>{var{typed:r,factorial:t}=e;return r(Tp,{"number | BigNumber":t,"number, number":function(e,r){if(!Ar(e)||e<0)throw new TypeError("Positive integer value expected in function permutations");if(!Ar(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 Zn(e-r+1,e)},"BigNumber, BigNumber":function(e,r){var t,n;if(!kp(e)||!kp(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 kp(e){return e.isInteger()&&e.gte(0)}var zp={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}zp&&zp.exports?zp.exports=t:this.alea=t}();var Ip={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}Ip&&Ip.exports?Ip.exports=t:this.xor128=t}();var Rp={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}Rp&&Rp.exports?Rp.exports=t:this.xorwow=t}();var jp={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}jp&&jp.exports?jp.exports=t:this.xorshift7=t}();var Up={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}Up&&Up.exports?Up.exports=t:this.xor4096=t}();var Pp={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}Pp&&Pp.exports?Pp.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:se,[],Math)}($p);var Lp=Ip.exports,_p=Rp.exports,Jp=jp.exports,Wp=Up.exports,Vp=Pp.exports,Hp=$p.exports;Hp.alea=zp.exports,Hp.xor128=Lp,Hp.xorwow=_p,Hp.xorshift7=Jp,Hp.xor4096=Wp,Hp.tychei=Vp;const Zp=Hp;var Gp=Zp(Date.now());function Xp(e){var r,t;return r=null===(t=e)?Gp:Zp(String(t)),function(){return r()}}var Qp="pickRandom",Yp=Dr(Qp,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=Xp(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=Xp(e.randomSeed))})),r(Qp,{"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=ke(e)?e.create:ke(n)?n.create:null;e=e.valueOf(),n&&(n=n.valueOf()),!0===a&&(e=Pt(e),n=Pt(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(!Ce(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 Kp(e,r){var t=[];if((e=e.slice(0)).length>1)for(var n=0,i=e.shift();n<i;n++)t.push(Kp(e,r));else for(var a=0,o=e.shift();a<o;a++)t.push(r());return t}var eh="random",rh=Dr(eh,["typed","config","?on"],(e=>{var{typed:r,config:t,on:n}=e,i=Xp(t.randomSeed);return n&&n("config",(function(e,r){e.randomSeed!==r.randomSeed&&(i=Xp(e.randomSeed))})),r(eh,{"":()=>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=Kp(e.valueOf(),(()=>o(r,t)));return ke(e)?e.create(n,"number"):n}function o(e,r){return e+i()*(r-e)}})),th="randomInt",nh=2n**30n,ih=Dr(th,["typed","config","log2","?on"],(e=>{var{typed:r,config:t,log2:n,on:i}=e,a=Xp(t.randomSeed);return i&&i("config",(function(e,r){e.randomSeed!==r.randomSeed&&(a=Xp(e.randomSeed))})),r(th,{"":()=>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=Kp(e.valueOf(),(()=>u(r,t)));return ke(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<=nh)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}})),ah="stirlingS2",oh=Dr(ah,["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(ah,{"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=!(Ce(e)&&Ce(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]}})})),uh="bellNumbers",sh=Dr(uh,["typed","addScalar","isNegative","isInteger","stirlingS2"],(e=>{var{typed:r,addScalar:t,isNegative:n,isInteger:i,stirlingS2:a}=e;return r(uh,{"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}})})),ch="catalan",fh=Dr(ch,["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(ch,{"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))}})})),lh="composition",mh=Dr(lh,["typed","addScalar","combinations","isNegative","isPositive","isInteger","larger"],(e=>{var{typed:r,addScalar:t,combinations:n,isPositive:i,isInteger:a,larger:o}=e;return r(lh,{"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))}})})),dh="leafCount",ph=Dr(dh,["parse","typed"],(e=>{var{typed:r}=e;function t(e){var r=0;return e.forEach((e=>{r+=t(e)})),r||1}return r(dh,{Node:function(e){return t(e)}})}));function hh(e){return rr(e)||sr(e)&&e.isUnary()&&rr(e.args[0])}function vh(e){return!!rr(e)||!(!ir(e)&&!sr(e)||!e.args.every(vh))||!(!cr(e)||!vh(e.content))}function yh(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 gh(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?yh(Object(t),!0).forEach((function(r){Ns(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):yh(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var xh=Dr("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:sr(e)?n=e.fn.toString():ir(e)?n=e.name:cr(e)&&(n="paren"),gr(t,n)){var i=t[n];if(gr(i,r))return i[r];if(gr(u,n))return u[n][r]}if(gr(t,o)){var a=t[o];return gr(a,r)?a[r]:u[o][r]}if(gr(u,n)){var s=u[n];if(gr(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];sr(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 sr(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=gh({},e);for(var n in r)t[n]=gr(e,n)?gh(gh({},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}}}})),bh=Dr("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}=xh({FunctionNode:f,OperatorNode:d,SymbolNode:h});r.addConversion({from:"Object",to:"Map",convert:Me});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 cr(e)?F(e.content):e}))}r.removeConversion({from:"Object",to:"Map",convert:Me}),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]:Ae(),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&&gr(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(gr(e.placeholders,n)&&(t.placeholders[n]=e.placeholders[n],gr(r.placeholders,n)&&!P(e.placeholders[n],r.placeholders[n])))return null;for(var i in r.placeholders)gr(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(!rr(r))return[];a[0].placeholders[e.name]=r;break;case"v":if(rr(r))return[];a[0].placeholders[e.name]=r;break;case"vl":if(!mr(r))return[];a[0].placeholders[e.name]=r;break;case"cd":if(!hh(r))return[];a[0].placeholders[e.name]=r;break;case"vd":if(hh(r))return[];a[0].placeholders[e.name]=r;break;case"ce":if(!vh(r))return[];a[0].placeholders[e.name]=r;break;case"ve":if(vh(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})),wh=Dr("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}=xh({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 Be(e)?e.valueOf():e instanceof Array?e.map(b):ke(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 or(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=Mr(e,t);return"BigNumber"===n?(void 0===o&&$u(),o(e)):"bigint"===n?BigInt(e):"Fraction"===n?(void 0===a&&Lu(),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(!or(i)){var a=r.pop();if(or(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(or))try{return w(e.name,t,r)}catch(e){}if("size"===e.name&&1===t.length&&Qe(t[0])){for(var a=[],o=t[0];Qe(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(sr(e)&&e.isUnary())p=or((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++)or(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(!ar(r))return new u(N(e),N(r));if(Qe(e)||ke(e)){for(var n=Array.from(r.dimensions);n.length>0;)if(rr(n[0])&&"string"!=typeof n[0].value){var a=M(n.shift().value,t);Qe(e)?e=e.items[a-1]:(e=e.valueOf()[a-1])instanceof Array&&(e=i(e))}else{if(!(n.length>1&&rr(n[1])&&"string"!=typeof n[1].value))break;var o=M(n[1].value,t),f=[],m=Qe(e)?e.items:e.valueOf();for(var d of m)if(Qe(d))f.push(d.items[o-1]);else{if(!ke(e))break;f.push(d[o-1])}if(f.length!==m.length)break;e=Qe(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(ur(e)&&1===r.dimensions.length&&rr(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(or)?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})),Dh="simplifyCore",Nh=Dr(Dh,["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 sr(e)&&["and","not","or"].includes(e.op)}var{hasProperty:y,isCommutative:g}=xh({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(ir(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(ir(w)){var D=function(e){var r="OperatorNode:"+e;for(var t of cm)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(sr(w)&&w.isUnary()){var M=x(w.args[0],r);if("~"===w.op&&sr(M)&&M.isUnary()&&"~"===M.op)return M.args[0];if("not"===w.op&&sr(M)&&M.isUnary()&&"not"===M.op&&v(M.args[0]))return M.args[0];var C=!0;if("-"===w.op&&sr(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(sr(w)&&w.isBinary()){var E=x(w.args[0],r),S=x(w.args[1],r);if("+"===w.op){if(rr(E)&&n(E.value))return S;if(rr(S)&&n(S.value))return E;sr(S)&&S.isUnary()&&"-"===S.op&&(w=new f("-","subtract",[E,S=S.args[0]]))}if("-"===w.op)return sr(S)&&S.isUnary()&&"-"===S.op?x(new f("+","add",[E,S.args[0]]),r):rr(E)&&n(E.value)?x(new f("-","unaryMinus",[S])):rr(S)&&n(S.value)?E:new f(w.op,w.fn,[E,S]);if("*"===w.op){if(rr(E)){if(n(E.value))return m;if(t(E.value,1))return S}if(rr(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 rr(E)&&n(E.value)?m:rr(S)&&t(S.value,1)?E:new f(w.op,w.fn,[E,S]);if("^"===w.op&&rr(S)){if(n(S.value))return d;if(t(S.value,1))return E}if("and"===w.op){if(rr(E)){if(!E.value)return h;if(v(S))return S;if(rr(S))return S.value?p:h}if(rr(S)){if(!S.value)return h;if(v(E))return E}}if("or"===w.op){if(rr(E)){if(E.value)return p;if(v(S))return S}if(rr(S)){if(S.value)return p;if(v(E))return E}}return new f(w.op,w.fn,[E,S])}if(sr(w))return new f(w.op,w.fn,w.args.map((e=>x(e,r))));if(Qe(w))return new a(w.items.map((e=>x(e,r))));if(Xe(w))return new i(x(w.object,r),x(w.index,r));if(ar(w))return new s(w.dimensions.map((e=>x(e,r))));if(ur(w)){var F={};for(var B in w.properties)F[B]=x(w.properties[B],r);return new c(F)}return w}return r(Dh,{Node:x,"Node,Object":x})})),Ah=Dr("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(mr(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(or(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(sr(e)){var m=e.args.map((function(e){return u(e,r,s)}));return new a(e.op,e.fn,m,e.implicit)}if(cr(e))return new o(u(e.content,r,s));if(ir(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,Me(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,Me(t)))),"Matrix, Object":r.referTo("Matrix,Map",(e=>(r,t)=>e(r,Me(t)))),"Array | Matrix, Map":r.referToSelf((e=>(r,t)=>r.map((r=>e(r,t)))))})})),Mh="symbolicEqual",Ch=Dr(Mh,["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 rr(o)&&!o.value}return t(Mh,{"Node, Node":i,"Node, Node, Object":i})})),Eh="derivative",Sh=Dr(Eh,["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(Eh,{"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 rr(e)&&"string"===pr(e.value)?v(n(e.value).toString(),r.toString(),1):v(e.toTex(),r.toString(),1)},"Node, ConstantNode":function(e,r){if("string"===pr(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 rr(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(rr(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||Mr(String(e),t)))}return h})),Fh="rationalize",Bh=Dr(Fh,["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||!Ar(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(Fh,{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&&Ar(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(!Ar(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}})),qh="zpk2tf",Th=Dr(qh,["typed","add","multiply","Complex","number"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,number:a}=e;return r(qh,{"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}})),Oh="freqz",kh=Dr(Oh,["typed","add","multiply","Complex","divide","matrix"],(e=>{var{typed:r,add:t,multiply:n,Complex:i,divide:a,matrix:o}=e;return r(Oh,{"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}})),zh=Dr("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}})),Ih=Dr("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)}})),Rh=Dr("true",[],(()=>!0)),jh=Dr("false",[],(()=>!1)),Uh=Dr("null",[],(()=>null)),Ph=ev("Infinity",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1/0):1/0})),$h=ev("NaN",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(NaN):NaN})),Lh=ev("pi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Cf(t):Xn})),_h=ev("tau",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Ef(t):Qn})),Jh=ev("e",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Af(t):Yn})),Wh=ev("phi",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?Mf(t):1.618033988749895})),Vh=ev("LN2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).ln():Math.LN2})),Hh=ev("LN10",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(10).ln():Math.LN10})),Zh=ev("LOG2E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(2).ln()):Math.LOG2E})),Gh=ev("LOG10E",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(1).div(new t(10).ln()):Math.LOG10E})),Xh=ev("SQRT1_2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t("0.5").sqrt():Math.SQRT1_2})),Qh=ev("SQRT2",["config","?BigNumber"],(e=>{var{config:r,BigNumber:t}=e;return"BigNumber"===r.number?new t(2).sqrt():Math.SQRT2})),Yh=ev("i",["Complex"],(e=>{var{Complex:r}=e;return r.I})),Kh=Dr("version",[],(()=>"14.4.0"));function ev(e,r,t){return Dr(e,r,t,{recreateOnConfigChange:!0})}var rv=Qv("speedOfLight","299792458","m s^-1"),tv=Qv("gravitationConstant","6.67430e-11","m^3 kg^-1 s^-2"),nv=Qv("planckConstant","6.62607015e-34","J s"),iv=Qv("reducedPlanckConstant","1.0545718176461565e-34","J s"),av=Qv("magneticConstant","1.25663706212e-6","N A^-2"),ov=Qv("electricConstant","8.8541878128e-12","F m^-1"),uv=Qv("vacuumImpedance","376.730313667","ohm"),sv=Qv("coulomb","8.987551792261171e9","N m^2 C^-2"),cv=Qv("elementaryCharge","1.602176634e-19","C"),fv=Qv("bohrMagneton","9.2740100783e-24","J T^-1"),lv=Qv("conductanceQuantum","7.748091729863649e-5","S"),mv=Qv("inverseConductanceQuantum","12906.403729652257","ohm"),dv=Qv("magneticFluxQuantum","2.0678338484619295e-15","Wb"),pv=Qv("nuclearMagneton","5.0507837461e-27","J T^-1"),hv=Qv("klitzing","25812.807459304513","ohm"),vv=Qv("bohrRadius","5.29177210903e-11","m"),yv=Qv("classicalElectronRadius","2.8179403262e-15","m"),gv=Qv("electronMass","9.1093837015e-31","kg"),xv=Qv("fermiCoupling","1.1663787e-5","GeV^-2"),bv=Yv("fineStructure",.0072973525693),wv=Qv("hartreeEnergy","4.3597447222071e-18","J"),Dv=Qv("protonMass","1.67262192369e-27","kg"),Nv=Qv("deuteronMass","3.3435830926e-27","kg"),Av=Qv("neutronMass","1.6749271613e-27","kg"),Mv=Qv("quantumOfCirculation","3.6369475516e-4","m^2 s^-1"),Cv=Qv("rydberg","10973731.568160","m^-1"),Ev=Qv("thomsonCrossSection","6.6524587321e-29","m^2"),Sv=Yv("weakMixingAngle",.2229),Fv=Yv("efimovFactor",22.7),Bv=Qv("atomicMass","1.66053906660e-27","kg"),qv=Qv("avogadro","6.02214076e23","mol^-1"),Tv=Qv("boltzmann","1.380649e-23","J K^-1"),Ov=Qv("faraday","96485.33212331001","C mol^-1"),kv=Qv("firstRadiation","3.7417718521927573e-16","W m^2"),zv=Qv("loschmidt","2.686780111798444e25","m^-3"),Iv=Qv("gasConstant","8.31446261815324","J K^-1 mol^-1"),Rv=Qv("molarPlanckConstant","3.990312712893431e-10","J s mol^-1"),jv=Qv("molarVolume","0.022413969545014137","m^3 mol^-1"),Uv=Yv("sackurTetrode",-1.16487052358),Pv=Qv("secondRadiation","0.014387768775039337","m K"),$v=Qv("stefanBoltzmann","5.67037441918443e-8","W m^-2 K^-4"),Lv=Qv("wienDisplacement","2.897771955e-3","m K"),_v=Qv("molarMass","0.99999999965e-3","kg mol^-1"),Jv=Qv("molarMassC12","11.9999999958e-3","kg mol^-1"),Wv=Qv("gravity","9.80665","m s^-2"),Vv=Qv("planckLength","1.616255e-35","m"),Hv=Qv("planckMass","2.176435e-8","kg"),Zv=Qv("planckTime","5.391245e-44","s"),Gv=Qv("planckCharge","1.87554603778e-18","C"),Xv=Qv("planckTemperature","1.416785e+32","K");function Qv(e,r,t){return Dr(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 Yv(e,r){return Dr(e,["config","BigNumber"],(e=>{var{config:t,BigNumber:n}=e;return"BigNumber"===t.number?new n(r):r}))}function Kv(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 ey=Dr("mapSlices",["typed","isInteger"],(e=>{var{typed:r,isInteger:t}=e,n=wa({typed:r,isInteger:t});return r("mapSlices",{"...any":function(e){var r=e[1];Ce(r)?e[1]=r-1:Ee(r)&&(e[1]=r.minus(1));try{return n.apply(null,e)}catch(e){throw nm(e)}}})}),function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Kv(Object(t),!0).forEach((function(r){Ns(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Kv(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({isTransformFunction:!0},wa.meta)),ry=Dr("column",["typed","Index","matrix","range"],(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=vu({typed:r,Index:t,matrix:n,range:i});return r("column",{"...any":function(e){var r=e.length-1,t=e[r];Ce(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0});function ty(e,r,t){var n=e.filter((function(e){return mr(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 De(t,a,new Set([i])),u=e.compile();return function(e){return a.set(i,e),u.evaluate(o)}}var ny=Dr("transformCallback",["typed"],(e=>{var{typed:r}=e;return function(e,n){return r.isTypedFunction(e)?t(e,n):iy(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,iy(a,o,n)]})));return"string"==typeof e.name?r(e.name,i):r(i)}}));function iy(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=ay(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=ay(n[t]),u=n.slice(t+1);return e(...a,o,...u)}:e}function ay(e){return e.map((e=>e+1))}var oy=Dr("filter",["typed"],(e=>{var{typed:r}=e;function t(e,t,i){var a=Nu({typed:r}),o=ny({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=mr(c)||nr(c)?n(c,i):ty(c,t,i)),a(u,o(c,s))}function n(e,r){return e.compile().evaluate(r)}return t.rawArgs=!0,t}),{isTransformFunction:!0}),uy=Dr("forEach",["typed"],(e=>{var{typed:r}=e,t=Su({typed:r}),n=ny({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=mr(s)||nr(s)?a(s,i):ty(s,r,i)),t(o,n(s,u))}function a(e,r){return e.compile().evaluate(r)}return i.rawArgs=!0,i}),{isTransformFunction:!0}),sy=Dr("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(je(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(Oe(a)||ke(a))"boolean"!==t(a)&&(a=a.map((function(e){return e-1})));else if(Ce(a)||Se(a))a--;else if(Ee(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}),cy=Dr("map",["typed"],(e=>{var{typed:r}=e,t=Ru({typed:r}),n=ny({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=mr(u)||nr(u)?s(u,i):ty(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 fy(e){if(2===e.length&&ze(e[0])){var r=(e=e.slice())[1];(Ce(t=r)||Ee(t))&&(e[1]=function(e){return Ce(e)?e-1:Ee(e)?e.minus(1):e}(r))}var t;return e}var ly=["typed","config","numeric","larger","isNaN"],my=Dr("max",ly,(e=>{var{typed:r,config:t,numeric:n,larger:i,isNaN:a}=e,o=hf({typed:r,config:t,numeric:n,larger:i,isNaN:a});return r("max",{"...any":function(e){e=fy(e);try{return o.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),dy=["typed","add","divide"],py=Dr("mean",dy,(e=>{var{typed:r,add:t,divide:n}=e,i=ip({typed:r,add:t,divide:n});return r("mean",{"...any":function(e){e=fy(e);try{return i.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),hy=["typed","config","numeric","smaller","isNaN"],vy=Dr("min",hy,(e=>{var{typed:r,config:t,numeric:n,smaller:i,isNaN:a}=e,o=vf({typed:r,config:t,numeric:n,smaller:i,isNaN:a});return r("min",{"...any":function(e){e=fy(e);try{return o.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),yy=["typed","config","?matrix","?bignumber","smaller","smallerEq","larger","largerEq","add","isPositive"],gy=Dr("range",yy,(e=>{var{typed:r,config:t,matrix:n,bignumber:i,smaller:a,smallerEq:o,larger:u,largerEq:s,add:c,isPositive:f}=e,l=Wu({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}),xy=["typed","Index","matrix","range"],by=Dr("row",xy,(e=>{var{typed:r,Index:t,matrix:n,range:i}=e,a=Ku({typed:r,Index:t,matrix:n,range:i});return r("row",{"...any":function(e){var r=e.length-1,t=e[r];Ce(t)&&(e[r]=t-1);try{return a.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),wy=["typed","matrix","zeros","add"],Dy=Dr("subset",wy,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=as({typed:r,matrix:t,zeros:n,add:i});return r("subset",{"...any":function(e){try{return a.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),Ny=["typed","matrix","isInteger"],Ay=Dr("concat",Ny,(e=>{var{typed:r,matrix:t,isInteger:n}=e,i=pu({typed:r,matrix:t,isInteger:n});return r("concat",{"...any":function(e){var r=e.length-1,t=e[r];Ce(t)?e[r]=t-1:Ee(t)&&(e[r]=t.minus(1));try{return i.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),My="diff",Cy=["typed","matrix","subtract","number","bignumber"],Ey=Dr(My,Cy,(e=>{var{typed:r,matrix:t,subtract:n,number:i,bignumber:a}=e,o=Uu({typed:r,matrix:t,subtract:n,number:i,bignumber:a});return r(My,{"...any":function(e){e=fy(e);try{return o.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),Sy=["typed","map","sqrt","variance"],Fy=Dr("std",Sy,(e=>{var{typed:r,map:t,sqrt:n,variance:i}=e,a=dp({typed:r,map:t,sqrt:n,variance:i});return r("std",{"...any":function(e){e=fy(e);try{return a.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),By=["typed","config","add","numeric"],qy=Dr("sum",By,(e=>{var{typed:r,config:t,add:n,numeric:i}=e,a=ep({typed:r,config:t,add:n,numeric:i});return r("sum",{"...any":function(e){e=fy(e);try{return a.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),Ty=["typed","bignumber","add","subtract","divide","multiply","partitionSelect","compare","isInteger","smaller","smallerEq","larger","mapSlices"],Oy=Dr("quantileSeq",Ty,(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=mp({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 fy([[],e])[1]}}),{isTransformFunction:!0}),ky="cumsum",zy=["typed","add","unaryPlus"],Iy=Dr(ky,zy,(e=>{var{typed:r,add:t,unaryPlus:n}=e,i=tp({typed:r,add:t,unaryPlus:n});return r(ky,{"...any":function(e){if(2===e.length&&ze(e[0])){var r=e[1];Ce(r)?e[1]=r-1:Ee(r)&&(e[1]=r.minus(1))}try{return i.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),Ry="variance",jy=["typed","add","subtract","multiply","divide","mapSlices","isNaN"],Uy=Dr(Ry,jy,(e=>{var{typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u}=e,s=fp({typed:r,add:t,subtract:n,multiply:i,divide:a,mapSlices:o,isNaN:u});return r(Ry,{"...any":function(e){e=fy(e);try{return s.apply(null,e)}catch(e){throw nm(e)}}})}),{isTransformFunction:!0}),Py="print",$y=["typed","matrix","zeros","add"],Ly=Dr(Py,$y,(e=>{var{typed:r,matrix:t,zeros:n,add:i}=e,a=Vs({typed:r,matrix:t,zeros:n,add:i});return r(Py,{"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(Js,(e=>"$"+e.slice(1).split(".").map((function(e){return!isNaN(e)&&e.length>0?parseInt(e)-1:e})).join(".")))}}),{isTransformFunction:!0}),_y=["typed","matrix","zeros","add","equalScalar","not","concat"],Jy=Dr("and",_y,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Tc({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(!ze(n)&&!u(n,!0))return!1;var i=e[1].compile().evaluate(t);return u(n,i)}return s.rawArgs=!0,s}),{isTransformFunction:!0}),Wy=["typed","matrix","equalScalar","DenseMatrix","concat"],Vy=Dr("or",Wy,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=lu({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!ze(n)&&o(n,!1))return!0;var i=e[1].compile().evaluate(t);return o(n,i)}return u.rawArgs=!0,u}),{isTransformFunction:!0}),Hy=["typed","matrix","zeros","add","equalScalar","not","concat"],Zy=Dr("bitAnd",Hy,(e=>{var{typed:r,matrix:t,equalScalar:n,zeros:i,not:a,concat:o}=e,u=Qo({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(!ze(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}),Gy=["typed","matrix","equalScalar","DenseMatrix","concat"],Xy=Dr("bitOr",Gy,(e=>{var{typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a}=e,o=ru({typed:r,matrix:t,equalScalar:n,DenseMatrix:i,concat:a});function u(e,r,t){var n=e[0].compile().evaluate(t);if(!ze(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}),Qy=it({config:xr}),Yy=ut({}),Ky=Jh({BigNumber:Qy,config:xr}),eg=jh({}),rg=bv({BigNumber:Qy,config:xr}),tg=ft({}),ng=Yh({Complex:Yy}),ig=Ph({BigNumber:Qy,config:xr}),ag=Hh({BigNumber:Qy,config:xr}),og=Gh({BigNumber:Qy,config:xr}),ug=mt({}),sg=$h({BigNumber:Qy,config:xr}),cg=Uh({}),fg=Wh({BigNumber:Qy,config:xr}),lg=lt({}),mg=rt({}),dg=Xh({BigNumber:Qy,config:xr}),pg=Uv({BigNumber:Qy,config:xr}),hg=_h({BigNumber:Qy,config:xr}),vg=Rh({}),yg=Kh({}),gg=on({Matrix:ug}),xg=Fv({BigNumber:Qy,config:xr}),bg=Vh({BigNumber:Qy,config:xr}),wg=Lh({BigNumber:Qy,config:xr}),Dg=Ih({}),Ng=Qh({BigNumber:Qy,config:xr}),Ag=Xr({BigNumber:Qy,Complex:Yy,DenseMatrix:gg,Fraction:tg}),Mg=Sv({BigNumber:Qy,config:xr}),Cg=xa({typed:Ag}),Eg=Uf({Complex:Yy,config:xr,typed:Ag}),Sg=_f({BigNumber:Qy,typed:Ag}),Fg=Hf({BigNumber:Qy,Complex:Yy,config:xr,typed:Ag}),Bg=Aa({typed:Ag}),qg=au({typed:Ag}),Tg=Kf({BigNumber:Qy,Complex:Yy,config:xr,typed:Ag}),Og=tl({typed:Ag}),kg=nl({typed:Ag}),zg=ul({Complex:Yy,config:xr,typed:Ag}),Ig=Qi({typed:Ag}),Rg=Ko({typed:Ag}),jg=ra({typed:Ag}),Ug=sn({typed:Ag}),Pg=yp({typed:Ag}),$g=na({Complex:Yy,typed:Ag}),Lg=uu({typed:Ag}),_g=cl({typed:Ag}),Jg=ml({BigNumber:Qy,typed:Ag}),Wg=hl({BigNumber:Qy,typed:Ag}),Vg=ja({typed:Ag}),Hg=Zi({config:xr,typed:Ag}),Zg=Cs({typed:Ag}),Gg=Ua({typed:Ag}),Xg=$a({Complex:Yy,typed:Ag}),Qg=Nu({typed:Ag}),Yg=Cu({typed:Ag}),Kg=Su({typed:Ag}),ex=Ps({typed:Ag}),rx=qu({typed:Ag}),tx=_s({format:ex,typed:Ag}),nx=su({typed:Ag}),ix=yn({typed:Ag}),ax=Oi({config:xr,typed:Ag}),ox=Ui({config:xr,typed:Ag}),ux=$i({equalScalar:Hg,typed:Ag}),sx=Zh({BigNumber:Qy,config:xr}),cx=Mp({Complex:Yy,typed:Ag}),fx=bo({Complex:Yy,config:xr,typed:Ag}),lx=Do({Complex:Yy,config:xr,typed:Ag}),mx=Ru({typed:Ag}),dx=No({typed:Ag}),px=fu({typed:Ag}),hx=Xi({typed:Ag}),vx=Ls({format:ex,typed:Ag}),yx=Yp({config:xr,typed:Ag}),gx=Vs({typed:Ag}),xx=rh({config:xr,typed:Ag}),bx=cu({typed:Ag}),wx=gl({BigNumber:Qy,typed:Ag}),Dx=Fo({BigNumber:Qy,Fraction:tg,complex:$g,typed:Ag}),Nx=wl({typed:Ag}),Ax=Gi({Matrix:ug,equalScalar:Hg,typed:Ag}),Mx=pa({typed:Ag}),Cx=To({typed:Ag}),Ex=Ki({typed:Ag}),Sx=Ca({typed:Ag}),Fx=Al({typed:Ag}),Bx=Wi({typed:Ag}),qx=$f({Complex:Yy,config:xr,typed:Ag}),Tx=Gf({BigNumber:Qy,typed:Ag}),Ox=Qf({BigNumber:Qy,Complex:Yy,config:xr,typed:Ag}),kx=ta({BigNumber:Qy,typed:Ag}),zx=bp({typed:Ag}),Ix=ll({typed:Ag}),Rx=yl({BigNumber:Qy,typed:Ag}),jx=_i({typed:Ag}),Ux=Xs({typed:Ag}),Px=wa({isInteger:ix,typed:Ag}),$x=oa({DenseMatrix:gg,Matrix:ug,SparseMatrix:Ax,typed:Ag}),Lx=sa({isZero:ux,matrix:$x,typed:Ag}),_x=Pu({BigNumber:Qy,config:xr,matrix:$x,typed:Ag}),Jx=ih({config:xr,log2:lx,typed:Ag}),Wx=Hu({isInteger:ix,matrix:$x,typed:Ag}),Vx=bl({BigNumber:Qy,typed:Ag}),Hx=Nl({typed:Ag}),Zx=zf({SparseMatrix:Ax,typed:Ag}),Gx=Bo({Complex:Yy,config:xr,typed:Ag}),Xx=ns({typed:Ag}),Qx=Ml({typed:Ag}),Yx=ls({matrix:$x,typed:Ag}),Kx=Io({BigNumber:Qy,config:xr,matrix:$x,typed:Ag}),eb=hs({BigNumber:Qy,config:xr,matrix:$x,typed:Ag}),rb=Wf({BigNumber:Qy,Complex:Yy,config:xr,typed:Ag}),tb=rl({Complex:Yy,config:xr,typed:Ag}),nb=$s({format:ex,typed:Ag}),ib=pu({isInteger:ix,matrix:$x,typed:Ag}),ab=pl({BigNumber:Qy,typed:Ag}),ob=ds({conj:Lg,transpose:Yx,typed:Ag}),ub=Du({DenseMatrix:gg,SparseMatrix:Ax,matrix:$x,typed:Ag}),sb=$o({concat:ib,equalScalar:Hg,matrix:$x,multiplyScalar:dx,typed:Ag}),cb=_c({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),fb=ia({Fraction:tg,typed:Ag}),lb=Ou({BigNumber:Qy,DenseMatrix:gg,SparseMatrix:Ax,config:xr,matrix:$x,typed:Ag}),mb=zi({typed:Ag}),db=zu({matrix:$x,multiplyScalar:dx,typed:Ag}),pb=nf({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,config:xr,matrix:$x,typed:Ag}),hb=Ec({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag,zeros:eb}),vb=zs({isNaN:jx,isNumeric:mb,typed:Ag}),yb=Eo({BigNumber:Qy,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),gb=Qs({bignumber:kx,fraction:fb,number:hx}),xb=js({config:xr,multiplyScalar:dx,numeric:gb,typed:Ag}),bb=Zu({config:xr,matrix:$x}),wb=Fc({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag,zeros:eb}),Db=nc({BigNumber:Qy,DenseMatrix:gg,config:xr,equalScalar:Hg,matrix:$x,typed:Ag,zeros:eb}),Nb=rs({matrix:$x,config:xr,typed:Ag}),Ab=Zc({DenseMatrix:gg,SparseMatrix:Ax,bignumber:kx,concat:ib,config:xr,matrix:$x,typed:Ag}),Mb=Zs({concat:ib,matrix:$x,typed:Ag}),Cb=va({typed:Ag}),Eb=cf({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,config:xr,equalScalar:Hg,matrix:$x,typed:Ag}),Sb=mu({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,matrix:$x,typed:Ag}),Fb=Vl({DenseMatrix:gg,SparseMatrix:Ax,addScalar:Bg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),Bb=al({BigNumber:Qy,DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),qb=Qo({concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),Tb=ru({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),Ob=iu({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,matrix:$x,typed:Ag}),kb=Sa({BigNumber:Qy,Complex:Yy,Fraction:tg,config:xr,isNegative:ax,matrix:$x,typed:Ag,unaryMinus:Cb}),zb=kc({BigNumber:Qy,DenseMatrix:gg,Fraction:tg,concat:ib,config:xr,equalScalar:Hg,matrix:$x,typed:Ag}),Ib=$c({concat:ib,matrix:$x,typed:Ag}),Rb=gu({prod:xb,size:Nb,typed:Ag}),jb=uf({equal:cb,typed:Ag}),Ub=Ks({numeric:gb,typed:Ag}),Pb=pc({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,divideScalar:Ub,equalScalar:Hg,matrix:$x,typed:Ag}),$b=Vc({compareText:Ib,isZero:ux,typed:Ag}),Lb=Xa({DenseMatrix:gg,config:xr,equalScalar:Hg,matrix:$x,round:Db,typed:Ag,zeros:eb}),_b=mo({BigNumber:Qy,DenseMatrix:gg,concat:ib,config:xr,equalScalar:Hg,matrix:$x,round:Db,typed:Ag,zeros:eb}),Jb=Ri({isNumeric:mb,typed:Ag}),Wb=Zl({abs:Cg,addScalar:Bg,divideScalar:Ub,isPositive:ox,multiplyScalar:dx,smaller:Ab,sqrt:Gx,typed:Ag}),Vb=yf({DenseMatrix:gg,smaller:Ab}),Hb=gf({ImmutableDenseMatrix:Vb,getMatrixDataType:rx}),Zb=ef({DenseMatrix:gg,SparseMatrix:Ax,bignumber:kx,concat:ib,config:xr,matrix:$x,typed:Ag}),Gb=oc({Complex:Yy,config:xr,divideScalar:Ub,typeOf:Bx,typed:Ag}),Xb=yc({DenseMatrix:gg,divideScalar:Ub,equalScalar:Hg,matrix:$x,multiplyScalar:dx,subtractScalar:Sx,typed:Ag}),Qb=ma({flatten:Yg,matrix:$x,size:Nb,typed:Ag}),Yb=hf({config:xr,isNaN:jx,larger:Zb,numeric:gb,typed:Ag}),Kb=vf({config:xr,isNaN:jx,numeric:gb,smaller:Ab,typed:Ag}),ew=no({DenseMatrix:gg,concat:ib,config:xr,equalScalar:Hg,matrix:$x,round:Db,typed:Ag,zeros:eb}),rw=fc({Complex:Yy,config:xr,divideScalar:Ub,typed:Ag}),tw=lu({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),nw=mf({compare:zb,isNaN:jx,isNumeric:mb,typed:Ag}),iw=ud({addScalar:Bg,complex:$g,conj:Lg,divideScalar:Ub,equal:cb,identity:lb,isZero:ux,matrix:$x,multiplyScalar:dx,sign:Dx,sqrt:Gx,subtractScalar:Sx,typed:Ag,unaryMinus:Cb,zeros:eb}),aw=qc({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag,zeros:eb}),ow=Qc({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,config:xr,matrix:$x,typed:Ag}),uw=as({add:Fb,matrix:$x,typed:Ag,zeros:eb}),sw=ko({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,subtractScalar:Sx,typed:Ag,unaryMinus:Cb}),cw=Yl({add:Fb,matrix:$x,typed:Ag}),fw=xc({DenseMatrix:gg,divideScalar:Ub,equalScalar:Hg,matrix:$x,multiplyScalar:dx,subtractScalar:Sx,typed:Ag}),lw=fh({addScalar:Bg,combinations:Pg,divideScalar:Ub,isInteger:ix,isNegative:ax,multiplyScalar:dx,typed:Ag}),mw=jc({compare:zb,typed:Ag}),dw=mh({addScalar:Bg,combinations:Pg,isInteger:ix,isNegative:ax,isPositive:ox,larger:Zb,typed:Ag}),pw=Uu({matrix:$x,number:hx,subtract:sw,typed:Ag}),hw=Yd({abs:Cg,addScalar:Bg,deepEqual:jb,divideScalar:Ub,multiplyScalar:dx,sqrt:Gx,subtractScalar:Sx,typed:Ag}),vw=Ql({addScalar:Bg,conj:Lg,multiplyScalar:dx,size:Nb,typed:Ag}),yw=bf({larger:Zb,smaller:Ab}),gw=em({Index:Hb,typed:Ag}),xw=jo({BigNumber:Qy,add:Fb,config:xr,equal:cb,isInteger:ix,mod:ew,smaller:Ab,typed:Ag,xgcd:Kx}),bw=ho({concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),ww=sc({Complex:Yy,config:xr,divideScalar:Ub,log:Gb,typed:Ag}),Dw=wc({DenseMatrix:gg,divideScalar:Ub,equalScalar:Hg,matrix:$x,multiplyScalar:dx,subtractScalar:Sx,typed:Ag}),Nw=fa({flatten:Yg,matrix:$x,size:Nb,typed:Ag}),Aw=Mo({addScalar:Bg,dot:vw,equalScalar:Hg,matrix:$x,multiplyScalar:dx,typed:Ag}),Mw=Wu({bignumber:kx,matrix:$x,add:Fb,config:xr,isPositive:ox,larger:Zb,largerEq:pb,smaller:Ab,smallerEq:ow,typed:Ag}),Cw=Ku({Index:Hb,matrix:$x,range:Mw,typed:Ag}),Ew=El({DenseMatrix:gg,Index:Hb,compareNatural:mw,size:Nb,subset:uw,typed:Ag}),Sw=ql({DenseMatrix:gg,Index:Hb,compareNatural:mw,size:Nb,subset:uw,typed:Ag}),Fw=zl({Index:Hb,compareNatural:mw,size:Nb,subset:uw,typed:Ag}),Bw=Ul({Index:Hb,compareNatural:mw,size:Nb,subset:uw,typed:Ag}),qw=bd({SparseMatrix:Ax,abs:Cg,add:Fb,divideScalar:Ub,larger:Zb,largerEq:pb,multiply:Aw,subtract:sw,transpose:Yx,typed:Ag}),Tw=pf({compare:zb,compareNatural:mw,matrix:$x,typed:Ag}),Ow=ga({config:xr,numeric:gb,typed:Ag}),kw=Nc({DenseMatrix:gg,divideScalar:Ub,equalScalar:Hg,matrix:$x,multiplyScalar:dx,subtractScalar:Sx,typed:Ag}),zw=Th({Complex:Yy,add:Fb,multiply:Aw,number:hx,typed:Ag}),Iw=Tc({concat:ib,equalScalar:Hg,matrix:$x,not:px,typed:Ag,zeros:eb}),Rw=Ia({DenseMatrix:gg,config:xr,equalScalar:Hg,matrix:$x,round:Db,typed:Ag,zeros:eb}),jw=vu({Index:Hb,matrix:$x,range:Mw,typed:Ag}),Uw=bu({matrix:$x,multiply:Aw,subtract:sw,typed:Ag}),Pw=zd({divideScalar:Ub,isZero:ux,matrix:$x,multiply:Aw,subtractScalar:Sx,typed:Ag,unaryMinus:Cb}),$w=Wa({Complex:Yy,DenseMatrix:gg,ceil:Rw,equalScalar:Hg,floor:Lb,matrix:$x,typed:Ag,zeros:eb}),Lw=Id({abs:Cg,addScalar:Bg,det:Pw,divideScalar:Ub,identity:lb,matrix:$x,multiply:Aw,typed:Ag,unaryMinus:Cb}),_w=jd({Complex:Yy,add:Fb,ctranspose:ob,deepEqual:jb,divideScalar:Ub,dot:vw,dotDivide:Pb,equal:cb,inv:Lw,matrix:$x,multiply:Aw,typed:Ag}),Jw=ec({Complex:Yy,config:xr,fraction:fb,identity:lb,inv:Lw,matrix:$x,multiply:Aw,number:hx,typed:Ag}),Ww=Fl({DenseMatrix:gg,Index:Hb,compareNatural:mw,size:Nb,subset:uw,typed:Ag}),Vw=Rl({Index:Hb,compareNatural:mw,size:Nb,subset:uw,typed:Ag}),Hw=_l({Index:Hb,concat:ib,setDifference:Ww,size:Nb,subset:uw,typed:Ag}),Zw=wf({FibonacciHeap:yw,addScalar:Bg,equalScalar:Hg}),Gw=_d({abs:Cg,add:Fb,identity:lb,inv:Lw,map:mx,max:Yb,multiply:Aw,size:Nb,sqrt:Gx,subtract:sw,typed:Ag}),Xw=ep({add:Fb,config:xr,numeric:gb,typed:Ag}),Qw=qf({BigNumber:Qy,Complex:Yy,Fraction:tg,abs:Cg,addScalar:Bg,config:xr,divideScalar:Ub,equal:cb,fix:$w,format:ex,isNumeric:mb,multiplyScalar:dx,number:hx,pow:Jw,round:Db,subtractScalar:Sx}),Yw=uv({BigNumber:Qy,Unit:Qw,config:xr}),Kw=Lv({BigNumber:Qy,Unit:Qw,config:xr}),eD=Bv({BigNumber:Qy,Unit:Qw,config:xr}),rD=fv({BigNumber:Qy,Unit:Qw,config:xr}),tD=Tv({BigNumber:Qy,Unit:Qw,config:xr}),nD=lv({BigNumber:Qy,Unit:Qw,config:xr}),iD=sv({BigNumber:Qy,Unit:Qw,config:xr}),aD=tp({add:Fb,typed:Ag,unaryPlus:Ow}),oD=Nv({BigNumber:Qy,Unit:Qw,config:xr}),uD=mc({DenseMatrix:gg,SparseMatrix:Ax,concat:ib,equalScalar:Hg,matrix:$x,pow:Jw,typed:Ag}),sD=ov({BigNumber:Qy,Unit:Qw,config:xr}),cD=cv({BigNumber:Qy,Unit:Qw,config:xr}),fD=$d({abs:Cg,add:Fb,identity:lb,inv:Lw,multiply:Aw,typed:Ag}),lD=Ov({BigNumber:Qy,Unit:Qw,config:xr}),mD=vs({addScalar:Bg,ceil:Rw,conj:Lg,divideScalar:Ub,dotDivide:Pb,exp:Gg,i:ng,log2:lx,matrix:$x,multiplyScalar:dx,pow:Jw,tau:hg,typed:Ag}),dD=Np({BigNumber:Qy,Complex:Yy,config:xr,multiplyScalar:dx,pow:Jw,typed:Ag}),pD=tv({BigNumber:Qy,Unit:Qw,config:xr}),hD=wv({BigNumber:Qy,Unit:Qw,config:xr}),vD=gs({conj:Lg,dotDivide:Pb,fft:mD,typed:Ag}),yD=mv({BigNumber:Qy,Unit:Qw,config:xr}),gD=hv({BigNumber:Qy,Unit:Qw,config:xr}),xD=zv({BigNumber:Qy,Unit:Qw,config:xr}),bD=av({BigNumber:Qy,Unit:Qw,config:xr}),wD=_v({BigNumber:Qy,Unit:Qw,config:xr}),DD=Rv({BigNumber:Qy,Unit:Qw,config:xr}),ND=Av({BigNumber:Qy,Unit:Qw,config:xr}),AD=pv({BigNumber:Qy,Unit:Qw,config:xr}),MD=Gv({BigNumber:Qy,Unit:Qw,config:xr}),CD=Vv({BigNumber:Qy,Unit:Qw,config:xr}),ED=Xv({BigNumber:Qy,Unit:Qw,config:xr}),SD=Dv({BigNumber:Qy,Unit:Qw,config:xr}),FD=Mv({BigNumber:Qy,Unit:Qw,config:xr}),BD=iv({BigNumber:Qy,Unit:Qw,config:xr}),qD=Cv({BigNumber:Qy,Unit:Qw,config:xr}),TD=Pv({BigNumber:Qy,Unit:Qw,config:xr}),OD=$l({compareNatural:mw,typed:Ag}),kD=rv({BigNumber:Qy,Unit:Qw,config:xr}),zD=$v({BigNumber:Qy,Unit:Qw,config:xr}),ID=Ev({BigNumber:Qy,Unit:Qw,config:xr}),RD=qv({BigNumber:Qy,Unit:Qw,config:xr}),jD=vv({BigNumber:Qy,Unit:Qw,config:xr}),UD=Rf({Unit:Qw,typed:Ag}),PD=Xd({divideScalar:Ub,equalScalar:Hg,inv:Lw,matrix:$x,multiply:Aw,typed:Ag}),$D=gv({BigNumber:Qy,Unit:Qw,config:xr}),LD=Ep({gamma:dD,typed:Ag}),_D=kv({BigNumber:Qy,Unit:Qw,config:xr}),JD=Wv({BigNumber:Qy,Unit:Qw,config:xr}),WD=Kd({abs:Cg,add:Fb,addScalar:Bg,config:xr,divideScalar:Ub,equalScalar:Hg,flatten:Yg,isNumeric:mb,isZero:ux,matrix:$x,multiply:Aw,multiplyScalar:dx,smaller:Ab,subtract:sw,typed:Ag}),VD=od({DenseMatrix:gg,Spa:Zw,SparseMatrix:Ax,abs:Cg,addScalar:Bg,divideScalar:Ub,equalScalar:Hg,larger:Zb,matrix:$x,multiplyScalar:dx,subtractScalar:Sx,typed:Ag,unaryMinus:Cb}),HD=dv({BigNumber:Qy,Unit:Qw,config:xr}),ZD=Jv({BigNumber:Qy,Unit:Qw,config:xr}),GD=qp({add:Fb,divide:PD,factorial:LD,isInteger:ix,isPositive:ox,multiply:Aw,typed:Ag}),XD=Op({factorial:LD,typed:Ag}),QD=Hv({BigNumber:Qy,Unit:Qw,config:xr}),YD=Md({add:Fb,cbrt:kb,divide:PD,equalScalar:Hg,im:nx,isZero:ux,multiply:Aw,re:bx,sqrt:Gx,subtract:sw,typeOf:Bx,typed:Ag,unaryMinus:Cb}),KD=Ol({DenseMatrix:gg,Index:Hb,compareNatural:mw,size:Nb,subset:uw,typed:Ag}),eN=Ms({abs:Cg,add:Fb,bignumber:kx,divide:PD,isNegative:ax,isPositive:ox,larger:Zb,map:mx,matrix:$x,max:Yb,multiply:Aw,smaller:Ab,subtract:sw,typed:Ag,unaryMinus:Cb}),rN=oh({bignumber:kx,addScalar:Bg,combinations:Pg,divideScalar:Ub,factorial:LD,isInteger:ix,isNegative:ax,larger:Zb,multiplyScalar:dx,number:hx,pow:Jw,subtractScalar:Sx,typed:Ag}),tN=Of({Unit:Qw,typed:Ag}),nN=sh({addScalar:Bg,isInteger:ix,isNegative:ax,stirlingS2:rN,typed:Ag}),iN=Ud({abs:Cg,add:Fb,addScalar:Bg,atan:kg,bignumber:kx,column:jw,complex:$g,config:xr,cos:_g,diag:ub,divideScalar:Ub,dot:vw,equal:cb,flatten:Yg,im:nx,inv:Lw,larger:Zb,matrix:$x,matrixFromColumns:Qb,multiply:Aw,multiplyScalar:dx,number:hx,qr:iw,re:bx,reshape:Wx,sin:Nx,size:Nb,smaller:Ab,sqrt:Gx,subtract:sw,typed:Ag,usolve:fw,usolveAll:kw}),aN=xv({BigNumber:Qy,Unit:Qw,config:xr}),oN=Iv({BigNumber:Qy,Unit:Qw,config:xr}),uN=Fp({divide:PD,dotDivide:Pb,isNumeric:mb,log:Gb,map:mx,matrix:$x,multiply:Aw,sum:Xw,typed:Ag}),sN=Nd({DenseMatrix:gg,lsolve:Xb,lup:VD,matrix:$x,slu:qw,typed:Ag,usolve:fw}),cN=ip({add:Fb,divide:PD,typed:Ag}),fN=jv({BigNumber:Qy,Unit:Qw,config:xr}),lN=nv({BigNumber:Qy,Unit:Qw,config:xr}),mN=mp({bignumber:kx,add:Fb,compare:zb,divide:PD,isInteger:ix,larger:Zb,mapSlices:Px,multiply:Aw,partitionSelect:nw,smaller:Ab,smallerEq:ow,subtract:sw,typed:Ag}),dN=Wl({Index:Hb,concat:ib,setIntersect:KD,setSymDifference:Hw,size:Nb,subset:uw,typed:Ag}),pN=fp({add:Fb,divide:PD,isNaN:jx,mapSlices:Px,multiply:Aw,subtract:sw,typed:Ag}),hN=yv({BigNumber:Qy,Unit:Qw,config:xr}),vN=op({add:Fb,compare:zb,divide:PD,partitionSelect:nw,typed:Ag}),yN=hp({add:Fb,divide:PD,matrix:$x,mean:cN,multiply:Aw,pow:Jw,sqrt:Gx,subtract:sw,sum:Xw,typed:Ag}),gN=kh({Complex:Yy,add:Fb,divide:PD,matrix:$x,multiply:Aw,typed:Ag}),xN=up({abs:Cg,map:mx,median:vN,subtract:sw,typed:Ag}),bN=dp({map:mx,sqrt:Gx,typed:Ag,variance:pN}),wN=Os({BigNumber:Qy,Complex:Yy,add:Fb,config:xr,divide:PD,equal:cb,factorial:LD,gamma:dD,isNegative:ax,multiply:Aw,pi:wg,pow:Jw,sin:Nx,smallerEq:ow,subtract:sw,typed:Ag}),DN=Xl({abs:Cg,add:Fb,conj:Lg,ctranspose:ob,eigs:iN,equalScalar:Hg,larger:Zb,matrix:$x,multiply:Aw,pow:Jw,smaller:Ab,sqrt:Gx,typed:Ag}),NN=Yu({BigNumber:Qy,DenseMatrix:gg,SparseMatrix:Ax,addScalar:Bg,config:xr,cos:_g,matrix:$x,multiplyScalar:dx,norm:DN,sin:Nx,typed:Ag,unaryMinus:Cb}),AN=Zv({BigNumber:Qy,Unit:Qw,config:xr}),MN=Hd({identity:lb,matrix:$x,multiply:Aw,norm:DN,qr:iw,subtract:sw,typed:Ag}),CN=Xu({multiply:Aw,rotationMatrix:NN,typed:Ag}),EN=Wd({abs:Cg,add:Fb,concat:ib,identity:lb,index:gw,lusolve:sN,matrix:$x,matrixFromColumns:Qb,multiply:Aw,range:Mw,schur:MN,subset:uw,subtract:sw,transpose:Yx,typed:Ag}),SN=Gd({matrix:$x,multiply:Aw,sylvester:EN,transpose:Yx,typed:Ag}),FN={},BN={},qN={},TN=tm({mathWithTransform:BN}),ON=jm({Node:TN}),kN=$m({Node:TN}),zN=_m({Node:TN}),IN=Hm({Node:TN}),RN=sm({Node:TN}),jN=ym({Node:TN,ResultSet:mg}),UN=xm({Node:TN}),PN=Tm({Node:TN}),$N=Wm({Node:TN}),LN=zh({classes:qN}),_N=Ed({math:FN,typed:Ag}),JN=km({Node:TN,typed:Ag}),WN=kd({Chain:_N,typed:Ag}),VN=om({Node:TN,subset:uw}),HN=hm({matrix:$x,Node:TN,subset:uw}),ZN=Im({Node:TN,size:Nb}),GN=Zm({Unit:Qw,Node:TN,math:FN}),XN=Xm({Node:TN,SymbolNode:GN,math:FN}),QN=Ym({AccessorNode:VN,ArrayNode:RN,AssignmentNode:HN,BlockNode:jN,ConditionalNode:UN,ConstantNode:PN,FunctionAssignmentNode:JN,FunctionNode:XN,IndexNode:ZN,ObjectNode:ON,OperatorNode:kN,ParenthesisNode:zN,RangeNode:$N,RelationalNode:IN,SymbolNode:GN,config:xr,numeric:gb,typed:Ag}),YN=Ah({ConstantNode:PN,FunctionNode:XN,OperatorNode:kN,ParenthesisNode:zN,parse:QN,typed:Ag}),KN=wh({bignumber:kx,fraction:fb,AccessorNode:VN,ArrayNode:RN,ConstantNode:PN,FunctionNode:XN,IndexNode:ZN,ObjectNode:ON,OperatorNode:kN,SymbolNode:GN,config:xr,mathWithTransform:BN,matrix:$x,typed:Ag}),eA=ed({parse:QN,typed:Ag}),rA=Nh({AccessorNode:VN,ArrayNode:RN,ConstantNode:PN,FunctionNode:XN,IndexNode:ZN,ObjectNode:ON,OperatorNode:kN,ParenthesisNode:zN,SymbolNode:GN,add:Fb,divide:PD,equal:cb,isZero:ux,multiply:Aw,parse:QN,pow:Jw,subtract:sw,typed:Ag}),tA=td({parse:QN,typed:Ag}),nA=Cd({evaluate:tA}),iA=nd({evaluate:tA,parse:QN}),aA=bh({AccessorNode:VN,ArrayNode:RN,ConstantNode:PN,FunctionNode:XN,IndexNode:ZN,ObjectNode:ON,OperatorNode:kN,ParenthesisNode:zN,SymbolNode:GN,equal:cb,parse:QN,replacer:Dg,resolve:YN,simplifyConstant:KN,simplifyCore:rA,typed:Ag}),oA=Ch({OperatorNode:kN,parse:QN,simplify:aA,typed:Ag}),uA=ph({parse:QN,typed:Ag}),sA=ad({Parser:iA,typed:Ag}),cA=Bh({bignumber:kx,fraction:fb,AccessorNode:VN,ArrayNode:RN,ConstantNode:PN,FunctionNode:XN,IndexNode:ZN,ObjectNode:ON,OperatorNode:kN,ParenthesisNode:zN,SymbolNode:GN,add:Fb,config:xr,divide:PD,equal:cb,isZero:ux,mathWithTransform:BN,matrix:$x,multiply:Aw,parse:QN,pow:Jw,simplify:aA,simplifyConstant:KN,simplifyCore:rA,subtract:sw,typed:Ag}),fA=Sh({ConstantNode:PN,FunctionNode:XN,OperatorNode:kN,ParenthesisNode:zN,SymbolNode:GN,config:xr,equal:cb,isZero:ux,numeric:gb,parse:QN,simplify:aA,typed:Ag}),lA=Td({Help:nA,mathWithTransform:BN,typed:Ag});de(FN,{e:Ky,false:eg,fineStructure:rg,i:ng,Infinity:ig,LN10:ag,LOG10E:og,NaN:sg,null:cg,phi:fg,SQRT1_2:dg,sackurTetrode:pg,tau:hg,true:vg,E:Ky,version:yg,efimovFactor:xg,LN2:bg,pi:wg,replacer:Dg,reviver:LN,SQRT2:Ng,typed:Ag,PI:wg,weakMixingAngle:Mg,abs:Cg,acos:Eg,acot:Sg,acsc:Fg,addScalar:Bg,arg:qg,asech:Tg,asinh:Og,atan:kg,atanh:zg,bigint:Ig,bitNot:Rg,boolean:jg,clone:Ug,combinations:Pg,complex:$g,conj:Lg,cos:_g,cot:Jg,csc:Wg,cube:Vg,equalScalar:Hg,erf:Zg,exp:Gg,expm1:Xg,filter:Qg,flatten:Yg,forEach:Kg,format:ex,getMatrixDataType:rx,hex:tx,im:nx,isInteger:ix,isNegative:ax,isPositive:ox,isZero:ux,LOG2E:sx,lgamma:cx,log10:fx,log2:lx,map:mx,multiplyScalar:dx,not:px,number:hx,oct:vx,pickRandom:yx,print:gx,random:xx,re:bx,sec:wx,sign:Dx,sin:Nx,splitUnit:Mx,square:Cx,string:Ex,subtractScalar:Sx,tan:Fx,typeOf:Bx,acosh:qx,acsch:Tx,asec:Ox,bignumber:kx,chain:WN,combinationsWithRep:zx,cosh:Ix,csch:Rx,isNaN:jx,isPrime:Ux,mapSlices:Px,matrix:$x,matrixFromFunction:Lx,ones:_x,randomInt:Jx,reshape:Wx,sech:Vx,sinh:Hx,sparse:Zx,sqrt:Gx,squeeze:Xx,tanh:Qx,transpose:Yx,xgcd:Kx,zeros:eb,acoth:rb,asin:tb,bin:nb,concat:ib,coth:ab,ctranspose:ob,diag:ub,dotMultiply:sb,equal:cb,fraction:fb,identity:lb,isNumeric:mb,kron:db,largerEq:pb,leftShift:hb,mode:vb,nthRoot:yb,numeric:gb,prod:xb,resize:bb,rightArithShift:wb,round:Db,size:Nb,smaller:Ab,to:Mb,unaryMinus:Cb,unequal:Eb,xor:Sb,add:Fb,atan2:Bb,bitAnd:qb,bitOr:Tb,bitXor:Ob,cbrt:kb,compare:zb,compareText:Ib,count:Rb,deepEqual:jb,divideScalar:Ub,dotDivide:Pb,equalText:$b,floor:Lb,gcd:_b,hasNumericValue:Jb,hypot:Wb,larger:Zb,log:Gb,lsolve:Xb,matrixFromColumns:Qb,max:Yb,min:Kb,mod:ew,nthRoots:rw,or:tw,partitionSelect:nw,qr:iw,rightLogShift:aw,smallerEq:ow,subset:uw,subtract:sw,trace:cw,usolve:fw,catalan:lw,compareNatural:mw,composition:dw,diff:pw,distance:hw,dot:vw,index:gw,invmod:xw,lcm:bw,log1p:ww,lsolveAll:Dw,matrixFromRows:Nw,multiply:Aw,range:Mw,row:Cw,setCartesian:Ew,setDistinct:Sw,setIsSubset:Fw,setPowerset:Bw,slu:qw,sort:Tw,unaryPlus:Ow,usolveAll:kw,zpk2tf:zw,and:Iw,ceil:Rw,column:jw,cross:Uw,det:Pw,fix:$w,inv:Lw,pinv:_w,pow:Jw,setDifference:Ww,setMultiplicity:Vw,setSymDifference:Hw,sqrtm:Gw,sum:Xw,vacuumImpedance:Yw,wienDisplacement:Kw,atomicMass:eD,bohrMagneton:rD,boltzmann:tD,conductanceQuantum:nD,coulomb:iD,cumsum:aD,deuteronMass:oD,dotPow:uD,electricConstant:sD,elementaryCharge:cD,expm:fD,faraday:lD,fft:mD,gamma:dD,gravitationConstant:pD,hartreeEnergy:hD,ifft:vD,inverseConductanceQuantum:yD,klitzing:gD,loschmidt:xD,magneticConstant:bD,molarMass:wD,molarPlanckConstant:DD,neutronMass:ND,nuclearMagneton:AD,planckCharge:MD,planckLength:CD,planckTemperature:ED,protonMass:SD,quantumOfCirculation:FD,reducedPlanckConstant:BD,rydberg:qD,secondRadiation:TD,setSize:OD,speedOfLight:kD,stefanBoltzmann:zD,thomsonCrossSection:ID,avogadro:RD,bohrRadius:jD,createUnit:UD,divide:PD,electronMass:$D,factorial:LD,firstRadiation:_D,gravity:JD,intersect:WD,lup:VD,magneticFluxQuantum:HD,molarMassC12:ZD,multinomial:GD,parse:QN,permutations:XD,planckMass:QD,polynomialRoot:YD,resolve:YN,setIntersect:KD,simplifyConstant:KN,solveODE:eN,stirlingS2:rN,unit:tN,bellNumbers:nN,compile:eA,eigs:iN,fermiCoupling:aN,gasConstant:oN,kldivergence:uN,lusolve:sN,mean:cN,molarVolume:fN,planckConstant:lN,quantileSeq:mN,setUnion:dN,simplifyCore:rA,variance:pN,classicalElectronRadius:hN,evaluate:tA,median:vN,simplify:aA,symbolicEqual:oA,corr:yN,freqz:gN,leafCount:uA,mad:xN,parser:sA,rationalize:cA,std:bN,zeta:wN,derivative:fA,norm:DN,rotationMatrix:NN,help:lA,planckTime:AN,schur:MN,rotate:CN,sylvester:EN,lyap:SN,config:xr}),de(BN,FN,{mapSlices:ey({isInteger:ix,typed:Ag}),filter:oy({typed:Ag}),forEach:uy({typed:Ag}),map:cy({typed:Ag}),or:Vy({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),and:Jy({add:Fb,concat:ib,equalScalar:Hg,matrix:$x,not:px,typed:Ag,zeros:eb}),concat:Ay({isInteger:ix,matrix:$x,typed:Ag}),index:sy({Index:Hb,getMatrixDataType:rx}),print:Ly({add:Fb,matrix:$x,typed:Ag,zeros:eb}),sum:qy({add:Fb,config:xr,numeric:gb,typed:Ag}),bitAnd:Zy({add:Fb,concat:ib,equalScalar:Hg,matrix:$x,not:px,typed:Ag,zeros:eb}),min:vy({config:xr,isNaN:jx,numeric:gb,smaller:Ab,typed:Ag}),subset:Dy({add:Fb,matrix:$x,typed:Ag,zeros:eb}),bitOr:Xy({DenseMatrix:gg,concat:ib,equalScalar:Hg,matrix:$x,typed:Ag}),cumsum:Iy({add:Fb,typed:Ag,unaryPlus:Ow}),diff:Ey({bignumber:kx,matrix:$x,number:hx,subtract:sw,typed:Ag}),max:my({config:xr,isNaN:jx,larger:Zb,numeric:gb,typed:Ag}),range:gy({bignumber:kx,matrix:$x,add:Fb,config:xr,isPositive:ox,larger:Zb,largerEq:pb,smaller:Ab,smallerEq:ow,typed:Ag}),row:by({Index:Hb,matrix:$x,range:Mw,typed:Ag}),column:ry({Index:Hb,matrix:$x,range:Mw,typed:Ag}),mean:py({add:Fb,divide:PD,typed:Ag}),quantileSeq:Oy({add:Fb,bignumber:kx,compare:zb,divide:PD,isInteger:ix,larger:Zb,mapSlices:Px,multiply:Aw,partitionSelect:nw,smaller:Ab,smallerEq:ow,subtract:sw,typed:Ag}),variance:Uy({add:Fb,divide:PD,isNaN:jx,mapSlices:Px,multiply:Aw,subtract:sw,typed:Ag}),std:Fy({map:mx,sqrt:Gx,typed:Ag,variance:pN})}),de(qN,{BigNumber:Qy,Complex:Yy,Fraction:tg,Matrix:ug,Node:TN,ObjectNode:ON,OperatorNode:kN,ParenthesisNode:zN,Range:lg,RelationalNode:IN,ResultSet:mg,ArrayNode:RN,BlockNode:jN,ConditionalNode:UN,ConstantNode:PN,DenseMatrix:gg,RangeNode:$N,Chain:_N,FunctionAssignmentNode:JN,SparseMatrix:Ax,ImmutableDenseMatrix:Vb,Index:Hb,AccessorNode:VN,AssignmentNode:HN,FibonacciHeap:yw,IndexNode:ZN,Spa:Zw,Unit:Qw,SymbolNode:GN,FunctionNode:XN,Help:nA,Parser:iA}),_N.createProxy(FN);let mA=!1;async function dA(e){X.getI().play(e),T(e),e.style.animation="none",pA(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=qA(e.value,[t]);if(OA(i),i){const e=r.onCorrect;await SA(e,r),100!==JSON.parse(n.fill)||mA?mA=!1:(mA=!0,r.style.pointerEvents="none",PA(),kA())}else{const e=r.onInCorrect;await SA(e,r)}}function pA(e){const r=document.getElementById(h);if(!r)return void console.error("No container found with id: lido-container");T(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/KA());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",pA(e)}),{once:!0})}function hA(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 vA=(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((()=>PA()),2e3),t()}))}));let yA=0;const gA=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 vA(i,n))})(r)):t.length>0&&(t===i.value?(yA++,console.log("SCOREEEE",yA)):(yA>0&&yA--,console.log("SCOREEEE",yA)),c.innerHTML.length>0&&(s.innerHTML=c.innerHTML),i.innerHTML=i.string.replaceAll("?",u),c.innerHTML=i.innerHTML,await vA(i,n))};function xA(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 bA=(e,r)=>{const t=document.getElementById(h),n=R(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 wA(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 DA(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 NA(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 AA=new class{constructor(){this.rightMoves=0,this.wrongMoves=0,this.finalScore=0}};function MA(){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 CA(e,r,t){return(e||"")+(r?` ${r}`:"")+(t?` ${t}`:"")}const EA=async(e,r)=>{if(!document.getElementById(h))return void setTimeout((()=>EA(e,r)),500);const n=e.getAttribute("onEntry");switch(await SA(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.');WA(e,"drag");const l=l=>{var d,h;if(j)return void(r=!1);if(B(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())===y.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())===y.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(!r)return;if(j)return void(r=!1);t=!1,e.style.transition="none";const s=R(f);let c=0,l=0;u instanceof MouseEvent?(c=(u.clientX-n)/s,l=(u.clientY-i)/s):(c=(u.touches[0].clientX-n)/s,l=(u.touches[0].clientY-i)/s),e.style.transform=`translate(${a+c}px, ${o+l}px)`;let m=P(e,"drop");document.querySelectorAll("[type='drop']").forEach((r=>{var t;const n=MA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==y.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")})),m&&("lido-text"===m.tagName.toLowerCase()?(m.style.border="2px dashed #ff0000",m.style.backgroundColor="rgba(255, 0, 0, 0.1)"):document.getElementById("unitsDrop")&&document.getElementById("tensDrop")&&document.getElementById("hundredsDrop")||(m.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=MA();Object.keys(n).map(Number).includes(JSON.parse(r.getAttribute("tab-index")))?(null===(t=e.getAttribute("dropAttr"))||void 0===t?void 0:t.toLowerCase())!==y.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")}))}));let o=P(e,"drop");J(e,o),SA("this.updateCountBlender='true'",f),(null===(n=e.getAttribute("dropAttr"))||void 0===n?void 0:n.toLowerCase())===y.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())===y.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&&V(e,"drag")}))}(e);break;case"click":!function(e){WA(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&&X.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 UA();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(S(e,r),r){const r=e.getAttribute("onCorrect");await SA(r,e)}else{const r=e.getAttribute("onInCorrect");await SA(r,e)}return null!==e.closest("#lidoCalculator")||OA(r),void RA()}if(s&&u.classList.remove("lido-disable-check-button"),c){e.classList.remove("lido-element-selected"),SA(e.getAttribute("onEntry"),e),f=f.filter((r=>r!=e.value)),a.setAttribute(t,JSON.stringify([e.value]));let r=MA();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=MA();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(S(e,s),s){const r=e.getAttribute("onCorrect");await SA(r,e)}else{const r=e.getAttribute("onInCorrect");await SA(r,e)}OA(s)}null!==e.closest("#lidoCalculator")||s||TA(o)!==TA(f)||UA()}})),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",le(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"),MA(),e.getAttribute("tab-index"),e.onclick=()=>{V(e,"drop")},WA(e,"drop"),W(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=>{B(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=R(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/KA(),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=P(e,"slide");if(E&&E!=e){o=!1;const t=e.parentElement,l=E.parentElement,m=E.getBoundingClientRect(),d=document.getElementById(h),p=R(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=qA(e.value,[u[s].trim()]);OA(c),RA()})(e),a=!1)}),300)};e.style.cursor="move",e.style.transform="translate(0, 0)",e.addEventListener("mousedown",m),e.addEventListener("touchstart",m),e.addEventListener("click",(()=>{V(e,"drag")}))}(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=te(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=K(e);e.parentElement.insertBefore(r,e.nextElementSibling)}if("category"!==e.parentElement.getAttribute("type")&&"option"===f){const r=K(e);r.setAttribute("value",`${e.getAttribute("value")}`),r.style.visibility="hidden",e.parentElement.insertBefore(r,e.nextElementSibling)}const t=u.getBoundingClientRect(),a=Y(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=Y(u),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=re(e,"option")||re(e,"dummy");else if(y=re(e,"word")||re(e,"dummy"),y&&y.parentElement!==document.querySelector('[type="blank"]'))return;y&&"dummy"===y.getAttribute("type")||null!==Q&&Q===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")&&!re(e,"blank"))return;if("option"===e.getAttribute("type")&&!re(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=re(e,"category");r?r.appendChild(a):i.appendChild(a)}else{const t=K(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=re(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),Q=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(re(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)}))}ee(e),Q=null,ie(s,e)}else{const r=re(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")})),ae(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)SA("this.alignMatch=true",t,e),setTimeout((()=>{t.replaceWith(e)}),500);else{const r=e.parentElement,t=MA(),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()}ee(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=MA(),n=t.getAttribute("tab-index"),i=e.value;r[n]&&(r[n]=r[n].filter((e=>e!==i)));const a=K(e);return l.appendChild(a),l.scrollTo({top:l.scrollHeight,behavior:"smooth"}),e.style.position="absolute",SA("this.alignMatch='true'",a,e),void setTimeout((()=>{ee(e),a.replaceWith(e),e.classList.remove("dropped"),e.removeAttribute("drop-to")}),100)}{const r=K(e);return t.appendChild(r),e.style.position="absolute",SA("this.alignMatch=true",r,e),void setTimeout((()=>{r.replaceWith(e),ee(e),ae(e,t),e.style.transform="translate(0,0)",e.style.marginBottom="10px"}),100)}}if("word"===f&&e.parentElement===c){const r=K(e);return r.style.visibility="hidden",s.appendChild(r),SA("this.alignMatch=true",r,e),void setTimeout((()=>{const t=K(e);e.parentElement.insertBefore(t,e.nextElementSibling),r.replaceWith(e),e.style.transform="translate(0,0)",ie(s,e)}),500)}{const r=Array.from(c.children).find((r=>r.getAttribute("value")===e.getAttribute("value")));SA("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=te(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&&(bA(r,a),i[n].setAttribute("text",(e[n]+1).toString()))}))}if(2===u&&1===s){const e=NA(10);console.log("pairs double : ",e),n.forEach(((r,n)=>{bA(r,t[e[n][0]-1])})),i.forEach(((r,t)=>{r.setAttribute("text",e[t].toString())}));break}if(5===u){const e=wA(r),n=t[e[0]-1];i[r].setAttribute("text",e.toString()),bA(o,n)}if(10===u){const e=t[a];i[r].setAttribute("text",Array.from({length:10},((e,r)=>a+1+10*r)).toString()),bA(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()),bA(o,e),a+=20}}else{if(3===u||3===s){const r=xA(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)=>{bA(e,t[r[`slot-${n+1}`].cells[0]-1])}));break}if((2===u||2===s)&&u===s){const e=DA(10);n.forEach(((r,n)=>{bA(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("disableSpeak"))return;const t=e.getAttribute("onTouch");let n=null,i=!1;e.addEventListener("pointerdown",(r=>{r.stopPropagation(),i=!1,n=setTimeout((()=>{(async()=>{i=!0,U(!0),await X.getI().play(e),U(!1)})()}),1e3)})),e.addEventListener("pointerup",(async()=>{clearTimeout(n),!i&&t?await SA(t,e):t||["category","option"].includes(e.getAttribute("type")||"")&&e.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0})),U(!1)})),e.addEventListener("pointerleave",(()=>{clearTimeout(n)}))}(e)},SA=async(e,r,t)=>{var n,i,a,o,u,s,c;const f=BA(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&&iM(d);break;case"scrollCellAfterEquationSolved":d&&gA();break;case"alignMatch":{const e=d,r=t,i=document.getElementById(h),a=R(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())===y.Diagonal?`translate(${s-70}px, ${c-70}px)`:`translate(${s}px, ${c}px)`,"true"===r.getAttribute("hasDummy"))return;FA(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 X.getI().play(d)}catch(e){console.error("Error playing audio for speak action:",e)}break}case"fill-slide":hA(l.value);break;case"nextBtn":"true"!==document.getElementById(h).getAttribute("is-continue-on-correct")&&(d.style.pointerEvents="none"),UA();break;case"prevBtn":$A();break;case"stop":await X.getI().stop();break;case"sleep":!isNaN(Number(l.value))&&await new Promise((e=>setTimeout(e,Number(l.value))));break;case"avatarAnimate":{const e=F.getInstance().getRiveInstance();e&&l.value&&e.play(l.value);break}case"cellBorderAnimate":{const e=l.value;e&&d&&QA(d,e);break}case"vibrate":{const e=l.value;e&&d&&await YA(d,e);break}case"highlightStarsAndDisapper":{const e=l.value;e&&d&&(console.log("highlightStar action triggered"),console.log("Target Element:",d),await oM(d,e));break}case"boxAnimationOneByOne":{const e=l.value;e&&d&&await uM(d,e);break}case"questionBoxAnimate":{const e=l.value;e&&d&&await sM(d,e);break}case"slideAnimation":ue();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&&cM(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":fM();break;default:d.style[l.action]=l.value}}},FA=(e,r)=>{const t=document.getElementById(h),n=R(t),i=e,a=t.getAttribute("drop-action")===g.Move,o=t.getAttribute("drop-action")===g.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=JA(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=KA();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)},BA=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},qA=(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},TA=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},OA=e=>{e?AA.rightMoves+=1:AA.wrongMoves+=1,console.log("Right Moves : ",AA.rightMoves),console.log("Wrong Moves : ",AA.wrongMoves)},kA=()=>{const e=AA.rightMoves;let r=Math.floor(e/(e+AA.wrongMoves)*100);IA(r),AA.rightMoves=0,AA.wrongMoves=0};async function zA(e,n){var i;const a=document.getElementById(h);if(!a)return;if(await SA("this.alignMatch='true'",n,e),e&&n&&n.value.toLowerCase().includes(e.value.toLowerCase())){const r=n.getAttribute("onCorrect");r&&await SA(r,n,e)}let o=MA();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())!==y.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"))})),RA()}const IA=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){A(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;AA.finalScore=Math.floor(r),console.log("Total Score : ",AA.finalScore),function(e){A(a,{score:e})}(r),localStorage.removeItem(n)}},RA=()=>{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||TA(a)<TA(i)?SA("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 SA("this.showBalanceSymbol='true'",o),o.removeEventListener("click",e))})),o.setAttribute("data-balance-listener","true")))):UA()};let jA;const UA=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 SA(e,n),IA(100),OA(!0),void PA()}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):VA(a),console.log("🚀 ~ handleShowCheck ~ res:",jA)}else jA=qA(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"}))}))})(),await SA(r,n)),"EnableAnimation"===n.getAttribute("dropAttr")?setTimeout((()=>{PA()}),2e3):PA(),await kA()}else if("true"===n.getAttribute("is-continue-on-correct")){const e=n.getAttribute("onInCorrect");await SA(e,n)}else PA(),await kA()},PA=()=>{X.getI().stop(),console.log("🚀 ~ triggerNextContainer ~ event:",event),A(o,{})},$A=()=>{X.getI().stop(),console.log("⬅️ ~ triggerPrevContainer triggered"),A(u,{})};function LA(r){const t=document.getElementById(h).getAttribute("baseUrl");if((null==r?void 0:r.startsWith("http"))||(null==r?void 0:r.startsWith("blob")))return r;if(t){const e=r.startsWith("/")?r.substring(1):r;return t+(t.endsWith("/")?e:"/"+e)}return e(r)}function _A(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 JA=(e,r)=>e&&e.includes(",")?e.split(",").reduce(((e,r)=>{const[t,n]=r.split(".");return e[t.trim()]=n.trim(),e}),{})[r]||"":e,WA=(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())!==y.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")}))},VA=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=HA(t);return Oe(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=tA(r);return console.log("🚀 ~ equationCheck ~ finalRes:",t),t},HA=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))))},ZA=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(),rM(!0),await X.getI().stop();try{await X.getI().play(e)}catch(e){console.error("Error playing audio or TTS:",e)}rM(!1)})),e.style.position="relative",t},GA=async e=>{let r=ZA(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)},XA=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)}))}},QA=(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")},YA=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 KA(){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 eM=!1;function rM(e){eM=e}function tM(){return eM}function nM(){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 iM=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},aM=(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"))},oM=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 X.getI().play(e),e.style.opacity="0",e.style.visibility="hidden",await new Promise((e=>setTimeout(e,300))),e.classList.remove("lido-glow")},uM=async(e,r)=>{if(!e)return;if(!r)return;const t=Array.from(e.children);if(console.log("boxCells",t),t){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");for(const e of t)await X.getI().play(e)}},sM=async(e,r)=>{if(!e)return;if(!r)return;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))}));const t=Array.from(e.querySelectorAll("[type='drop']"));let n=!1;t.forEach((e=>{const r=e.getAttribute("value");r&&"?"===e.innerText.trim()&&(e.innerText=r,t.length>1&&0==n&&(e.style.marginRight=window.innerWidth>window.innerHeight?"-45px":"-65px",n=!0))}))},cM=async(e,r)=>{if(!e)return;if(!r)return;if(!document.getElementById(h))return;const t=Array.from(e.children)[1],n=Array.from(e.children)[2],i=Array.from(e.children)[3];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)))},v=d(u),y=d(c);if("-"==("+"===(s&&(s.getAttribute("string")||s.textContent||"")).toString().trim()?"+":"-")){for(let e=0;e<Math.min(v,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(y,a.length);e++){const r=Math.min(v,a.length)-1-e;aM(a[r],"red"),await new Promise((e=>setTimeout(e,200)))}p(!1)}else{for(let e=0;e<Math.min(v,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(y,Math.max(0,a.length-v));e++){const r=v+e;a[r]&&(m(a[r]),aM(a[r],"green")),await new Promise((e=>setTimeout(e,80)))}p(!1)}},fM=()=>{const e=document.getElementById(h);if(!e)return;const r=document.querySelector("#lidoCalculator");if(!r)return;const t=e.querySelector("#answer"),n=r.getAttribute("value");console.log("😀😀😀😀😀😀😀",n),t.setAttribute("string",n)};export{n as A,ce as B,le as C,PA as D,g as E,UA as F,fb as G,ZA as H,N as I,h as L,o as N,u as P,F as R,t as S,v as T,LA as a,OA as b,se as c,SA as d,VA as e,CA as f,GA as g,_A as h,EA as i,KA as j,pA as k,dA as l,E as m,M as n,C as o,JA as p,X as q,nM as r,XA as s,x as t,b as u,w as v,D as w,tM as x,$A as y,rM as z}
|