propagate_right

Function propagate_right 

Source
fn propagate_right(
    left: &Interval,
    parent: &Interval,
    right: &Interval,
    op: &Operator,
    inverse_op: &Operator,
) -> Result<Option<Interval>>
Expand description

This is a subfunction of the propagate_arithmetic function that propagates to the right child.