#13413: fix integer overflow (?) in conversion of powersums to Schur functions
-------------------------------------------------+-------------------------
Reporter: saliola | Owner: sage-
Type: defect | combinat
Priority: critical | Status: new
Component: combinatorics | Milestone: sage-5.13
Keywords: symmetric functions, | Resolution:
symmetrica, memleak | Merged in:
Authors: | Reviewers:
Report Upstream: Reported upstream. No | Work issues:
feedback yet. | Commit:
Branch: | Stopgaps:
Dependencies: |
-------------------------------------------------+-------------------------
Comment (by zabrocki):
Here is a mini test.c to verify if the programs are working
{{{
#include "def.h"
#include "macro.h"
ANFANG
sscan_integer("7365004225930474200",a);
println(a);
sscan_integer("2252538987957858600",b);
println(b);
printf("+------------------\n");
add(a,b,h);
println(h);
printf("but the answer should be....\n");
printf("9617543213888332800\n");
ENDE
}}}
Currently on my computer the answer is... `7.365004.528389.219328`
--
Ticket URL: <http://trac.sagemath.org/ticket/13413#comment:22>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.