Common operator notation: Difference between revisions

Content deleted Content added
m Fixed typo: "such as like" -> "such as"
No edit summary
Line 85:
1 + 2 + 3 * 4 * 5 + 6 + 7 = ((((1+2)+((3*4)*5))+6)+7)
 
4 + - x + 3 = ((4 + (-x)) -+ 3)
 
4*3! = (4*(3!))