raise to the nth power
eddymouse
Posts: 67
How can I with Netlinkx to raise to the nth power a number? thanks a lot
alessandro
alessandro
0
Comments
Because I sometimes use bitwise math in my NetLinx programs, I wrote a function to find 2^n. Here it is: If you need to raise other numbers to the n besides 2, you'll need to add another parameter.