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_TABLE

float.FLOAT64_POW5_TABLE
const FLOAT64_POW5_TABLE: [26]u64 = .

File

lib/std/fmt/float.zig:765

Code

const FLOAT64_POW5_TABLE: [26]u64 = .{
                    1,                  5,
                   25,                125,
                  625,               3125,
                15625,              78125,
               390625,            1953125,
              9765625,           48828125,
            244140625,         1220703125,
           6103515625,        30517578125,
         152587890625,       762939453125,
        3814697265625,     19073486328125,
       95367431640625,    476837158203125,
     2384185791015625,  11920928955078125,
    59604644775390625, 298023223876953125,
}