Skip to content

Commit

Permalink
add order_from_multiple() to sage.groups.all
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyx4 committed Apr 14, 2023
1 parent 97b45d8 commit f6b7613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/groups/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .perm_gps.all import *

from .generic import (discrete_log, discrete_log_rho, discrete_log_lambda,
linear_relation, multiple, multiples)
linear_relation, multiple, multiples, order_from_multiple)

lazy_import('sage.groups.class_function', 'ClassFunction')

Expand Down

0 comments on commit f6b7613

Please sign in to comment.