Skip to content

Commit

Permalink
minor update to documentation of exponential and logarithm
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAyotte committed May 5, 2023
1 parent f8c867d commit e85227e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ def exponential(self, name='z'):
r"""
Return the exponential of this Drinfeld module.
Note that the exponential is only defined for Drinfeld modules
over nonfinite field.
Note that the exponential is only defined when the
`\mathbb{F}_q[T]`-characteristic is zero.
INPUT:
Expand Down Expand Up @@ -1268,7 +1268,8 @@ def logarithm(self, name='z'):
By definition, the logarithm is the compositional inverse of the
exponential (see :meth:`exponential`). Note that the logarithm
is only defined for Drinfeld modules over nonfinite field.
is only defined when the `\mathbb{F}_q[T]`-characteristic is
zero.
INPUT:
Expand Down

0 comments on commit e85227e

Please sign in to comment.