We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the output: sage: maxima("1.7e-17") 1.7E-17 sage: float (_) 1.6999999999999999e-17 sage: maxima("1.7e+17") 1.7E + 17 sage: float (_) --------------------------------------------------------------------------- <type 'exceptions.ValueError'> Traceback (most recent call last) /home/greg/<ipython console> in <module>() /usr/local/sage/local/lib/python2.5/site-packages/sage/interfaces/maxima.py in __float__(self) 1267 1268 def __float__(self): -> 1269 return float(str(self.numer())) 1270 1271 def __len__(self): <type 'exceptions.ValueError'>: invalid literal for float(): 1.7E + 17
Component: interfaces
Issue created by migration from https://trac.sagemath.org/ticket/265
The text was updated successfully, but these errors were encountered:
this works fine in sage-2.8.1.
Sorry, something went wrong.
Merge pull request sagemath#265 from passagemath/features_modularization
447fe35
Define feature `cddexec_gmp`, override SPKG feature `giac` by runtime feature
williamstein
No branches or pull requests
Component: interfaces
Issue created by migration from https://trac.sagemath.org/ticket/265
The text was updated successfully, but these errors were encountered: