Menu

#3332 Broken stringout?

None
closed
nobody
5
2017-09-11
2017-09-10
reMiND
No
xtr(R,t, phi):=R*sin(t-%pi/4-phi)+t/4;
xtr(4,2*%pi,0), numer;
stringout("test.mac");

test.mac contains:

xtr(R,t,phi):=R*sin(t-%pi/4-phi)+t/4;
ev(xtr(4,2*%pi,0),numer);

Here is additional ev(). Is it intended behaviour?

Discussion

  • reMiND

    reMiND - 2017-09-10

    Maxima 5.40.0, SBCL 1.3.15, Windows 7 x64

     
  • Robert Dodier

    Robert Dodier - 2017-09-11
    • labels: --> ev, stringout
    • status: open --> closed
     
  • Robert Dodier

    Robert Dodier - 2017-09-11

    Yes, that is intentional. When you write something, numer at the input prompt, the actual function call is ev(something, numer) -- the shorter form is just a convenience. The same thing goes for all the other ev flags; see ? ev and ? evflag about that.

    I'm closing this report since the behavior is intentional.

     

Log in to post a comment.

MongoDB Logo MongoDB