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_SPLIT2

float.FLOAT64_POW5_SPLIT2
const FLOAT64_POW5_SPLIT2: [13][2]u64 = .

File

lib/std/fmt/float.zig:781

Code

const FLOAT64_POW5_SPLIT2: [13][2]u64 = .{
  .{                    0, 1152921504606846976 },
  .{                    0, 1490116119384765625 },
  .{  1032610780636961552, 1925929944387235853 },
  .{  7910200175544436838, 1244603055572228341 },
  .{ 16941905809032713930, 1608611746708759036 },
  .{ 13024893955298202172, 2079081953128979843 },
  .{  6607496772837067824, 1343575221513417750 },
  .{ 17332926989895652603, 1736530273035216783 },
  .{ 13037379183483547984, 2244412773384604712 },
  .{  1605989338741628675, 1450417759929778918 },
  .{  9630225068416591280, 1874621017369538693 },
  .{   665883850346957067, 1211445438634777304 },
  .{ 14931890668723713708, 1565756531257009982 }
}