Skip to content

Commit fe4a594

Browse files
committed
Add egcd function.
1 parent bbf984c commit fe4a594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/std/math.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ pub const sinh = @import("math/sinh.zig").sinh;
238238
pub const cosh = @import("math/cosh.zig").cosh;
239239
pub const tanh = @import("math/tanh.zig").tanh;
240240
pub const gcd = @import("math/gcd.zig").gcd;
241+
pub const egcd = @import("math/egcd.zig").egcd;
241242
pub const lcm = @import("math/lcm.zig").lcm;
242243
pub const gamma = @import("math/gamma.zig").gamma;
243244
pub const lgamma = @import("math/gamma.zig").lgamma;

0 commit comments

Comments
 (0)