Post Reply 
HP-48SX MOD issue
06-04-2022, 09:00 PM
Post: #4
RE: HP-48SX MOD issue
Yes, both the "HP 48 Programmer's Reference Manual" (for the 48S series) and the "HP 48G Series Advanced User's Reference Manual" incorrectly describe the symbolic MOD operation as:
x 'symb' --> 'MOD(x,symb)'
It should be
x 'symb' --> 'x MOD symb'

The remark in each operation description also uses the mod(x,y) notation instead of x mod y.
This clearly comes from the 28S.

There is a similar source of confusion in the HP BASIC, for instance the series 80 machines use the X MOD Y syntax, but the HP-75 and HP-71B use MOD(X,Y).

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP-48SX MOD issue - Rick314 - 06-04-2022, 06:41 PM
RE: HP-48SX MOD issue - C.Ret - 06-04-2022, 07:07 PM
RE: HP-48SX MOD issue - Rick314 - 06-04-2022, 07:57 PM
RE: HP-48SX MOD issue - J-F Garnier - 06-04-2022 09:00 PM



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