pub const Proc2 = struct
pub const Proc2 = struct { // exp(-1 / 16) rounded down pub const lo: f128 = 0.939413062813475786119710824622305; // exp(1 / 16) rounded up pub const hi: f128 = 1.0644944589178594295633905946428897; pub const Poly = struct { b1_hi: f128, b1_lo: f128, b3: f128, b5: f128, b7: f128, b9: f128, b11: f128, b13: f128, b15: f64, b17: f64, b19: f64, }; poly: Poly, }