#12320: install cephes on the ARM platform
-------------------------+--------------------------------------------------
Reporter: dimpase | Owner: jason, jkantor
Type: defect | Status: needs_info
Priority: major | Milestone: sage-5.0
Component: numerical | Keywords: cephes, numerical noise, ARM,
Cygwin, gammal, lgammal
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-------------------------+--------------------------------------------------
Comment(by dimpase):
The last comment makes no real sense. In fact, the bug(s) are already in
the
Compare the outputs of the following on ARM and on x86:
{{{
#include <stdio.h>
#include <math.h>
static long double xxx=4.78749174278204599545L;
int main ()
{
printf("xxx=%.20Lf\n", xxx);
printf("exp(xxx)=%.20Lf\n", expl(xxx));
return 0;
}
}}}
On ARM:
{{{
xxx=4.78749174278204581157
exp(xxx)=119.99999999999997157829
}}}
On x86_64:
{{{
xxx=4.78749174278204599545
exp(xxx)=120.00000000000000014572
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12320#comment:8>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.