Post Reply 
Plus42 Equations, Preview Release
06-19-2022, 11:55 AM
Post: #777
RE: Plus42 Equations, Preview Release
Plus42 v1.0.8
Something weird is happening with SGN() function in EQN mode.
Looks like it takes the stack value as the argument instead of the value in ():
Code:
  EQNSLV 'T(X):X+SGN(1)'
            0.00 STO "X"
   EVALN 'T(X):X+SGN(1)'
                     PRX
             0.00    ***
            1.00 STO "X"
   EVALN 'T(X):X+SGN(1)'
                     PRX
             2.00    ***
           -1.00 STO "X"
   EVALN 'T(X):X+SGN(1)'
                     PRX
            -2.00    ***
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Plus42 Equations, Preview Release - Ajaja - 06-19-2022 11:55 AM



User(s) browsing this thread: 5 Guest(s)