text_lint.operations.validators.expressions.subtract.Subtract
- class text_lint.operations.validators.expressions.subtract.Subtract[Quellcode]
Bases:
ExpressionBaseSubtract one value from another.
- apply(value_a: float, value_b: float) float | bool[Quellcode]
Apply the mathematical operator to these two values.
- Rückgabetyp:
float | bool