Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Operand
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Positioning of operands=== Depending on the [[mathematical notation]] being used the position of an operator in relation to its operand(s) may vary. In everyday usage [[infix notation]] is the most common,<ref name="Infix, Postfix and Prefix">{{cite web | url=http://www.cs.man.ac.uk/~pjj/cs212/fix.html | title=The Implementation and Power of Programming Languages | access-date=30 August 2014}}</ref> however other notations also exist, such as the [[prefix notation|prefix]] and [[postfix notation|postfix]] notations. These alternate notations are most common within [[computer science]]. Below is a comparison of three different notations β all represent an addition of the numbers '1' and '2' :<math>1 + 2</math> (infix notation) :<math>+\;1\;2</math> (prefix notation) :<math>1\;2\;+</math> (postfix notation)
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)