Darkroom Guest Original poster Jun 1, 2010 #1 what does "^" represent in a math equation? example: Code: sqrt(250^2 + 150^2)
Darkroom Guest Original poster Jun 1, 2010 #3 jessica. said: To the power of, if speaking exponents that is. Click to expand... thanks 🙂
lee1210 macrumors 68040 Jun 1, 2010 #4 In C it means bitwise exclusive-or. This is much different than exponentiation. -Lee edit: I know you said in math, but you posted what would be a valid C expression in a programming forum.
In C it means bitwise exclusive-or. This is much different than exponentiation. -Lee edit: I know you said in math, but you posted what would be a valid C expression in a programming forum.