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

Commit d7731cb

Browse files
eviatarbachrwst
authored andcommitted
12521: reviewer missed a part of the patch
1 parent f4b611d commit d7731cb

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/sage/functions/special.py

-19
Original file line numberDiff line numberDiff line change
@@ -1016,25 +1016,6 @@ def __init__(self):
10161016
elliptic_pi = EllipticPi()
10171017

10181018

1019-
def lngamma(t):
1020-
r"""
1021-
This method is deprecated, please use
1022-
:meth:`~sage.functions.other.log_gamma` instead.
1023-
1024-
See the :meth:`~sage.functions.other.log_gamma` function for '
1025-
documentation and examples.
1026-
1027-
EXAMPLES::
1028-
1029-
sage: lngamma(RR(6))
1030-
doctest:...: DeprecationWarning: The method lngamma() is deprecated. Use log_gamma() instead.
1031-
See http://trac.sagemath.org/6992 for details.
1032-
4.78749174278205
1033-
"""
1034-
from sage.misc.superseded import deprecation
1035-
deprecation(6992, "The method lngamma() is deprecated. Use log_gamma() instead.")
1036-
return log_gamma(t)
1037-
10381019
def error_fcn(t):
10391020
r"""
10401021
The complementary error function

0 commit comments

Comments
 (0)