hi all,
I have a strange observation when I was using the symbol ^ thinking that it is like power. but I'm getting the following results that I cudn't understand.
[expr 2^1] = 3
[expr 2^2] = 0
[expr 2^3] = 1
[expr 2^4] = 6
[expr 2^5] = 7
[expr 2^6] = 4
[expr 2^7] = 5
[expr 2^8] = 10
[expr 2^9] = 11
[expr 2^10] = 8
[expr 2^11] = 9
and so on. So my question is what exavtly does this ^ operator do? and how to use power operator?
thanx a lot,
Raj.
I have a strange observation when I was using the symbol ^ thinking that it is like power. but I'm getting the following results that I cudn't understand.
[expr 2^1] = 3
[expr 2^2] = 0
[expr 2^3] = 1
[expr 2^4] = 6
[expr 2^5] = 7
[expr 2^6] = 4
[expr 2^7] = 5
[expr 2^8] = 10
[expr 2^9] = 11
[expr 2^10] = 8
[expr 2^11] = 9
and so on. So my question is what exavtly does this ^ operator do? and how to use power operator?
thanx a lot,
Raj.