Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
added to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
k3w1k0d3r committed Aug 10, 2022
1 parent 07682a6 commit 63684ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/groups/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ def discrete_log(a, base, ord=None, bounds=None, operation='*', identity=None, i
- William Stein and David Joyner (2005-01-05)
- John Cremona (2008-02-29) rewrite using ``dict()`` and make generic
- Julien Grijalva (2022-08-09) rewrite to make more generic, more algorithm options, and more effective use of bounds
"""
from operator import mul, add, pow
power = mul if operation in addition_names else pow
Expand Down

0 comments on commit 63684ec

Please sign in to comment.