Arbitrary-precision integers (included): Difference between revisions

Content added Content deleted
Line 2,487: Line 2,487:
=={{header|Zig}}==
=={{header|Zig}}==
<syntaxhighlight lang="zig">const std = @import("std");
<syntaxhighlight lang="zig">const std = @import("std");
const std = @import("std");
const bigint = std.math.big.int.Managed;
const bigint = std.math.big.int.Managed;