This is strange: SAGE crashes on input that mixes shifting and mpfr
reals
{{{
sage: # mpz, mpfr
sage: 1<<3 +1.2
Segmentation fault
}}}
But note that this is fine:
{{{
# mpfr, mpz
sage: 2.0 + 1<<3
24.0000000000000
}}}
Anyone knows what's happening?
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---