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

Commit 0e0fef6

Browse files
committed
17066: add warning
1 parent 290b47f commit 0e0fef6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/sage/functions/hypergeometric.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,16 @@ def _print_latex_(self, a, b, z):
263263

264264
def _eval_(self, a, b, z, **kwargs):
265265
"""
266+
Evaluate this hypergeometric expression.
267+
268+
.. NOTE:
269+
270+
Sage will try to simplify symbolic hypergeometric expressions
271+
immediately to a closed form, which may be polynomials of high
272+
degree. However, if a numeric result is needed usage of the
273+
`hypergeometric` function is better suited than substituting
274+
into such polynomials, due to cancellation.
275+
266276
EXAMPLES::
267277
268278
sage: hypergeometric([], [], 0)

0 commit comments

Comments
 (0)