Skip to content

Type Alias: ArithmeticOp

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ArithmeticOp

Type Alias: ArithmeticOp

ArithmeticOp = "+" | "-" | "*" | "/"

Defined in: src/builders/constraint.ts:18

Operators accepted by Constraint.equation — binary arithmetic. The op selects the chainer sort: +plus_constraint, -minus_constraint, *times_constraint, /div_constraint. Each reads x, y, z as z = x op y.