Examples Of Prefix, Infix, And Postfix Notations
|
Exemples de notacions de prefix, infix i sufix
|
Font: mem-lliures
|
Postfix notation: 1 23 + (the way many HP calculators will want it)
|
Notació de sufix: 1 23 + (utilitzada per a moltes calculadores HP)
|
Font: mem-lliures
|
These can be used as prefix or postfix operators.
|
Poden ser usats com a operadors de prefix o sufix.
|
Font: HPLT
|
Here are some quick examples illustrating the differences between prefix, infix, and postfix notations.
|
Alguns exemples ràpids que il·lustren les diferències entre notacions de prefix, infix, i sufix.
|
Font: HPLT
|
If used postfix, with operator after operand (for example, x++), then it returns the value before incrementing.
|
Emprat com a sufix, és a dir, amb l’operador després de l’operand (per exemple: x++), retorna el valor de l’operand abans d’incrementar-lo.
|
Font: HPLT
|