bin_op

Function bin_op 

Source
fn bin_op(
    stack: &mut [f64; 256],
    sp: &mut usize,
    f: impl FnOnce(f64, f64) -> f64,
)