Skip to main content

eval_float_arithmetic

Function eval_float_arithmetic 

Source
pub fn eval_float_arithmetic(
    op: BinaryOp,
    left: &Value,
    right: &Value,
    width: FloatWidth,
) -> Result<Value>
Expand description

Apply arithmetic at its resolved float width before widening the storage carrier.