mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Expose internal invmod and int_exponent_mod with more consistent naming
This commit is contained in:
@@ -2047,6 +2047,7 @@ internal_int_inverse_modulo :: proc(dest, a, b: ^Int, allocator := context.alloc
|
||||
|
||||
return _private_inverse_modulo(dest, a, b)
|
||||
}
|
||||
internal_int_invmod :: internal_int_inverse_modulo
|
||||
internal_invmod :: proc{ internal_int_inverse_modulo, }
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user