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
trac 17447: Deprecation of function('f',x) in favour of function('f')(x)
rationale: function('f') returns a "NewSymbolicFunction" object, whereas
function('f')(x) returns a SymbolicExpression obtained by evaluating the function
at x. It is confusing that function('f',x) doesn't return a function, so
we are better off not providing it.
0 commit comments