text_lint.operations.validators.expressions.divide.Divide

class text_lint.operations.validators.expressions.divide.Divide[source]

Bases: ExpressionBase

Divide one value by another.

apply(value_a: float, value_b: float) float | bool[source]

Apply the mathematical operator to these two values.

Return type:

float | bool