We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf984c commit fe4a594Copy full SHA for fe4a594
lib/std/math.zig
@@ -238,6 +238,7 @@ pub const sinh = @import("math/sinh.zig").sinh;
238
pub const cosh = @import("math/cosh.zig").cosh;
239
pub const tanh = @import("math/tanh.zig").tanh;
240
pub const gcd = @import("math/gcd.zig").gcd;
241
+pub const egcd = @import("math/egcd.zig").egcd;
242
pub const lcm = @import("math/lcm.zig").lcm;
243
pub const gamma = @import("math/gamma.zig").gamma;
244
pub const lgamma = @import("math/gamma.zig").lgamma;
0 commit comments