Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

Proc1

log_f128.Proc1
pub const Proc1 = struct

File

lib/compiler_rt/log_f128.zig:41

Code

pub const Proc1 = struct {
    pub const Poly = struct {
        a1: f128,
        a3: f128,
        a5: f128,
        a7: f128,
        a9: f64,
        a11: f64,
    };
    pub const HiLo = struct { hi: f128, lo: f128 };
    poly: Poly,
    tab: [size + 1]HiLo,
}