From 38b999de0298946fecd9f8e1539f99c22190d052 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 15 Sep 2020 14:41:14 -0500 Subject: Update numtheory.cpp --- Math/numtheory.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Math/numtheory.cpp b/Math/numtheory.cpp index a019b05..b211282 100644 --- a/Math/numtheory.cpp +++ b/Math/numtheory.cpp @@ -8,7 +8,6 @@ inline ll pw(ll base, ll exp) { } return res; } - inline ll inv(ll x) { return pw(x, MOD-2); } ll fact[MX] = { 1 }, ifact[MX] = { 1 }; -- cgit v1.2.3-70-g09d2