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('
▸ applySubstitutionDiv(value
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
value | GenericFormula |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:152
▸ applySubstitutionMul(value
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
value | GenericFormula |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:119
▸ applySubstitutionNeg(value
): GenericFormula
Name | Type |
---|---|
value | GenericFormula |
profectus/src/game/formulas/operations.ts:25
▸ createPassthroughBinaryFormula(operation
): (value
: FormulaSource
, other
: FormulaSource
) => default
<[FormulaSource
, FormulaSource
]>
Name | Type |
---|---|
operation | (a : DecimalSource , b : DecimalSource ) => DecimalSource |
profectus/src/game/formulas/operations.ts:696
▸ integrateAcos(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:575
▸ integrateAcosh(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:669
▸ integrateAdd(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:38
▸ integrateAsin(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:558
▸ integrateAsinh(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:654
▸ integrateAtan(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:592
▸ integrateAtanh(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:686
▸ integrateCos(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:528
▸ integrateCosh(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:624
▸ integrateDiv(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:141
▸ integrateExp(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:382
▸ integrateInnerAdd(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:49
▸ integrateInnerSub(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:84
▸ integrateLn(stack
, lhs
): default
<[GenericFormula
]>
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:290
▸ integrateLog(stack
, lhs
, rhs
): default
<[GenericFormula
, FormulaSource
]>
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:231
▸ integrateLog10(stack
, lhs
): default
<[GenericFormula
]>
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:199
▸ integrateLog2(stack
, lhs
): default
<[GenericFormula
]>
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:261
▸ integrateMul(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:108
▸ integrateNeg(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:18
▸ integratePow(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:310
▸ integratePow10(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:329
▸ integratePowBase(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:346
▸ integrateRecip(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:172
▸ integrateRoot(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:367
▸ integrateSin(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:513
▸ integrateSinh(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:609
▸ integrateSub(stack
, lhs
, rhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:73
▸ integrateTan(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:543
▸ integrateTanh(stack
, lhs
): GenericFormula
Name | Type |
---|---|
stack | SubstitutionStack |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:639
▸ invertAcos(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:568
▸ invertAcosh(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:662
▸ invertAdd(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:29
▸ invertAsin(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:551
▸ invertAsinh(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:647
▸ invertAtan(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:585
▸ invertAtanh(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:679
▸ invertCos(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:521
▸ invertCosh(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:617
▸ invertDiv(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:132
▸ invertExp(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:375
▸ invertIteratedExp(value
, lhs
, height
, payload
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
height | FormulaSource |
payload | FormulaSource |
profectus/src/game/formulas/operations.ts:421
▸ invertLambertw(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:487
▸ invertLayeradd(value
, lhs
, diff
, base
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
diff | FormulaSource |
base | FormulaSource |
profectus/src/game/formulas/operations.ts:469
▸ invertLn(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:272
▸ invertLog(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:210
▸ invertLog10(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:180
▸ invertLog2(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:242
▸ invertMul(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:99
▸ invertNeg(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:11
▸ invertPow(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:301
▸ invertPow10(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:322
▸ invertPowBase(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:337
▸ invertRecip(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:165
▸ invertRoot(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:358
▸ invertSin(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:506
▸ invertSinh(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:602
▸ invertSlog(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:454
▸ invertSsqrt(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:494
▸ invertSub(value
, lhs
, rhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
rhs | FormulaSource |
profectus/src/game/formulas/operations.ts:64
▸ invertTan(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:536
▸ invertTanh(value
, lhs
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
lhs | FormulaSource |
profectus/src/game/formulas/operations.ts:632
▸ invertTetrate(value
, base
, height
, payload
): DecimalSource
Name | Type |
---|---|
value | DecimalSource |
base | FormulaSource |
height | FormulaSource |
payload | FormulaSource |
profectus/src/game/formulas/operations.ts:399
▸ iteratedLog(value
, lhs?
, times?
): default
Name | Type | Default value |
---|---|---|
value | DecimalSource | undefined |
lhs | DecimalSource | 10 |
times | DecimalSource | 2 |
profectus/src/game/formulas/operations.ts:440
▸ iteratedexp(value
, height?
, payload?
): default
Name | Type | Default value |
---|---|---|
value | DecimalSource | undefined |
height | DecimalSource | 2 |
payload | DecimalSource | undefined |
profectus/src/game/formulas/operations.ts:412
▸ layeradd(value
, diff
, base
): default
Name | Type |
---|---|
value | DecimalSource |
diff | DecimalSource |
base | DecimalSource |
profectus/src/game/formulas/operations.ts:464
▸ passthrough<T
>(value
): T
Name | Type |
---|---|
value | T |
profectus/src/game/formulas/operations.ts:7
▸ pentate(value
, height
, payload
): default
Name | Type |
---|---|
value | DecimalSource |
height | DecimalSource |
payload | DecimalSource |
profectus/src/game/formulas/operations.ts:501
▸ slog(value
, lhs?
): default
Name | Type | Default value |
---|---|---|
value | DecimalSource | undefined |
lhs | DecimalSource | 10 |
profectus/src/game/formulas/operations.ts:449
▸ tetrate(value
, height?
, payload?
): default
Name | Type | Default value |
---|---|---|
value | DecimalSource | undefined |
height | DecimalSource | 2 |
payload | DecimalSource | undefined |