Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sagemathgh-35503: add order_from_multiple() to sage.groups.all
    
This function is very useful for some computations involving elliptic
curves over finite fields and I don't see a reason not to import it by
default.
    
URL: sagemath#35503
Reported by: Lorenz Panny
Reviewer(s): Giacomo Pope
  • Loading branch information
Release Manager committed Feb 7, 2024
2 parents 460a929 + d073325 commit 242ef67
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 242ef67

Please sign in to comment.