Skip to content

Commit f66a15c

Browse files
committed
Another comment
1 parent 543db0f commit f66a15c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mathlib/NumberTheory/LegendreSymbol/JacobiSymbol.lean

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,10 @@ section FastJacobi
497497
We follow the implementation as in `Mathlib/Tactic/NormNum/LegendreSymbol.lean`.
498498
-/
499499

500+
-- `fastLegendreSym` is used for computing the Legendre symbol in a `norm_num` extension,
501+
-- i.e. needs to be used publicly.
502+
set_option backward.privateInPublic true
503+
500504
open NumberTheorySymbols jacobiSym
501505

502506
/-- Computes `J(a | b)` (or `-J(a | b)` if `flip` is set to `true`) given assumptions, by reducing

0 commit comments

Comments
 (0)