pub fn eval_float_arithmetic_with_control(
op: BinaryOp,
left: &Value,
right: &Value,
width: FloatWidth,
control: &ProductionControl<'_>,
) -> Result<Value>Expand description
Evaluate the same width-specific arithmetic with controlled numeric coercion workspace. The resulting float carrier is inline.