You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The N[] function from mathematica is being overwritten by numerical_approx. There seems to be no other way to call N[] on an existing mathematica object, so this is a problem.
One way to solve this would be to make mathematica functions take precedence over all or most Sage methods. To call a Sage method one would/should/could use .sage().whichever_method()
Pre #9032:
Post #9032:
The
N[]
function from mathematica is being overwritten bynumerical_approx
. There seems to be no other way to callN[]
on an existing mathematica object, so this is a problem.One way to solve this would be to make mathematica functions take precedence over all or most Sage methods. To call a Sage method one would/should/could use
.sage().whichever_method()
CC: @sagetrac-drkirkby
Component: interfaces: optional
Issue created by migration from https://trac.sagemath.org/ticket/10968
The text was updated successfully, but these errors were encountered: