aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/gcd.zig
AgeCommit message (Expand)Author
2024-09-23std.math: change gcd's implementation to use Stein's algorithm instead of Euc...Fri3dNstuff
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2022-09-29std.math: add "Greatest common divisor" (gcd)Chris Boesch