File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 166
166
167
167
from sage .arith .misc import binomial , factorial , rising_factorial
168
168
from sage .calculus .functional import derivative
169
+ from sage .functions .error import erf
170
+ from sage .functions .gamma import gamma
171
+ from sage .functions .hyperbolic import cosh , sinh
172
+ from sage .functions .log import exp , log
173
+ from sage .functions .other import sqrt , real_part
169
174
from sage .libs .mpmath import utils as mpmath_utils
170
175
from sage .misc .latex import latex
171
176
from sage .misc .misc_c import prod
179
184
from sage .symbolic .function import BuiltinFunction
180
185
from sage .symbolic .ring import SR
181
186
182
- from .error import erf
183
- from .gamma import gamma
184
- from .hyperbolic import cosh , sinh
185
- from .log import exp , log
186
- from .other import sqrt , real_part
187
-
188
187
189
188
def rational_param_as_tuple (x ):
190
189
r"""
You can’t perform that action at this time.
0 commit comments