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.

cfg_2

exp_f128.cfg_2
const cfg_2: Config = .

File

lib/compiler_rt/exp_f128.zig:138

Code

const cfg_2: Config = .{
    .inv_log_size = 64,
    .log_size_hi = 1.5625e-2,
    .neg_log_size_lo = 0,
    .poly = exp2Poly,
    .finalize = expFinalize,
}