Skip to content

Commit 3ff3cdf

Browse files
committed
import ProductTree with sage.arith.all
1 parent e4c3645 commit 3ff3cdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/arith/all.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
fundamental_discriminant, squarefree_divisors,
2323
radical, binomial_coefficients, jacobi_symbol,
2424
dedekind_sum,
25-
prime_factors, prime_range, valuation)
25+
prime_factors, prime_range, valuation,
26+
ProductTree)
2627

2728
lazy_import('sage.arith.misc', ('Sigma', 'Moebius', 'Euler_Phi'), deprecation=30322)
2829

0 commit comments

Comments
 (0)