lprec

sherpa.models.op.lprec: dict[Callable, int] = {<ufunc 'add'>: 2, <ufunc 'divide'>: 3, <ufunc 'floor_divide'>: 4, <ufunc 'multiply'>: 3, <ufunc 'power'>: 4, <ufunc 'remainder'>: 4, <ufunc 'subtract'>: 2}

Represent the precedence for the left-hand side of a binary operator.

All values must be below the sherpa.models.op.NO_PRECEDENCE value.