Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numbers with exponents mangled when sending to mathematica #10511

Open
sagetrac-flawrence mannequin opened this issue Dec 22, 2010 · 1 comment
Open

Numbers with exponents mangled when sending to mathematica #10511

sagetrac-flawrence mannequin opened this issue Dec 22, 2010 · 1 comment

Comments

@sagetrac-flawrence
Copy link
Mannequin

sagetrac-flawrence mannequin commented Dec 22, 2010

Oh dear:

sage: mathematica(1.e-4)
0.0001
sage: mathematica(1.e-5)
0.00001
sage: mathematica(1.e-6)
-7 + 10.*e

Component: interfaces: optional

Issue created by migration from https://trac.sagemath.org/ticket/10511

@sagetrac-flawrence
Copy link
Mannequin Author

sagetrac-flawrence mannequin commented Dec 22, 2010

comment:1

This stems from the behaviour of _interface_init() in rings.real_mpfr.pyx. I'm sure most of the other rings.X modules would give similar problems...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants