Math operation in Java - by joroj Hello, what "^" operator does? when I try this: int a = 5^n; it gives me: for n = 5, returns 0 for n = 4, returns 1 for n = 6, returns 3 What is this? Read the article
What does the ^ operator do in Java? - by joroj What function does the "^" operator serve in Java? When I try this: int a = 5^n; ...it gives me: for n = 5, returns 0 for n = 4, returns 1 for n = 6, returns 3 ...so I guess it doesn't indicate exponentiation. But what is it then? Read the article
longest line in vim? - by joroj Is there a command to determine length of a longest line in vim? And to append that length at the beginning of the file? Read the article