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_SPLIT2

float.FLOAT64_POW5_INV_SPLIT2
const FLOAT64_POW5_INV_SPLIT2: [15][2]u64 = .

File

lib/std/fmt/float.zig:806

Code

const FLOAT64_POW5_INV_SPLIT2: [15][2]u64 = .{
  .{                    1, 2305843009213693952 },
  .{  5955668970331000884, 1784059615882449851 },
  .{  8982663654677661702, 1380349269358112757 },
  .{  7286864317269821294, 2135987035920910082 },
  .{  7005857020398200553, 1652639921975621497 },
  .{ 17965325103354776697, 1278668206209430417 },
  .{  8928596168509315048, 1978643211784836272 },
  .{ 10075671573058298858, 1530901034580419511 },
  .{   597001226353042382, 1184477304306571148 },
  .{  1527430471115325346, 1832889850782397517 },
  .{ 12533209867169019542, 1418129833677084982 },
  .{  5577825024675947042, 2194449627517475473 },
  .{ 11006974540203867551, 1697873161311732311 },
  .{ 10313493231639821582, 1313665730009899186 },
  .{ 12701016819766672773, 2032799256770390445 }
}