Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #25688: Inaccuracy in symbolic series result on 32bit Linux
From https://trac.sagemath.org/ticket/24838#comment:64 On 32-bit: {{{ File "src/sage/functions/hypergeometric.py", line 148, in sage.functions.hypergeometric Failed example: hypergeometric_U(2, 2, x).series(x == 3, 100).subs(x=1).n() Expected: 0.403652637676806 Got: 0.403651580752398 }}} Pynac is not involved in the numerics (`hypergeometric_U` is not a `GinacFunction`), so the hypothesis is that the expression before `.n()` is different with 32bit Linux pynac-0.7.22. URL: https://trac.sagemath.org/25688 Reported by: rws Ticket author(s): Dave Morris Reviewer(s): Matthias Koeppe
- Loading branch information