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_e

exp_f128.cfg_e
const cfg_e: Config = .

File

lib/compiler_rt/exp_f128.zig:53

Code

const cfg_e: Config = .{
    .inv_log_size = 92.33248261689365807103517958412109,
    .log_size_hi = 1.0830424696249145459644251897780967e-2,
    .neg_log_size_lo = -3.0422579568449217993561868333332404e-33,
    .poly = expPoly,
    .finalize = expFinalize,
}