import{_ as e,c as t,o as a,N as r}from"./chunks/framework.0799945b.js";const b=JSON.parse('{"title":"Module: game/formulas/operations","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/modules/game/formulas/operations.md","lastUpdated":null}'),o={name:"api/modules/game/formulas/operations.md"},l=r('

Module: game/formulas/operations

Functions

applySubstitutionDiv

applySubstitutionDiv(value, lhs, rhs): GenericFormula

NameType
valueGenericFormula
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:152


applySubstitutionMul

applySubstitutionMul(value, lhs, rhs): GenericFormula

NameType
valueGenericFormula
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:119


applySubstitutionNeg

applySubstitutionNeg(value): GenericFormula

NameType
valueGenericFormula

Defined in

profectus/src/game/formulas/operations.ts:25


createPassthroughBinaryFormula

createPassthroughBinaryFormula(operation): (value: FormulaSource, other: FormulaSource) => default<[FormulaSource, FormulaSource]>

NameType
operation(a: DecimalSource, b: DecimalSource) => DecimalSource

Defined in

profectus/src/game/formulas/operations.ts:696


integrateAcos

integrateAcos(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:575


integrateAcosh

integrateAcosh(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:669


integrateAdd

integrateAdd(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:38


integrateAsin

integrateAsin(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:558


integrateAsinh

integrateAsinh(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:654


integrateAtan

integrateAtan(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:592


integrateAtanh

integrateAtanh(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:686


integrateCos

integrateCos(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:528


integrateCosh

integrateCosh(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:624


integrateDiv

integrateDiv(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:141


integrateExp

integrateExp(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:382


integrateInnerAdd

integrateInnerAdd(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:49


integrateInnerSub

integrateInnerSub(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:84


integrateLn

integrateLn(stack, lhs): default<[GenericFormula]>

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:290


integrateLog

integrateLog(stack, lhs, rhs): default<[GenericFormula, FormulaSource]>

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:231


integrateLog10

integrateLog10(stack, lhs): default<[GenericFormula]>

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:199


integrateLog2

integrateLog2(stack, lhs): default<[GenericFormula]>

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:261


integrateMul

integrateMul(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:108


integrateNeg

integrateNeg(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:18


integratePow

integratePow(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:310


integratePow10

integratePow10(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:329


integratePowBase

integratePowBase(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:346


integrateRecip

integrateRecip(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:172


integrateRoot

integrateRoot(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:367


integrateSin

integrateSin(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:513


integrateSinh

integrateSinh(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:609


integrateSub

integrateSub(stack, lhs, rhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:73


integrateTan

integrateTan(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:543


integrateTanh

integrateTanh(stack, lhs): GenericFormula

NameType
stackSubstitutionStack
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:639


invertAcos

invertAcos(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:568


invertAcosh

invertAcosh(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:662


invertAdd

invertAdd(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:29


invertAsin

invertAsin(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:551


invertAsinh

invertAsinh(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:647


invertAtan

invertAtan(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:585


invertAtanh

invertAtanh(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:679


invertCos

invertCos(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:521


invertCosh

invertCosh(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:617


invertDiv

invertDiv(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:132


invertExp

invertExp(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:375


invertIteratedExp

invertIteratedExp(value, lhs, height, payload): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
heightFormulaSource
payloadFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:421


invertLambertw

invertLambertw(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:487


invertLayeradd

invertLayeradd(value, lhs, diff, base): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
diffFormulaSource
baseFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:469


invertLn

invertLn(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:272


invertLog

invertLog(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:210


invertLog10

invertLog10(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:180


invertLog2

invertLog2(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:242


invertMul

invertMul(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:99


invertNeg

invertNeg(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:11


invertPow

invertPow(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:301


invertPow10

invertPow10(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:322


invertPowBase

invertPowBase(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:337


invertRecip

invertRecip(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:165


invertRoot

invertRoot(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:358


invertSin

invertSin(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:506


invertSinh

invertSinh(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:602


invertSlog

invertSlog(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:454


invertSsqrt

invertSsqrt(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:494


invertSub

invertSub(value, lhs, rhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource
rhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:64


invertTan

invertTan(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:536


invertTanh

invertTanh(value, lhs): DecimalSource

NameType
valueDecimalSource
lhsFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:632


invertTetrate

invertTetrate(value, base, height, payload): DecimalSource

NameType
valueDecimalSource
baseFormulaSource
heightFormulaSource
payloadFormulaSource

Defined in

profectus/src/game/formulas/operations.ts:399


iteratedLog

iteratedLog(value, lhs?, times?): default

NameTypeDefault value
valueDecimalSourceundefined
lhsDecimalSource10
timesDecimalSource2

Defined in

profectus/src/game/formulas/operations.ts:440


iteratedexp

iteratedexp(value, height?, payload?): default

NameTypeDefault value
valueDecimalSourceundefined
heightDecimalSource2
payloadDecimalSourceundefined

Defined in

profectus/src/game/formulas/operations.ts:412


layeradd

layeradd(value, diff, base): default

NameType
valueDecimalSource
diffDecimalSource
baseDecimalSource

Defined in

profectus/src/game/formulas/operations.ts:464


passthrough

passthrough<T>(value): T

NameType
valueT

Defined in

profectus/src/game/formulas/operations.ts:7


pentate

pentate(value, height, payload): default

NameType
valueDecimalSource
heightDecimalSource
payloadDecimalSource

Defined in

profectus/src/game/formulas/operations.ts:501


slog

slog(value, lhs?): default

NameTypeDefault value
valueDecimalSourceundefined
lhsDecimalSource10

Defined in

profectus/src/game/formulas/operations.ts:449


tetrate

tetrate(value, height?, payload?): default

NameTypeDefault value
valueDecimalSourceundefined
heightDecimalSource2
payloadDecimalSourceundefined

Defined in

profectus/src/game/formulas/operations.ts:390

',439),d=[l];function i(n,c,s,f,h,u){return a(),t("div",null,d)}const m=e(o,[["render",i]]);export{b as __pageData,m as default};