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.

FLOAT64_POW5_INV_OFFSETS

float.FLOAT64_POW5_INV_OFFSETS
const FLOAT64_POW5_INV_OFFSETS: [19]u32 = .

File

lib/std/fmt/float.zig:824

Code

const FLOAT64_POW5_INV_OFFSETS: [19]u32 = .{
    0x54544554, 0x04055545, 0x10041000, 0x00400414,
    0x40010000, 0x41155555, 0x00000454, 0x00010044,
    0x40000000, 0x44000041, 0x50454450, 0x55550054,
    0x51655554, 0x40004000, 0x01000001, 0x00010500,
    0x51515411, 0x05555554, 0x00000000,
}