Raise to power in R
1: No difference. It is kept around to allow old S-code to continue to function. This is documented a “Note” in ?Math?Arithmetic 2: Yes: But you already know it: In R the mathematical operators are really functions that the parser takes care of rearranging arguments and function names for you to simulate ordinary mathematical infix notation. … Read more